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:
<xsd:complexType name="DirectionVectorType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
        <xsd:documentation>Direction expressed as a vector, either using components, or using angles.  </xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element ref="gml:vector" />
        <xsd:sequence>
            <xsd:element name="horizontalAngle" type="gml:AngleType" />
            <xsd:element name="verticalAngle" type="gml:AngleType" />
        </xsd:sequence>
    </xsd:choice>
</xsd: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