nc:LatitudeDegreeSimpleType

simpleType LatitudeDegreeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a degree of latitude.

Diagram

XML Schema

<xs:simpleType name="LatitudeDegreeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a degree of latitude.
</xs:documentation>
</xs:annotation>
<xs:maxInclusive value="90">
<xs:annotation>
<xs:documentation>
The maximum value for a latitude degree.
</xs:documentation>
</xs:annotation>
</xs:maxInclusive>
<xs:minInclusive value="-90">
<xs:annotation>
<xs:documentation>
The minimum value for a latitude degree.
</xs:documentation>
</xs:annotation>
</xs:minInclusive>
</xs:restriction>
</xs:simpleType>