Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type gml:GenericMetaDataType
Namespace http://www.opengis.net/gml
Annotations
Deprecated with GML version 3.1.0.
Diagram
Diagram index1.tmp#id49 index70.tmp#id503
Type extension of gml:AbstractMetaDataType
Type hierarchy
Properties
mixed: true
Used by
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
gml:id ID optional
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="GenericMetaDataType" mixed="true">
  <annotation>
    <documentation>Deprecated with GML version 3.1.0.</documentation>
  </annotation>
  <complexContent mixed="true">
    <extension base="gml:AbstractMetaDataType">
      <sequence>
        <any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.1.1/base/gmlBase.xsd