diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of swe:AbstractSWEType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:extension | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <complexType name="ComponentType"> <complexContent> <extension base="swe:AbstractSWEType"> <attribute name="encryption" type="anyURI" use="optional"> <annotation> <documentation>Name of the encryption method used to encrypt the value of this field</documentation> </annotation> </attribute> <attribute name="significantBits" type="integer" use="optional"> <annotation> <documentation>Number of significant bits actually used for a binary encoded numerical value (all remaining bits shall be set to 0)</documentation> </annotation> </attribute> <attribute name="bitLength" type="integer" use="optional"/> <attribute name="byteLength" type="integer" use="optional"> <annotation> <documentation>Byte length of this field when a custom data type is used</documentation> </annotation> </attribute> <attribute name="dataType" type="anyURI" use="required"> <annotation> <documentation>Binary data type used to encode the value(s) of the referenced data component</documentation> </annotation> </attribute> <attribute name="ref" type="string" use="required"> <annotation> <documentation>Reference to the data component that these binary encoding settings apply to</documentation> </annotation> </attribute> </extension> </complexContent> </complexType> |
type | anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="encryption" type="anyURI" use="optional"> <annotation> <documentation>Name of the encryption method used to encrypt the value of this field</documentation> </annotation> </attribute> |
type | integer | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="significantBits" type="integer" use="optional"> <annotation> <documentation>Number of significant bits actually used for a binary encoded numerical value (all remaining bits shall be set to 0)</documentation> </annotation> </attribute> |
type | integer | ||||
properties |
|
||||
source | <attribute name="bitLength" type="integer" use="optional"/> |
type | integer | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="byteLength" type="integer" use="optional"> <annotation> <documentation>Byte length of this field when a custom data type is used</documentation> </annotation> </attribute> |
type | anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="dataType" type="anyURI" use="required"> <annotation> <documentation>Binary data type used to encode the value(s) of the referenced data component</documentation> </annotation> </attribute> |
type | string | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="ref" type="string" use="required"> <annotation> <documentation>Reference to the data component that these binary encoding settings apply to</documentation> </annotation> </attribute> |