mo:ForceManagementIDSimpleType
simpleType ForceManagementIDSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a set of identifiers and indexes used to identify data within the GFM XSD. FMIDs convey no information about the entity they identify, are a fixed size, and are exchanged as a single attribute.
Diagram
XML Schema
<xs:simpleType name="ForceManagementIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a set of identifiers and indexes used to identify data within the GFM XSD. FMIDs convey no information about the entity they identify, are a fixed size, and are exchanged as a single attribute.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedLong">
<xs:maxInclusive value="18446744073709551615">
<xs:annotation>
<xs:documentation>
maximum value inclusive equal to 18446744073709551615</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
<xs:totalDigits value="20">
<xs:annotation>
<xs:documentation>
total digits equal to 20</xs:documentation>
</xs:annotation>
</xs:totalDigits>
</xs:restriction>
</xs:simpleType>