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