cbrn:RelativeLocationType

complexType RelativeLocationType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/

Definition

A data type for describing the relative location of an object.

Diagram

XML Schema

<xs:complexType name="RelativeLocationType">
<xs:annotation>
<xs:documentation>
A data type for describing the relative location of an object.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:RelativeLocationAzimuthValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RelativeLocationInclinationValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:DistanceValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:Origin" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:RelativeLocationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>