Direction vectors are specified by providing components of a vector. |
<complexType name="DirectionVectorType"> <annotation> <documentation>Direction vectors are specified by providing components of a vector.</documentation> </annotation> <choice> <element ref="gml:vector"/> <sequence> <annotation> <appinfo>deprecated</appinfo> </annotation> <element name="horizontalAngle" type="gml:AngleType"/> <element name="verticalAngle" type="gml:AngleType"/> </sequence> </choice> </complexType> |