complexType DegreesType
diagram index_p1293.png
namespace http://www.opengis.net/gml
type extension of gml:DegreeValueType
properties
base gml:DegreeValueType
used by
element degrees
facets
Kind Value annotation 
maxInclusive 359 
attributes
Name  Type  Use  Default  Fixed  annotation
directionderived by: xs:string      
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.
source <xs:complexType name="DegreesType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="gml:DegreeValueType">
     
<xs:attribute name="direction">
       
<xs:simpleType>
         
<xs:union>
           
<xs:simpleType>
             
<xs:restriction base="string">
               
<xs:enumeration value="N"/>
               
<xs:enumeration value="E"/>
               
<xs:enumeration value="S"/>
               
<xs:enumeration value="W"/>
             
</xs:restriction>
           
</xs:simpleType>
           
<xs:simpleType>
             
<xs:restriction base="gml:SignType"/>
           
</xs:simpleType>
         
</xs:union>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute DegreesType/@direction
type union of (restriction of xs:string, gml:SignType)
properties
isRef 0
source <xs:attribute name="direction">
 
<xs:simpleType>
   
<xs:union>
     
<xs:simpleType>
       
<xs:restriction base="string">
         
<xs:enumeration value="N"/>
         
<xs:enumeration value="E"/>
         
<xs:enumeration value="S"/>
         
<xs:enumeration value="W"/>
       
</xs:restriction>
     
</xs:simpleType>
     
<xs:simpleType>
       
<xs:restriction base="gml:SignType"/>
     
</xs:simpleType>
   
</xs:union>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy