
{
    "id":"http://www.opengis.net/wcs#",
    "definitions":{
        "CoverageOfferingBriefType":{
            "required":[
                "lonLatEnvelope"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractDescriptionType"
                },
                {
                    "type":"object",
                    "title":"CoverageOfferingBriefType",
                    "properties":{
                        "lonLatEnvelope":{
                            "title":"lonLatEnvelope",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/LonLatEnvelopeType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"lonLatEnvelope",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "keywords":{
                            "title":"keywords",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/Keywords"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"keywords",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CoverageOfferingBriefType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "lonLatEnvelope",
                "keywords"
            ]
        },
        "DomainSetType":{
            "type":"object",
            "title":"DomainSetType",
            "required":[
                "spatialDomain",
                "temporalDomain"
            ],
            "properties":{
                "spatialDomain":{
                    "title":"spatialDomain",
                    "allOf":[
                        {
                            "$ref":"#/definitions/SpatialDomainType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"spatialDomain",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "optionalTemporalDomain":{
                    "title":"optionalTemporalDomain",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TimeSequenceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"temporalDomain",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "temporalDomain":{
                    "title":"temporalDomain",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TimeSequenceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"temporalDomain",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DomainSetType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "spatialDomain",
                "optionalTemporalDomain",
                "temporalDomain"
            ]
        },
        "OnlineResourceType":{
            "type":"object",
            "title":"OnlineResourceType",
            "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",
            "typeName":{
                "localPart":"OnlineResourceType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "type",
                "href",
                "role",
                "arcrole",
                "title",
                "show",
                "actuate"
            ]
        },
        "WCSCapabilitiesType":{
            "type":"object",
            "title":"WCSCapabilitiesType",
            "required":[
                "service",
                "capability",
                "contentMetadata",
                "version"
            ],
            "properties":{
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ServiceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Service",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "capability":{
                    "title":"capability",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Capability",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "contentMetadata":{
                    "title":"contentMetadata",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ContentMetadata"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ContentMetadata",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WCS_CapabilitiesType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "service",
                "capability",
                "contentMetadata",
                "version",
                "updateSequence"
            ]
        },
        "WCSCapabilityType.VendorSpecificCapabilities":{
            "type":"object",
            "title":"WCSCapabilityType.VendorSpecificCapabilities",
            "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",
            "propertiesOrder":[
                "any"
            ]
        },
        "SpatialSubsetType":{
            "allOf":[
                {
                    "$ref":"#/definitions/SpatialDomainType"
                },
                {
                    "type":"object",
                    "title":"SpatialSubsetType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SpatialSubsetType",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        "GetCapabilities":{
            "type":"object",
            "title":"GetCapabilities",
            "required":[
                "service"
            ],
            "properties":{
                "section":{
                    "title":"section",
                    "allOf":[
                        {
                            "$ref":"#/definitions/CapabilitiesSectionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"section",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "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":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "section",
                "service",
                "version",
                "updateSequence"
            ]
        },
        "OutputType":{
            "type":"object",
            "title":"OutputType",
            "required":[
                "format"
            ],
            "properties":{
                "crs":{
                    "title":"crs",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/gml#/definitions/CodeType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"crs",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "format":{
                    "title":"format",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/gml#/definitions/CodeType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"format",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OutputType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "crs",
                "format"
            ]
        },
        "DomainSubsetType":{
            "type":"object",
            "title":"DomainSubsetType",
            "required":[
                "spatialSubset",
                "temporalSubset"
            ],
            "properties":{
                "spatialSubset":{
                    "title":"spatialSubset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/SpatialSubsetType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"spatialSubset",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "optionalTemporalSubset":{
                    "title":"optionalTemporalSubset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TimeSequenceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"temporalSubset",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "temporalSubset":{
                    "title":"temporalSubset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TimeSequenceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"temporalSubset",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DomainSubsetType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "spatialSubset",
                "optionalTemporalSubset",
                "temporalSubset"
            ]
        },
        "WCSCapabilityType.Request.GetCoverage":{
            "type":"object",
            "title":"WCSCapabilityType.Request.GetCoverage",
            "required":[
                "dcpType"
            ],
            "properties":{
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "dcpType"
            ]
        },
        "AddressType":{
            "type":"object",
            "title":"AddressType",
            "properties":{
                "deliveryPoint":{
                    "title":"deliveryPoint",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"deliveryPoint",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "city":{
                    "title":"city",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"city",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "administrativeArea":{
                    "title":"administrativeArea",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"administrativeArea",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "postalCode":{
                    "title":"postalCode",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"postalCode",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "country":{
                    "title":"country",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"country",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "electronicMailAddress":{
                    "title":"electronicMailAddress",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"electronicMailAddress",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AddressType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "deliveryPoint",
                "city",
                "administrativeArea",
                "postalCode",
                "country",
                "electronicMailAddress"
            ]
        },
        "RangeSubsetType.AxisSubset":{
            "required":[
                "name"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/ValueEnumBaseType"
                },
                {
                    "type":"object",
                    "title":"RangeSubsetType.AxisSubset",
                    "properties":{
                        "name":{
                            "title":"name",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"name",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "name"
            ]
        },
        "SpatialDomainType":{
            "type":"object",
            "title":"SpatialDomainType",
            "required":[
                "envelope"
            ],
            "properties":{
                "envelope":{
                    "title":"envelope",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "name":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                    },
                                    "value":{
                                        "$ref":"http://www.opengis.net/gml#/definitions/EnvelopeType"
                                    }
                                },
                                "elementName":{
                                    "localPart":"Envelope",
                                    "namespaceURI":"http://www.opengis.net/gml"
                                }
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elementRef",
                    "elementName":{
                        "localPart":"Envelope",
                        "namespaceURI":"http://www.opengis.net/gml"
                    }
                },
                "grid":{
                    "title":"grid",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "name":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                    },
                                    "value":{
                                        "$ref":"http://www.opengis.net/gml#/definitions/GridType"
                                    }
                                },
                                "elementName":{
                                    "localPart":"Grid",
                                    "namespaceURI":"http://www.opengis.net/gml"
                                }
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"elementRef",
                    "elementName":{
                        "localPart":"Grid",
                        "namespaceURI":"http://www.opengis.net/gml"
                    }
                },
                "polygon":{
                    "title":"polygon",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.opengis.net/gml#/definitions/PolygonType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Polygon",
                        "namespaceURI":"http://www.opengis.net/gml"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SpatialDomainType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "envelope",
                "grid",
                "polygon"
            ]
        },
        "AbstractDescriptionType":{
            "required":[
                "wcsName",
                "label"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractDescriptionBaseType"
                },
                {
                    "type":"object",
                    "title":"AbstractDescriptionType",
                    "properties":{
                        "wcsDescription":{
                            "title":"wcsDescription",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"description",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "wcsName":{
                            "title":"wcsName",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"name",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "label":{
                            "title":"label",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"label",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AbstractDescriptionType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "wcsDescription",
                "wcsName",
                "label"
            ]
        },
        "ValueRangeType":{
            "type":"object",
            "title":"ValueRangeType",
            "properties":{
                "min":{
                    "title":"min",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TypedLiteralType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"min",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "max":{
                    "title":"max",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TypedLiteralType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"max",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "semantic":{
                    "title":"semantic",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"semantic",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "atomic":{
                    "title":"atomic",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"atomic",
                        "namespaceURI":""
                    }
                },
                "closure":{
                    "title":"closure",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            }
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"closure",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"valueRangeType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "min",
                "max",
                "type",
                "semantic",
                "atomic",
                "closure"
            ]
        },
        "DCPTypeType":{
            "type":"object",
            "title":"DCPTypeType",
            "required":[
                "http"
            ],
            "properties":{
                "http":{
                    "title":"http",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DCPTypeType.HTTP"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"HTTP",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DCPTypeType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "http"
            ]
        },
        "MetadataLinkType":{
            "required":[
                "metadataType"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/MetadataAssociationType"
                },
                {
                    "type":"object",
                    "title":"MetadataLinkType",
                    "properties":{
                        "metadataType":{
                            "title":"metadataType",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"metadataType",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MetadataLinkType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "metadataType"
            ]
        },
        "AxisDescription":{
            "type":"object",
            "title":"AxisDescription",
            "required":[
                "axisDescription"
            ],
            "properties":{
                "axisDescription":{
                    "title":"axisDescription",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AxisDescriptionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AxisDescription",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "axisDescription"
            ]
        },
        "LonLatEnvelopeBaseType":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/gml#/definitions/EnvelopeType"
                },
                {
                    "type":"object",
                    "title":"LonLatEnvelopeBaseType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LonLatEnvelopeBaseType",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        "WCSCapabilityType.Request.DescribeCoverage":{
            "type":"object",
            "title":"WCSCapabilityType.Request.DescribeCoverage",
            "required":[
                "dcpType"
            ],
            "properties":{
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "dcpType"
            ]
        },
        "GetCoverage":{
            "type":"object",
            "title":"GetCoverage",
            "required":[
                "sourceCoverage",
                "domainSubset",
                "output",
                "service",
                "version"
            ],
            "properties":{
                "sourceCoverage":{
                    "title":"sourceCoverage",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"sourceCoverage",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "domainSubset":{
                    "title":"domainSubset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DomainSubsetType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"domainSubset",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "rangeSubset":{
                    "title":"rangeSubset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/RangeSubsetType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"rangeSubset",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "interpolationMethod":{
                    "title":"interpolationMethod",
                    "allOf":[
                        {
                            "$ref":"#/definitions/InterpolationMethodType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"interpolationMethod",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "output":{
                    "title":"output",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OutputType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"output",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "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":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "sourceCoverage",
                "domainSubset",
                "rangeSubset",
                "interpolationMethod",
                "output",
                "service",
                "version"
            ]
        },
        "SupportedCRSsType":{
            "type":"object",
            "title":"SupportedCRSsType",
            "required":[
                "requestResponseCRSs",
                "requestCRSs",
                "responseCRSs"
            ],
            "properties":{
                "requestResponseCRSs":{
                    "title":"requestResponseCRSs",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"requestResponseCRSs",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "requestCRSs":{
                    "title":"requestCRSs",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"requestCRSs",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "responseCRSs":{
                    "title":"responseCRSs",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"responseCRSs",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "nativeCRSs":{
                    "title":"nativeCRSs",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"nativeCRSs",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SupportedCRSsType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "requestResponseCRSs",
                "requestCRSs",
                "responseCRSs",
                "nativeCRSs"
            ]
        },
        "TimePeriodType":{
            "type":"object",
            "title":"TimePeriodType",
            "required":[
                "beginPosition",
                "endPosition"
            ],
            "properties":{
                "beginPosition":{
                    "title":"beginPosition",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/gml#/definitions/TimePositionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"beginPosition",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "endPosition":{
                    "title":"endPosition",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/gml#/definitions/TimePositionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"endPosition",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "timeResolution":{
                    "title":"timeResolution",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"timeResolution",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "frame":{
                    "title":"frame",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"frame",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TimePeriodType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "beginPosition",
                "endPosition",
                "timeResolution",
                "frame"
            ]
        },
        "DCPTypeType.HTTP.Post":{
            "type":"object",
            "title":"DCPTypeType.HTTP.Post",
            "required":[
                "onlineResource"
            ],
            "properties":{
                "onlineResource":{
                    "title":"onlineResource",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OnlineResourceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OnlineResource",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "onlineResource"
            ]
        },
        "CoverageOfferingType":{
            "required":[
                "domainSet",
                "rangeSet",
                "supportedCRSs",
                "supportedFormats"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/CoverageOfferingBriefType"
                },
                {
                    "type":"object",
                    "title":"CoverageOfferingType",
                    "properties":{
                        "domainSet":{
                            "title":"domainSet",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/DomainSetType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"domainSet",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "rangeSet":{
                            "title":"rangeSet",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/RangeSet"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"rangeSet",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "supportedCRSs":{
                            "title":"supportedCRSs",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/SupportedCRSsType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"supportedCRSs",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "supportedFormats":{
                            "title":"supportedFormats",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/SupportedFormatsType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"supportedFormats",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "supportedInterpolations":{
                            "title":"supportedInterpolations",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/SupportedInterpolationsType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"supportedInterpolations",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CoverageOfferingType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "domainSet",
                "rangeSet",
                "supportedCRSs",
                "supportedFormats",
                "supportedInterpolations"
            ]
        },
        "AbstractDescriptionBaseType":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/gml#/definitions/AbstractGMLType"
                },
                {
                    "type":"object",
                    "title":"AbstractDescriptionBaseType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AbstractDescriptionBaseType",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        "IntervalType":{
            "allOf":[
                {
                    "$ref":"#/definitions/ValueRangeType"
                },
                {
                    "type":"object",
                    "title":"IntervalType",
                    "properties":{
                        "res":{
                            "title":"res",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/TypedLiteralType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"res",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"intervalType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "res"
            ]
        },
        "RangeSubsetType":{
            "type":"object",
            "title":"RangeSubsetType",
            "required":[
                "axisSubset"
            ],
            "properties":{
                "axisSubset":{
                    "title":"axisSubset",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/RangeSubsetType.AxisSubset"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"axisSubset",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"RangeSubsetType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "axisSubset"
            ]
        },
        "AxisDescriptionType":{
            "required":[
                "values"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractDescriptionType"
                },
                {
                    "type":"object",
                    "title":"AxisDescriptionType",
                    "properties":{
                        "values":{
                            "title":"values",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/AxisDescriptionType.Values"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"values",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "semantic":{
                            "title":"semantic",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"semantic",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "refSys":{
                            "title":"refSys",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"refSys",
                                "namespaceURI":""
                            }
                        },
                        "refSysLabel":{
                            "title":"refSysLabel",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"refSysLabel",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AxisDescriptionType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "values",
                "semantic",
                "refSys",
                "refSysLabel"
            ]
        },
        "TypedLiteralType":{
            "type":"object",
            "title":"TypedLiteralType",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TypedLiteralType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "value",
                "type"
            ]
        },
        "DCPTypeType.HTTP.Get":{
            "type":"object",
            "title":"DCPTypeType.HTTP.Get",
            "required":[
                "onlineResource"
            ],
            "properties":{
                "onlineResource":{
                    "title":"onlineResource",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OnlineResourceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OnlineResource",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "onlineResource"
            ]
        },
        "Keywords":{
            "type":"object",
            "title":"Keywords",
            "required":[
                "keyword"
            ],
            "properties":{
                "keyword":{
                    "title":"keyword",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"keyword",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/gml#/definitions/CodeType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"type",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "keyword",
                "type"
            ]
        },
        "TelephoneType":{
            "type":"object",
            "title":"TelephoneType",
            "properties":{
                "voice":{
                    "title":"voice",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"voice",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "facsimile":{
                    "title":"facsimile",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"facsimile",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TelephoneType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "voice",
                "facsimile"
            ]
        },
        "ServiceType":{
            "required":[
                "fees",
                "accessConstraints"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractDescriptionType"
                },
                {
                    "type":"object",
                    "title":"ServiceType",
                    "properties":{
                        "keywords":{
                            "title":"keywords",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/Keywords"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"keywords",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "responsibleParty":{
                            "title":"responsibleParty",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ResponsiblePartyType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"responsibleParty",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "fees":{
                            "title":"fees",
                            "allOf":[
                                {
                                    "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"fees",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "accessConstraints":{
                            "title":"accessConstraints",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"accessConstraints",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "version":{
                            "title":"version",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"version",
                                "namespaceURI":""
                            }
                        },
                        "updateSequence":{
                            "title":"updateSequence",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"updateSequence",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ServiceType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "keywords",
                "responsibleParty",
                "fees",
                "accessConstraints",
                "version",
                "updateSequence"
            ]
        },
        "ValueEnumBaseType":{
            "type":"object",
            "title":"ValueEnumBaseType",
            "required":[
                "intervalOrSingleValue"
            ],
            "properties":{
                "intervalOrSingleValue":{
                    "title":"intervalOrSingleValue",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/IntervalType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"interval",
                                            "namespaceURI":"http://www.opengis.net/wcs"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/TypedLiteralType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"singleValue",
                                            "namespaceURI":"http://www.opengis.net/wcs"
                                        }
                                    }
                                ]
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elements"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"valueEnumBaseType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "intervalOrSingleValue"
            ]
        },
        "WCSCapabilityType.Request":{
            "type":"object",
            "title":"WCSCapabilityType.Request",
            "required":[
                "getCapabilities",
                "describeCoverage",
                "getCoverage"
            ],
            "properties":{
                "getCapabilities":{
                    "title":"getCapabilities",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType.Request.GetCapabilities"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GetCapabilities",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "describeCoverage":{
                    "title":"describeCoverage",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType.Request.DescribeCoverage"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeCoverage",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "getCoverage":{
                    "title":"getCoverage",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType.Request.GetCoverage"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GetCoverage",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "getCapabilities",
                "describeCoverage",
                "getCoverage"
            ]
        },
        "CoverageDescription":{
            "type":"object",
            "title":"CoverageDescription",
            "required":[
                "coverageOffering",
                "version"
            ],
            "properties":{
                "coverageOffering":{
                    "title":"coverageOffering",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/CoverageOfferingType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"CoverageOffering",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "coverageOffering",
                "version",
                "updateSequence"
            ]
        },
        "SupportedFormatsType":{
            "type":"object",
            "title":"SupportedFormatsType",
            "required":[
                "formats"
            ],
            "properties":{
                "formats":{
                    "title":"formats",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"formats",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "nativeFormat":{
                    "title":"nativeFormat",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"nativeFormat",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SupportedFormatsType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "formats",
                "nativeFormat"
            ]
        },
        "WCSCapabilityType.Request.GetCapabilities":{
            "type":"object",
            "title":"WCSCapabilityType.Request.GetCapabilities",
            "required":[
                "dcpType"
            ],
            "properties":{
                "dcpType":{
                    "title":"dcpType",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DCPTypeType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DCPType",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "dcpType"
            ]
        },
        "DCPTypeType.HTTP":{
            "type":"object",
            "title":"DCPTypeType.HTTP",
            "required":[
                "getOrPost"
            ],
            "properties":{
                "getOrPost":{
                    "title":"getOrPost",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/DCPTypeType.HTTP.Get"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Get",
                                            "namespaceURI":"http://www.opengis.net/wcs"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/DCPTypeType.HTTP.Post"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"Post",
                                            "namespaceURI":"http://www.opengis.net/wcs"
                                        }
                                    }
                                ]
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elements"
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "getOrPost"
            ]
        },
        "WCSCapabilityType":{
            "type":"object",
            "title":"WCSCapabilityType",
            "required":[
                "request",
                "exception"
            ],
            "properties":{
                "request":{
                    "title":"request",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType.Request"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Request",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "exception":{
                    "title":"exception",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType.Exception"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Exception",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "vendorSpecificCapabilities":{
                    "title":"vendorSpecificCapabilities",
                    "allOf":[
                        {
                            "$ref":"#/definitions/WCSCapabilityType.VendorSpecificCapabilities"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"VendorSpecificCapabilities",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"WCSCapabilityType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "request",
                "exception",
                "vendorSpecificCapabilities",
                "version",
                "updateSequence"
            ]
        },
        "ContentMetadata":{
            "type":"object",
            "title":"ContentMetadata",
            "properties":{
                "coverageOfferingBrief":{
                    "title":"coverageOfferingBrief",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/CoverageOfferingBriefType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"CoverageOfferingBrief",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                },
                "remoteSchema":{
                    "title":"remoteSchema",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"remoteSchema",
                        "namespaceURI":"http://www.opengis.net/gml"
                    }
                },
                "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":[
                "coverageOfferingBrief",
                "version",
                "updateSequence",
                "remoteSchema",
                "type",
                "href",
                "role",
                "arcrole",
                "title",
                "show",
                "actuate"
            ]
        },
        "AxisDescriptionType.Values":{
            "allOf":[
                {
                    "$ref":"#/definitions/ValueEnumType"
                },
                {
                    "type":"object",
                    "title":"AxisDescriptionType.Values",
                    "properties":{
                        "_default":{
                            "title":"_default",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/TypedLiteralType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"default",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "_default"
            ]
        },
        "MetadataAssociationType":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/gml#/definitions/MetaDataPropertyType"
                },
                {
                    "type":"object",
                    "title":"MetadataAssociationType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MetadataAssociationType",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        "ContactType":{
            "type":"object",
            "title":"ContactType",
            "properties":{
                "phone":{
                    "title":"phone",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TelephoneType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"phone",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "address":{
                    "title":"address",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AddressType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"address",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "onlineResource":{
                    "title":"onlineResource",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OnlineResourceType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"onlineResource",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ContactType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "phone",
                "address",
                "onlineResource"
            ]
        },
        "WCSCapabilityType.Exception":{
            "type":"object",
            "title":"WCSCapabilityType.Exception",
            "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/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "format"
            ]
        },
        "RangeSet":{
            "type":"object",
            "title":"RangeSet",
            "required":[
                "rangeSet"
            ],
            "properties":{
                "rangeSet":{
                    "title":"rangeSet",
                    "allOf":[
                        {
                            "$ref":"#/definitions/RangeSetType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"RangeSet",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "rangeSet"
            ]
        },
        "DescribeCoverage":{
            "type":"object",
            "title":"DescribeCoverage",
            "required":[
                "service",
                "version"
            ],
            "properties":{
                "coverage":{
                    "title":"coverage",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Coverage",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "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":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "coverage",
                "service",
                "version"
            ]
        },
        "ValueEnumType":{
            "allOf":[
                {
                    "$ref":"#/definitions/ValueEnumBaseType"
                },
                {
                    "type":"object",
                    "title":"ValueEnumType",
                    "properties":{
                        "type":{
                            "title":"type",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"type",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "semantic":{
                            "title":"semantic",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"semantic",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"valueEnumType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "type",
                "semantic"
            ]
        },
        "LonLatEnvelopeType":{
            "required":[
                "timePosition"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/LonLatEnvelopeBaseType"
                },
                {
                    "type":"object",
                    "title":"LonLatEnvelopeType",
                    "properties":{
                        "timePosition":{
                            "title":"timePosition",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.opengis.net/gml#/definitions/TimePositionType"
                                    },
                                    "maxItems":2,
                                    "minItems":2
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"timePosition",
                                "namespaceURI":"http://www.opengis.net/gml"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"LonLatEnvelopeType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "timePosition"
            ]
        },
        "SupportedInterpolationsType":{
            "type":"object",
            "title":"SupportedInterpolationsType",
            "required":[
                "interpolationMethod"
            ],
            "properties":{
                "interpolationMethod":{
                    "title":"interpolationMethod",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/InterpolationMethodType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"interpolationMethod",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "_default":{
                    "title":"_default",
                    "allOf":[
                        {
                            "$ref":"#/definitions/InterpolationMethodType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"default",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"SupportedInterpolationsType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "interpolationMethod",
                "_default"
            ]
        },
        "RangeSetType":{
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractDescriptionType"
                },
                {
                    "type":"object",
                    "title":"RangeSetType",
                    "properties":{
                        "axisDescription":{
                            "title":"axisDescription",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/AxisDescription"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"axisDescription",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "nullValues":{
                            "title":"nullValues",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ValueEnumType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"nullValues",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "semantic":{
                            "title":"semantic",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"semantic",
                                "namespaceURI":"http://www.opengis.net/wcs"
                            }
                        },
                        "refSys":{
                            "title":"refSys",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"refSys",
                                "namespaceURI":""
                            }
                        },
                        "refSysLabel":{
                            "title":"refSysLabel",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"refSysLabel",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"RangeSetType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "axisDescription",
                "nullValues",
                "semantic",
                "refSys",
                "refSysLabel"
            ]
        },
        "TimeSequenceType":{
            "type":"object",
            "title":"TimeSequenceType",
            "required":[
                "timePositionOrTimePeriod"
            ],
            "properties":{
                "timePositionOrTimePeriod":{
                    "title":"timePositionOrTimePeriod",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"http://www.opengis.net/gml#/definitions/TimePositionType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"timePosition",
                                            "namespaceURI":"http://www.opengis.net/gml"
                                        }
                                    },
                                    {
                                        "anyOf":[
                                            {
                                                "$ref":"#/definitions/TimePeriodType"
                                            }
                                        ],
                                        "elementName":{
                                            "localPart":"timePeriod",
                                            "namespaceURI":"http://www.opengis.net/wcs"
                                        }
                                    }
                                ]
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"elements"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"TimeSequenceType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "timePositionOrTimePeriod"
            ]
        },
        "ResponsiblePartyType":{
            "type":"object",
            "title":"ResponsiblePartyType",
            "required":[
                "individualName",
                "organisationName"
            ],
            "properties":{
                "individualName":{
                    "title":"individualName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"individualName",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "optionalOrganisationName":{
                    "title":"optionalOrganisationName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"organisationName",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "organisationName":{
                    "title":"organisationName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"organisationName",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "positionName":{
                    "title":"positionName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"positionName",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                },
                "contactInfo":{
                    "title":"contactInfo",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ContactType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"contactInfo",
                        "namespaceURI":"http://www.opengis.net/wcs"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ResponsiblePartyType",
                "namespaceURI":"http://www.opengis.net/wcs"
            },
            "propertiesOrder":[
                "individualName",
                "optionalOrganisationName",
                "organisationName",
                "positionName",
                "contactInfo"
            ]
        },
        "InterpolationMethodType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"InterpolationMethodType",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        "CapabilitiesSectionType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"CapabilitiesSectionType",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        }
    },
    "anyOf":[
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "interval"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/IntervalType"
                }
            },
            "elementName":{
                "localPart":"interval",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "supportedFormats"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SupportedFormatsType"
                }
            },
            "elementName":{
                "localPart":"supportedFormats",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "interpolationMethod"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/InterpolationMethodType"
                }
            },
            "elementName":{
                "localPart":"interpolationMethod",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "domainSet"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DomainSetType"
                }
            },
            "elementName":{
                "localPart":"domainSet",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "formats"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.opengis.net/gml#/definitions/CodeListType"
                }
            },
            "elementName":{
                "localPart":"formats",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "spatialDomain"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SpatialDomainType"
                }
            },
            "elementName":{
                "localPart":"spatialDomain",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "TimeSequence"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TimeSequenceType"
                }
            },
            "elementName":{
                "localPart":"TimeSequence",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "axisDescription"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/AxisDescription"
                }
            },
            "elementName":{
                "localPart":"axisDescription",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetCoverage"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetCoverage"
                }
            },
            "elementName":{
                "localPart":"GetCoverage",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Capability"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/WCSCapabilityType"
                }
            },
            "elementName":{
                "localPart":"Capability",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "WCS_Capabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/WCSCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"WCS_Capabilities",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CoverageOfferingBrief"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CoverageOfferingBriefType"
                }
            },
            "elementName":{
                "localPart":"CoverageOfferingBrief",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeCoverage"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeCoverage"
                }
            },
            "elementName":{
                "localPart":"DescribeCoverage",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "RangeSet"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/RangeSetType"
                }
            },
            "elementName":{
                "localPart":"RangeSet",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "supportedInterpolations"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SupportedInterpolationsType"
                }
            },
            "elementName":{
                "localPart":"supportedInterpolations",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "temporalSubset"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TimeSequenceType"
                }
            },
            "elementName":{
                "localPart":"temporalSubset",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "rangeSet"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/RangeSet"
                }
            },
            "elementName":{
                "localPart":"rangeSet",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CoverageOffering"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CoverageOfferingType"
                }
            },
            "elementName":{
                "localPart":"CoverageOffering",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Service"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ServiceType"
                }
            },
            "elementName":{
                "localPart":"Service",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "spatialSubset"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SpatialSubsetType"
                }
            },
            "elementName":{
                "localPart":"spatialSubset",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "AxisDescription"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/AxisDescriptionType"
                }
            },
            "elementName":{
                "localPart":"AxisDescription",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CoverageDescription"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CoverageDescription"
                }
            },
            "elementName":{
                "localPart":"CoverageDescription",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "temporalDomain"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TimeSequenceType"
                }
            },
            "elementName":{
                "localPart":"temporalDomain",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ContentMetadata"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ContentMetadata"
                }
            },
            "elementName":{
                "localPart":"ContentMetadata",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "timePeriod"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TimePeriodType"
                }
            },
            "elementName":{
                "localPart":"timePeriod",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "supportedCRSs"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SupportedCRSsType"
                }
            },
            "elementName":{
                "localPart":"supportedCRSs",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "metadataLink"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/MetadataLinkType"
                }
            },
            "elementName":{
                "localPart":"metadataLink",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "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/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetCapabilities"
                }
            },
            "elementName":{
                "localPart":"GetCapabilities",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "lonLatEnvelope"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/LonLatEnvelopeType"
                }
            },
            "elementName":{
                "localPart":"lonLatEnvelope",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "description"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"description",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "keywords"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Keywords"
                }
            },
            "elementName":{
                "localPart":"keywords",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "singleValue"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TypedLiteralType"
                }
            },
            "elementName":{
                "localPart":"singleValue",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "name"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/wcs"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"name",
                "namespaceURI":"http://www.opengis.net/wcs"
            }
        }
    ]
}