simpleType ArcSecondsType
namespace http://www.opengis.net/gml
type restriction of xs:decimal
used by
element seconds
facets
Kind Value annotation 
minInclusive 0.00 
maxExclusive 60.00 
annotation
documentation
Number of arc-seconds in a degree-minute-second angular value.
source <xs:simpleType name="ArcSecondsType">
 
<xs:annotation>
   
<xs:documentation>Number of arc-seconds in a degree-minute-second 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