diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | restriction of gml:AbstractGMLType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name | ||||||||||||||
used by | |||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="DefinitionType"> <xs:annotation> <xs: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 inherited "metaDataProperty" elements can be used to reference or include more information about this definition. The gml:id attribute is required - it must be possible to reference this definition using this handle. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:AbstractGMLType"> <xs:sequence> <xs:element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="gml:description" minOccurs="0"/> <xs:element ref="gml:name" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="gml:id" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |