Definition Type: ComplexType
Name: DirectionVectorType
Namespace: http://www.opengis.net/gml
Containing Schema: direction.xsd
Abstract
Documentation:
Direction expressed as a vector, either using components, or using angles.
Collapse XSD Schema Diagram:
Drilldown into verticalAngle in schema direction_xsd Drilldown into horizontalAngle in schema direction_xsd Drilldown into vector in schema geometrybasic0d1d_xsdXSD Diagram of DirectionVectorType in schema direction_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="DirectionVectorType">
    <annotation>
        <documentation>Direction expressed as a vector, either using components, or using angles.</documentation>
    </annotation>
    <choice>
        <element ref="gml:vector" />
        <sequence>
            <element name="horizontalAngle" type="gml:AngleType" />
            <element name="verticalAngle" type="gml:AngleType" />
        </sequence>
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
vector gml:vector (1) (1)
horizontalAngle gml:horizontalAngle (1) (1)
verticalAngle gml:verticalAngle (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:DirectionVector