<xsd:simpleType name="RelativeLocationHeadingSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for a compass heading of a direction from a reference location.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0">
<xsd:annotation>
<xsd:documentation>The minimum value for an angular degree.</xsd:documentation>
</xsd:annotation>
</xsd:minInclusive>
<xsd:maxExclusive value="360">
<xsd:annotation>
<xsd:documentation>The maximum value for an angular degree.</xsd:documentation>
</xsd:annotation>
</xsd:maxExclusive>
</xsd:restriction>
</xsd:simpleType>
|