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