mo:WGS84LocationPointType

complexType WGS84LocationPointType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/

Definition

A data type for a 3D geometric point, defined by a single coordinate tuple with values from the WGS84 coordinate reference system.

Diagram

XML Schema

<xs:complexType name="WGS84LocationPointType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a 3D geometric point, defined by a single coordinate tuple with values from the WGS84 coordinate reference system.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:Point" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A gml:Point is defined by a single coordinate tuple. The direct position of a point is specified by the gml:pos element which is of type gml:DirectPositionType.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>