Definition Type: SimpleType
Name: LatitudeDegreeSimpleType
Namespace: http://niem.gov/niem/niem-core/2.0
Containing Schema: niem-core.xsd
Documentation:
A data type for a degree of latitude.
Collapse XSD Schema Diagram:
XSD Diagram of LatitudeDegreeSimpleType in schema niem-core_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="LatitudeDegreeSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for a degree of latitude.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:decimal">
        <xsd:maxInclusive value="90">
            <xsd:annotation>
                <xsd:documentation>The maximum value for a latitude degree.</xsd:documentation>
            </xsd:annotation>
        </xsd:maxInclusive>
        <xsd:minInclusive value="-90">
            <xsd:annotation>
                <xsd:documentation>The minimum value for a latitude degree.</xsd:documentation>
            </xsd:annotation>
        </xsd:minInclusive>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 90
MinInclusive -90
Collapse Derivation Tree:
Collapse References:
nc:LatitudeDegreeType