Documentation for fieldgml

Element: Bag

[Table of contents]

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