Documentation for fieldgml

Simple Type: ArcSecondsType

[Table of contents]

Super-types: decimal < ArcSecondsType (by restriction)
Sub-types: None
Name ArcSecondsType
Content
  • Base XSD Type: decimal
  • 0.00 <= value < 60.00
Documentation Number of arc-seconds in a degree-minute-second angular value.
Diagram
Schema Component Representation
<simpleType name="ArcSecondsType">
<restriction base=" decimal ">
<minInclusive value="0.00"/>
<maxExclusive value="60.00"/>
</restriction>
</simpleType>