Definition Type: SimpleType
Name: DecimalMinutesType
Namespace: http://www.opengis.net/gml
Containing Schema: measures.xsd
Documentation:
Decimal number of arc-minutes in a degree-minute angular value.
Collapse XSD Schema Diagram:
XSD Diagram of DecimalMinutesType
Collapse XSD Schema Code:
<simpleType name="DecimalMinutesType">
    <annotation>
        <documentation>Decimal number of arc-minutes in a degree-minute angular value.</documentation>
    </annotation>
    <restriction base="decimal">
        <minInclusive value="0.00" />
        <maxExclusive value="60.00" />
    </restriction>
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:decimalMinutes
Collapse Comments:
blog comments powered by Disqus