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 id Drilldown into name Drilldown into description Drilldown into metaDataPropertyXSD Diagram of AbstractGMLType
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>
        <group ref="gml:StandardObjectProperties" />
    </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
<xs:group> gml:StandardObjectProperties (1) (1)
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:AbstractTimeObjectType, gml:AbstractTimeSliceType, gml:AbstractTopologyType, gml:ArrayType, gml:BagType, gml:BaseStyleDescriptorType, gml:CompositeValueTypegml:DefinitionType, gml:FeatureStyleType,
Collapse Comments:
blog comments powered by Disqus