Definition Type: ComplexType
Name: AbstractFeatureType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractGMLType
Containing Schema: gml.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 boundedBy in schema gml_xsd 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_xsd Drilldown into AbstractGMLType in schema gml_xsdXSD Diagram of AbstractFeatureType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AbstractFeatureType" abstract="true">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:feature:v3.1.1">feature.xsd</appinfo>
        <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" />
                <!-- additional properties must be specified in an application schema -->
            </sequence>
        </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)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:_Feature, gml:AbstractCoverageType, gml:AbstractFeatureCollectionType, om:EventTypemo:MovingObjectType,