complexType CompositeValueType
diagram sensorML_p790.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:AbstractGMLType
properties
base gml:AbstractGMLType
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:valueComponent gml:valueComponents
used by
element CompositeValue
complexType ValueArrayType
attributes
Name  Type  Use  Default  Fixed  annotation
idIDrequired      
documentation
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
aggregationTypegml:AggregationType      
source <complexType name="CompositeValueType">
 
<complexContent>
   
<extension base="gml:AbstractGMLType">
     
<sequence>
       
<element ref="gml:valueComponent" minOccurs="0" maxOccurs="unbounded"/>
       
<element ref="gml:valueComponents" minOccurs="0"/>
     
</sequence>
     
<attributeGroup ref="gml:AggregationAttributeGroup"/>
   
</extension>
 
</complexContent>
</complexType>


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