Documentation for fieldgml

Complex Type: AngleChoiceType

[Table of contents]

Super-types: None
Sub-types: None
Name AngleChoiceType
Abstract no
Documentation Value of an angle quantity provided in either degree-minute-second format or single value format.
XML Instance Representation
<...>
Start Choice [1]
<gml:angle> ... </gml:angle> [1]
<gml:dmsAngle> ... </gml:dmsAngle> [1]
End Choice
</...>
Diagram
h-606220848 h762365900
Schema Component Representation
<complexType name="AngleChoiceType">
<choice>
<element ref=" gml:angle "/>
<element ref=" gml:dmsAngle "/>
</choice>
</complexType>