
{
    "id":"http://www.opengis.net/wfs/2.0#",
    "definitions":{
        "EnvelopePropertyType":{
            "type":"object",
            "title":"EnvelopePropertyType",
            "required":[
                "any"
            ],
            "properties":{
                "any":{
                    "title":"any",
                    "allOf":[
                        {
                            "type":"object",
                            "properties":{
                                "name":{
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                },
                                "value":{
                                }
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"EnvelopePropertyType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "any"
            ]
        },
        "PropertyType":{
            "type":"object",
            "title":"PropertyType",
            "required":[
                "valueReference"
            ],
            "properties":{
                "valueReference":{
                    "title":"valueReference",
                    "allOf":[
                        {
                            "$ref":"#/definitions/PropertyType.ValueReference"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ValueReference",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "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/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"PropertyType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "valueReference",
                "value"
            ]
        },
        "TransactionSummaryType":{
            "type":"object",
            "title":"TransactionSummaryType",
            "properties":{
                "totalInserted":{
                    "title":"totalInserted",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"totalInserted",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "totalUpdated":{
                    "title":"totalUpdated",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"totalUpdated",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "totalReplaced":{
                    "title":"totalReplaced",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"totalReplaced",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "totalDeleted":{
                    "title":"totalDeleted",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"totalDeleted",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TransactionSummaryType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "totalInserted",
                "totalUpdated",
                "totalReplaced",
                "totalDeleted"
            ]
        },
        "FeaturesNotLockedType":{
            "type":"object",
            "title":"FeaturesNotLockedType",
            "required":[
                "resourceId"
            ],
            "properties":{
                "resourceId":{
                    "title":"resourceId",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ResourceIdType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ResourceId",
                        "namespaceURI":"http://www.opengis.net/fes/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeaturesNotLockedType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "resourceId"
            ]
        },
        "WFSCapabilitiesType":{
            "allOf":[
                {
                    "$ref":"#/definitions/CapabilitiesBaseType"
                },
                {
                    "type":"object",
                    "title":"WFSCapabilitiesType",
                    "properties":{
                        "wsdl":{
                            "title":"wsdl",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/WFSCapabilitiesType.WSDL"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"WSDL",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "featureTypeList":{
                            "title":"featureTypeList",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FeatureTypeListType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FeatureTypeList",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "filterCapabilities":{
                            "title":"filterCapabilities",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FilterCapabilities"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Filter_Capabilities",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WFS_CapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "wsdl",
                "featureTypeList",
                "filterCapabilities"
            ]
        },
        "PropertyName":{
            "type":"object",
            "title":"PropertyName",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"value"
                },
                "resolvePath":{
                    "title":"resolvePath",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resolvePath",
                        "namespaceURI":""
                    }
                },
                "resolve":{
                    "title":"resolve",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ResolveValueType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resolve",
                        "namespaceURI":""
                    }
                },
                "resolveDepth":{
                    "title":"resolveDepth",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resolveDepth",
                        "namespaceURI":""
                    }
                },
                "resolveTimeout":{
                    "title":"resolveTimeout",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resolveTimeout",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "resolvePath",
                "resolve",
                "resolveDepth",
                "resolveTimeout"
            ]
        },
        "ParameterExpressionType":{
            "type":"object",
            "title":"ParameterExpressionType",
            "required":[
                "name",
                "type"
            ],
            "properties":{
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Title"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Abstract"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "metadata":{
                    "title":"metadata",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MetadataType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Metadata",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ParameterExpressionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "title",
                "_abstract",
                "metadata",
                "name",
                "type"
            ]
        },
        "ValueListType":{
            "type":"object",
            "title":"ValueListType",
            "required":[
                "value"
            ],
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Value",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ValueListType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "value"
            ]
        },
        "OutputFormatListType":{
            "type":"object",
            "title":"OutputFormatListType",
            "required":[
                "format"
            ],
            "properties":{
                "format":{
                    "title":"format",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Format",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OutputFormatListType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "format"
            ]
        },
        "StoredQueryDescriptionType":{
            "type":"object",
            "title":"StoredQueryDescriptionType",
            "required":[
                "queryExpressionText",
                "id"
            ],
            "properties":{
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Title"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Abstract"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "metadata":{
                    "title":"metadata",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MetadataType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Metadata",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "parameter":{
                    "title":"parameter",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ParameterExpressionType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Parameter",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "queryExpressionText":{
                    "title":"queryExpressionText",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/QueryExpressionTextType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"QueryExpressionText",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "id":{
                    "title":"id",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"id",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"StoredQueryDescriptionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "title",
                "_abstract",
                "metadata",
                "parameter",
                "queryExpressionText",
                "id"
            ]
        },
        "GetFeatureType":{
            "required":[
                "abstractQueryExpression"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"GetFeatureType",
                    "properties":{
                        "abstractQueryExpression":{
                            "title":"abstractQueryExpression",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/AbstractQueryExpressionType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"AbstractQueryExpression",
                                            "namespaceURI":"http://www.opengis.net/fes/2.0"
                                        }
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"elementRef",
                            "elementName":{
                                "localPart":"AbstractQueryExpression",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        },
                        "startIndex":{
                            "title":"startIndex",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"startIndex",
                                "namespaceURI":""
                            }
                        },
                        "count":{
                            "title":"count",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"count",
                                "namespaceURI":""
                            }
                        },
                        "resultType":{
                            "title":"resultType",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ResultTypeType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resultType",
                                "namespaceURI":""
                            }
                        },
                        "outputFormat":{
                            "title":"outputFormat",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"outputFormat",
                                "namespaceURI":""
                            }
                        },
                        "resolve":{
                            "title":"resolve",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ResolveValueType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolve",
                                "namespaceURI":""
                            }
                        },
                        "resolveDepth":{
                            "title":"resolveDepth",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolveDepth",
                                "namespaceURI":""
                            }
                        },
                        "resolveTimeout":{
                            "title":"resolveTimeout",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolveTimeout",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "abstractQueryExpression",
                "startIndex",
                "count",
                "resultType",
                "outputFormat",
                "resolve",
                "resolveDepth",
                "resolveTimeout"
            ]
        },
        "ExecutionStatusType":{
            "type":"object",
            "title":"ExecutionStatusType",
            "properties":{
                "status":{
                    "title":"status",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"status",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ExecutionStatusType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "status"
            ]
        },
        "ReplaceType":{
            "required":[
                "any",
                "filter"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractTransactionActionType"
                },
                {
                    "type":"object",
                    "title":"ReplaceType",
                    "properties":{
                        "any":{
                            "title":"any",
                            "allOf":[
                                {
                                    "type":"object",
                                    "properties":{
                                        "name":{
                                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                        },
                                        "value":{
                                        }
                                    }
                                }
                            ],
                            "propertyType":"anyElement"
                        },
                        "filter":{
                            "title":"filter",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FilterType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Filter",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        },
                        "inputFormat":{
                            "title":"inputFormat",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"inputFormat",
                                "namespaceURI":""
                            }
                        },
                        "srsName":{
                            "title":"srsName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"srsName",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ReplaceType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "any",
                "filter",
                "inputFormat",
                "srsName"
            ]
        },
        "TransactionResponseType":{
            "type":"object",
            "title":"TransactionResponseType",
            "required":[
                "transactionSummary",
                "version"
            ],
            "properties":{
                "transactionSummary":{
                    "title":"transactionSummary",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TransactionSummaryType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TransactionSummary",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "insertResults":{
                    "title":"insertResults",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ActionResultsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"InsertResults",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "updateResults":{
                    "title":"updateResults",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ActionResultsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"UpdateResults",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "replaceResults":{
                    "title":"replaceResults",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ActionResultsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReplaceResults",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "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":"TransactionResponseType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "transactionSummary",
                "insertResults",
                "updateResults",
                "replaceResults",
                "version"
            ]
        },
        "InsertType":{
            "required":[
                "any"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractTransactionActionType"
                },
                {
                    "type":"object",
                    "title":"InsertType",
                    "properties":{
                        "any":{
                            "title":"any",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"anyElement"
                        },
                        "inputFormat":{
                            "title":"inputFormat",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"inputFormat",
                                "namespaceURI":""
                            }
                        },
                        "srsName":{
                            "title":"srsName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"srsName",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"InsertType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "any",
                "inputFormat",
                "srsName"
            ]
        },
        "QueryExpressionTextType":{
            "type":"object",
            "title":"QueryExpressionTextType",
            "required":[
                "returnFeatureTypes",
                "language"
            ],
            "properties":{
                "content":{
                    "title":"content",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    },
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                },
                "returnFeatureTypes":{
                    "title":"returnFeatureTypes",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                            }
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"returnFeatureTypes",
                        "namespaceURI":""
                    }
                },
                "language":{
                    "title":"language",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"language",
                        "namespaceURI":""
                    }
                },
                "isPrivate":{
                    "title":"isPrivate",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"isPrivate",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"QueryExpressionTextType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "content",
                "returnFeatureTypes",
                "language",
                "isPrivate"
            ]
        },
        "TruncatedResponse":{
            "type":"object",
            "title":"TruncatedResponse",
            "required":[
                "exceptionReport"
            ],
            "properties":{
                "exceptionReport":{
                    "title":"exceptionReport",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ExceptionReport"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ExceptionReport",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "exceptionReport"
            ]
        },
        "ElementType":{
            "type":"object",
            "title":"ElementType",
            "required":[
                "metadata",
                "valueList",
                "name",
                "type"
            ],
            "properties":{
                "metadata":{
                    "title":"metadata",
                    "allOf":[
                        {
                            "$ref":"#/definitions/MetadataType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Metadata",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "valueList":{
                    "title":"valueList",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ValueListType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ValueList",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ElementType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "metadata",
                "valueList",
                "name",
                "type"
            ]
        },
        "GetPropertyValueType":{
            "required":[
                "abstractQueryExpression",
                "valueReference"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"GetPropertyValueType",
                    "properties":{
                        "abstractQueryExpression":{
                            "title":"abstractQueryExpression",
                            "allOf":[
                                {
                                    "type":"object",
                                    "properties":{
                                        "name":{
                                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                        },
                                        "value":{
                                            "$ref":"#/definitions/AbstractQueryExpressionType"
                                        }
                                    },
                                    "elementName":{
                                        "localPart":"AbstractQueryExpression",
                                        "namespaceURI":"http://www.opengis.net/fes/2.0"
                                    }
                                }
                            ],
                            "propertyType":"elementRef",
                            "elementName":{
                                "localPart":"AbstractQueryExpression",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        },
                        "valueReference":{
                            "title":"valueReference",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"valueReference",
                                "namespaceURI":""
                            }
                        },
                        "resolvePath":{
                            "title":"resolvePath",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolvePath",
                                "namespaceURI":""
                            }
                        },
                        "resolve":{
                            "title":"resolve",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ResolveValueType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolve",
                                "namespaceURI":""
                            }
                        },
                        "resolveDepth":{
                            "title":"resolveDepth",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolveDepth",
                                "namespaceURI":""
                            }
                        },
                        "resolveTimeout":{
                            "title":"resolveTimeout",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resolveTimeout",
                                "namespaceURI":""
                            }
                        },
                        "startIndex":{
                            "title":"startIndex",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"startIndex",
                                "namespaceURI":""
                            }
                        },
                        "count":{
                            "title":"count",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"count",
                                "namespaceURI":""
                            }
                        },
                        "resultType":{
                            "title":"resultType",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ResultTypeType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"resultType",
                                "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":"GetPropertyValueType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "abstractQueryExpression",
                "valueReference",
                "resolvePath",
                "resolve",
                "resolveDepth",
                "resolveTimeout",
                "startIndex",
                "count",
                "resultType",
                "outputFormat"
            ]
        },
        "QueryType":{
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractAdhocQueryExpressionType"
                },
                {
                    "type":"object",
                    "title":"QueryType",
                    "properties":{
                        "srsName":{
                            "title":"srsName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"srsName",
                                "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/2.0"
            },
            "propertiesOrder":[
                "srsName",
                "featureVersion"
            ]
        },
        "Abstract":{
            "type":"object",
            "title":"Abstract",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "lang"
            ]
        },
        "DescribeStoredQueriesResponseType":{
            "type":"object",
            "title":"DescribeStoredQueriesResponseType",
            "properties":{
                "storedQueryDescription":{
                    "title":"storedQueryDescription",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/StoredQueryDescriptionType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"StoredQueryDescription",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DescribeStoredQueriesResponseType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "storedQueryDescription"
            ]
        },
        "CreateStoredQueryResponseType":{
            "allOf":[
                {
                    "$ref":"#/definitions/ExecutionStatusType"
                },
                {
                    "type":"object",
                    "title":"CreateStoredQueryResponseType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CreateStoredQueryResponseType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        "PropertyType.ValueReference":{
            "type":"object",
            "title":"PropertyType.ValueReference",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "action":{
                    "title":"action",
                    "allOf":[
                        {
                            "$ref":"#/definitions/UpdateActionType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"action",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "action"
            ]
        },
        "FeatureTypeType":{
            "type":"object",
            "title":"FeatureTypeType",
            "required":[
                "name",
                "defaultCRS",
                "noCRS"
            ],
            "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/2.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Title"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Abstract"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "keywords":{
                    "title":"keywords",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/KeywordsType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Keywords",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "defaultCRS":{
                    "title":"defaultCRS",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DefaultCRS",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "otherCRS":{
                    "title":"otherCRS",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OtherCRS",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "noCRS":{
                    "title":"noCRS",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FeatureTypeType.NoCRS"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"NoCRS",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "outputFormats":{
                    "title":"outputFormats",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OutputFormatListType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OutputFormats",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "wgs84BoundingBox":{
                    "title":"wgs84BoundingBox",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/WGS84BoundingBoxType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"WGS84BoundingBox",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "metadataURL":{
                    "title":"metadataURL",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MetadataURLType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"MetadataURL",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "extendedDescription":{
                    "title":"extendedDescription",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ExtendedDescriptionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ExtendedDescription",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeatureTypeType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "name",
                "title",
                "_abstract",
                "keywords",
                "defaultCRS",
                "otherCRS",
                "noCRS",
                "outputFormats",
                "wgs84BoundingBox",
                "metadataURL",
                "extendedDescription"
            ]
        },
        "AdditionalValues":{
            "type":"object",
            "title":"AdditionalValues",
            "required":[
                "valueCollection",
                "simpleFeatureCollection"
            ],
            "properties":{
                "valueCollection":{
                    "title":"valueCollection",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ValueCollectionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ValueCollection",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "simpleFeatureCollection":{
                    "title":"simpleFeatureCollection",
                    "allOf":[
                        {
                            "type":"object",
                            "properties":{
                                "name":{
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                },
                                "value":{
                                    "$ref":"#/definitions/SimpleFeatureCollectionType"
                                }
                            },
                            "elementName":{
                                "localPart":"SimpleFeatureCollection",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        }
                    ],
                    "propertyType":"elementRef",
                    "elementName":{
                        "localPart":"SimpleFeatureCollection",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "valueCollection",
                "simpleFeatureCollection"
            ]
        },
        "CreateStoredQueryType":{
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"CreateStoredQueryType",
                    "properties":{
                        "storedQueryDefinition":{
                            "title":"storedQueryDefinition",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/StoredQueryDescriptionType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"StoredQueryDefinition",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CreateStoredQueryType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "storedQueryDefinition"
            ]
        },
        "ParameterType":{
            "type":"object",
            "title":"ParameterType",
            "required":[
                "name"
            ],
            "properties":{
                "content":{
                    "title":"content",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    },
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ParameterType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "content",
                "name"
            ]
        },
        "LockFeatureType":{
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"LockFeatureType",
                    "properties":{
                        "abstractQueryExpression":{
                            "title":"abstractQueryExpression",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/AbstractQueryExpressionType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"AbstractQueryExpression",
                                            "namespaceURI":"http://www.opengis.net/fes/2.0"
                                        }
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"elementRef",
                            "elementName":{
                                "localPart":"AbstractQueryExpression",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        },
                        "lockId":{
                            "title":"lockId",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"lockId",
                                "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/2.0"
            },
            "propertiesOrder":[
                "abstractQueryExpression",
                "lockId",
                "expiry",
                "lockAction"
            ]
        },
        "Title":{
            "type":"object",
            "title":"Title",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "lang"
            ]
        },
        "ListStoredQueriesResponseType":{
            "type":"object",
            "title":"ListStoredQueriesResponseType",
            "properties":{
                "storedQuery":{
                    "title":"storedQuery",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/StoredQueryListItemType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"StoredQuery",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ListStoredQueriesResponseType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "storedQuery"
            ]
        },
        "GetCapabilitiesType":{
            "required":[
                "service"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/GetCapabilitiesType"
                },
                {
                    "type":"object",
                    "title":"GetCapabilitiesType",
                    "properties":{
                        "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/2.0"
            },
            "propertiesOrder":[
                "service"
            ]
        },
        "TransactionType":{
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"TransactionType",
                    "properties":{
                        "abstractTransactionAction":{
                            "title":"abstractTransactionAction",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/AbstractTransactionActionType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"AbstractTransactionAction",
                                            "namespaceURI":"http://www.opengis.net/wfs/2.0"
                                        }
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"elementRef",
                            "elementName":{
                                "localPart":"AbstractTransactionAction",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "lockId":{
                            "title":"lockId",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"lockId",
                                "namespaceURI":""
                            }
                        },
                        "releaseAction":{
                            "title":"releaseAction",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/AllSomeType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"releaseAction",
                                "namespaceURI":""
                            }
                        },
                        "srsName":{
                            "title":"srsName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"srsName",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TransactionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "abstractTransactionAction",
                "lockId",
                "releaseAction",
                "srsName"
            ]
        },
        "ValueCollectionType":{
            "type":"object",
            "title":"ValueCollectionType",
            "required":[
                "timeStamp",
                "numberMatched",
                "numberReturned"
            ],
            "properties":{
                "member":{
                    "title":"member",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MemberPropertyType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"member",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "additionalValues":{
                    "title":"additionalValues",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AdditionalValues"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"additionalValues",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "truncatedResponse":{
                    "title":"truncatedResponse",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TruncatedResponse"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"truncatedResponse",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "timeStamp":{
                    "title":"timeStamp",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"timeStamp",
                        "namespaceURI":""
                    }
                },
                "numberMatched":{
                    "title":"numberMatched",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"numberMatched",
                        "namespaceURI":""
                    }
                },
                "numberReturned":{
                    "title":"numberReturned",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"numberReturned",
                        "namespaceURI":""
                    }
                },
                "next":{
                    "title":"next",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"next",
                        "namespaceURI":""
                    }
                },
                "previous":{
                    "title":"previous",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"previous",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ValueCollectionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "member",
                "additionalValues",
                "truncatedResponse",
                "timeStamp",
                "numberMatched",
                "numberReturned",
                "next",
                "previous"
            ]
        },
        "BaseRequestType":{
            "type":"object",
            "title":"BaseRequestType",
            "required":[
                "service",
                "version"
            ],
            "properties":{
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "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":"BaseRequestType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "service",
                "version",
                "handle"
            ]
        },
        "MemberPropertyType":{
            "type":"object",
            "title":"MemberPropertyType",
            "properties":{
                "content":{
                    "title":"content",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    },
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/SimpleFeatureCollectionType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"SimpleFeatureCollection",
                                            "namespaceURI":"http://www.opengis.net/wfs/2.0"
                                        }
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                                "$ref":"#/definitions/TupleType"
                                            }
                                        },
                                        "elementName":{
                                            "localPart":"Tuple",
                                            "namespaceURI":"http://www.opengis.net/wfs/2.0"
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"elementRefs"
                },
                "state":{
                    "title":"state",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"state",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TypeType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "href":{
                    "title":"href",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"href",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "role":{
                    "title":"role",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"role",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "arcrole":{
                    "title":"arcrole",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"arcrole",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"title",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "show":{
                    "title":"show",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ShowType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"show",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "actuate":{
                    "title":"actuate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ActuateType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"actuate",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MemberPropertyType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "content",
                "state",
                "type",
                "href",
                "role",
                "arcrole",
                "title",
                "show",
                "actuate"
            ]
        },
        "UpdateType":{
            "required":[
                "property",
                "typeName"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractTransactionActionType"
                },
                {
                    "type":"object",
                    "title":"UpdateType",
                    "properties":{
                        "property":{
                            "title":"property",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/PropertyType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Property",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "filter":{
                            "title":"filter",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FilterType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Filter",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        },
                        "typeName":{
                            "title":"typeName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"typeName",
                                "namespaceURI":""
                            }
                        },
                        "inputFormat":{
                            "title":"inputFormat",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"inputFormat",
                                "namespaceURI":""
                            }
                        },
                        "srsName":{
                            "title":"srsName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"srsName",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"UpdateType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "property",
                "filter",
                "typeName",
                "inputFormat",
                "srsName"
            ]
        },
        "LockFeatureResponseType":{
            "type":"object",
            "title":"LockFeatureResponseType",
            "properties":{
                "featuresLocked":{
                    "title":"featuresLocked",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FeaturesLockedType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeaturesLocked",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "featuresNotLocked":{
                    "title":"featuresNotLocked",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FeaturesNotLockedType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeaturesNotLocked",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "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":"LockFeatureResponseType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "featuresLocked",
                "featuresNotLocked",
                "lockId"
            ]
        },
        "CreatedOrModifiedFeatureType":{
            "type":"object",
            "title":"CreatedOrModifiedFeatureType",
            "required":[
                "resourceId"
            ],
            "properties":{
                "resourceId":{
                    "title":"resourceId",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ResourceIdType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ResourceId",
                        "namespaceURI":"http://www.opengis.net/fes/2.0"
                    }
                },
                "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":"CreatedOrModifiedFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "resourceId",
                "handle"
            ]
        },
        "FeatureTypeListType":{
            "type":"object",
            "title":"FeatureTypeListType",
            "required":[
                "featureType"
            ],
            "properties":{
                "featureType":{
                    "title":"featureType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FeatureTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FeatureType",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeatureTypeListType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "featureType"
            ]
        },
        "FeatureTypeType.NoCRS":{
            "type":"object",
            "title":"FeatureTypeType.NoCRS",
            "properties":{
            },
            "typeType":"classInfo"
        },
        "FeaturesLockedType":{
            "type":"object",
            "title":"FeaturesLockedType",
            "required":[
                "resourceId"
            ],
            "properties":{
                "resourceId":{
                    "title":"resourceId",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ResourceIdType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ResourceId",
                        "namespaceURI":"http://www.opengis.net/fes/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeaturesLockedType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "resourceId"
            ]
        },
        "NativeType":{
            "required":[
                "vendorId",
                "safeToIgnore"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractTransactionActionType"
                },
                {
                    "type":"object",
                    "title":"NativeType",
                    "properties":{
                        "content":{
                            "title":"content",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "anyOf":[
                                            {
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                            },
                                            {
                                                "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                            },
                                            {
                                                "type":"object",
                                                "properties":{
                                                    "name":{
                                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                                    },
                                                    "value":{
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            ],
                            "propertyType":"anyElement"
                        },
                        "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/2.0"
            },
            "propertiesOrder":[
                "content",
                "vendorId",
                "safeToIgnore"
            ]
        },
        "AbstractTransactionActionType":{
            "type":"object",
            "title":"AbstractTransactionActionType",
            "properties":{
                "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":"AbstractTransactionActionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "handle"
            ]
        },
        "GetFeatureWithLockType":{
            "allOf":[
                {
                    "$ref":"#/definitions/GetFeatureType"
                },
                {
                    "type":"object",
                    "title":"GetFeatureWithLockType",
                    "properties":{
                        "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":"GetFeatureWithLockType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "expiry",
                "lockAction"
            ]
        },
        "EmptyType":{
            "type":"object",
            "title":"EmptyType",
            "properties":{
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"EmptyType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        "SimpleFeatureCollectionType":{
            "type":"object",
            "title":"SimpleFeatureCollectionType",
            "properties":{
                "boundedBy":{
                    "title":"boundedBy",
                    "allOf":[
                        {
                            "$ref":"#/definitions/EnvelopePropertyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"boundedBy",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "member":{
                    "title":"member",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MemberPropertyType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"member",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SimpleFeatureCollectionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "boundedBy",
                "member"
            ]
        },
        "DropStoredQuery":{
            "required":[
                "id"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"DropStoredQuery",
                    "properties":{
                        "id":{
                            "title":"id",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"id",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "id"
            ]
        },
        "DescribeFeatureTypeType":{
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"DescribeFeatureTypeType",
                    "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/2.0"
                            }
                        },
                        "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/2.0"
            },
            "propertiesOrder":[
                "typeName",
                "outputFormat"
            ]
        },
        "StoredQueryType":{
            "required":[
                "id"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractQueryExpressionType"
                },
                {
                    "type":"object",
                    "title":"StoredQueryType",
                    "properties":{
                        "parameter":{
                            "title":"parameter",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/ParameterType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Parameter",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "id":{
                            "title":"id",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"id",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"StoredQueryType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "parameter",
                "id"
            ]
        },
        "DeleteType":{
            "required":[
                "filter",
                "typeName"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractTransactionActionType"
                },
                {
                    "type":"object",
                    "title":"DeleteType",
                    "properties":{
                        "filter":{
                            "title":"filter",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FilterType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Filter",
                                "namespaceURI":"http://www.opengis.net/fes/2.0"
                            }
                        },
                        "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":"DeleteType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "filter",
                "typeName"
            ]
        },
        "ExtendedDescriptionType":{
            "type":"object",
            "title":"ExtendedDescriptionType",
            "required":[
                "element"
            ],
            "properties":{
                "element":{
                    "title":"element",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ElementType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Element",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ExtendedDescriptionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "element"
            ]
        },
        "MetadataURLType":{
            "type":"object",
            "title":"MetadataURLType",
            "properties":{
                "about":{
                    "title":"about",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"about",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TypeType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "href":{
                    "title":"href",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"href",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "role":{
                    "title":"role",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"role",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "arcrole":{
                    "title":"arcrole",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"arcrole",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"title",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "show":{
                    "title":"show",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ShowType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"show",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "actuate":{
                    "title":"actuate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ActuateType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"actuate",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MetadataURLType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "about",
                "type",
                "href",
                "role",
                "arcrole",
                "title",
                "show",
                "actuate"
            ]
        },
        "TupleType":{
            "type":"object",
            "title":"TupleType",
            "required":[
                "member"
            ],
            "properties":{
                "member":{
                    "title":"member",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MemberPropertyType"
                            },
                            "minItems":2
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"member",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TupleType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "member"
            ]
        },
        "ListStoredQueriesType":{
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"ListStoredQueriesType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ListStoredQueriesType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        "DescribeStoredQueriesType":{
            "allOf":[
                {
                    "$ref":"#/definitions/BaseRequestType"
                },
                {
                    "type":"object",
                    "title":"DescribeStoredQueriesType",
                    "properties":{
                        "storedQueryId":{
                            "title":"storedQueryId",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"StoredQueryId",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DescribeStoredQueriesType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "storedQueryId"
            ]
        },
        "WFSCapabilitiesType.WSDL":{
            "type":"object",
            "title":"WFSCapabilitiesType.WSDL",
            "properties":{
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TypeType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "href":{
                    "title":"href",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"href",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "role":{
                    "title":"role",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"role",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "arcrole":{
                    "title":"arcrole",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"arcrole",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"title",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "show":{
                    "title":"show",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ShowType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"show",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                },
                "actuate":{
                    "title":"actuate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ActuateType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"actuate",
                        "namespaceURI":"http://www.w3.org/1999/xlink"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "type",
                "href",
                "role",
                "arcrole",
                "title",
                "show",
                "actuate"
            ]
        },
        "AdditionalObjects":{
            "type":"object",
            "title":"AdditionalObjects",
            "required":[
                "valueCollection",
                "simpleFeatureCollection"
            ],
            "properties":{
                "valueCollection":{
                    "title":"valueCollection",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ValueCollectionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ValueCollection",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "simpleFeatureCollection":{
                    "title":"simpleFeatureCollection",
                    "allOf":[
                        {
                            "type":"object",
                            "properties":{
                                "name":{
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                },
                                "value":{
                                    "$ref":"#/definitions/SimpleFeatureCollectionType"
                                }
                            },
                            "elementName":{
                                "localPart":"SimpleFeatureCollection",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        }
                    ],
                    "propertyType":"elementRef",
                    "elementName":{
                        "localPart":"SimpleFeatureCollection",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "valueCollection",
                "simpleFeatureCollection"
            ]
        },
        "ActionResultsType":{
            "type":"object",
            "title":"ActionResultsType",
            "required":[
                "feature"
            ],
            "properties":{
                "feature":{
                    "title":"feature",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/CreatedOrModifiedFeatureType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Feature",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ActionResultsType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "feature"
            ]
        },
        "FeatureCollectionType":{
            "required":[
                "timeStamp",
                "numberMatched",
                "numberReturned"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/SimpleFeatureCollectionType"
                },
                {
                    "type":"object",
                    "title":"FeatureCollectionType",
                    "properties":{
                        "additionalObjects":{
                            "title":"additionalObjects",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/AdditionalObjects"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"additionalObjects",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "truncatedResponse":{
                            "title":"truncatedResponse",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/TruncatedResponse"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"truncatedResponse",
                                "namespaceURI":"http://www.opengis.net/wfs/2.0"
                            }
                        },
                        "lockId":{
                            "title":"lockId",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"lockId",
                                "namespaceURI":""
                            }
                        },
                        "timeStamp":{
                            "title":"timeStamp",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"timeStamp",
                                "namespaceURI":""
                            }
                        },
                        "numberMatched":{
                            "title":"numberMatched",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"numberMatched",
                                "namespaceURI":""
                            }
                        },
                        "numberReturned":{
                            "title":"numberReturned",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"numberReturned",
                                "namespaceURI":""
                            }
                        },
                        "next":{
                            "title":"next",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"next",
                                "namespaceURI":""
                            }
                        },
                        "previous":{
                            "title":"previous",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"previous",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FeatureCollectionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "additionalObjects",
                "truncatedResponse",
                "lockId",
                "timeStamp",
                "numberMatched",
                "numberReturned",
                "next",
                "previous"
            ]
        },
        "StoredQueryListItemType":{
            "type":"object",
            "title":"StoredQueryListItemType",
            "required":[
                "id"
            ],
            "properties":{
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Title"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "returnFeatureType":{
                    "title":"returnFeatureType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReturnFeatureType",
                        "namespaceURI":"http://www.opengis.net/wfs/2.0"
                    }
                },
                "id":{
                    "title":"id",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"id",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"StoredQueryListItemType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            },
            "propertiesOrder":[
                "title",
                "returnFeatureType",
                "id"
            ]
        },
        "UpdateActionType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"UpdateActionType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        "StarStringType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"StarStringType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        "ResolveValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"ResolveValueType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        "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/2.0"
            }
        },
        "ResultTypeType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"ResultTypeType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        }
    },
    "anyOf":[
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DeleteType"
                }
            },
            "elementName":{
                "localPart":"Delete",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Replace"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ReplaceType"
                }
            },
            "elementName":{
                "localPart":"Replace",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "SimpleFeatureCollection"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SimpleFeatureCollectionType"
                }
            },
            "elementName":{
                "localPart":"SimpleFeatureCollection",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DropStoredQueryResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ExecutionStatusType"
                }
            },
            "elementName":{
                "localPart":"DropStoredQueryResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "StoredQuery"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/StoredQueryType"
                }
            },
            "elementName":{
                "localPart":"StoredQuery",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"GetCapabilities",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "additionalValues"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/AdditionalValues"
                }
            },
            "elementName":{
                "localPart":"additionalValues",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeFeatureTypeType"
                }
            },
            "elementName":{
                "localPart":"DescribeFeatureType",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/PropertyType"
                }
            },
            "elementName":{
                "localPart":"Property",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/FeatureCollectionType"
                }
            },
            "elementName":{
                "localPart":"FeatureCollection",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "PropertyName"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/PropertyName"
                }
            },
            "elementName":{
                "localPart":"PropertyName",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ValueList"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ValueListType"
                }
            },
            "elementName":{
                "localPart":"ValueList",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Value"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                }
            },
            "elementName":{
                "localPart":"Value",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/UpdateType"
                }
            },
            "elementName":{
                "localPart":"Update",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FeatureTypeList"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/FeatureTypeListType"
                }
            },
            "elementName":{
                "localPart":"FeatureTypeList",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TransactionType"
                }
            },
            "elementName":{
                "localPart":"Transaction",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/QueryType"
                }
            },
            "elementName":{
                "localPart":"Query",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ListStoredQueriesResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ListStoredQueriesResponseType"
                }
            },
            "elementName":{
                "localPart":"ListStoredQueriesResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "truncatedResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TruncatedResponse"
                }
            },
            "elementName":{
                "localPart":"truncatedResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetPropertyValue"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetPropertyValueType"
                }
            },
            "elementName":{
                "localPart":"GetPropertyValue",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "LockFeatureResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/LockFeatureResponseType"
                }
            },
            "elementName":{
                "localPart":"LockFeatureResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Element"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ElementType"
                }
            },
            "elementName":{
                "localPart":"Element",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeStoredQueries"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeStoredQueriesType"
                }
            },
            "elementName":{
                "localPart":"DescribeStoredQueries",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "TransactionResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TransactionResponseType"
                }
            },
            "elementName":{
                "localPart":"TransactionResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CreateStoredQuery"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CreateStoredQueryType"
                }
            },
            "elementName":{
                "localPart":"CreateStoredQuery",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "boundedBy"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/EnvelopePropertyType"
                }
            },
            "elementName":{
                "localPart":"boundedBy",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CreateStoredQueryResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CreateStoredQueryResponseType"
                }
            },
            "elementName":{
                "localPart":"CreateStoredQueryResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Abstract"
                }
            },
            "elementName":{
                "localPart":"Abstract",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ListStoredQueries"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ListStoredQueriesType"
                }
            },
            "elementName":{
                "localPart":"ListStoredQueries",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/InsertType"
                }
            },
            "elementName":{
                "localPart":"Insert",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/NativeType"
                }
            },
            "elementName":{
                "localPart":"Native",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "AbstractTransactionAction"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/AbstractTransactionActionType"
                }
            },
            "elementName":{
                "localPart":"AbstractTransactionAction",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetFeatureType"
                }
            },
            "elementName":{
                "localPart":"GetFeature",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ValueCollection"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ValueCollectionType"
                }
            },
            "elementName":{
                "localPart":"ValueCollection",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Tuple"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TupleType"
                }
            },
            "elementName":{
                "localPart":"Tuple",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "member"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/MemberPropertyType"
                }
            },
            "elementName":{
                "localPart":"member",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DropStoredQuery"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DropStoredQuery"
                }
            },
            "elementName":{
                "localPart":"DropStoredQuery",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetFeatureWithLockType"
                }
            },
            "elementName":{
                "localPart":"GetFeatureWithLock",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/WFSCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"WFS_Capabilities",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeStoredQueriesResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeStoredQueriesResponseType"
                }
            },
            "elementName":{
                "localPart":"DescribeStoredQueriesResponse",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "additionalObjects"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wfs/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/AdditionalObjects"
                }
            },
            "elementName":{
                "localPart":"additionalObjects",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Title"
                }
            },
            "elementName":{
                "localPart":"Title",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        },
        {
            "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/2.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/LockFeatureType"
                }
            },
            "elementName":{
                "localPart":"LockFeature",
                "namespaceURI":"http://www.opengis.net/wfs/2.0"
            }
        }
    ]
}