Definition Type: Attribute
Name: version
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
Fixed 1.1.0
Use Required
Documentation:
The version attribute contains the version of the request that generated this response. So a V1.1.0 transaction request generates a V1.1.0 transaction response.
Collapse XSD Schema Diagram:
XSD Diagram of version in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:attribute name="version" type="xsd:string" use="required" fixed="1.1.0">
    <xsd:annotation>
        <xsd:documentation>
               The version attribute contains the version of the request
               that generated this response.  So a V1.1.0 transaction
               request generates a V1.1.0 transaction response.
            </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>