mo:MGRSUTM10000MeterCoordinateSimpleType
simpleType MGRSUTM10000MeterCoordinateSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for a 10,000-meter precision level MGRS UTM coordinate.
Diagram
XML Schema
<xs:simpleType name="MGRSUTM10000MeterCoordinateSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a 10,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])([0-9]{1}[0-9]{1})">
<xs:annotation>
<xs:documentation>
pattern</xs:documentation>
</xs:annotation>
</xs:pattern>
<xs:length value="7">
<xs:annotation>
<xs:documentation>
length</xs:documentation>
</xs:annotation>
</xs:length>
</xs:restriction>
</xs:simpleType>