pengis.net/gml:AbstractFeatureType.
<complexType abstract="true" name="AbstractFeatureType"> <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 minOccurs="0" ref="gml:boundedBy"/> <element minOccurs="0" ref="gml:location"> <annotation> <appinfo>deprecated</appinfo> <documentation>deprecated in GML version 3.1</documentation> </annotation> </element> <!-- additional properties must be specified in an application schema --> </sequence> </extension> </complexContent> </complexType>
@generated
@source $URL$