cbrn:OrientationType

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

Definition

A data type for describing the spatial orientation of an object.

Diagram

XML Schema

<xs:complexType name="OrientationType">
<xs:annotation>
<xs:documentation>
A data type for describing the spatial orientation of an object.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:AzimuthValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:InclinationValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:RollValue" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cbrn:OrientationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>