complexType "RangeType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (1):
-
Known Direct Subtypes (1):
-
All Direct / Indirect Based Elements (2):
-
Annotation
Indicates the range of items expressed as a string, such as an alphabetic range.
XML Source (w/o annotations (6); see within schema source)
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" name="RangeUnit" type="xs:string"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 5/5)
-
The algorithm used to determine the sort order of the text content. This includes whether the text is left to right, right to left, handling of spaces an capitalization, and ordering of text characters. Supports the use of a controlled vocabulary.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
A display label for the text range. Supports multiple language versions of the same content as well as optional formatting of the content. 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 maxOccurs="unbounded" minOccurs="0" ref="Label"/>
|
-
Maximum value in the range.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Minimum value in the range.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content |
Specifies the units in the range.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RangeUnit" type="xs:string"/>
|