Used to create a versioned WFS protocol. Default version is 1.0.0.
{OpenLayers.Protocol} A WFS protocol of the given version.
var protocol = new OpenLayers.Protocol.WFS({
    version: "1.1.0",
    url:  "http://demo.opengeo.org/geoserver/wfs",
    featureType: "tasmania_roads",
    featureNS: "http://www.openplans.org/topp",
    geometryName: "the_geom"
});See the protocols for specific WFS versions for more detail.
| OpenLayers. | Used to create a versioned WFS protocol. | 
| Constants | |
| OpenLayers. |