Documentation for fieldgml

Complex Type: CompositeValueType

[Table of contents]

Super-types: gml:AbstractGMLType < CompositeValueType (by extension)
Sub-types:
Name CompositeValueType
Abstract no
Documentation Aggregate value built from other Values using the Composite pattern. It contains zero or an arbitrary number of valueComponent elements, and zero or one valueComponents elements. It may be used for strongly coupled aggregates (vectors, tensors) or for arbitrary collections of values.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

</...>
Diagram
Schema Component Representation
<complexType name="CompositeValueType">
<complexContent>
<extension base=" gml:AbstractGMLType ">
<sequence>
<element ref=" gml:valueComponent " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:valueComponents " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>