Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:DegreesType
Namespace http://www.opengis.net/gml
Annotations
Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.
Diagram
Diagram index354.tmp#id430 index355.tmp#id431
Type extension of gml:DegreeValueType
Type hierarchy
Used by
Element gml:degrees
Attributes
QName Type Fixed Default Use Annotation
direction union of(restriction of string, gml:SignType) optional
Source
<complexType name="DegreesType">
  <annotation>
    <documentation>Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:DegreeValueType">
      <attribute name="direction">
        <simpleType>
          <union>
            <simpleType>
              <restriction base="string">
                <enumeration value="N"/>
                <enumeration value="E"/>
                <enumeration value="S"/>
                <enumeration value="W"/>
              </restriction>
            </simpleType>
            <simpleType>
              <restriction base="gml:SignType"/>
            </simpleType>
          </union>
        </simpleType>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/measures.xsd
Attribute gml:DegreesType / @direction
Namespace No namespace
Type union of(restriction of string, gml:SignType)
Properties
content: simple
Used by
Complex Type gml:DegreesType
Source
<attribute name="direction">
  <simpleType>
    <union>
      <simpleType>
        <restriction base="string">
          <enumeration value="N"/>
          <enumeration value="E"/>
          <enumeration value="S"/>
          <enumeration value="W"/>
        </restriction>
      </simpleType>
      <simpleType>
        <restriction base="gml:SignType"/>
      </simpleType>
    </union>
  </simpleType>
</attribute>
Schema location http://schemas.opengis.net/gml/3.1.1/base/measures.xsd