geo:FeatureType

complexType FeatureType in namespace http://release.niem.gov/niem/adapters/geospatial/4.0/

Definition

A data type that encapsulates a GML feature instance.

Diagram

XML Schema

<xs:complexType name="FeatureType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type that encapsulates a GML feature instance.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="gml:AbstractFeature" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>
This abstract element serves as the head of a substitution group which may contain any elements whose content model is derived from gml:AbstractFeatureType. This may be used as a variable in the construction of content models. gml:AbstractFeature may be thought of as "anything that is a GML feature" and may be used to define variables or templates in which the value of a GML property is "any feature". This occurs in particular in a GML feature collection where the feature member properties contain one or multiple copies of gml:AbstractFeature respectively.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>