private static XSDSchema gml3Schema;
public VersionedSchemaBuilder(GeoServer gs, WFSVConfiguration configuration) {
super(gs);
profiles.add(new GML3Profile());
gmlNamespace = org.geoserver.wfsv.xml.v1_1_0.WFSV.NAMESPACE;
gmlSchemaLocation = "wfs/1.1.0/wfsv.xsd";
baseType = "AbstractVersionedFeatureType";
substitutionGroup = "_VersionedFeature";