complexType DataArrayType
diagram sensorML_p593.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:elementCount swe:elementType swe:encoding swe:values
used by
element DataArray
complexType MatrixType
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
source <complexType name="DataArrayType">
 
<complexContent>
   
<extension base="swe:AbstractDataComponentType">
     
<sequence>
       
<element name="elementCount" type="swe:CountPropertyType">
         
<annotation>
           
<documentation>Specifies the size of the array (i.e. the number of elements of the defined type it contains)</documentation>
         
</annotation>
       
</element>
       
<element name="elementType">
         
<annotation>
           
<documentation>Defines the structure of the element that will be repeated in the array</documentation>
         
</annotation>
         
<complexType>
           
<complexContent>
             
<extension base="swe:AbstractDataComponentPropertyType">
               
<attribute name="name" type="NCName" use="required"/>
             
</extension>
           
</complexContent>
         
</complexType>
       
</element>
       
<element name="encoding" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>Specifies the type of method used to encode the array values</documentation>
         
</annotation>
         
<complexType>
           
<sequence>
             
<element ref="swe:AbstractEncoding"/>
           
</sequence>
         
</complexType>
       
</element>
       
<element name="values" type="swe:EncodedValuesPropertyType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>If present, contains an encoded block of the values contained in the array. Values are optional so that the array definition can be used a as a schema for values provided externally</documentation>
         
</annotation>
       
</element>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>

element DataArrayType/elementCount
diagram sensorML_p594.png
namespace http://www.opengis.net/swe/2.0
type swe:CountPropertyType
properties
isRef 0
content complex
children swe:Count
attributes
Name  Type  Use  Default  Fixed  annotation
typexlink:typeType    simple  
hrefxlink:hrefType      
rolexlink:roleType      
arcrolexlink:arcroleType      
titlexlink:titleAttrType      
showxlink:showType      
actuatexlink:actuateType      
annotation
documentation
Specifies the size of the array (i.e. the number of elements of the defined type it contains)
source <element name="elementCount" type="swe:CountPropertyType">
 
<annotation>
   
<documentation>Specifies the size of the array (i.e. the number of elements of the defined type it contains)</documentation>
 
</annotation>
</element>

element DataArrayType/elementType
diagram sensorML_p595.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AbstractDataComponentPropertyType
properties
isRef 0
content complex
children swe:AbstractDataComponent
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
Defines the structure of the element that will be repeated in the array
source <element name="elementType">
 
<annotation>
   
<documentation>Defines the structure of the element that will be repeated in the array</documentation>
 
</annotation>
 
<complexType>
   
<complexContent>
     
<extension base="swe:AbstractDataComponentPropertyType">
       
<attribute name="name" type="NCName" use="required"/>
     
</extension>
   
</complexContent>
 
</complexType>
</element>

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

element DataArrayType/encoding
diagram sensorML_p596.png
namespace http://www.opengis.net/swe/2.0
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children swe:AbstractEncoding
annotation
documentation
Specifies the type of method used to encode the array values
source <element name="encoding" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>Specifies the type of method used to encode the array values</documentation>
 
</annotation>
 
<complexType>
   
<sequence>
     
<element ref="swe:AbstractEncoding"/>
   
</sequence>
 
</complexType>
</element>

element DataArrayType/values
diagram sensorML_p597.png
namespace http://www.opengis.net/swe/2.0
type swe:EncodedValuesPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
typexlink:typeType    simple  
hrefxlink:hrefType      
rolexlink:roleType      
arcrolexlink:arcroleType      
titlexlink:titleAttrType      
showxlink:showType      
actuatexlink:actuateType      
annotation
documentation
If present, contains an encoded block of the values contained in the array. Values are optional so that the array definition can be used a as a schema for values provided externally
source <element name="values" type="swe:EncodedValuesPropertyType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>If present, contains an encoded block of the values contained in the array. Values are optional so that the array definition can be used a as a schema for values provided externally</documentation>
 
</annotation>
</element>


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