complexType DictionaryEntryType
diagram index_p1340.png
namespace http://www.opengis.net/gml
children gml:Definition
used by
elements definitionMember dictionaryEntry
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
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.
source <xs:complexType name="DictionaryEntryType">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0">
   
<xs:element ref="gml:Definition">
     
<xs:annotation>
       
<xs:documentation>This element in a dictionary entry contains the actual definition. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attributeGroup ref="gml:AssociationAttributeGroup">
   
<xs:annotation>
     
<xs: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. </xs:documentation>
   
</xs:annotation>
 
</xs:attributeGroup>
</xs:complexType>


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