diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:AbstractGMLType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:boundedBy gml:location | ||||||||||||||
used by | |||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="AbstractFeatureType" abstract="true"> <xs:annotation> <xs: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).</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractGMLType"> <xs:sequence> <xs:element ref="gml:boundedBy" minOccurs="0"/> <xs:element ref="gml:location" minOccurs="0"> <xs:annotation> <xs:appinfo>deprecated</xs:appinfo> <xs:documentation>deprecated in GML version 3.1</xs:documentation> </xs:annotation> </xs:element> <!-- additional properties must be specified in an application schema --> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |