Definition Type: ComplexType
Name: DictionaryType
Namespace: http://www.opengis.net/gml
Type: gml:DefinitionType
Containing Schema: dictionary.xsd
Abstract False
Documentation:
A non-abstract bag that is specialized for use as a dictionary which contains a set of definitions. These definitions are referenced from other places, in the same and different XML documents. In this restricted type, the inherited optional "description" element can be used for a description of this dictionary. The inherited optional "name" element can be used for the name(s) of this dictionary. The inherited "metaDataProperty" elements can be used to reference or contain more information about this dictionary. The inherited required gml:id attribute allows the dictionary to be referenced using this handle.
Collapse XSD Schema Diagram:
Drilldown into indirectEntry Drilldown into dictionaryEntry Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into DefinitionTypeXSD Diagram of DictionaryType
Collapse XSD Schema Code:
<complexType name="DictionaryType">
    <annotation>
        <documentation>A non-abstract bag that is specialized for use as a dictionary which contains a set of definitions. These definitions are referenced from other places, in the same and different XML documents. In this restricted type, the inherited optional "description" element can be used for a description of this dictionary. The inherited optional "name" element can be used for the name(s) of this dictionary. The inherited "metaDataProperty" elements can be used to reference or contain more information about this dictionary. The inherited required gml:id attribute allows the dictionary to be referenced using this handle. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:DefinitionType">
            <sequence minOccurs="0" maxOccurs="unbounded">
                <choice>
                    <element ref="gml:dictionaryEntry">
                        <annotation>
                            <documentation>An entry in this dictionary. The content of an entry can itself be a lower level dictionary or definition collection. This element follows the standard GML property model, so the value may be provided directly or by reference. Note that if the value is provided by reference, this definition does not carry a handle (gml:id) in this context, so does not allow external references to this specific entry in this context. When used in this way the referenced definition will usually be in a dictionary in the same XML document. </documentation>
                        </annotation>
                    </element>
                    <element ref="gml:indirectEntry">
                        <annotation>
                            <documentation>An identified reference to a remote entry in this dictionary, to be used when this entry should be identified to allow external references to this specific entry. </documentation>
                        </annotation>
                    </element>
                </choice>
            </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
dictionaryEntry gml:dictionaryEntry (1) (1)
indirectEntry gml:indirectEntry (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
gml:DefinitionCollection, gml:Dictionary
Collapse Comments:
blog comments powered by Disqus