complexType DictionaryType

complexType {http://www.opengis.net/gml}DictionaryType

Type Heirarchy
{http://www.opengis.net/gml}AbstractGMLType (by restriction)
 {http://www.opengis.net/gml}DefinitionType (by extension)
  {http://www.opengis.net/gml}DictionaryType
Derived Types
{http://www.opengis.net/gml}DictionaryType
 {http://www.opengis.net/gml}Dictionary (by type)
 {http://www.opengis.net/gml}DefinitionCollection (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns=http://www.w3.org/2001/XMLSchema


Source

<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>


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.


complexType DictionaryType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.