Definition Type: ComplexType
Name: DegreesType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:DegreeValueType
Containing Schema: gml.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into direction in schema gml_xsdXSD Diagram of DegreesType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
direction gml:direction (Optional)
Collapse Derivation Tree:
Collapse References:
gml:degrees