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:integer
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
DimensionRankValue
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 name="Value"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="rank" type="xs:integer" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
rank
Type:
xs:integer, 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:integer" use="required"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
Value
Type:
xs:anyType, any content
The value of this dimension for this particular data item.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set