complexType "RangeType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
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:complexType name="RangeType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="CollationAlgorithm"/>
<xs:element minOccurs="0" name="RangeUnit" type="xs:string"/>
<xs:element minOccurs="0" ref="MinimumValue"/>
<xs:element minOccurs="0" ref="MaximumValue"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
CollationAlgorithm
Type:
CodeValueType, simple content
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
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CollationAlgorithm"/>

Label
Type:
LabelType, complex content
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"/>

MaximumValue
Type:
RangeValueType, simple content
Maximum value in the range.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MaximumValue"/>

MinimumValue
Type:
RangeValueType, simple content
Minimum value in the range.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MinimumValue"/>

RangeUnit
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"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set