niem-xs:positiveInteger
complexType positiveInteger 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 minInclusive to be 1.
Diagram
XML Schema
<xs:complexType name="positiveInteger">
<xs:annotation>
<xs:documentation>
A data type that is derived from nonNegativeInteger by setting the value of minInclusive to be 1.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:positiveInteger">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>