<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> |