Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type gml:DegreesType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index1281.tmp#id1906 index1282.tmp#id1907
Type extension of gml:DegreeValueType
Type hierarchy
Used by
Element gml:degrees
Attributes
QName Type Fixed Default Use Annotation
direction restriction of string optional
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>
Schema location http://schemas.opengis.net/gml/3.2.1/deprecatedTypes.xsd
Attribute gml:DegreesType / @direction
Namespace No namespace
Type restriction of string
Properties
content: simple
Facets
enumeration N
enumeration E
enumeration S
enumeration W
enumeration +
enumeration -
Used by
Complex Type gml:DegreesType
Source
<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>
Schema location http://schemas.opengis.net/gml/3.2.1/deprecatedTypes.xsd