complexType "DimensionRankValueType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A dimension describes the rank or order of the dimension within the NCube structure and provides the specific coordinate value of the dimension for the data item. In the case where the value is found within the data file, it provides a reference to the variable containing the value.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DimensionRankValueType">
<xs:sequence>
<xs:choice>
<xs:element ref="VariableReference"/>
<xs:element ref="Value"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
rank
Type:
xs:nonNegativeInteger, predefined
Use:
required
Enter the rank (placement) order in which the value from this dimension appears in the coordinate address of any cell in the NCube matrix.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rank" type="xs:nonNegativeInteger" use="required"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
Value
Type:
ValueType, simple content
The value of this dimension for this particular data item.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Value"/>

VariableReference
Type:
ReferenceType, complex content
References the Variable holding the dimension value. Use this instead of the value attribute when the value must be obtained from the data file at the location of the variable indicated in the reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set