complexType "RangeType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
MaximumValue, MinimumValue, RangeUnit
Known Direct Subtypes (1):
RankingRangeType
All Direct / Indirect Based Elements (2):
Range, RankingRange
Known Usage Locations
Annotation
Indicates the range of items expressed as a string, such as an alphabetic range.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="RangeType">
<xs:sequence>
<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; 3/3)
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set