Definition Type: ComplexType
Name: DirectionDescriptionType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: direction.xsd
Abstract
Documentation:
direction descriptions are specified by a compass point code, a keyword, a textual description or a reference to a description. A gml:compassPoint is specified by a simple enumeration. In addition, thre elements to contain text-based descriptions of direction are provided. If the direction is specified using a term from a list, gml:keyword should be used, and the list indicated using the value of the codeSpace attribute. if the direction is decribed in prose, gml:direction or gml:reference should be used, allowing the value to be included inline or by reference.
Collapse XSD Schema Diagram:
Drilldown into reference in schema direction_xsd Drilldown into description in schema direction_xsd Drilldown into keyword in schema direction_xsd Drilldown into compassPoint in schema direction_xsdXSD Diagram of DirectionDescriptionType in schema direction_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="DirectionDescriptionType">
    <annotation>
        <documentation>direction descriptions are specified by a compass point code, a keyword, a textual description or a reference to a description.
A gml:compassPoint is specified by a simple enumeration.  	
In addition, thre elements to contain text-based descriptions of direction are provided.  
If the direction is specified using a term from a list, gml:keyword should be used, and the list indicated using the value of the codeSpace attribute. 
if the direction is decribed in prose, gml:direction or gml:reference should be used, allowing the value to be included inline or by reference.</documentation>
    </annotation>
    <choice>
        <element name="compassPoint" type="gml:CompassPointEnumeration" />
        <element name="keyword" type="gml:CodeType" />
        <element name="description" type="string" />
        <element name="reference" type="gml:ReferenceType" />
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
compassPoint gml:compassPoint (1) (1)
keyword gml:keyword (1) (1)
description gml:description (1) (1)
reference gml:reference (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:DirectionDescription