Documentation for fieldgml

Complex Type: DictionaryEntryType

[Table of contents]

Super-types: None
Sub-types: None
Name DictionaryEntryType
Abstract no
Documentation An entry in a dictionary of definitions. An instance of this type contains or refers to a definition object. The number of definitions contained in this dictionaryEntry is restricted to one, but a DefinitionCollection or Dictionary that contains multiple definitions can be substituted if needed. Specialized descendents of this dictionaryEntry might be restricted in an application schema to allow only including specified types of definitions as valid entries in a dictionary.
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
<gml:Definition> ... </gml:Definition> [1]

'This element in a dictionary entry contains the actual definition.'

End Sequence
</...>
Diagram
h1723224726 h-1617836024
Schema Component Representation
<complexType name="DictionaryEntryType">
<sequence minOccurs="0">
<element ref=" gml:Definition "/>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>