Definition Type: ComplexType
Name: AbstractGMLType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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 gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsdXSD Diagram of AbstractGMLType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AbstractGMLType" abstract="true">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">gmlBase.xsd</appinfo>
        <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:_GMLgml:AbstractFeatureType, gml:AbstractGeometryType, gml:AbstractTimeObjectType, gml:AbstractTimeSliceType, gml:CompositeValueType, gml:DefinitionType,