complexType AbstractDataComponentType
diagram sensorML_p1032.png
namespace http://www.opengis.net/swe/2.0
type extension of swe:AbstractSWEIdentifiableType
properties
base swe:AbstractSWEIdentifiableType
abstract true
children swe:extension swe:identifier swe:label swe:description
used by
element AbstractDataComponent
complexTypes AbstractSimpleComponentType DataArrayType DataChoiceType DataRecordType VectorType
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="AbstractDataComponentType" abstract="true">
 
<complexContent>
   
<extension base="swe:AbstractSWEIdentifiableType">
     
<attribute name="updatable" type="boolean" use="optional">
       
<annotation>
         
<documentation>Specifies if the value of a data component can be updated externally (i.e. is variable)</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="optional" type="boolean" use="optional" default="false">
       
<annotation>
         
<documentation>Specifies that data for this component can be omitted in the datastream</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="definition" type="anyURI" use="optional">
       
<annotation>
         
<documentation>Reference to semantic information defining the precise nature of the component</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute AbstractDataComponentType/@updatable
type boolean
properties
isRef 0
use optional
annotation
documentation
Specifies if the value of a data component can be updated externally (i.e. is variable)
source <attribute name="updatable" type="boolean" use="optional">
 
<annotation>
   
<documentation>Specifies if the value of a data component can be updated externally (i.e. is variable)</documentation>
 
</annotation>
</attribute>

attribute AbstractDataComponentType/@optional
type boolean
properties
isRef 0
default false
use optional
annotation
documentation
Specifies that data for this component can be omitted in the datastream
source <attribute name="optional" type="boolean" use="optional" default="false">
 
<annotation>
   
<documentation>Specifies that data for this component can be omitted in the datastream</documentation>
 
</annotation>
</attribute>

attribute AbstractDataComponentType/@definition
type anyURI
properties
isRef 0
use optional
annotation
documentation
Reference to semantic information defining the precise nature of the component
source <attribute name="definition" type="anyURI" use="optional">
 
<annotation>
   
<documentation>Reference to semantic information defining the precise nature of the component</documentation>
 
</annotation>
</attribute>


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