nc:OrientationType

complexType OrientationType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for the angles of rotation about the principle axes (normal, lateral, longitudinal) of a thing, relative to true north and the horizontal plane, measured in degrees.

Diagram

XML Schema

<xs:complexType name="OrientationType">
<xs:annotation>
<xs:documentation>
A data type for the angles of rotation about the principle axes (normal, lateral, longitudinal) of a thing, relative to true north and the horizontal plane, measured in degrees.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:AzimuthValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:InclinationValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RollValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrientationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>