Definition Type: Attribute
Name: featureVersion
Namespace: http://www.opengis.net/wfs
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: WFS-basic.xsd
Use Optional
Documentation:
For systems that implement versioning, the featureVersion attribute is used to specify which version of a particular feature instance is to be retrieved. A value of ALL means that all versions should be retrieved. An integer value 'i', means that the ith version should be retrieve if it exists or the most recent version otherwise.
Collapse XSD Schema Diagram:
XSD Diagram of featureVersion
Collapse XSD Schema Code:
<xsd:attribute name="featureVersion" type="xsd:string" use="optional">
    <xsd:annotation>
        <xsd:documentation>

              For systems that implement versioning, the featureVersion

              attribute is used to specify which version of a particular

              feature instance is to be retrieved.  A value of ALL means

              that all versions should be retrieved.  An integer value

              'i', means that the ith version should be retrieve if it

              exists or the most recent version otherwise.

           </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Comments:
blog comments powered by Disqus