nc:LongitudeDegreeSimpleType
simpleType LongitudeDegreeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a degree of longitude.
Diagram
XML Schema
<xs:simpleType name="LongitudeDegreeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a degree of longitude.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:maxInclusive value="180">
<xs:annotation>
<xs:documentation>
The maximum value for a longitude degree.</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
<xs:minInclusive value="-180">
<xs:annotation>
<xs:documentation>
The minimum value for a longitude degree.</xs:documentation>
</xs:annotation>
</xs:minInclusive>
</xs:restriction>
</xs:simpleType>