complexType "DimensionType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
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:nonNegativeInteger" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
rank
Type:
xs:nonNegativeInteger, 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:nonNegativeInteger" 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 a form of CodeRepresentation (representation uses a CodeList, GeographicStructure, GeographicLocation, etc.), or a fixed range of numeric values to define the labels and intersect points for the dimension. The data set will contain a measurement value for each cell in the NCube rather than specifying the code values of the intersect points on the dimensions. Example: NCube Sex by Age in Years where there are 24 Males Age 4 (Dimension 1 intersect value M, Dimension 2 intersect value 4 with data cell measurement value (count) 24.)
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:VariableReference"/>

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