<xsd:complexType name="UTMCoordinateType">
<xsd:annotation>
<xsd:documentation>A data type for a coordinate from the Universal Transverse Mercator (UTM) Coordinate System, which represents a location with a grid zone, an easting value, and a northing value.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:UTMCoordinateID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:UTMDatumID" minOccurs="1" maxOccurs="1" />
<xsd:element ref="nc:UTMEastingValue" minOccurs="1" maxOccurs="1" />
<xsd:element ref="nc:UTMGridZoneID" minOccurs="1" maxOccurs="1" />
<xsd:element ref="nc:UTMGridZoneSquareID" minOccurs="1" maxOccurs="1" />
<xsd:element ref="nc:UTMNorthingValue" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|