Definition Type: Attribute
Name: featureVersion
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.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 in schema wfs_xsd (National Information Exchange Model (NEIM))
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>