diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||
type | extension of swe:AbstractDataComponentType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | swe:extension swe:identifier swe:label swe:description swe:elementCount swe:elementType swe:encoding swe:values | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
type | swe:CountPropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:Count | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of swe:AbstractDataComponentPropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:AbstractDataComponent | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | NCName | ||||
properties |
|
||||
source | <attribute name="name" type="NCName" use="required"/> |
diagram | |||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||
properties |
|
||||||||
children | swe:AbstractEncoding | ||||||||
annotation |
|
||||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
type | swe:EncodedValuesPropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |