nc:Degree360Type
complexType Degree360Type in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a value between 0 (inclusive) and 360 (exclusive).
Diagram
XML Schema
<xs:complexType name="Degree360Type">
<xs:annotation>
<xs:documentation>
A data type for a value between 0 (inclusive) and 360 (exclusive).</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="nc:Degree360SimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
<xs:attribute ref="nc:sigmaErrorValue" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>