Definition Type: ComplexType
Name: DictionaryEntryType
Namespace: http://www.opengis.net/gml
Containing Schema: dictionary.xsd
Abstract False
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 remoteSchema Drilldown into actuate Drilldown into show Drilldown into title Drilldown into arcrole Drilldown into role Drilldown into href Drilldown into type Drilldown into DefinitionXSD Diagram of DictionaryEntryType
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 minOccurs="0">
        <element ref="gml:Definition">
            <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 (1) (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:definitionMember, gml:dictionaryEntry
Collapse Comments:
blog comments powered by Disqus