gml:DegreesType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
direction restriction of string optional

Used By

Element gml:degrees

Source

<complexType name="DegreesType">
  <annotation>
    <appinfo>deprecated</appinfo>
  </annotation>
  <simpleContent>
    <extension base="gml:DegreeValueType">
      <attribute name="direction">
        <simpleType>
          <restriction base="string">
            <enumeration value="N"/>
            <enumeration value="E"/>
            <enumeration value="S"/>
            <enumeration value="W"/>
            <enumeration value="+"/>
            <enumeration value="-"/>
          </restriction>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>