Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:AbstractGML
Namespace http://www.opengis.net/gml/3.2
Annotations
The abstract element gml:AbstractGML is "any GML object having identity".   It acts as the head of an XML Schema substitution group, which may include any element which is a GML feature, or other object, with identity.  This is used as a variable in content models in GML core and application schemas.  It is effectively an abstract superclass for all GML objects.
Diagram
Diagram index10.tmp#id82 index11.tmp#id76 index12.tmp#id97 index13.tmp#id99 index14.tmp#id103 index15.tmp#id108 index16.tmp#id75 index17.tmp#id74 index603.tmp#id285 index3.tmp#id136 index4.tmp#id172 index963.tmp#id181 index1155.tmp#id766 index665.tmp#id670 index1156.tmp#id669 index1092.tmp#id681 index1157.tmp#id668 index672.tmp#id683 index372.tmp#id674 index462.tmp#id563 index436.tmp#id671 index335.tmp#id259 index655.tmp#id192 index318.tmp#id274 index488.tmp#id682 index914.tmp#id673 index968.tmp#id680 index557.tmp#id243
Type gml:AbstractGMLType
Properties
content: complex
abstract: true
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name*
Children gml:description, gml:descriptionReference, gml:identifier, gml:metaDataProperty, gml:name
Instance
<gml:AbstractGML gml:id="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:descriptionReference xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:descriptionReference>
  <gml:identifier codeSpace="">{0,1}</gml:identifier>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:AbstractGML>
Attributes
QName Type Fixed Default Use Annotation
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
Source
<element name="AbstractGML" type="gml:AbstractGMLType" abstract="true" substitutionGroup="gml:AbstractObject">
  <annotation>
    <documentation>The abstract element gml:AbstractGML is "any GML object having identity". It acts as the head of an XML Schema substitution group, which may include any element which is a GML feature, or other object, with identity. This is used as a variable in content models in GML core and application schemas. It is effectively an abstract superclass for all GML objects.</documentation>
  </annotation>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/gmlBase.xsd