complexType "GridDimensionType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:integer |
|
= |
xs:boolean : "true" |
|
= |
xs:boolean : "true" |
|
|
> |
|
|
</...> |
Content Model Elements (2):
-
All Direct / Indirect Based Elements (1):
-
Annotation
Describes each dimension of the grid including dimension rank (for the purpose of identifying a cell address), a text for the dimension, and optional labels and codes used as column and row stubs. May also describe a roster (a set of unlabeled rows or columns depending upon display situation).
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="GridDimensionType"> <xs:sequence> <xs:choice> </xs:choice> </xs:sequence> <xs:attribute name="rank" type="xs:integer" use="required"/> <xs:attribute default="true" name="displayCode" type="xs:boolean"/> <xs:attribute default="true" name="displayLabel" type="xs:boolean"/> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 3/3)
displayCode-
Type: |
xs:boolean, predefined |
Use: |
optional |
If set to "true" (default value) the code value associated with the category label will be displayed. Set to "false" if only the category label should be displayed.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="displayCode" type="xs:boolean"/> |
displayLabel-
Type: |
xs:boolean, predefined |
Use: |
optional |
If set to "true" (default value) the label of the CodeList will be displayed. Set to "false" to suppress this display.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="displayLabel" type="xs:boolean"/> |
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).
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) -
This is a reference to a CodeScheme that is used for the labels contained in the dimension. CodeSchemes are used even when the code is not being displayed in order to use this information for creating the cell coordinate address.
XML Source (w/o annotations (1); see within schema source)
-
A roster is an unlabeled list of numbered rows or columns depending upon orientation. The numbers may or may not be displayed but will be used as information for creating the cell coordinate address.
XML Source (w/o annotations (1); see within schema source)