complexType DictionaryType
diagram index_p1341.png
namespace http://www.opengis.net/gml
type extension of gml:DefinitionType
properties
base gml:DefinitionType
children gml:metaDataProperty gml:description gml:name gml:dictionaryEntry gml:indirectEntry
used by
elements DefinitionCollection Dictionary
attributes
Name  Type  Use  Default  Fixed  annotation
idrequired      
documentation
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.
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.
source <xs:complexType name="DictionaryType">
 
<xs:annotation>
   
<xs: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. </xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:DefinitionType">
     
<xs:sequence minOccurs="0" maxOccurs="unbounded">
       
<xs:choice>
         
<xs:element ref="gml:dictionaryEntry">
           
<xs:annotation>
             
<xs: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. </xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="gml:indirectEntry">
           
<xs:annotation>
             
<xs: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. </xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy