DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "RangeType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
RangeUnit?, r:MinimumValue?, r:MaximumValue?
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
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="r:MinimumValue"/>
<xs:element minOccurs="0" ref="r:MaximumValue"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 3/3)
r:MaximumValue
Type:
r:RangeValueType, simple content
Max value in the range.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:MaximumValue"/>

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

RangeUnit
Type:
xs:string, predefined, simple content
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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set