complexType "DimensionType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (1):
r:VariableReference
All Direct / Indirect Based Elements (1):
Dimension
Known Usage Locations
Annotation
A dimension is provided a rank and a reference to a variable that describes it. Cell locations are "addressed" by the value of their intersect on each dimension provided in rank order.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DimensionType">
<xs:sequence>
<xs:element ref="r:VariableReference"/>
</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
The rank order of this dimension (the order in which the value for this dimension will appear in the cell address)denoted with a 1-based indexing. Provides coordinate order (1,2,n) for the intersect point of this dimension within the cell address. For example, if the rank of this dimension is 2, the intersect point on this dimension will be the second value listed in the cell address.
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; 1/1)
r:VariableReference
Type:
r:ReferenceType, complex content
Identifies the variable describing this dimension. The dimension uses the CodeList and related categories, or a fixed range of numeric values to define the labels and intersect points for the dimension. The data set will contain a value for each cell in the NCube rather than the code from the CodeList.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:VariableReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set