mo:ObservedObjectLocationType
complexType ObservedObjectLocationType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/
Definition
A data type for a location of an observed object.
Diagram
XML Schema
<xs:complexType name="ObservedObjectLocationType">
<xs:annotation>
<xs:documentation>
A data type for a location of an observed object.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="mo:ObservedObject2DGeospatialCoordinate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:AltitudeMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ElevationMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ObservedObjectLocationDerivationCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ObservedObjectLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>