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