<xsd:attribute name="version" type="xsd:string" use="optional" default="1.1.0">
<xsd:annotation>
<xsd:documentation>
The version attribute is used to indicate the version of the
WFS specification that a request conforms to. All requests in
this schema conform to V1.1 of the WFS specification.
For WFS implementations that support more than one version of
a WFS sepcification ... if the version attribute is not
specified then the service should assume that the request
conforms to greatest available specification version.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
|