All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.tjs-v_1_0.2.6.1.source-code.TJS_1_0.jsonschema Maven / Gradle / Ivy


{
    "id":"http://www.opengis.net/tjs/1.0#",
    "definitions":{
        "BoundingCoordinates":{
            "type":"object",
            "title":"BoundingCoordinates",
            "required":[
                "north",
                "south",
                "east",
                "west"
            ],
            "properties":{
                "north":{
                    "title":"north",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/decimal"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"North",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "south":{
                    "title":"south",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/decimal"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"South",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "east":{
                    "title":"east",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/decimal"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"East",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "west":{
                    "title":"west",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/decimal"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"West",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "north",
                "south",
                "east",
                "west"
            ]
        },
        "FrameworkDatasetDescribeDataType":{
            "type":"object",
            "title":"FrameworkDatasetDescribeDataType",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest",
                "dataset"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDatasetsRequest":{
                    "title":"describeDatasetsRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDatasetsRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDatasetsRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "dataset":{
                    "title":"dataset",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FrameworkDatasetDescribeDataType.Dataset"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Dataset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FrameworkDatasetDescribeDataType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest",
                "dataset"
            ]
        },
        "Mechanism":{
            "type":"object",
            "title":"Mechanism",
            "required":[
                "identifier",
                "title",
                "_abstract",
                "reference"
            ],
            "properties":{
                "identifier":{
                    "title":"identifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Identifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "reference":{
                    "title":"reference",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Reference",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "title",
                "_abstract",
                "reference"
            ]
        },
        "JoinDataResponse.DataInputs":{
            "type":"object",
            "title":"JoinDataResponse.DataInputs",
            "required":[
                "framework"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkDatasetDescribeDataType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework"
            ]
        },
        "Rowset.Row.V":{
            "type":"object",
            "title":"Rowset.Row.V",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "aid":{
                    "title":"aid",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"aid",
                        "namespaceURI":""
                    }
                },
                "_null":{
                    "title":"_null",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"null",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "aid",
                "_null"
            ]
        },
        "GetDataRequest":{
            "type":"object",
            "title":"GetDataRequest",
            "required":[
                "href"
            ],
            "properties":{
                "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"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "href"
            ]
        },
        "OutputStylingsType":{
            "type":"object",
            "title":"OutputStylingsType",
            "required":[
                "styling"
            ],
            "properties":{
                "styling":{
                    "title":"styling",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Styling"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Styling",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OutputStylingsType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "styling"
            ]
        },
        "Columnset":{
            "type":"object",
            "title":"Columnset",
            "required":[
                "frameworkKey",
                "attributes"
            ],
            "properties":{
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Columnset.FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "attributes":{
                    "title":"attributes",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Columnset.Attributes"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Attributes",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkKey",
                "attributes"
            ]
        },
        "MeasureCountExceptions.Null":{
            "type":"object",
            "title":"MeasureCountExceptions.Null",
            "required":[
                "identifier",
                "title",
                "_abstract"
            ],
            "properties":{
                "identifier":{
                    "title":"identifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Identifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "title",
                "_abstract",
                "documentation"
            ]
        },
        "FrameworkKey":{
            "type":"object",
            "title":"FrameworkKey",
            "required":[
                "column"
            ],
            "properties":{
                "column":{
                    "title":"column",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FrameworkKey.Column"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Column",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "column"
            ]
        },
        "DescribeFrameworkKeyType":{
            "type":"object",
            "title":"DescribeFrameworkKeyType",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates",
                "rowset"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "rowset":{
                    "title":"rowset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeFrameworkKeyType.Rowset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Rowset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DescribeFrameworkKeyType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates",
                "rowset"
            ]
        },
        "Rowset":{
            "type":"object",
            "title":"Rowset",
            "required":[
                "row"
            ],
            "properties":{
                "row":{
                    "title":"row",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Rowset.Row"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Row",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "row"
            ]
        },
        "GetData":{
            "required":[
                "frameworkURI",
                "datasetURI"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"GetData",
                    "properties":{
                        "frameworkURI":{
                            "title":"frameworkURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FrameworkURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "datasetURI":{
                            "title":"datasetURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"DatasetURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "attributes":{
                            "title":"attributes",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Attributes",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "linkageKeys":{
                            "title":"linkageKeys",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"LinkageKeys",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "filterColumn":{
                            "title":"filterColumn",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FilterColumn",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "filterValue":{
                            "title":"filterValue",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FilterValue",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "xsl":{
                            "title":"xsl",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"XSL",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "aid":{
                            "title":"aid",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"aid",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "datasetURI",
                "attributes",
                "linkageKeys",
                "filterColumn",
                "filterValue",
                "xsl",
                "aid"
            ]
        },
        "GDAS.Framework":{
            "type":"object",
            "title":"GDAS.Framework",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest",
                "dataset"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDatasetsRequest":{
                    "title":"describeDatasetsRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDatasetsRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDatasetsRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "dataset":{
                    "title":"dataset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/GDAS.Framework.Dataset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Dataset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest",
                "dataset"
            ]
        },
        "Values":{
            "type":"object",
            "title":"Values",
            "required":[
                "nominal",
                "ordinal",
                "count",
                "measure"
            ],
            "properties":{
                "nominal":{
                    "title":"nominal",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Nominal"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Nominal",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "ordinal":{
                    "title":"ordinal",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Ordinal"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Ordinal",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "count":{
                    "title":"count",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Count"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Count",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "measure":{
                    "title":"measure",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Measure"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Measure",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "nominal",
                "ordinal",
                "count",
                "measure"
            ]
        },
        "Framework":{
            "type":"object",
            "title":"Framework",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates",
                "dataset"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "dataset":{
                    "title":"dataset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Dataset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Dataset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates",
                "dataset"
            ]
        },
        "AbstractType":{
            "type":"object",
            "title":"AbstractType",
            "properties":{
                "otherAttributes":{
                    "title":"otherAttributes",
                    "allOf":[
                        {
                            "type":"object",
                            "additionalProperties":{
                                "type":"string"
                            }
                        }
                    ],
                    "propertyType":"anyAttribute"
                },
                "content":{
                    "title":"content",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "anyOf":[
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    },
                                    {
                                        "$ref":"http://www.jsonix.org/jsonschemas/jsonix/Jsonix.jsonschema#/definitions/dom"
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AbstractType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "otherAttributes",
                "content"
            ]
        },
        "TjsCapabilitiesType.Languages":{
            "type":"object",
            "title":"TjsCapabilitiesType.Languages",
            "required":[
                "language"
            ],
            "properties":{
                "language":{
                    "title":"language",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/language"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Language",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "language"
            ]
        },
        "JoinDataResponse.Status":{
            "type":"object",
            "title":"JoinDataResponse.Status",
            "required":[
                "accepted",
                "completed",
                "failed",
                "href",
                "creationTime"
            ],
            "properties":{
                "accepted":{
                    "title":"accepted",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Accepted",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "completed":{
                    "title":"completed",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Completed",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "failed":{
                    "title":"failed",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinDataResponse.Status.Failed"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Failed",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "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"
                    }
                },
                "creationTime":{
                    "title":"creationTime",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"creationTime",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "accepted",
                "completed",
                "failed",
                "href",
                "creationTime"
            ]
        },
        "SpatialFrameworks":{
            "type":"object",
            "title":"SpatialFrameworks",
            "required":[
                "framework"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/SpatialFrameworks.Framework"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework"
            ]
        },
        "JoinData.AttributeData":{
            "type":"object",
            "title":"JoinData.AttributeData",
            "required":[
                "getDataURL",
                "getDataXML"
            ],
            "properties":{
                "getDataURL":{
                    "title":"getDataURL",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GetDataURL",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "getDataXML":{
                    "title":"getDataXML",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinData.AttributeData.GetDataXML"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GetDataXML",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "getDataURL",
                "getDataXML"
            ]
        },
        "JoinAbilities":{
            "type":"object",
            "title":"JoinAbilities",
            "required":[
                "spatialFrameworks",
                "attributeLimit",
                "outputMechanisms",
                "updateSupported",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "spatialFrameworks":{
                    "title":"spatialFrameworks",
                    "allOf":[
                        {
                            "$ref":"#/definitions/SpatialFrameworks"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"SpatialFrameworks",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "attributeLimit":{
                    "title":"attributeLimit",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AttributeLimit",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "outputMechanisms":{
                    "title":"outputMechanisms",
                    "allOf":[
                        {
                            "$ref":"#/definitions/OutputMechanismsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OutputMechanisms",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "outputStylings":{
                    "title":"outputStylings",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinAbilities.OutputStylings"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OutputStylings",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "classificationSchemaURL":{
                    "title":"classificationSchemaURL",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ClassificationSchemaURL",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "updateSupported":{
                    "title":"updateSupported",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSupported",
                        "namespaceURI":""
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "spatialFrameworks",
                "attributeLimit",
                "outputMechanisms",
                "outputStylings",
                "classificationSchemaURL",
                "updateSupported",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "DatasetDescriptions":{
            "type":"object",
            "title":"DatasetDescriptions",
            "required":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DatasetDescriptions.Framework"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "GetCapabilities":{
            "type":"object",
            "title":"GetCapabilities",
            "required":[
                "service"
            ],
            "properties":{
                "acceptVersions":{
                    "title":"acceptVersions",
                    "allOf":[
                        {
                            "$ref":"#/definitions/GetCapabilities.AcceptVersions"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AcceptVersions",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "sections":{
                    "title":"sections",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/1.1#/definitions/SectionsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Sections",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "acceptFormats":{
                    "title":"acceptFormats",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/1.1#/definitions/AcceptFormatsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"AcceptFormats",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "language":{
                    "title":"language",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"language",
                        "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":[
                "acceptVersions",
                "sections",
                "acceptFormats",
                "service",
                "language",
                "updateSequence"
            ]
        },
        "TjsCapabilitiesType.WSDL":{
            "type":"object",
            "title":"TjsCapabilitiesType.WSDL",
            "required":[
                "href"
            ],
            "properties":{
                "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"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "href"
            ]
        },
        "Nominal.Classes.Value":{
            "type":"object",
            "title":"Nominal.Classes.Value",
            "required":[
                "identifier",
                "title",
                "_abstract"
            ],
            "properties":{
                "identifier":{
                    "title":"identifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Identifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "color":{
                    "title":"color",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"color",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "title",
                "_abstract",
                "documentation",
                "color"
            ]
        },
        "Ordinal":{
            "type":"object",
            "title":"Ordinal",
            "properties":{
                "classes":{
                    "title":"classes",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Ordinal.Classes"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Classes",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "exceptions":{
                    "title":"exceptions",
                    "allOf":[
                        {
                            "$ref":"#/definitions/NominalOrdinalExceptions"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Exceptions",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "classes",
                "exceptions"
            ]
        },
        "DatasetDescriptions.Framework.Dataset":{
            "type":"object",
            "title":"DatasetDescriptions.Framework.Dataset",
            "required":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "describeDataRequest"
            ],
            "properties":{
                "datasetURI":{
                    "title":"datasetURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DatasetURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDataRequest":{
                    "title":"describeDataRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDataRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDataRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "describeDataRequest"
            ]
        },
        "DescribeKey":{
            "required":[
                "frameworkURI"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"DescribeKey",
                    "properties":{
                        "frameworkURI":{
                            "title":"frameworkURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FrameworkURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI"
            ]
        },
        "Columnset.Attributes":{
            "type":"object",
            "title":"Columnset.Attributes",
            "required":[
                "column"
            ],
            "properties":{
                "column":{
                    "title":"column",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Columnset.Attributes.Column"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Column",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "column"
            ]
        },
        "JoinDataResponse.Status.Failed":{
            "type":"object",
            "title":"JoinDataResponse.Status.Failed",
            "properties":{
            },
            "typeType":"classInfo"
        },
        "JoinData.MapStyling":{
            "type":"object",
            "title":"JoinData.MapStyling",
            "required":[
                "stylingIdentifier",
                "stylingURL"
            ],
            "properties":{
                "stylingIdentifier":{
                    "title":"stylingIdentifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"StylingIdentifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "stylingURL":{
                    "title":"stylingURL",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"StylingURL",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "stylingIdentifier",
                "stylingURL"
            ]
        },
        "Columnset.FrameworkKey":{
            "type":"object",
            "title":"Columnset.FrameworkKey",
            "required":[
                "column",
                "relationship",
                "complete"
            ],
            "properties":{
                "column":{
                    "title":"column",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Columnset.FrameworkKey.Column"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Column",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "relationship":{
                    "title":"relationship",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"relationship",
                        "namespaceURI":""
                    }
                },
                "complete":{
                    "title":"complete",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"complete",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "column",
                "relationship",
                "complete"
            ]
        },
        "RequestBaseType":{
            "type":"object",
            "title":"RequestBaseType",
            "required":[
                "service"
            ],
            "properties":{
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "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":""
                    }
                },
                "language":{
                    "title":"language",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"language",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"RequestBaseType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "service",
                "version",
                "language"
            ]
        },
        "Measure":{
            "type":"object",
            "title":"Measure",
            "required":[
                "uom"
            ],
            "properties":{
                "uom":{
                    "title":"uom",
                    "allOf":[
                        {
                            "$ref":"#/definitions/UOM"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"UOM",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "uncertainty":{
                    "title":"uncertainty",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Uncertainty"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Uncertainty",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "exceptions":{
                    "title":"exceptions",
                    "allOf":[
                        {
                            "$ref":"#/definitions/MeasureCountExceptions"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Exceptions",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "uom",
                "uncertainty",
                "exceptions"
            ]
        },
        "Rowset.Row":{
            "type":"object",
            "title":"Rowset.Row",
            "required":[
                "k",
                "v"
            ],
            "properties":{
                "k":{
                    "title":"k",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/K"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"K",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "v":{
                    "title":"v",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Rowset.Row.V"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"V",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "k",
                "v"
            ]
        },
        "Nominal":{
            "type":"object",
            "title":"Nominal",
            "properties":{
                "classes":{
                    "title":"classes",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Nominal.Classes"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Classes",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "exceptions":{
                    "title":"exceptions",
                    "allOf":[
                        {
                            "$ref":"#/definitions/NominalOrdinalExceptions"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Exceptions",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "classes",
                "exceptions"
            ]
        },
        "DescribeFrameworkKeyType.Rowset":{
            "type":"object",
            "title":"DescribeFrameworkKeyType.Rowset",
            "required":[
                "row"
            ],
            "properties":{
                "row":{
                    "title":"row",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DescribeFrameworkKeyType.Rowset.Row"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Row",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "row"
            ]
        },
        "SpatialFrameworks.Framework":{
            "type":"object",
            "title":"SpatialFrameworks.Framework",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates"
            ]
        },
        "Nominal.Classes":{
            "type":"object",
            "title":"Nominal.Classes",
            "required":[
                "title",
                "_abstract",
                "value"
            ],
            "properties":{
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Nominal.Classes.Value"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Value",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "title",
                "_abstract",
                "documentation",
                "value"
            ]
        },
        "MeasureCountExceptions":{
            "type":"object",
            "title":"MeasureCountExceptions",
            "required":[
                "_null"
            ],
            "properties":{
                "_null":{
                    "title":"_null",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MeasureCountExceptions.Null"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Null",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MeasureCountExceptions",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "_null"
            ]
        },
        "FrameworkDescriptions.Framework":{
            "type":"object",
            "title":"FrameworkDescriptions.Framework",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDatasetsRequest":{
                    "title":"describeDatasetsRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDatasetsRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDatasetsRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest"
            ]
        },
        "NominalOrdinalExceptions":{
            "type":"object",
            "title":"NominalOrdinalExceptions",
            "required":[
                "_null"
            ],
            "properties":{
                "_null":{
                    "title":"_null",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/NominalOrdinalExceptions.Null"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Null",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"NominalOrdinalExceptions",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "_null"
            ]
        },
        "Ordinal.Classes.Value":{
            "type":"object",
            "title":"Ordinal.Classes.Value",
            "required":[
                "identifier",
                "title",
                "_abstract",
                "rank"
            ],
            "properties":{
                "identifier":{
                    "title":"identifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Identifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "rank":{
                    "title":"rank",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"rank",
                        "namespaceURI":""
                    }
                },
                "color":{
                    "title":"color",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"color",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "title",
                "_abstract",
                "documentation",
                "rank",
                "color"
            ]
        },
        "Styling":{
            "type":"object",
            "title":"Styling",
            "required":[
                "identifier",
                "title",
                "_abstract",
                "reference"
            ],
            "properties":{
                "identifier":{
                    "title":"identifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Identifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "reference":{
                    "title":"reference",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Reference",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "schema":{
                    "title":"schema",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Schema",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "title",
                "_abstract",
                "reference",
                "schema"
            ]
        },
        "DatasetDescriptions.Framework":{
            "type":"object",
            "title":"DatasetDescriptions.Framework",
            "required":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest",
                "dataset"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "frameworkKey":{
                    "title":"frameworkKey",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameworkKey"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkKey",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "boundingCoordinates":{
                    "title":"boundingCoordinates",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundingCoordinates"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingCoordinates",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDatasetsRequest":{
                    "title":"describeDatasetsRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDatasetsRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDatasetsRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "dataset":{
                    "title":"dataset",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/DatasetDescriptions.Framework.Dataset"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Dataset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "frameworkKey",
                "boundingCoordinates",
                "describeDatasetsRequest",
                "dataset"
            ]
        },
        "DescribeFrameworks":{
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"DescribeFrameworks",
                    "properties":{
                        "frameworkURI":{
                            "title":"frameworkURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FrameworkURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI"
            ]
        },
        "UOM":{
            "type":"object",
            "title":"UOM",
            "required":[
                "shortForm",
                "longForm"
            ],
            "properties":{
                "shortForm":{
                    "title":"shortForm",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ShortForm",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "longForm":{
                    "title":"longForm",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"LongForm",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "reference":{
                    "title":"reference",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"reference",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "shortForm",
                "longForm",
                "reference"
            ]
        },
        "JoinDataResponse":{
            "type":"object",
            "title":"JoinDataResponse",
            "required":[
                "status",
                "dataInputs",
                "joinedOutputs",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "status":{
                    "title":"status",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinDataResponse.Status"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Status",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "dataInputs":{
                    "title":"dataInputs",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinDataResponse.DataInputs"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DataInputs",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "joinedOutputs":{
                    "title":"joinedOutputs",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinDataResponse.JoinedOutputs"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"JoinedOutputs",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "status",
                "dataInputs",
                "joinedOutputs",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "Columnset.Attributes.Column":{
            "type":"object",
            "title":"Columnset.Attributes.Column",
            "required":[
                "title",
                "_abstract",
                "values",
                "getDataRequest",
                "purpose",
                "name",
                "type",
                "length"
            ],
            "properties":{
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "values":{
                    "title":"values",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Values"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Values",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "getDataRequest":{
                    "title":"getDataRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/GetDataRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GetDataRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "purpose":{
                    "title":"purpose",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"purpose",
                        "namespaceURI":""
                    }
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":""
                    }
                },
                "length":{
                    "title":"length",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"length",
                        "namespaceURI":""
                    }
                },
                "decimals":{
                    "title":"decimals",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"decimals",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "title",
                "_abstract",
                "documentation",
                "values",
                "getDataRequest",
                "purpose",
                "name",
                "type",
                "length",
                "decimals"
            ]
        },
        "JoinDataResponse.JoinedOutputs.Output.Resource.Parameter":{
            "type":"object",
            "title":"JoinDataResponse.JoinedOutputs.Output.Resource.Parameter",
            "required":[
                "name"
            ],
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "name"
            ]
        },
        "Ordinal.Classes":{
            "type":"object",
            "title":"Ordinal.Classes",
            "required":[
                "title",
                "_abstract",
                "value"
            ],
            "properties":{
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Ordinal.Classes.Value"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Value",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "title",
                "_abstract",
                "documentation",
                "value"
            ]
        },
        "TjsCapabilitiesType":{
            "type":"object",
            "title":"TjsCapabilitiesType",
            "required":[
                "service",
                "version",
                "lang"
            ],
            "properties":{
                "serviceIdentification":{
                    "title":"serviceIdentification",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/1.1#/definitions/ServiceIdentification"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ServiceIdentification",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "serviceProvider":{
                    "title":"serviceProvider",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/1.1#/definitions/ServiceProvider"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ServiceProvider",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "operationsMetadata":{
                    "title":"operationsMetadata",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/1.1#/definitions/OperationsMetadata"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OperationsMetadata",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                },
                "languages":{
                    "title":"languages",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TjsCapabilitiesType.Languages"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Languages",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "wsdl":{
                    "title":"wsdl",
                    "allOf":[
                        {
                            "$ref":"#/definitions/TjsCapabilitiesType.WSDL"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"WSDL",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "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":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"tjsCapabilitiesType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "serviceIdentification",
                "serviceProvider",
                "operationsMetadata",
                "languages",
                "wsdl",
                "service",
                "version",
                "updateSequence",
                "lang"
            ]
        },
        "Count":{
            "type":"object",
            "title":"Count",
            "required":[
                "uom"
            ],
            "properties":{
                "uom":{
                    "title":"uom",
                    "allOf":[
                        {
                            "$ref":"#/definitions/UOM"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"UOM",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "uncertainty":{
                    "title":"uncertainty",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Uncertainty"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Uncertainty",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "exceptions":{
                    "title":"exceptions",
                    "allOf":[
                        {
                            "$ref":"#/definitions/MeasureCountExceptions"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Exceptions",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "uom",
                "uncertainty",
                "exceptions"
            ]
        },
        "DescribeDatasetsRequest":{
            "type":"object",
            "title":"DescribeDatasetsRequest",
            "required":[
                "href"
            ],
            "properties":{
                "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"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "href"
            ]
        },
        "JoinDataResponse.JoinedOutputs.Output.ExceptionReport":{
            "type":"object",
            "title":"JoinDataResponse.JoinedOutputs.Output.ExceptionReport",
            "required":[
                "exception"
            ],
            "properties":{
                "exception":{
                    "title":"exception",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/1.1#/definitions/ExceptionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Exception",
                        "namespaceURI":"http://www.opengis.net/ows/1.1"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "exception"
            ]
        },
        "GDAS":{
            "type":"object",
            "title":"GDAS",
            "required":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "$ref":"#/definitions/GDAS.Framework"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "JoinData.AttributeData.GetDataXML":{
            "type":"object",
            "title":"JoinData.AttributeData.GetDataXML",
            "required":[
                "frameworkURI",
                "datasetURI"
            ],
            "properties":{
                "frameworkURI":{
                    "title":"frameworkURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameworkURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "datasetURI":{
                    "title":"datasetURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DatasetURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "attributes":{
                    "title":"attributes",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Attributes",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "linkageKeys":{
                    "title":"linkageKeys",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"LinkageKeys",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "getDataHost":{
                    "title":"getDataHost",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"getDataHost",
                        "namespaceURI":""
                    }
                },
                "language":{
                    "title":"language",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"language",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "datasetURI",
                "attributes",
                "linkageKeys",
                "getDataHost",
                "language"
            ]
        },
        "Dataset":{
            "type":"object",
            "title":"Dataset",
            "required":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "columnset",
                "rowset"
            ],
            "properties":{
                "datasetURI":{
                    "title":"datasetURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DatasetURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "columnset":{
                    "title":"columnset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Columnset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Columnset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "rowset":{
                    "title":"rowset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Rowset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Rowset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "columnset",
                "rowset"
            ]
        },
        "Columnset.FrameworkKey.Column":{
            "type":"object",
            "title":"Columnset.FrameworkKey.Column",
            "required":[
                "name",
                "type",
                "length"
            ],
            "properties":{
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":""
                    }
                },
                "length":{
                    "title":"length",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"length",
                        "namespaceURI":""
                    }
                },
                "decimals":{
                    "title":"decimals",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"decimals",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "name",
                "type",
                "length",
                "decimals"
            ]
        },
        "JoinDataResponse.JoinedOutputs.Output":{
            "type":"object",
            "title":"JoinDataResponse.JoinedOutputs.Output",
            "required":[
                "mechanism",
                "resource",
                "exceptionReport"
            ],
            "properties":{
                "mechanism":{
                    "title":"mechanism",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Mechanism"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Mechanism",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "resource":{
                    "title":"resource",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinDataResponse.JoinedOutputs.Output.Resource"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Resource",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "exceptionReport":{
                    "title":"exceptionReport",
                    "allOf":[
                        {
                            "$ref":"#/definitions/JoinDataResponse.JoinedOutputs.Output.ExceptionReport"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ExceptionReport",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "mechanism",
                "resource",
                "exceptionReport"
            ]
        },
        "DescribeFrameworkKeyType.Rowset.Row":{
            "type":"object",
            "title":"DescribeFrameworkKeyType.Rowset.Row",
            "required":[
                "k"
            ],
            "properties":{
                "k":{
                    "title":"k",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/K"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"K",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "k",
                "title"
            ]
        },
        "FrameworkKey.Column":{
            "type":"object",
            "title":"FrameworkKey.Column",
            "required":[
                "name",
                "type",
                "length"
            ],
            "properties":{
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                },
                "type":{
                    "title":"type",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"type",
                        "namespaceURI":""
                    }
                },
                "length":{
                    "title":"length",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"length",
                        "namespaceURI":""
                    }
                },
                "decimals":{
                    "title":"decimals",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"decimals",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "name",
                "type",
                "length",
                "decimals"
            ]
        },
        "K":{
            "type":"object",
            "title":"K",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "aid":{
                    "title":"aid",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"aid",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "aid"
            ]
        },
        "GDAS.Framework.Dataset":{
            "type":"object",
            "title":"GDAS.Framework.Dataset",
            "required":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "describeDataRequest",
                "columnset",
                "rowset"
            ],
            "properties":{
                "datasetURI":{
                    "title":"datasetURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DatasetURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDataRequest":{
                    "title":"describeDataRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDataRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDataRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "columnset":{
                    "title":"columnset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Columnset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Columnset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "rowset":{
                    "title":"rowset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Rowset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Rowset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "describeDataRequest",
                "columnset",
                "rowset"
            ]
        },
        "DataDescriptions":{
            "type":"object",
            "title":"DataDescriptions",
            "required":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FrameworkDatasetDescribeDataType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "FrameworkKeyDescription":{
            "type":"object",
            "title":"FrameworkKeyDescription",
            "required":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeFrameworkKeyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "OutputMechanismsType":{
            "type":"object",
            "title":"OutputMechanismsType",
            "required":[
                "mechanism"
            ],
            "properties":{
                "mechanism":{
                    "title":"mechanism",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/Mechanism"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Mechanism",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"OutputMechanismsType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            },
            "propertiesOrder":[
                "mechanism"
            ]
        },
        "JoinDataResponse.JoinedOutputs.Output.Resource":{
            "type":"object",
            "title":"JoinDataResponse.JoinedOutputs.Output.Resource",
            "required":[
                "url"
            ],
            "properties":{
                "url":{
                    "title":"url",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"URL",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "parameter":{
                    "title":"parameter",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/JoinDataResponse.JoinedOutputs.Output.Resource.Parameter"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Parameter",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "url",
                "parameter"
            ]
        },
        "FrameworkDatasetDescribeDataType.Dataset":{
            "type":"object",
            "title":"FrameworkDatasetDescribeDataType.Dataset",
            "required":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "describeDataRequest",
                "columnset"
            ],
            "properties":{
                "datasetURI":{
                    "title":"datasetURI",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DatasetURI",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "organization":{
                    "title":"organization",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Organization",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "referenceDate":{
                    "title":"referenceDate",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ReferenceDate"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ReferenceDate",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "describeDataRequest":{
                    "title":"describeDataRequest",
                    "allOf":[
                        {
                            "$ref":"#/definitions/DescribeDataRequest"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"DescribeDataRequest",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "columnset":{
                    "title":"columnset",
                    "allOf":[
                        {
                            "$ref":"#/definitions/Columnset"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Columnset",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "datasetURI",
                "organization",
                "title",
                "_abstract",
                "referenceDate",
                "version",
                "documentation",
                "describeDataRequest",
                "columnset"
            ]
        },
        "GetCapabilities.AcceptVersions":{
            "type":"object",
            "title":"GetCapabilities.AcceptVersions",
            "required":[
                "version"
            ],
            "properties":{
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Version",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "version"
            ]
        },
        "ReferenceDate":{
            "type":"object",
            "title":"ReferenceDate",
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "startDate":{
                    "title":"startDate",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"startDate",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "startDate"
            ]
        },
        "Uncertainty":{
            "type":"object",
            "title":"Uncertainty",
            "required":[
                "gaussian"
            ],
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"value"
                },
                "gaussian":{
                    "title":"gaussian",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"gaussian",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "value",
                "gaussian"
            ]
        },
        "JoinData":{
            "required":[
                "attributeData"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"JoinData",
                    "properties":{
                        "attributeData":{
                            "title":"attributeData",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/JoinData.AttributeData"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"AttributeData",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "mapStyling":{
                            "title":"mapStyling",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/JoinData.MapStyling"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"MapStyling",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "classificationURL":{
                            "title":"classificationURL",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"ClassificationURL",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "update":{
                            "title":"update",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"update",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "attributeData",
                "mapStyling",
                "classificationURL",
                "update"
            ]
        },
        "FrameworkDescriptions":{
            "type":"object",
            "title":"FrameworkDescriptions",
            "required":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ],
            "properties":{
                "framework":{
                    "title":"framework",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FrameworkDescriptions.Framework"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Framework",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                },
                "capabilities":{
                    "title":"capabilities",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"capabilities",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":"http://www.w3.org/XML/1998/namespace"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "framework",
                "service",
                "version",
                "capabilities",
                "lang"
            ]
        },
        "JoinDataResponse.JoinedOutputs":{
            "type":"object",
            "title":"JoinDataResponse.JoinedOutputs",
            "required":[
                "output"
            ],
            "properties":{
                "output":{
                    "title":"output",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/JoinDataResponse.JoinedOutputs.Output"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Output",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "output"
            ]
        },
        "DescribeData":{
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"DescribeData",
                    "properties":{
                        "frameworkURI":{
                            "title":"frameworkURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FrameworkURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "datasetURI":{
                            "title":"datasetURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"DatasetURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "attributes":{
                            "title":"attributes",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Attributes",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "datasetURI",
                "attributes"
            ]
        },
        "DescribeDatasets":{
            "allOf":[
                {
                    "$ref":"#/definitions/RequestBaseType"
                },
                {
                    "type":"object",
                    "title":"DescribeDatasets",
                    "properties":{
                        "frameworkURI":{
                            "title":"frameworkURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"FrameworkURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        },
                        "datasetURI":{
                            "title":"datasetURI",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"DatasetURI",
                                "namespaceURI":"http://www.opengis.net/tjs/1.0"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "propertiesOrder":[
                "frameworkURI",
                "datasetURI"
            ]
        },
        "NominalOrdinalExceptions.Null":{
            "type":"object",
            "title":"NominalOrdinalExceptions.Null",
            "required":[
                "identifier",
                "title",
                "_abstract"
            ],
            "properties":{
                "identifier":{
                    "title":"identifier",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Identifier",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "title":{
                    "title":"title",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Title",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "_abstract":{
                    "title":"_abstract",
                    "allOf":[
                        {
                            "$ref":"#/definitions/AbstractType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Abstract",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "documentation":{
                    "title":"documentation",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Documentation",
                        "namespaceURI":"http://www.opengis.net/tjs/1.0"
                    }
                },
                "color":{
                    "title":"color",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anySimpleType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"color",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "identifier",
                "title",
                "_abstract",
                "documentation",
                "color"
            ]
        },
        "JoinAbilities.OutputStylings":{
            "allOf":[
                {
                    "$ref":"#/definitions/OutputStylingsType"
                },
                {
                    "type":"object",
                    "title":"JoinAbilities.OutputStylings",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo"
        },
        "DescribeDataRequest":{
            "type":"object",
            "title":"DescribeDataRequest",
            "required":[
                "href"
            ],
            "properties":{
                "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"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "href"
            ]
        },
        "DescribeKeyValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DescribeKeyValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "RequestServiceType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"RequestServiceType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "VersionType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"VersionType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "DescribeFrameworksValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DescribeFrameworksValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "DescribeJoinAbilitiesValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DescribeJoinAbilitiesValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "JoinDataValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"JoinDataValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "DescribeDataValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DescribeDataValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "DescribeDatasetsValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DescribeDatasetsValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "GetDataValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"GetDataValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        "GetCapabilitiesValueType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"GetCapabilitiesValueType",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        }
    },
    "anyOf":[
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Capabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/TjsCapabilitiesType"
                }
            },
            "elementName":{
                "localPart":"Capabilities",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Measure"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Measure"
                }
            },
            "elementName":{
                "localPart":"Measure",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Rowset"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Rowset"
                }
            },
            "elementName":{
                "localPart":"Rowset",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FrameworkDescriptions"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/FrameworkDescriptions"
                }
            },
            "elementName":{
                "localPart":"FrameworkDescriptions",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Documentation"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                }
            },
            "elementName":{
                "localPart":"Documentation",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Dataset"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Dataset"
                }
            },
            "elementName":{
                "localPart":"Dataset",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeDatasets"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeDatasets"
                }
            },
            "elementName":{
                "localPart":"DescribeDatasets",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "BoundingCoordinates"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/BoundingCoordinates"
                }
            },
            "elementName":{
                "localPart":"BoundingCoordinates",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetDataRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetDataRequest"
                }
            },
            "elementName":{
                "localPart":"GetDataRequest",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Organization"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Organization",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DataDescriptions"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DataDescriptions"
                }
            },
            "elementName":{
                "localPart":"DataDescriptions",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetData"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetData"
                }
            },
            "elementName":{
                "localPart":"GetData",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Attributes"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Attributes",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Abstract"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/AbstractType"
                }
            },
            "elementName":{
                "localPart":"Abstract",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DataClass"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"DataClass",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Identifier"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Identifier",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DatasetDescriptions"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DatasetDescriptions"
                }
            },
            "elementName":{
                "localPart":"DatasetDescriptions",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FrameworkURI"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"FrameworkURI",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "AttributeLimit"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/positiveInteger"
                }
            },
            "elementName":{
                "localPart":"AttributeLimit",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeJoinAbilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/RequestBaseType"
                }
            },
            "elementName":{
                "localPart":"DescribeJoinAbilities",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeDataRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeDataRequest"
                }
            },
            "elementName":{
                "localPart":"DescribeDataRequest",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Values"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Values"
                }
            },
            "elementName":{
                "localPart":"Values",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "SpatialFrameworks"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/SpatialFrameworks"
                }
            },
            "elementName":{
                "localPart":"SpatialFrameworks",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetCapabilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetCapabilities"
                }
            },
            "elementName":{
                "localPart":"GetCapabilities",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "LinkageKeys"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"LinkageKeys",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeKey"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeKey"
                }
            },
            "elementName":{
                "localPart":"DescribeKey",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "K"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/K"
                }
            },
            "elementName":{
                "localPart":"K",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Uncertainty"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Uncertainty"
                }
            },
            "elementName":{
                "localPart":"Uncertainty",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "JoinData"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/JoinData"
                }
            },
            "elementName":{
                "localPart":"JoinData",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Mechanism"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Mechanism"
                }
            },
            "elementName":{
                "localPart":"Mechanism",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Version"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Version",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GDAS"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GDAS"
                }
            },
            "elementName":{
                "localPart":"GDAS",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ReferenceDate"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ReferenceDate"
                }
            },
            "elementName":{
                "localPart":"ReferenceDate",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "UOM"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/UOM"
                }
            },
            "elementName":{
                "localPart":"UOM",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Nominal"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Nominal"
                }
            },
            "elementName":{
                "localPart":"Nominal",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Columnset"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Columnset"
                }
            },
            "elementName":{
                "localPart":"Columnset",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "JoinDataResponse"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/JoinDataResponse"
                }
            },
            "elementName":{
                "localPart":"JoinDataResponse",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeFrameworks"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeFrameworks"
                }
            },
            "elementName":{
                "localPart":"DescribeFrameworks",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Ordinal"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Ordinal"
                }
            },
            "elementName":{
                "localPart":"Ordinal",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FrameworkKeyDescription"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/FrameworkKeyDescription"
                }
            },
            "elementName":{
                "localPart":"FrameworkKeyDescription",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "FrameworkKey"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/FrameworkKey"
                }
            },
            "elementName":{
                "localPart":"FrameworkKey",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Framework"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Framework"
                }
            },
            "elementName":{
                "localPart":"Framework",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Styling"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Styling"
                }
            },
            "elementName":{
                "localPart":"Styling",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeDatasetsRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeDatasetsRequest"
                }
            },
            "elementName":{
                "localPart":"DescribeDatasetsRequest",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "JoinAbilities"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/JoinAbilities"
                }
            },
            "elementName":{
                "localPart":"JoinAbilities",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DescribeData"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/DescribeData"
                }
            },
            "elementName":{
                "localPart":"DescribeData",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Title"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"Title",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Count"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/Count"
                }
            },
            "elementName":{
                "localPart":"Count",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "DatasetURI"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.opengis.net/tjs/1.0"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            },
            "elementName":{
                "localPart":"DatasetURI",
                "namespaceURI":"http://www.opengis.net/tjs/1.0"
            }
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy