| diagram | ![]() | ||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | extension of swe:AbstractDataComponentType | ||||
| properties |
| ||||
| children | gml:description gml:name swe:elementCount | ||||
| used by |
| ||||
| source | <xs:complexType name="AbstractDataArrayType" abstract="true"> <xs:complexContent> <xs:extension base="swe:AbstractDataComponentType"> <xs:sequence> <xs:element name="elementCount"> <xs:annotation> <xs:documentation>Specifies the size of the array (i.e. the number of elements of the defined type it contains)</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0"> <xs:element ref="swe:Count"> <!-- Should this really be swe:Count rather than xs:integer??? --> </xs:element> <!-- maxOccurs="unbounded" to support multiple dimensions? --> </xs:sequence> <xs:attribute name="ref" type="xs:IDREF"> <xs:annotation> <xs:documentation>If present, the array size is variable and should be obtained from the referenced component. The referenced component must occur before the array values in a data stream to allow parsing.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() | ||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| properties |
| ||||
| children | swe:Count | ||||
| annotation |
| ||||
| source | <xs:element name="elementCount"> <xs:annotation> <xs:documentation>Specifies the size of the array (i.e. the number of elements of the defined type it contains)</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0"> <xs:element ref="swe:Count"> <!-- Should this really be swe:Count rather than xs:integer??? --> </xs:element> <!-- maxOccurs="unbounded" to support multiple dimensions? --> </xs:sequence> <xs:attribute name="ref" type="xs:IDREF"> <xs:annotation> <xs:documentation>If present, the array size is variable and should be obtained from the referenced component. The referenced component must occur before the array values in a data stream to allow parsing.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
| type | xs:IDREF | ||
| properties |
| ||
| annotation |
| ||
| source | <xs:attribute name="ref" type="xs:IDREF"> <xs:annotation> <xs:documentation>If present, the array size is variable and should be obtained from the referenced component. The referenced component must occur before the array values in a data stream to allow parsing.</xs:documentation> </xs:annotation> </xs:attribute> |