Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element gml:DirectionDescriptionType / gml:compassPoint
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index795.tmp#id406
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 index184.tmp#id103 index184.tmp#id102
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 index37.tmp#id98 index19.tmp#id80 index469.tmp#id97
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 restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string 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 index357.tmp#id405 index357.tmp#id407 index357.tmp#id408 index357.tmp#id409
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