mo:WGS84LocationCylinderType

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

Definition

A data type for a cylinder described with WGS84 coordinates and meters.

Diagram

XML Schema

<xs:complexType name="WGS84LocationCylinderType">
<xs:annotation>
<xs:documentation>
A data type for a cylinder described with WGS84 coordinates and meters.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:WGS84LocationPoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:LocationCylinderRadiusValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:LocationCylinderHalfHeightValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:LocationCreationCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:WGS84LocationCylinderAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>