nc:IntegerRangeType

complexType IntegerRangeType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a range of integer values.

Diagram

XML Schema

<xs:complexType name="IntegerRangeType">
<xs:annotation>
<xs:documentation>
A data type for a range of integer values.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RangeMaximumIntegerValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RangeMinimumIntegerValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:IntegerRangeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>