Documentation for fieldgml

Element: Array

[Table of contents]

  • This element can be used wherever the following element is referenced:
Name Array
Type gml:ArrayType
Nillable no
Abstract no
Documentation Generic GML element to contain a homogeneous array of GML _Objects
Logical Diagram
XML Instance Representation
<gml:Array
gml:id="[0..1]">
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<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]
</gml:Array>
Diagram
h-573842742
Schema Component Representation
<element name="Array" type=" gml:ArrayType " substitutionGroup="gml:_GML"/>