mo:WGS84EllipseType

complexType WGS84EllipseType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for an ellipse specified by a point, major axis, minor axis and rotation, using WGS84 coordinates, meters, and decimal degrees.

Diagram

XML Schema

<xs:complexType name="WGS84EllipseType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for an ellipse specified by a point, major axis, minor axis and rotation, using WGS84 coordinates, meters, and decimal degrees.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="xls:Ellipse" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
An ellipse specified by a point, major axis, minor axis and rotation.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>