Documentation for fieldgml

Complex Type: DirectionVectorType

[Table of contents]

Super-types: None
Sub-types: None
Name DirectionVectorType
Abstract no
Documentation Direction expressed as a vector, either using components, or using angles.
XML Instance Representation
<...>
Start Choice [1]
<gml:vector> ... </gml:vector> [1]
<gml:horizontalAngle> gml:AngleType </gml:horizontalAngle> [1]
<gml:verticalAngle> gml:AngleType </gml:verticalAngle> [1]
End Choice
</...>
Diagram
h-1020187674 h644301768 h644301768
Schema Component Representation
<complexType name="DirectionVectorType">
<choice>
<element ref=" gml:vector "/>
<sequence>
<element name="horizontalAngle" type=" gml:AngleType "/>
<element name="verticalAngle" type=" gml:AngleType "/>
</sequence>
</choice>
</complexType>