nc:UnsignedIntegerRangeType

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

Definition

A data type for a range of unsigned integer values.

Diagram

XML Schema

<xs:complexType name="UnsignedIntegerRangeType">
<xs:annotation>
<xs:documentation>
A data type for a range of unsigned integer values.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RangeMaximumUnsignedIntegerValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RangeMinimumUnsignedIntegerValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:UnsignedIntegerRangeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>