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