| diagram | ![]() |
||||
| namespace | http://www.opengis.net/gml | ||||
| type | extension of gml:AbstractGMLType | ||||
| properties |
|
||||
| children | gml:description gml:name gml:boundedBy gml:location | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="AbstractFeatureType" abstract="true"> <xs:annotation> <xs:documentation>The basic feature model is given by the gml:AbstractFeatureType. The content model for gml:AbstractFeatureType adds two specific properties suitable for geographic features to the content model defined in gml:AbstractGMLType. The value of the gml:boundedBy property describes an envelope that encloses the entire feature instance, and is primarily useful for supporting rapid searching for features that occur in a particular location. The value of the gml:location property describes the extent, position or relative location of the feature.</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:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |