diagram | ![]() |
||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||
type | extension of gml:AbstractGMLType | ||||||||||||
properties |
|
||||||||||||
children | gml:metaDataProperty gml:description gml:name | ||||||||||||
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> <!-- additional properties must be specified in an application schema --> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |