diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||
type | extension of swe:AbstractSWEIdentifiableType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | swe:extension swe:identifier swe:label swe:description | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
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> |
type | boolean | ||||
properties |
|
||||
annotation |
|
||||
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> |
type | boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
type | anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="definition" type="anyURI" use="optional"> <annotation> <documentation>Reference to semantic information defining the precise nature of the component</documentation> </annotation> </attribute> |