Definition Type: ComplexType
Name: DefinitionProxyType
Namespace: http://www.opengis.net/gml
Type: gml:DefinitionType
Containing Schema: dictionary.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into definitionRef in schema dictionary_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into DefinitionType in schema dictionary_xsdXSD Diagram of DefinitionProxyType in schema dictionary_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="DefinitionProxyType">
    <annotation>
        <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. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:DefinitionType">
            <sequence>
                <element ref="gml:definitionRef">
                    <annotation>
                        <documentation>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. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
definitionRef gml:definitionRef (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:DefinitionProxy