complexType "DimensionType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
> |
|
|
</...> |
Content Model Elements (1):
-
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: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 |
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) -
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)