nc:RelativeLocationHeadingSimpleType

simpleType RelativeLocationHeadingSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a compass heading of a direction from a reference location.

Diagram

XML Schema

<xs:simpleType name="RelativeLocationHeadingSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a compass heading of a direction from a reference location.
</xs:documentation>
</xs:annotation>
<xs:minInclusive value="0">
<xs:annotation>
<xs:documentation>
The minimum value for an angular degree.
</xs:documentation>
</xs:annotation>
</xs:minInclusive>
<xs:maxExclusive value="360">
<xs:annotation>
<xs:documentation>
The maximum value for an angular degree.
</xs:documentation>
</xs:annotation>
</xs:maxExclusive>
</xs:restriction>
</xs:simpleType>