Definition Type: ComplexType
Name: DirectionVectorType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Documentation:
Direction expressed as a vector, either using components, or using angles.
Collapse XSD Schema Diagram:
Drilldown into verticalAngle in schema gml_xsd Drilldown into horizontalAngle in schema gml_xsd Drilldown into vector in schema gml_xsdXSD Diagram of DirectionVectorType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="DirectionVectorType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:direction:3.1.1">direction.xsd</appinfo>
        <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