Definition Type: ComplexType
Name: DictionaryEntryType
Namespace: http://www.opengis.net/gml
Containing Schema: dictionary.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into Definition in schema dictionary_xsd Drilldown into remoteSchema in schema gmlbase_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into simpleAttrs in schema xlink_xsd Drilldown into AssociationAttributeGroup in schema gmlbase_xsdXSD Diagram of DictionaryEntryType in schema dictionary_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="DictionaryEntryType">
    <annotation>
        <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. </documentation>
    </annotation>
    <sequence>
        <element ref="gml:Definition" minOccurs="0">
            <annotation>
                <documentation>This element in a dictionary entry contains the actual definition. </documentation>
            </annotation>
        </element>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup">
        <annotation>
            <documentation>A non-identified reference to a remote entry in this dictionary, to be used when this entry need not be identified to allow external references to this specific entry. The remote entry referenced will usually be in a dictionary in the same XML document. This element will usually be used in dictionaries that are inside of another dictionary. </documentation>
        </annotation>
    </attributeGroup>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Definition gml:Definition 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href (Optional)
role xlink:role (Optional)
arcrole xlink:arcrole (Optional)
title xlink:title (Optional)
show xlink:show (Optional)
actuate xlink:actuate (Optional)
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree:
Collapse References:
gml:AbstractGeneralOperationParameterRefType, gml:CoordinateOperationRefType, gml:CoordinateSystemAxisRefType, gml:CoordinateSystemRefType, gml:DatumRefType, gml:definitionMember, gml:dictionaryEntry, gml:EllipsoidRefType, gml:OperationMethodRefType, gml:PrimeMeridianRefType, gml:ReferenceSystemRefType