nc:UTMCoordinateType
complexType UTMCoordinateType 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:complexType name="UTMCoordinateType">
<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:simpleContent>
<xs:extension base="nc:UTMCoordinateSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>