mo:WGS84ExternalPolygonType

complexType WGS84ExternalPolygonType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/

Definition

A data type for a polygon having no interior regions, using WGS84 coordinates.

Diagram

XML Schema

<xs:complexType name="WGS84ExternalPolygonType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a polygon having no interior regions, using WGS84 coordinates.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:Polygon" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A gml:Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>