Definition Type: ComplexType
Name: AngleChoiceType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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 gml_xsd Drilldown into angle in schema gml_xsdXSD Diagram of AngleChoiceType in schema gml_xsd (National Information Exchange Model (NEIM))
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