complexType AbstractFeatureType
diagram index_p355.png
namespace http://www.opengis.net/gml
type extension of gml:AbstractGMLType
properties
base gml:AbstractGMLType
abstract true
children gml:metaDataProperty gml:description gml:name
used by
element _Feature
complexTypes AbstractFeatureCollectionType AbstractPaikkatietopalveluKohde MerkintaType RakennusvalvontaAsiaType rakennusvalvontaType ValmisRakennusType
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
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).
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy