Documentation for fieldgml

Complex Type: ArrayType

[Table of contents]

Super-types: AbstractGMLType < ArrayType (by extension)
Sub-types: None
Name ArrayType
Abstract no
Documentation A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...
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.'

<gml:members> ... </gml:members> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="ArrayType">
<complexContent>
<extension base=" gml:AbstractGMLType ">
<sequence>
<element ref=" gml:members " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>