Documentation for fieldgml

Complex Type: DefinitionProxyType

[Table of contents]

Super-types: gml:AbstractGMLType < DefinitionType (by restriction) < DefinitionProxyType (by extension)
Sub-types: None
Name DefinitionProxyType
Abstract no
Documentation A proxy entry in a dictionary of definitions. An element of this type contains a reference to a remote definition object. This entry is expected to be convenient in allowing multiple elements in one XML document to contain short (abbreviated XPointer) references, which are resolved to an external definition provided in a Dictionary element in the same XML document.
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
<gml:definitionRef> ... </gml:definitionRef> [1]

'A reference to a remote entry in this dictionary, used when this dictionary entry is identified to allow external references to this specific entry. The remote entry referenced can be in a dictionary in the same or different XML document.'

</...>
Diagram
Schema Component Representation
<complexType name="DefinitionProxyType">
<complexContent>
<extension base=" gml:DefinitionType ">
<sequence>
<element ref=" gml:definitionRef "/>
</sequence>
</extension>
</complexContent>
</complexType>