diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | gml:Definition | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |