nc:Degree180PlusMinusType
complexType Degree180PlusMinusType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an angle measured in degrees between -180 and 180.
Diagram
XML Schema
<xs:complexType name="Degree180PlusMinusType">
<xs:annotation>
<xs:documentation>
A data type for an angle measured in degrees between -180 and 180.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="nc:Degree180PlusMinusSimpleType">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
<xs:attribute ref="nc:sigmaErrorValue" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>