complexType DirectionDescriptionType
diagram sensorML_p743.png
namespace http://www.opengis.net/gml/3.2
children gml:compassPoint gml:keyword gml:description gml:reference
used by
element DirectionPropertyType/DirectionDescription
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.
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>

element DirectionDescriptionType/compassPoint
diagram sensorML_p744.png
namespace http://www.opengis.net/gml/3.2
type gml:CompassPointEnumeration
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 
enumeration NNE 
enumeration NE 
enumeration ENE 
enumeration 
enumeration ESE 
enumeration SE 
enumeration SSE 
enumeration 
enumeration SSW 
enumeration SW 
enumeration WSW 
enumeration 
enumeration WNW 
enumeration NW 
enumeration NNW 
source <element name="compassPoint" type="gml:CompassPointEnumeration"/>

element DirectionDescriptionType/keyword
diagram sensorML_p745.png
namespace http://www.opengis.net/gml/3.2
type gml:CodeType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
codeSpaceanyURI      
source <element name="keyword" type="gml:CodeType"/>

element DirectionDescriptionType/description
diagram sensorML_p746.png
namespace http://www.opengis.net/gml/3.2
type string
properties
isRef 0
content simple
used by
complexTypes AbstractGeneralConversionType AbstractGeneralTransformationType DefinitionBaseType TemporalDatumBaseType
group StandardObjectProperties
source <element name="description" type="string"/>

element DirectionDescriptionType/reference
diagram sensorML_p747.png
namespace http://www.opengis.net/gml/3.2
type gml:ReferenceType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
ownsboolean  false    
typexlink:typeType    simple  
hrefxlink:hrefType      
rolexlink:roleType      
arcrolexlink:arcroleType      
titlexlink:titleAttrType      
showxlink:showType      
actuatexlink:actuateType      
nilReasongml:NilReasonType      
remoteSchemaanyURI      
appinfo
deprecated
source <element name="reference" type="gml:ReferenceType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy