nc:MapLocationType

complexType MapLocationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a location identified by map or grid coordinates.

Diagram

XML Schema

<xs:complexType name="MapLocationType">
<xs:annotation>
<xs:documentation>
A data type for a location identified by map or grid coordinates.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:MapCoordinateFullText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapElevationCoordinateText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapHorizontalCoordinateText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapLocationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapPageID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapQuadrantText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapVersionID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapVerticalCoordinateText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:MapLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>