Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element gml:DirectionDescriptionType / gml:compassPoint
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index460.tmp#id383
Type gml:CompassPointEnumeration
Properties
content: simple
Facets
enumeration N
enumeration NNE
enumeration NE
enumeration ENE
enumeration E
enumeration ESE
enumeration SE
enumeration SSE
enumeration S
enumeration SSW
enumeration SW
enumeration WSW
enumeration W
enumeration WNW
enumeration NW
enumeration NNW
Source
<element name="compassPoint" type="gml:CompassPointEnumeration"/>
Schema location http://schemas.opengis.net/gml/3.2.1/direction.xsd
Element gml:DirectionDescriptionType / gml:keyword
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index266.tmp#id108 index266.tmp#id107
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="keyword" type="gml:CodeType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/direction.xsd
Element gml:DirectionDescriptionType / gml:description
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type string
Properties
content: simple
Source
<element name="description" type="string"/>
Schema location http://schemas.opengis.net/gml/3.2.1/direction.xsd
Element gml:DirectionDescriptionType / gml:reference
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index49.tmp#id103 index0.tmp#id78 index180.tmp#id102
Type gml:ReferenceType
Properties
content: complex
Model
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="reference" type="gml:ReferenceType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/direction.xsd
Complex Type gml:DirectionDescriptionType
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagram index842.tmp#id382 index842.tmp#id384 index842.tmp#id385 index842.tmp#id386
Used by
Model gml:compassPoint | gml:keyword | gml:description | gml:reference
Children gml:compassPoint, gml:description, gml:keyword, gml:reference
Source
<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>
Schema location http://schemas.opengis.net/gml/3.2.1/direction.xsd