Documentation for fieldgml

Element: DefinitionCollection

[Table of contents]

  • This element can be used wherever the following element is referenced:
Name DefinitionCollection
Type gml:DictionaryType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<gml:DefinitionCollection
gml:id="[1]">
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
Start Sequence [0..*]
Start Choice [1]
<gml:dictionaryEntry> ... </gml:dictionaryEntry> [1]

'An entry in this dictionary. The content of an entry can itself be a lower level dictionary or definition collection. This element follows the standard GML property model, so the value may be provided directly or by reference. Note that if the value is provided by reference, this definition does not carry a handle (gml:id) in this context, so does not allow external references to this specific entry in this context. When used in this way the referenced definition will usually be in a dictionary in the same XML document.'

<gml:indirectEntry> ... </gml:indirectEntry> [1]

'An identified reference to a remote entry in this dictionary, to be used when this entry should be identified to allow external references to this specific entry.'

End Choice
End Sequence
</gml:DefinitionCollection>
Diagram
h1723224726
Schema Component Representation
<element name="DefinitionCollection" type=" gml:DictionaryType " substitutionGroup="gml:Definition"/>