simpleType DecimalMinutesType
namespace http://www.opengis.net/gml
type restriction of xs:decimal
used by
element decimalMinutes
facets
Kind Value annotation 
minInclusive 0.00 
maxExclusive 60.00 
annotation
documentation
Decimal number of arc-minutes in a degree-minute angular value.
source <xs:simpleType name="DecimalMinutesType">
 
<xs:annotation>
   
<xs:documentation>Decimal number of arc-minutes in a degree-minute angular value.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="decimal">
   
<xs:minInclusive value="0.00"/>
   
<xs:maxExclusive value="60.00"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy