complexType ReferenceFrameType
diagram sensorML_p58.png
namespace http://www.opengis.net/sensorML/2.0
type extension of swe:AbstractSWEIdentifiableType
properties
base swe:AbstractSWEIdentifiableType
children swe:extension swe:identifier swe:label swe:description sml:origin sml:axis
used by
element ReferenceFrame
attributes
Name  Type  Use  Default  Fixed  annotation
idIDoptional      
source <complexType name="ReferenceFrameType">
 
<complexContent>
   
<extension base="swe:AbstractSWEIdentifiableType">
     
<sequence>
       
<element name="origin" type="string">
         
<annotation>
           
<documentation>A textual description of the origin of the reference frame relative to the physical device (e.g. "the origin is at the point of attachment of the sensor to the platform").</documentation>
         
</annotation>
       
</element>
       
<element name="axis" minOccurs="1" maxOccurs="unbounded">
         
<annotation>
           
<documentation>Axis with name attribute and a textual description of the relationship of the axis to the physical device; the order of the axes listed determines their relationship according to the right-handed rule (e.g. axis 1 cross axis 2 = axis 3).</documentation>
         
</annotation>
         
<complexType>
           
<simpleContent>
             
<extension base="string">
               
<attribute name="name" type="NCName" use="required"/>
             
</extension>
           
</simpleContent>
         
</complexType>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element ReferenceFrameType/origin
diagram sensorML_p59.png
namespace http://www.opengis.net/sensorML/2.0
type string
properties
isRef 0
content simple
annotation
documentation
A textual description of the origin of the reference frame relative to the physical device (e.g. "the origin is at the point of attachment of the sensor to the platform").
source <element name="origin" type="string">
 
<annotation>
   
<documentation>A textual description of the origin of the reference frame relative to the physical device (e.g. "the origin is at the point of attachment of the sensor to the platform").</documentation>
 
</annotation>
</element>

element ReferenceFrameType/axis
diagram sensorML_p60.png
namespace http://www.opengis.net/sensorML/2.0
type extension of string
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
nameNCNamerequired      
annotation
documentation
Axis with name attribute and a textual description of the relationship of the axis to the physical device; the order of the axes listed determines their relationship according to the right-handed rule (e.g. axis 1 cross axis 2 = axis 3).
source <element name="axis" minOccurs="1" maxOccurs="unbounded">
 
<annotation>
   
<documentation>Axis with name attribute and a textual description of the relationship of the axis to the physical device; the order of the axes listed determines their relationship according to the right-handed rule (e.g. axis 1 cross axis 2 = axis 3).</documentation>
 
</annotation>
 
<complexType>
   
<simpleContent>
     
<extension base="string">
       
<attribute name="name" type="NCName" use="required"/>
     
</extension>
   
</simpleContent>
 
</complexType>
</element>

attribute ReferenceFrameType/axis/@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