nc:UTMCoordinateSimpleType

simpleType UTMCoordinateSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a hemisphere, zone, an easting value, and a northing value.

Diagram

XML Schema

<xs:simpleType name="UTMCoordinateSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a hemisphere, zone, an easting value, and a northing value.
</xs:documentation>
</xs:annotation>
<xs:pattern value="(0[1-9]|[1-5][0-9]|60)([NS])([0-9]{6}[0-9]{7})">
<xs:annotation>
<xs:documentation>
A 16-character pattern representing a UTM coordinate: a 2-digit UTM zone number, a 1-character hemisphere, a 6-digit easting value, and a 7-digit northing value.
</xs:documentation>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleType>