complexType DegreesType

complexType {http://www.opengis.net/gml}DegreesType

Type Heirarchy
{http://www.opengis.net/gml}DegreeValueType (by extension)
 {http://www.opengis.net/gml}DegreesType
Derived Types
{http://www.opengis.net/gml}DegreesType
 {http://www.opengis.net/gml}degrees (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns=http://www.w3.org/2001/XMLSchema


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>


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.


complexType DegreesType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.