<xsd:complexType name="MGRSCoordinateType">
<xsd:annotation>
<xsd:documentation>A data type for a coordinate from the Military Grid Reference System (MGRS) which represents a location with a Universal Transverse Mercator (UTM) coordinate and a unique military grid square.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="UTMCoordinateType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:UTMCoordinateType">
<xsd:sequence>
<xsd:element ref="nc:MGRSCoordinateID" minOccurs="1" maxOccurs="1" />
<xsd:element ref="nc:MGRSCoordinateSquareID" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|