niem-xs:unsignedLong
complexType unsignedLong in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
A data type that is derived from nonNegativeInteger by setting the value of maxInclusive to be 18446744073709551615.
Diagram
XML Schema
<xs:complexType name="unsignedLong">
<xs:annotation>
<xs:documentation>
A data type that is derived from nonNegativeInteger by setting the value of maxInclusive to be 18446744073709551615.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:unsignedLong">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>