Definition Type: ComplexType
Name: IndirectEntryType
Namespace: http://www.opengis.net/gml
Containing Schema: dictionary.xsd
Abstract
Documentation:
An entry in a dictionary of definitions that contains a GML object which references 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. 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.
Collapse XSD Schema Diagram:
Drilldown into DefinitionProxy in schema dictionary_xsdXSD Diagram of IndirectEntryType in schema dictionary_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="IndirectEntryType">
    <annotation>
        <documentation>An entry in a dictionary of definitions that contains a GML object which references 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. 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. </documentation>
    </annotation>
    <sequence>
        <element ref="gml:DefinitionProxy" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DefinitionProxy gml:DefinitionProxy (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:indirectEntry