complexType AbstractFeatureType

complexType {http://www.opengis.net/gml}AbstractFeatureType

Type Heirarchy
{http://www.opengis.net/gml}AbstractGMLType (by extension)
 {http://www.opengis.net/gml}AbstractFeatureType
Derived Types
{http://www.opengis.net/gml}AbstractFeatureType
 {http://www.opengis.net/gml}_Feature (by type)
 {http://www.opengis.net/gml}AbstractFeatureCollectionType (by extension)
  {http://www.opengis.net/gml}_FeatureCollection (by type)
  {http://www.opengis.net/gml}FeatureCollectionType (by extension)
   {http://www.opengis.net/gml}DynamicFeatureCollectionType (by extension)
   {http://www.opengis.net/gml}FeatureCollection (by type)
 {http://www.spotimage.com/Ref3D}AbstractAnnotationBaseType (by restriction)
  {http://www.spotimage.com/Ref3D}AnnotationBaseType (by extension)
   {http://www.spotimage.com/Ref3D}AnnotationType (by extension)
    {http://www.spotimage.com/Ref3D}_Annotation (by type)
    {http://www.spotimage.com/Ref3D}RegionOfInterestType (by extension)
     {http://www.spotimage.com/Ref3D}RegionOfInterest (by type)
   {http://www.spotimage.com/Ref3D}_AnnotationBase (by type)
   {http://www.spotimage.com/Ref3D}LabelType (by extension)
    {http://www.spotimage.com/Ref3D}Label (by type)
 {http://www.opengis.net/gml}DynamicFeatureType (by extension)
 {http://www.opengis.net/gml}AbstractCoverageType (by extension)
  {http://www.opengis.net/gml}_Coverage (by type)
  {http://www.opengis.net/gml}AbstractContinuousCoverageType (by extension)
   {http://www.opengis.net/gml}_ContinuousCoverage (by type)
  {http://www.opengis.net/gml}AbstractDiscreteCoverageType (by extension)
   {http://www.opengis.net/gml}MultiCurveCoverageType (by restriction)
    {http://www.opengis.net/gml}MultiCurveCoverage (by type)
   {http://www.opengis.net/gml}RectifiedGridCoverageType (by restriction)
    {http://www.opengis.net/app}Landsat7CoverageType (by restriction)
     {http://www.opengis.net/app}Landsat7Coverage (by type)
    {http://www.spotimage.com/Ref3D}R3DOrthoCoverageType (by restriction)
     {http://www.spotimage.com/Ref3D}R3DOrthoCoverage (by type)
    {http://www.opengis.net/gml}RectifiedGridCoverage (by type)
   {http://www.opengis.net/gml}MultiSurfaceCoverageType (by restriction)
    {http://www.opengis.net/gml}MultiSurfaceCoverage (by type)
   {http://www.opengis.net/gml}GridCoverageType (by restriction)
    {http://www.opengis.net/gml}GridCoverage (by type)
   {http://www.opengis.net/gml}MultiSolidCoverageType (by restriction)
    {http://www.opengis.net/gml}MultiSolidCoverage (by type)
   {http://www.opengis.net/gml}_DiscreteCoverage (by type)
   {http://www.opengis.net/gml}MultiPointCoverageType (by restriction)
    {http://www.opengis.net/gml}MultiPointCoverage (by type)
 {http://www.opengis.net/gml}BoundedFeatureType (by restriction)
 {http://www.opengis.net/xima}AbstractAnnotationBaseType (by restriction)
  {http://www.opengis.net/xima}AnnotationBaseType (by extension)
   {http://www.opengis.net/xima}ImageType (by extension)
    {http://www.opengis.net/xima}Image (by type)
   {http://www.opengis.net/xima}LabelType (by extension)
    {http://www.opengis.net/xima}Label (by type)
   {http://www.opengis.net/xima}AbstractAnnotationType (by extension)
    {http://www.opengis.net/xima}AbstractAnnotation (by type)
    {http://www.opengis.net/xima}PointOfInterestType (by extension)
     {http://www.opengis.net/xima}PointOfInterest (by type)
    {http://www.opengis.net/xima}AnnotationType (by extension)
     {http://www.opengis.net/xima}Annotation (by type)
     {http://www.opengis.net/xima}_Annotation (by type)
    {http://www.opengis.net/xima}RegionOfInterestType (by extension)
     {http://www.opengis.net/xima}RegionOfInterest (by type)
    {http://www.opengis.net/xima}CurveOfInterestType (by extension)
     {http://www.opengis.net/xima}CurveOfInterest (by type)
    {http://www.opengis.net/xima}FeatureOfInterestType (by extension)
     {http://www.opengis.net/xima}FeatureOfInterest (by type)
   {http://www.opengis.net/xima}_AnnotationBase (by type)
 {http://www.opengis.net/gml}ObservationType (by extension)
  {http://www.opengis.net/gml}DirectedObservationType (by extension)
   {http://www.opengis.net/gml}DirectedObservation (by type)
   {http://www.opengis.net/gml}DirectedObservationAtDistanceType (by extension)
    {http://www.opengis.net/gml}DirectedObservationAtDistance (by type)
  {http://www.opengis.net/gml}Observation (by type)
Abstracttrue (This cannot be used in an instance)
Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:sch=http://www.ascc.net/xml/schematron
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="AbstractFeatureType" abstract="true">
    <
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 ref="gml:boundedBy" minOccurs="0"/>
                <
element ref="gml:location" minOccurs="0">
                    <
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>


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).


complexType AbstractFeatureType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.