mo:MILSTD2525-D-SIDC-PartSimpleType
simpleType MILSTD2525-D-SIDC-PartSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for an unsigned integer containing ten digits of a symbol identification code (SIDC).
Diagram
XML Schema
<xs:simpleType name="MILSTD2525-D-SIDC-PartSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an unsigned integer containing ten digits of a symbol identification code (SIDC).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1000000000"/>
<xs:maxInclusive value="3999999999"/>
</xs:restriction>
</xs:simpleType>