<complexType name="DefinitionType">
<annotation>
<documentation>A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition.
The gml:id attribute is required - it must be possible to reference this definition using this handle. </documentation>
</annotation>
<complexContent>
<restriction base="gml:AbstractGMLType">
<sequence>
<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
<element ref="gml:description" minOccurs="0" />
<element ref="gml:name" maxOccurs="unbounded" />
</sequence>
<attribute ref="gml:id" use="required" />
</restriction>
</complexContent>
</complexType>
|