Definition Type: ComplexType
Name: AngleChoiceType
Namespace: http://www.opengis.net/gml
Containing Schema: measures.xsd
Abstract
Documentation:
Value of an angle quantity provided in either degree-minute-second format or single value format.
Collapse XSD Schema Diagram:
Drilldown into dmsAngle in schema measures_xsd Drilldown into angle in schema measures_xsdXSD Diagram of AngleChoiceType in schema measures_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AngleChoiceType">
    <annotation>
        <documentation>Value of an angle quantity provided in either degree-minute-second format or single value format. </documentation>
    </annotation>
    <choice>
        <element ref="gml:angle" />
        <element ref="gml:dmsAngle" />
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
angle gml:angle (1) (1)
dmsAngle gml:dmsAngle (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:greenwichLongitude