complexType AbstractDataComponentType
diagram SensorML_p496.png
namespace http://www.opengis.net/swe/1.0.1
type extension of gml:AbstractGMLType
properties
base gml:AbstractGMLType
abstract true
children gml:description gml:name
used by
elements Boolean Category Count CountRange ObservableProperty Quantity QuantityRange Text Time TimeRange
complexTypes AbstractDataArrayType AbstractDataRecordType
annotation
documentation
Base type for all data components.
This is implemented as an XML Schema complexType because it includes both element and attribute content.
source <xs:complexType name="AbstractDataComponentType" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Base type for all data components.
This is implemented as an XML Schema complexType because it includes both element and attribute content.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractGMLType">
     
<xs:attribute name="fixed" type="xs:boolean" use="optional" default="false">
       
<xs:annotation>
         
<xs:documentation>Specifies if the value of a component stays fixed in time or is variable. Default is variable</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="definition" type="xs:anyURI" use="optional">
       
<xs:annotation>
         
<xs:documentation>Points to semantics information defining the precise nature of the component</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute AbstractDataComponentType/@fixed
type xs:boolean
properties
isRef 0
default false
use optional
annotation
documentation
Specifies if the value of a component stays fixed in time or is variable. Default is variable
source <xs:attribute name="fixed" type="xs:boolean" use="optional" default="false">
 
<xs:annotation>
   
<xs:documentation>Specifies if the value of a component stays fixed in time or is variable. Default is variable</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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


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