Showing:

Annotations
Diagrams
Source
Used by
Complex Type gml:DMSAngleType
Namespace http://www.opengis.net/gml
Annotations
Angle value provided in degree-minute-second or degree-minute format.
Diagram
Diagram index222.tmp#id457 index223.tmp#id462 index224.tmp#id464 index225.tmp#id466
Used by
Element gml:dmsAngle
Model gml:degrees , (gml:decimalMinutes | (gml:minutes , gml:seconds{0,1}))
Children gml:decimalMinutes, gml:degrees, gml:minutes, gml:seconds
Source
<complexType name="DMSAngleType">
  <annotation>
    <documentation>Angle value provided in degree-minute-second or degree-minute format.</documentation>
  </annotation>
  <sequence>
    <element ref="gml:degrees"/>
    <choice minOccurs="0">
      <element ref="gml:decimalMinutes"/>
      <sequence>
        <element ref="gml:minutes"/>
        <element ref="gml:seconds" minOccurs="0"/>
      </sequence>
    </choice>
  </sequence>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/measures.xsd