complexType "RosterType"
Namespace:
Content:
complex, 4 attributes, 2 elements
Defined:
Includes:
definitions of 4 attributes, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:integer
 = 
xs:integer
 = 
xs:integer : "1"
 = 
xs:integer
   
>
   
Content: 
</...>
Content Model Elements (2):
ConditionForContinuation, r:Label
All Direct / Indirect Based Elements (1):
Roster
Known Usage Locations
Annotation
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. The Roster defines the numbering used for the coordinate system, sets a minimum and maximum number of values, and provides the condition for continuation. The Roster label is used in the same way as the label of the CodeDomain, providing a dimension level header or label.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="RosterType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="ConditionForContinuation"/>
</xs:sequence>
<xs:attribute name="baseCodeValue" type="xs:integer" use="required"/>
<xs:attribute name="codeIterationValue" type="xs:integer" use="required"/>
<xs:attribute default="1" name="minimumRequired" type="xs:integer"/>
<xs:attribute name="maximumAllowed" type="xs:integer"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 4/4)
baseCodeValue
Type:
xs:integer, predefined
Use:
required
A base value for the first item on the Roster (normally 0 or 1 but can be set to any value especially when the use of a roster extends an enumerated list expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="baseCodeValue" type="xs:integer" use="required"/>

codeIterationValue
Type:
xs:integer, predefined
Use:
required
The value added to the last used value to create the iteration value for the current row or column expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="codeIterationValue" type="xs:integer" use="required"/>

maximumAllowed
Type:
xs:integer, predefined
Use:
optional
The maximum number of rows or columns allowed expressed as an integer. Leaving this attribute with no value implies that the maximum allowed is unbounded.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="maximumAllowed" type="xs:integer"/>

minimumRequired
Type:
xs:integer, predefined
Use:
optional
The minimum number of rows or columns required expressed as an integer.
Attribute Value
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="minimumRequired" type="xs:integer"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
ConditionForContinuation
Type:
r:CommandCodeType, complex content
Provides the condition for continuing to add another iteration to the roster. This may be a human readable condition and/or a machine-actionable command.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ConditionForContinuation"/>

r:Label
Type:
r:LabelType, complex content
A display label for the roster. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Label"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set