mo:MGRSUTM100000MeterCoordinateSimpleType
simpleType MGRSUTM100000MeterCoordinateSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/
Definition
A data type for a 100,000-meter precision level MGRS UTM coordinate.
Diagram
XML Schema
<xs:simpleType name="MGRSUTM100000MeterCoordinateSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a 100,000-meter precision level MGRS UTM coordinate.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:pattern value="(0[1-9]|[1-5][0-9]|60)([C-HJ-NP-X])([A-HJ-NP-Z])([A-HJ-NP-V])">
<xs:annotation>
<xs:documentation>
pattern</xs:documentation>
</xs:annotation>
</xs:pattern>
<xs:length value="5">
<xs:annotation>
<xs:documentation>
length</xs:documentation>
</xs:annotation>
</xs:length>
</xs:restriction>
</xs:simpleType>