niem-xs:nonPositiveInteger
complexType nonPositiveInteger in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
A data type for a lexical representation consisting of an optional preceding sign followed by a finite-length sequence of decimal digits.
Diagram
XML Schema
<xs:complexType name="nonPositiveInteger">
<xs:annotation>
<xs:documentation>
A data type for a lexical representation consisting of an optional preceding sign followed by a finite-length sequence of decimal digits.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:nonPositiveInteger">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>