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 index0.tmp#id77 index1.tmp#id71 index2.tmp#id92 index3.tmp#id94 index4.tmp#id98 index5.tmp#id103 index6.tmp#id70 index7.tmp#id69 index393.tmp#id254 index107.tmp#id131 index108.tmp#id167 index435.tmp#id176 index1013.tmp#id822 index331.tmp#id732 index1014.tmp#id731 index718.tmp#id737 index1015.tmp#id730 index492.tmp#id739 index306.tmp#id303 index344.tmp#id625 index785.tmp#id275 index1016.tmp#id289 index304.tmp#id734 index36.tmp#id187 index127.tmp#id738 index663.tmp#id735 index1017.tmp#id736 index1018.tmp#id238
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