nc:LocationType

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

Definition

A data type for geospatial location.

Diagram

XML Schema

<xs:complexType name="LocationType">
<xs:annotation>
<xs:documentation>
A data type for geospatial location.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:LocationAddressAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationArea" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationGeospatialCoordinateAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationLandmarkText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationLocale" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationMapLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationRangeDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationRelativeLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationSurroundingAreaDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationHeightAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationFloorNumberText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:LocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>