
{
    "id":"http://www.opengis.net/wfs#",
    "definitions":{
        "WFSLockFeatureResponseType":{
            "type":"object",
            "title":"WFSLockFeatureResponseType",
            "required":[
                "lockId"
            ],
            "properties":{
                "lockId":{
                    "title":"lockId",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"LockId",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "featuresLocked":{
                    "title":"featuresLocked",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FeaturesLockedType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeaturesLocked",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "featuresNotLocked":{
                    "title":"featuresNotLocked",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FeaturesNotLockedType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeaturesNotLocked",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WFS_LockFeatureResponseType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "lockId",
                "featuresLocked",
                "featuresNotLocked"
            ]
        },
        "TransactionResultType":{
            "type":"object",
            "title":"TransactionResultType",
            "required":[
                "status"
            ],
            "properties":{
                "status":{
                    "title":"status",
                    "allOf":[
                        {
                            "$ref":"#/definitions/StatusType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Status",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "locator":{
                    "title":"locator",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Locator",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "message":{
                    "title":"message",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Message",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TransactionResultType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "status",
                "locator",
                "message",
                "handle"
            ]
        },
        "OperationsType":{
            "type":"object",
            "title":"OperationsType",
            "required":[
                "insertOrUpdateOrDelete"
            ],
            "properties":{
                "insertOrUpdateOrDelete":{
                    "title":"insertOrUpdateOrDelete",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/EmptyType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Insert",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/EmptyType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Query",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/EmptyType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Update",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/EmptyType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Lock",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/EmptyType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Delete",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    }
                                ]
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elementRefs"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OperationsType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "insertOrUpdateOrDelete"
            ]
        },
        "MetadataURLType":{
            "type":"object",
            "title":"MetadataURLType",
            "required":[
                "type",
                "format"
            ],
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":""
                    }
                },
                "format":{
                    "title":"format",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"format",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MetadataURLType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "value",
                "type",
                "format"
            ]
        },
        "FeatureCollectionType":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/gml#/definitions/AbstractFeatureCollectionType"
                },
                {
                    "type":"object",
                    "title":"FeatureCollectionType",
                    "properties":{
                        "lockId":{
                            "title":"lockId",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"lockId",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeatureCollectionType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "lockId"
            ]
        },
        "UpdateElementType":{
            "type":"object",
            "title":"UpdateElementType",
            "required":[
                "property",
                "typeName"
            ],
            "properties":{
                "property":{
                    "title":"property",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/PropertyType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Property",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "filter":{
                    "title":"filter",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FilterType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Filter",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "typeName":{
                    "title":"typeName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"typeName",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"UpdateElementType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "property",
                "filter",
                "handle",
                "typeName"
            ]
        },
        "PostType":{
            "type":"object",
            "title":"PostType",
            "required":[
                "onlineResource"
            ],
            "properties":{
                "onlineResource":{
                    "title":"onlineResource",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"onlineResource",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"PostType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "onlineResource"
            ]
        },
        "PropertyType":{
            "type":"object",
            "title":"PropertyType",
            "required":[
                "name"
            ],
            "properties":{
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Name",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Value",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"PropertyType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "name",
                "value"
            ]
        },
        "CapabilitiesGetCapabilitiesType":{
            "type":"object",
            "title":"CapabilitiesGetCapabilitiesType",
            "required":[
                "dcpType"
            ],
            "properties":{
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"Capabilities_GetCapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "dcpType"
            ]
        },
        "DCPTypeType":{
            "type":"object",
            "title":"DCPTypeType",
            "required":[
                "http"
            ],
            "properties":{
                "http":{
                    "title":"http",
                    "allOf":[
                        {
                            "$ref":"#/definitions/HTTPType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"HTTP",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DCPTypeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "http"
            ]
        },
        "QueryType":{
            "type":"object",
            "title":"QueryType",
            "required":[
                "typeName"
            ],
            "properties":{
                "propertyName":{
                    "title":"propertyName",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/PropertyNameType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"PropertyName",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "filter":{
                    "title":"filter",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FilterType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Filter",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "typeName":{
                    "title":"typeName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"typeName",
                        "namespaceURI":""
                    }
                },
                "featureVersion":{
                    "title":"featureVersion",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"featureVersion",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"QueryType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "propertyName",
                "filter",
                "handle",
                "typeName",
                "featureVersion"
            ]
        },
        "CapabilitiesDescribeFeatureTypeType":{
            "type":"object",
            "title":"CapabilitiesDescribeFeatureTypeType",
            "required":[
                "schemaDescriptionLanguage",
                "dcpType"
            ],
            "properties":{
                "schemaDescriptionLanguage":{
                    "title":"schemaDescriptionLanguage",
                    "allOf":[
                        {
                            "$ref":"#/definitions/SchemaDescriptionLanguageType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"SchemaDescriptionLanguage",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"Capabilities_DescribeFeatureTypeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "schemaDescriptionLanguage",
                "dcpType"
            ]
        },
        "DeleteElementType":{
            "type":"object",
            "title":"DeleteElementType",
            "required":[
                "filter",
                "typeName"
            ],
            "properties":{
                "filter":{
                    "title":"filter",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FilterType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Filter",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "typeName":{
                    "title":"typeName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"typeName",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DeleteElementType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "filter",
                "handle",
                "typeName"
            ]
        },
        "NativeType":{
            "type":"object",
            "title":"NativeType",
            "required":[
                "vendorId",
                "safeToIgnore"
            ],
            "properties":{
                "vendorId":{
                    "title":"vendorId",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"vendorId",
                        "namespaceURI":""
                    }
                },
                "safeToIgnore":{
                    "title":"safeToIgnore",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"safeToIgnore",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"NativeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "vendorId",
                "safeToIgnore"
            ]
        },
        "CapabilitiesLockFeatureTypeType":{
            "type":"object",
            "title":"CapabilitiesLockFeatureTypeType",
            "required":[
                "dcpType"
            ],
            "properties":{
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"Capabilities_LockFeatureTypeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "dcpType"
            ]
        },
        "HTTPType":{
            "type":"object",
            "title":"HTTPType",
            "required":[
                "getOrPost"
            ],
            "properties":{
                "getOrPost":{
                    "title":"getOrPost",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/GetType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Get",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/PostType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Post",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    }
                                ]
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elements"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"HTTPType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "getOrPost"
            ]
        },
        "RequestType":{
            "type":"object",
            "title":"RequestType",
            "required":[
                "getCapabilitiesOrDescribeFeatureTypeOrTransaction"
            ],
            "properties":{
                "getCapabilitiesOrDescribeFeatureTypeOrTransaction":{
                    "title":"getCapabilitiesOrDescribeFeatureTypeOrTransaction",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/CapabilitiesLockFeatureTypeType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"LockFeature",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/CapabilitiesGetCapabilitiesType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"GetCapabilities",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/CapabilitiesDescribeFeatureTypeType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"DescribeFeatureType",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/CapabilitiesGetFeatureTypeType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"GetFeatureWithLock",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/CapabilitiesTransactionType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Transaction",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/CapabilitiesGetFeatureTypeType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"GetFeature",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    }
                                ]
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elementRefs"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"RequestType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "getCapabilitiesOrDescribeFeatureTypeOrTransaction"
            ]
        },
        "GetFeatureWithLockType":{
            "type":"object",
            "title":"GetFeatureWithLockType",
            "required":[
                "query",
                "version",
                "service"
            ],
            "properties":{
                "query":{
                    "title":"query",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/QueryType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Query",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "expiry":{
                    "title":"expiry",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"expiry",
                        "namespaceURI":""
                    }
                },
                "outputFormat":{
                    "title":"outputFormat",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"outputFormat",
                        "namespaceURI":""
                    }
                },
                "maxFeatures":{
                    "title":"maxFeatures",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maxFeatures",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetFeatureWithLockType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "query",
                "version",
                "service",
                "handle",
                "expiry",
                "outputFormat",
                "maxFeatures"
            ]
        },
        "StatusType":{
            "type":"object",
            "title":"StatusType",
            "required":[
                "success",
                "failed",
                "partial"
            ],
            "properties":{
                "success":{
                    "title":"success",
                    "allOf":[
                        {
                            "$ref":"#/definitions/EmptyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"SUCCESS",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "failed":{
                    "title":"failed",
                    "allOf":[
                        {
                            "$ref":"#/definitions/EmptyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FAILED",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "partial":{
                    "title":"partial",
                    "allOf":[
                        {
                            "$ref":"#/definitions/EmptyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"PARTIAL",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"StatusType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "success",
                "failed",
                "partial"
            ]
        },
        "LockFeatureType":{
            "type":"object",
            "title":"LockFeatureType",
            "required":[
                "lock",
                "version",
                "service"
            ],
            "properties":{
                "lock":{
                    "title":"lock",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/LockType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Lock",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "expiry":{
                    "title":"expiry",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"expiry",
                        "namespaceURI":""
                    }
                },
                "lockAction":{
                    "title":"lockAction",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AllSomeType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lockAction",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LockFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "lock",
                "version",
                "service",
                "expiry",
                "lockAction"
            ]
        },
        "GetCapabilitiesType":{
            "type":"object",
            "title":"GetCapabilitiesType",
            "required":[
                "service"
            ],
            "properties":{
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetCapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "version",
                "service"
            ]
        },
        "GetType":{
            "type":"object",
            "title":"GetType",
            "required":[
                "onlineResource"
            ],
            "properties":{
                "onlineResource":{
                    "title":"onlineResource",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"onlineResource",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "onlineResource"
            ]
        },
        "FeaturesLockedType":{
            "type":"object",
            "title":"FeaturesLockedType",
            "required":[
                "featureId"
            ],
            "properties":{
                "featureId":{
                    "title":"featureId",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FeatureIdType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeatureId",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeaturesLockedType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "featureId"
            ]
        },
        "LatLongBoundingBoxType":{
            "type":"object",
            "title":"LatLongBoundingBoxType",
            "required":[
                "minx",
                "miny",
                "maxx",
                "maxy"
            ],
            "properties":{
                "minx":{
                    "title":"minx",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"minx",
                        "namespaceURI":""
                    }
                },
                "miny":{
                    "title":"miny",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"miny",
                        "namespaceURI":""
                    }
                },
                "maxx":{
                    "title":"maxx",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maxx",
                        "namespaceURI":""
                    }
                },
                "maxy":{
                    "title":"maxy",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maxy",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LatLongBoundingBoxType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "minx",
                "miny",
                "maxx",
                "maxy"
            ]
        },
        "FeatureTypeListType":{
            "type":"object",
            "title":"FeatureTypeListType",
            "required":[
                "featureType"
            ],
            "properties":{
                "operations":{
                    "title":"operations",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OperationsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Operations",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "featureType":{
                    "title":"featureType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FeatureTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeatureType",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeatureTypeListType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "operations",
                "featureType"
            ]
        },
        "WFSCapabilitiesType":{
            "type":"object",
            "title":"WFSCapabilitiesType",
            "required":[
                "service",
                "capability",
                "featureTypeList",
                "filterCapabilities"
            ],
            "properties":{
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ServiceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Service",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "capability":{
                    "title":"capability",
                    "allOf":[
                        {
                            "$ref":"#/definitions/CapabilityType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Capability",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "featureTypeList":{
                    "title":"featureTypeList",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FeatureTypeListType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeatureTypeList",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "filterCapabilities":{
                    "title":"filterCapabilities",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FilterCapabilities"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Filter_Capabilities",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WFS_CapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "service",
                "capability",
                "featureTypeList",
                "filterCapabilities",
                "version",
                "updateSequence"
            ]
        },
        "InsertResultType":{
            "type":"object",
            "title":"InsertResultType",
            "required":[
                "featureId"
            ],
            "properties":{
                "featureId":{
                    "title":"featureId",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FeatureIdType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeatureId",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"InsertResultType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "featureId",
                "handle"
            ]
        },
        "DescribeFeatureTypeType":{
            "type":"object",
            "title":"DescribeFeatureTypeType",
            "required":[
                "version",
                "service"
            ],
            "properties":{
                "typeName":{
                    "title":"typeName",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TypeName",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "outputFormat":{
                    "title":"outputFormat",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"outputFormat",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DescribeFeatureTypeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "typeName",
                "version",
                "service",
                "outputFormat"
            ]
        },
        "CapabilitiesGetFeatureTypeType":{
            "type":"object",
            "title":"CapabilitiesGetFeatureTypeType",
            "required":[
                "resultFormat",
                "dcpType"
            ],
            "properties":{
                "resultFormat":{
                    "title":"resultFormat",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ResultFormatType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ResultFormat",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"Capabilities_GetFeatureTypeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "resultFormat",
                "dcpType"
            ]
        },
        "FeatureTypeType":{
            "type":"object",
            "title":"FeatureTypeType",
            "required":[
                "name",
                "srs"
            ],
            "properties":{
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Name",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "keywords":{
                    "title":"keywords",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Keywords",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "srs":{
                    "title":"srs",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"SRS",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "operations":{
                    "title":"operations",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OperationsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Operations",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "latLongBoundingBox":{
                    "title":"latLongBoundingBox",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/LatLongBoundingBoxType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"LatLongBoundingBox",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "metadataURL":{
                    "title":"metadataURL",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MetadataURLType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"MetadataURL",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeatureTypeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "name",
                "title",
                "_abstract",
                "keywords",
                "srs",
                "operations",
                "latLongBoundingBox",
                "metadataURL"
            ]
        },
        "FeaturesNotLockedType":{
            "type":"object",
            "title":"FeaturesNotLockedType",
            "required":[
                "featureId"
            ],
            "properties":{
                "featureId":{
                    "title":"featureId",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FeatureIdType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeatureId",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeaturesNotLockedType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "featureId"
            ]
        },
        "CapabilitiesTransactionType":{
            "type":"object",
            "title":"CapabilitiesTransactionType",
            "required":[
                "dcpType"
            ],
            "properties":{
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"Capabilities_TransactionType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "dcpType"
            ]
        },
        "WFSTransactionResponseType":{
            "type":"object",
            "title":"WFSTransactionResponseType",
            "required":[
                "transactionResult",
                "version"
            ],
            "properties":{
                "insertResult":{
                    "title":"insertResult",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/InsertResultType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"InsertResult",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "transactionResult":{
                    "title":"transactionResult",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TransactionResultType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TransactionResult",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WFS_TransactionResponseType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "insertResult",
                "transactionResult",
                "version"
            ]
        },
        "ResultFormatType":{
            "type":"object",
            "title":"ResultFormatType",
            "required":[
                "gml2"
            ],
            "properties":{
                "gml2":{
                    "title":"gml2",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/EmptyType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GML2",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ResultFormatType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "gml2"
            ]
        },
        "ServiceType":{
            "type":"object",
            "title":"ServiceType",
            "required":[
                "name",
                "title",
                "onlineResource"
            ],
            "properties":{
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Name",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "keywords":{
                    "title":"keywords",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Keywords",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "onlineResource":{
                    "title":"onlineResource",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OnlineResource",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "fees":{
                    "title":"fees",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Fees",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "accessConstraints":{
                    "title":"accessConstraints",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AccessConstraints",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ServiceType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "name",
                "title",
                "_abstract",
                "keywords",
                "onlineResource",
                "fees",
                "accessConstraints"
            ]
        },
        "InsertElementType":{
            "type":"object",
            "title":"InsertElementType",
            "required":[
                "feature"
            ],
            "properties":{
                "feature":{
                    "title":"feature",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "name":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                    },
                                    "value":{
                                        "$ref":"http://www.opengis.net/gml#/definitions/AbstractFeatureType"
                                    }
                                },
                                "elementName":{
                                    "localPart":"_Feature",
                                    "namespaceURI":"http://www.opengis.net/gml"
                                }
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elementRef",
                    "elementName":{
                        "localPart":"_Feature",
                        "namespaceURI":"http://www.opengis.net/gml"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"InsertElementType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "feature",
                "handle"
            ]
        },
        "SchemaDescriptionLanguageType":{
            "type":"object",
            "title":"SchemaDescriptionLanguageType",
            "required":[
                "xmlschema"
            ],
            "properties":{
                "xmlschema":{
                    "title":"xmlschema",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/EmptyType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"XMLSCHEMA",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SchemaDescriptionLanguageType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "xmlschema"
            ]
        },
        "TransactionType":{
            "type":"object",
            "title":"TransactionType",
            "required":[
                "version",
                "service"
            ],
            "properties":{
                "lockId":{
                    "title":"lockId",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"LockId",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "insertOrUpdateOrDelete":{
                    "title":"insertOrUpdateOrDelete",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/InsertElementType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Insert",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/UpdateElementType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Update",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/DeleteElementType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Delete",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/NativeType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Native",
                                            "namespaceURI":"http://www.opengis.net/wfs"
                                        }
                                    }
                                ]
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"elements"
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "releaseAction":{
                    "title":"releaseAction",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AllSomeType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"releaseAction",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TransactionType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "lockId",
                "insertOrUpdateOrDelete",
                "version",
                "service",
                "handle",
                "releaseAction"
            ]
        },
        "CapabilityType":{
            "type":"object",
            "title":"CapabilityType",
            "required":[
                "request"
            ],
            "properties":{
                "request":{
                    "title":"request",
                    "allOf":[
                        {
                            "$ref":"#/definitions/RequestType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Request",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "vendorSpecificCapabilities":{
                    "title":"vendorSpecificCapabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"VendorSpecificCapabilities",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CapabilityType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "request",
                "vendorSpecificCapabilities"
            ]
        },
        "LockType":{
            "type":"object",
            "title":"LockType",
            "required":[
                "typeName"
            ],
            "properties":{
                "filter":{
                    "title":"filter",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FilterType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Filter",
                        "namespaceURI":"http://www.opengis.net/ogc"
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "typeName":{
                    "title":"typeName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"typeName",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LockType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "filter",
                "handle",
                "typeName"
            ]
        },
        "GetFeatureType":{
            "type":"object",
            "title":"GetFeatureType",
            "required":[
                "query",
                "version",
                "service"
            ],
            "properties":{
                "query":{
                    "title":"query",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/QueryType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Query",
                        "namespaceURI":"http://www.opengis.net/wfs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "handle":{
                    "title":"handle",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"handle",
                        "namespaceURI":""
                    }
                },
                "outputFormat":{
                    "title":"outputFormat",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"outputFormat",
                        "namespaceURI":""
                    }
                },
                "maxFeatures":{
                    "title":"maxFeatures",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maxFeatures",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "propertiesOrder":[
                "query",
                "version",
                "service",
                "handle",
                "outputFormat",
                "maxFeatures"
            ]
        },
        "EmptyType":{
            "type":"object",
            "title":"EmptyType",
            "properties":{
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"EmptyType",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        "AllSomeType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"AllSomeType",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        }
    },
    "anyOf":[
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "LockId"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"LockId",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GML2"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"GML2",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Insert"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/InsertElementType"
                }
            },
            "elementName":{
                "localPart":"Insert",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Insert"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"Insert",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/OperationsType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Title"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Title",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Lock"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"Lock",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/OperationsType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FeatureCollection"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/FeatureCollectionType"
                }
            },
            "elementName":{
                "localPart":"FeatureCollection",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Query"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/QueryType"
                }
            },
            "elementName":{
                "localPart":"Query",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "AccessConstraints"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"AccessConstraints",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Delete"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"Delete",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/OperationsType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetCapabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"GetCapabilities",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Property"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/PropertyType"
                }
            },
            "elementName":{
                "localPart":"Property",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "LockFeature"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesLockFeatureTypeType"
                }
            },
            "elementName":{
                "localPart":"LockFeature",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/RequestType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "VendorSpecificCapabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"VendorSpecificCapabilities",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "WFS_TransactionResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/WFSTransactionResponseType"
                }
            },
            "elementName":{
                "localPart":"WFS_TransactionResponse",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Delete"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DeleteElementType"
                }
            },
            "elementName":{
                "localPart":"Delete",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetFeatureWithLock"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetFeatureWithLockType"
                }
            },
            "elementName":{
                "localPart":"GetFeatureWithLock",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Update"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"Update",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/OperationsType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Transaction"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesTransactionType"
                }
            },
            "elementName":{
                "localPart":"Transaction",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/RequestType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "PARTIAL"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"PARTIAL",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Keywords"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Keywords",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "LockFeature"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/LockFeatureType"
                }
            },
            "elementName":{
                "localPart":"LockFeature",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "WFS_LockFeatureResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/WFSLockFeatureResponseType"
                }
            },
            "elementName":{
                "localPart":"WFS_LockFeatureResponse",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeFeatureType"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeFeatureTypeType"
                }
            },
            "elementName":{
                "localPart":"DescribeFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetCapabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesGetCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"GetCapabilities",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/RequestType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Native"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/NativeType"
                }
            },
            "elementName":{
                "localPart":"Native",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "WFS_Capabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/WFSCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"WFS_Capabilities",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Transaction"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TransactionType"
                }
            },
            "elementName":{
                "localPart":"Transaction",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Query"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"Query",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/OperationsType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Update"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/UpdateElementType"
                }
            },
            "elementName":{
                "localPart":"Update",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetFeature"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesGetFeatureTypeType"
                }
            },
            "elementName":{
                "localPart":"GetFeature",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/RequestType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "XMLSCHEMA"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"XMLSCHEMA",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "SUCCESS"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"SUCCESS",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetFeatureWithLock"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesGetFeatureTypeType"
                }
            },
            "elementName":{
                "localPart":"GetFeatureWithLock",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/RequestType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Abstract"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Abstract",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetFeature"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetFeatureType"
                }
            },
            "elementName":{
                "localPart":"GetFeature",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "SRS"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"SRS",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeFeatureType"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesDescribeFeatureTypeType"
                }
            },
            "elementName":{
                "localPart":"DescribeFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs"
            },
            "scope":{
                "$ref":"#/definitions/RequestType"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Fees"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Fees",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FAILED"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EmptyType"
                }
            },
            "elementName":{
                "localPart":"FAILED",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "OnlineResource"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                }
            },
            "elementName":{
                "localPart":"OnlineResource",
                "namespaceURI":"http://www.opengis.net/wfs"
            }
        }
    ]
}