Definition Type: ComplexType
Name: AbstractGMLType
Namespace: http://www.opengis.net/gml
Containing Schema: gmlBase.xsd
Abstract True
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.
Collapse XSD Schema Diagram:
Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsdXSD Diagram of AbstractGMLType in schema gmlbase_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractGMLType" abstract="true">
    <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.  </documentation>
    </annotation>
    <sequence>
        <element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded" />
        <element ref="gml:description" minOccurs="0" />
        <element ref="gml:name" minOccurs="0" maxOccurs="unbounded">
            <annotation>
                <documentation>Multiple names may be provided.  These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute.  In an instance document there will usually only be one name per authority. </documentation>
            </annotation>
        </element>
    </sequence>
    <attribute ref="gml:id" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:_GML, gml:AbstractFeatureType, gml:AbstractGeometryType, gml:AbstractStyleType, gml:AbstractTimeSliceType, gml:AbstractTimeType, gml:AbstractTopologyType, gml:ArrayType, gml:BagType, gml:CompositeValueTypegml:DefinitionType, gml:TimeOrdinalEraType,