complexType "DimensionRankValueType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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:sequence>
</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)
-
The value of this dimension for this particular data item.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Value"/>
|
-
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)