DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "NumberRangeType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 1 attribute and 4 elements
Used:
XML Representation Summary
<...
    regExp
 = 
xs:string
    >
   
Content: 
Low?, High?, TopCode?, BottomCode?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Structures a numeric range. the regExp attribute holds a regular expression (same as for W3C XML Schema simple types) which can provide a filter for the contents.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="NumberRangeType">
<xs:sequence>
<xs:element minOccurs="0" ref="Low"/>
<xs:element minOccurs="0" ref="High"/>
<xs:element minOccurs="0" name="TopCode" type="xs:decimal"/>
<xs:element minOccurs="0" name="BottomCode" type="xs:decimal"/>
</xs:sequence>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
regExp
Type:
xs:string, predefined
Use:
optional
Regular expression defining the allowed syntax of the number.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>
Content Element Detail (defined in this component only; 4/4)
BottomCode
Type:
xs:decimal, predefined, simple content
Indicates that any response equal to or less than this value has been coded as the bottomcode value.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BottomCode" type="xs:decimal"/>

High
Type:
NumberRangeValueType, simple content
The upper bound of the range. If not present, then there is no upper bound.
Simple Content
xs:decimal
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="High"/>

Low
Type:
NumberRangeValueType, simple content
The lower bound of the range. If not present, then there is no lower bound.
Simple Content
xs:decimal
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Low"/>

TopCode
Type:
xs:decimal, predefined, simple content
Indicates that any response equal to or greater than this value has been coded as the topcode value.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TopCode" type="xs:decimal"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set