niem-xs:nonNegativeInteger
complexType nonNegativeInteger in namespace http://release.niem.gov/niem/proxy/niem-xs/5.0/
Definition
A data type for an integer with a minimum value of 0.
Diagram
XML Schema
<xs:complexType name="nonNegativeInteger">
<xs:annotation>
<xs:documentation>
A data type for an integer with a minimum value of 0.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:nonNegativeInteger">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>