Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type gml:DictionaryType
Namespace http://www.opengis.net/gml
Annotations
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.
Diagram
Diagram index6.tmp#id48 index7.tmp#id30 index8.tmp#id43 index9.tmp#id45 index10.tmp#id29 index11.tmp#id28 index6.tmp#id48 index7.tmp#id30 index8.tmp#id43 index9.tmp#id45 index12.tmp#id421 index112.tmp#id447 index113.tmp#id450
Type extension of gml:DefinitionType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name+ , (gml:dictionaryEntry | gml:indirectEntry)
Children gml:description, gml:dictionaryEntry, gml:indirectEntry, gml:metaDataProperty, gml:name
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
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>
Schema location http://schemas.opengis.net/gml/3.1.1/base/dictionary.xsd