complexType VectorType
diagram sensorML_p586.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AbstractDataComponentType
properties
base swe:AbstractDataComponentType
children swe:extension swe:identifier swe:label swe:description swe:coordinate
used by
element Vector
attributes
Name  Type  Use  Default  Fixed  annotation
idIDoptional      
updatablebooleanoptional      
documentation
Specifies if the value of a data component can be updated externally (i.e. is variable)
optionalbooleanoptional  false    
documentation
Specifies that data for this component can be omitted in the datastream
definitionanyURIoptional      
documentation
Reference to semantic information defining the precise nature of the component
referenceFrameanyURIrequired      
documentation
Frame of reference (usually spatial) with respect to which the coordinates of this vector are expressed. A reference frame anchors a vector value to a real world datum.
localFrameanyURIoptional      
documentation
Frame of reference whose origin is located by the coordinates of this vector
source <complexType name="VectorType">
 
<complexContent>
   
<extension base="swe:AbstractDataComponentType">
     
<sequence>
       
<element name="coordinate" minOccurs="1" maxOccurs="unbounded">
         
<annotation>
           
<documentation>Definition of the coordinate provided as a data component with a numerical representation</documentation>
         
</annotation>
         
<complexType>
           
<complexContent>
             
<extension base="swe:AnyNumericalPropertyType">
               
<attribute name="name" type="NCName" use="required"/>
             
</extension>
           
</complexContent>
         
</complexType>
       
</element>
     
</sequence>
     
<attribute name="referenceFrame" type="anyURI" use="required">
       
<annotation>
         
<documentation>Frame of reference (usually spatial) with respect to which the coordinates of this vector are expressed. A reference frame anchors a vector value to a real world datum.</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="localFrame" type="anyURI" use="optional">
       
<annotation>
         
<documentation>Frame of reference whose origin is located by the coordinates of this vector</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute VectorType/@referenceFrame
type anyURI
properties
isRef 0
use required
annotation
documentation
Frame of reference (usually spatial) with respect to which the coordinates of this vector are expressed. A reference frame anchors a vector value to a real world datum.
source <attribute name="referenceFrame" type="anyURI" use="required">
 
<annotation>
   
<documentation>Frame of reference (usually spatial) with respect to which the coordinates of this vector are expressed. A reference frame anchors a vector value to a real world datum.</documentation>
 
</annotation>
</attribute>

attribute VectorType/@localFrame
type anyURI
properties
isRef 0
use optional
annotation
documentation
Frame of reference whose origin is located by the coordinates of this vector
source <attribute name="localFrame" type="anyURI" use="optional">
 
<annotation>
   
<documentation>Frame of reference whose origin is located by the coordinates of this vector</documentation>
 
</annotation>
</attribute>

element VectorType/coordinate
diagram sensorML_p587.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AnyNumericalPropertyType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children swe:Count swe:Quantity swe:Time
attributes
Name  Type  Use  Default  Fixed  annotation
typexlink:typeType    simple  
hrefxlink:hrefType      
rolexlink:roleType      
arcrolexlink:arcroleType      
titlexlink:titleAttrType      
showxlink:showType      
actuatexlink:actuateType      
nameNCNamerequired      
annotation
documentation
Definition of the coordinate provided as a data component with a numerical representation
source <element name="coordinate" minOccurs="1" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Definition of the coordinate provided as a data component with a numerical representation</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="swe:AnyNumericalPropertyType">
       
<attribute name="name" type="NCName" use="required"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

attribute VectorType/coordinate/@name
type NCName
properties
isRef 0
use required
source <attribute name="name" type="NCName" use="required"/>


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