Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type gml:DefinitionType
Namespace http://www.opengis.net/gml
Annotations
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.
Diagram
Diagram index6.tmp#id48 index7.tmp#id30 index8.tmp#id43 index9.tmp#id45 index10.tmp#id29 index11.tmp#id28 index6.tmp#id48 index7.tmp#id30 index8.tmp#id43 index9.tmp#id45
Type restriction of gml:AbstractGMLType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name+
Children gml:description, gml:metaDataProperty, gml:name
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
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.
Source
<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 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.</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>
Schema location http://schemas.opengis.net/gml/3.1.1/base/dictionary.xsd