nc:Degree90PlusMinusSimpleType
simpleType Degree90PlusMinusSimpleType 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:simpleType name="Degree90PlusMinusSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an angle measured in degrees between -90 and 90.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:maxInclusive value="90">
<xs:annotation>
<xs:documentation>
less than or equal to 90</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
<xs:minInclusive value="-90">
<xs:annotation>
<xs:documentation>
greater than or equal to -90</xs:documentation>
</xs:annotation>
</xs:minInclusive>
</xs:restriction>
</xs:simpleType>