Definition Type: ComplexType
Name: AbstractFeatureType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractGMLType
Containing Schema: feature.xsd
Abstract True
Documentation:
An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy. A concrete feature type must derive from this type and specify additional properties in an application schema. A feature must possess an identifying attribute ('id' - 'fid' has been deprecated).
Collapse XSD Schema Diagram:
Drilldown into location in schema feature_xsd Drilldown into boundedBy in schema feature_xsd 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_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into fid in schema feature_xsdXSD Diagram of AbstractFeatureType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractFeatureType" abstract="true">
    <annotation>
        <documentation> An abstract feature provides a set of common properties, including id, metaDataProperty, name and description inherited from AbstractGMLType, plus boundedBy.    A concrete feature type must derive from this type and specify additional  properties in an application schema. A feature must possess an identifying attribute ('id' - 'fid' has been deprecated).  </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractGMLType">
            <sequence>
                <element ref="gml:boundedBy" minOccurs="0" />
                <element ref="gml:location" minOccurs="0" />
                <!-- additional properties must be specified in an application schema -->
            </sequence>
            <attribute name="fid" type="string">
                <annotation>
                    <appinfo>deprecated</appinfo>
                    <documentation>deprecated in GML version 3.0</documentation>
                </annotation>
            </attribute>
        </extension>
    </complexContent>
</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
boundedBy gml:boundedBy 0 (1)
location gml:location 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
fid gml:fid (Optional)
Collapse Derivation Tree:
Collapse References:
gml:_Feature, gml:AbstractCoverageType, gml:BoundedFeatureType, gml:DynamicFeatureType, gml:ObservationType