complexType "GridDimensionType"
Namespace:
Content:
complex, 3 attributes, 2 elements
Defined:
Includes:
definitions of 3 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:integer
 = 
xs:boolean : "true"
 = 
xs:boolean : "true"
    >
   
Content: 
CodeDomain | Roster
</...>
Content Model Elements (2):
CodeDomain, Roster
All Direct / Indirect Based Elements (1):
GridDimension
Known Usage Locations
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:element ref="CodeDomain"/>
<xs:element ref="Roster"/>
</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
Default:
"true"
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
Default:
"true"
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)
CodeDomain
Type:
CodeDomainType, complex content
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)
<xs:element ref="CodeDomain"/>

Roster
Type:
RosterType, complex content
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)
<xs:element ref="Roster"/>

XML schema documentation generated with DocFlex/XML RE 1.8.6 using DocFlex/XML XSDDoc 2.6.0 template set