complexType AbstractGMLType
diagram index_p1646.png
namespace http://www.opengis.net/gml
properties
abstract true
children gml:metaDataProperty gml:description gml:name
used by
element _GML
complexTypes AbstractFeatureType AbstractGeometryType AbstractStyleType AbstractTimeObjectType AbstractTimeSliceType AbstractTopologyType ArrayType BagType BaseStyleDescriptorType CompositeValueType DefinitionType FeatureStyleType
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
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.
annotation
documentation
All complexContent GML elements are directly or indirectly derived from this abstract supertype
to establish a hierarchy of GML types that may be distinguished from other XML types by their ancestry.
Elements in this hierarchy may have an ID and are thus referenceable.
source <xs:complexType name="AbstractGMLType" abstract="true">
 
<xs:annotation>
   
<xs:documentation>All complexContent GML elements are directly or indirectly derived from this abstract supertype
to establish a hierarchy of GML types that may be distinguished from other XML types by their ancestry.
Elements in this hierarchy may have an ID and are thus referenceable.
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:group ref="gml:StandardObjectProperties"/>
 
</xs:sequence>
 
<xs:attribute ref="gml:id" use="optional"/>
</xs:complexType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy