Definition Type: ComplexType
Name: AngleChoiceType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: deprecatedTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dmsAngle in schema deprecatedtypes_xsd Drilldown into angle in schema measures_xsdXSD Diagram of AngleChoiceType in schema deprecatedtypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AngleChoiceType">
    <annotation>
        <appinfo>deprecated</appinfo>
    </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)