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

as.wami-v_1_0_1.3.0.0.source-code.WAMI_1_0_1.jsonschema Maven / Gradle / Ivy

There is a newer version: 5.0.1
Show newest version

{
    "id":"http://www.pixia.com/wami/v101#",
    "definitions":{
        "FileSectionType":{
            "type":"object",
            "title":"FileSectionType",
            "properties":{
                "geoTransform":{
                    "title":"geoTransform",
                    "allOf":[
                        {
                            "$ref":"#/definitions/GeoTransformType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GeoTransform",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "wkt":{
                    "title":"wkt",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"WKT",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "boundingPolygon":{
                    "title":"boundingPolygon",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/BoundingPolygonType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingPolygon",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "fileName":{
                    "title":"fileName",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"fileName",
                        "namespaceURI":""
                    }
                },
                "fileSize":{
                    "title":"fileSize",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"fileSize",
                        "namespaceURI":""
                    }
                },
                "createTime":{
                    "title":"createTime",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"createTime",
                        "namespaceURI":""
                    }
                },
                "modifyTime":{
                    "title":"modifyTime",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"modifyTime",
                        "namespaceURI":""
                    }
                },
                "pixelWidth":{
                    "title":"pixelWidth",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"pixelWidth",
                        "namespaceURI":""
                    }
                },
                "pixelHeight":{
                    "title":"pixelHeight",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"pixelHeight",
                        "namespaceURI":""
                    }
                },
                "fileFormat":{
                    "title":"fileFormat",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"fileFormat",
                        "namespaceURI":""
                    }
                },
                "bands":{
                    "title":"bands",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"bands",
                        "namespaceURI":""
                    }
                },
                "bitsPerBand":{
                    "title":"bitsPerBand",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"bitsPerBand",
                        "namespaceURI":""
                    }
                },
                "bandDataType":{
                    "title":"bandDataType",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"bandDataType",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FileSectionType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "geoTransform",
                "wkt",
                "boundingPolygon",
                "fileName",
                "fileSize",
                "createTime",
                "modifyTime",
                "pixelWidth",
                "pixelHeight",
                "fileFormat",
                "bands",
                "bitsPerBand",
                "bandDataType"
            ]
        },
        "GetCapabilitiesRequestType":{
            "required":[
                "acceptVersions"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/CommonAbstractRequestType"
                },
                {
                    "type":"object",
                    "title":"GetCapabilitiesRequestType",
                    "properties":{
                        "acceptVersions":{
                            "title":"acceptVersions",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"acceptVersions",
                                "namespaceURI":""
                            }
                        },
                        "acceptFormats":{
                            "title":"acceptFormats",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"acceptFormats",
                                "namespaceURI":""
                            }
                        },
                        "sections":{
                            "title":"sections",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"sections",
                                "namespaceURI":""
                            }
                        },
                        "updateSequence":{
                            "title":"updateSequence",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"updateSequence",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetCapabilitiesRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "acceptVersions",
                "acceptFormats",
                "sections",
                "updateSequence"
            ]
        },
        "MultipartImageRootDocumentType.Reference":{
            "type":"object",
            "title":"MultipartImageRootDocumentType.Reference",
            "properties":{
                "imageReference":{
                    "title":"imageReference",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"imageReference",
                        "namespaceURI":""
                    }
                },
                "metadataReference":{
                    "title":"metadataReference",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyURI"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"metadataReference",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "imageReference",
                "metadataReference"
            ]
        },
        "CommonAbstractGetMapRequestType":{
            "required":[
                "crs"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractRequestType"
                },
                {
                    "type":"object",
                    "title":"CommonAbstractGetMapRequestType",
                    "properties":{
                        "option":{
                            "title":"option",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/NameValuePairType"
                                    },
                                    "minItems":0
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Option",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "crs":{
                            "title":"crs",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"crs",
                                "namespaceURI":""
                            }
                        },
                        "metadata":{
                            "title":"metadata",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"metadata",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CommonAbstractGetMapRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "option",
                "crs",
                "metadata"
            ]
        },
        "PostContentTypeMetaData":{
            "type":"object",
            "title":"PostContentTypeMetaData",
            "properties":{
                "kvp":{
                    "title":"kvp",
                    "allOf":[
                        {
                            "$ref":"#/definitions/PostContentTypeMetaData.KVP"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"KVP",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "xml":{
                    "title":"xml",
                    "allOf":[
                        {
                            "$ref":"#/definitions/PostContentTypeMetaData.XML"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"XML",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "kvp",
                "xml"
            ]
        },
        "ISAbstractMapInfoType":{
            "required":[
                "metadata"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractResponseType"
                },
                {
                    "type":"object",
                    "title":"ISAbstractMapInfoType",
                    "properties":{
                        "metadata":{
                            "title":"metadata",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"#/definitions/CollectionMetadataSectionsType"
                                    },
                                    "minItems":1
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Metadata",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_AbstractMapInfoType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "metadata"
            ]
        },
        "ServiceElementType":{
            "type":"object",
            "title":"ServiceElementType",
            "required":[
                "request"
            ],
            "properties":{
                "request":{
                    "title":"request",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/RequestMethodLinkType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Request",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"ServiceElementType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "request"
            ]
        },
        "GeoTransformType":{
            "type":"object",
            "title":"GeoTransformType",
            "required":[
                "xOffset",
                "yOffset",
                "xScale",
                "yScale",
                "xSkew",
                "ySkew"
            ],
            "properties":{
                "xOffset":{
                    "title":"xOffset",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"xOffset",
                        "namespaceURI":""
                    }
                },
                "yOffset":{
                    "title":"yOffset",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"yOffset",
                        "namespaceURI":""
                    }
                },
                "xScale":{
                    "title":"xScale",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"xScale",
                        "namespaceURI":""
                    }
                },
                "yScale":{
                    "title":"yScale",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"yScale",
                        "namespaceURI":""
                    }
                },
                "xSkew":{
                    "title":"xSkew",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"xSkew",
                        "namespaceURI":""
                    }
                },
                "ySkew":{
                    "title":"ySkew",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"ySkew",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GeoTransformType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "xOffset",
                "yOffset",
                "xScale",
                "yScale",
                "xSkew",
                "ySkew"
            ]
        },
        "PathMapType":{
            "type":"object",
            "title":"PathMapType",
            "required":[
                "track"
            ],
            "properties":{
                "track":{
                    "title":"track",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/PathMapTrackType"
                            },
                            "minItems":1
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Track",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"PathMapType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "track"
            ]
        },
        "ISPathMapType":{
            "allOf":[
                {
                    "$ref":"#/definitions/MultipartImageRootDocumentType"
                },
                {
                    "type":"object",
                    "title":"ISPathMapType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_PathMapType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "CollectionMetadataSectionsType":{
            "type":"object",
            "title":"CollectionMetadataSectionsType",
            "properties":{
                "collection":{
                    "title":"collection",
                    "allOf":[
                        {
                            "$ref":"#/definitions/CollectionSectionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Collection",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "geoBox":{
                    "title":"geoBox",
                    "allOf":[
                        {
                            "$ref":"#/definitions/GeoBoxSectionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"GeoBox",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "toa":{
                    "title":"toa",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TOA",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "frameNum":{
                    "title":"frameNum",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameNum",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "file":{
                    "title":"file",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FileSectionType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"File",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "group":{
                    "title":"group",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MetadataGroupType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Group",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "extendedMetadataSection":{
                    "title":"extendedMetadataSection",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/ExtendedMetadataSection"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ExtendedMetadataSection",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CollectionMetadataSectionsType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "collection",
                "geoBox",
                "toa",
                "frameNum",
                "file",
                "group",
                "extendedMetadataSection"
            ]
        },
        "RequestMethodLinkType":{
            "allOf":[
                {
                    "$ref":"http://www.opengis.net/ows/2.0#/definitions/RequestMethodType"
                },
                {
                    "type":"object",
                    "title":"RequestMethodLinkType",
                    "properties":{
                        "get":{
                            "title":"get",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"get",
                                "namespaceURI":""
                            }
                        },
                        "post":{
                            "title":"post",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"post",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"RequestMethodLinkType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "get",
                "post"
            ]
        },
        "ISGetMapRequestType":{
            "required":[
                "bBox",
                "time",
                "cid"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BinaryAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"ISGetMapRequestType",
                    "properties":{
                        "bBox":{
                            "title":"bBox",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/BoundBoxType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"BBox",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "time":{
                            "title":"time",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FrameOrTimeRangeRequestType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Time",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "cid":{
                            "title":"cid",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"CID",
                                "namespaceURI":""
                            }
                        },
                        "disposition":{
                            "title":"disposition",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/DispositionType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"disposition",
                                "namespaceURI":""
                            }
                        },
                        "styles":{
                            "title":"styles",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"styles",
                                "namespaceURI":""
                            }
                        },
                        "bgcolor":{
                            "title":"bgcolor",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"bgcolor",
                                "namespaceURI":""
                            }
                        },
                        "transparent":{
                            "title":"transparent",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"transparent",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_GetMapRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "bBox",
                "time",
                "cid",
                "disposition",
                "styles",
                "bgcolor",
                "transparent"
            ]
        },
        "CollectionSectionType":{
            "type":"object",
            "title":"CollectionSectionType",
            "properties":{
                "cid":{
                    "title":"cid",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"CID",
                        "namespaceURI":""
                    }
                },
                "startFrame":{
                    "title":"startFrame",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"startFrame",
                        "namespaceURI":""
                    }
                },
                "endFrame":{
                    "title":"endFrame",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"endFrame",
                        "namespaceURI":""
                    }
                },
                "frameCount":{
                    "title":"frameCount",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"frameCount",
                        "namespaceURI":""
                    }
                },
                "startTime":{
                    "title":"startTime",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"startTime",
                        "namespaceURI":""
                    }
                },
                "endTime":{
                    "title":"endTime",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"endTime",
                        "namespaceURI":""
                    }
                },
                "timeSpan":{
                    "title":"timeSpan",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"timeSpan",
                        "namespaceURI":""
                    }
                },
                "frameInterval":{
                    "title":"frameInterval",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"frameInterval",
                        "namespaceURI":""
                    }
                },
                "frameJitter":{
                    "title":"frameJitter",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"frameJitter",
                        "namespaceURI":""
                    }
                },
                "live":{
                    "title":"live",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"live",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CollectionSectionType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "cid",
                "startFrame",
                "endFrame",
                "frameCount",
                "startTime",
                "endTime",
                "timeSpan",
                "frameInterval",
                "frameJitter",
                "live"
            ]
        },
        "FrameOrTimeRangeRequestType":{
            "type":"object",
            "title":"FrameOrTimeRangeRequestType",
            "properties":{
                "frameRange":{
                    "title":"frameRange",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FrameOrTimeRangeRequestType.FrameRange"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"FrameRange",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "timeRange":{
                    "title":"timeRange",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/FrameOrTimeRangeRequestType.TimeRange"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TimeRange",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "timeList":{
                    "title":"timeList",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            }
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TimeList",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FrameOrTimeRangeRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "frameRange",
                "timeRange",
                "timeList"
            ]
        },
        "GetHelpRequestType":{
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractRequestType"
                },
                {
                    "type":"object",
                    "title":"GetHelpRequestType",
                    "properties":{
                        "topic":{
                            "title":"topic",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"topic",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GetHelpRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "topic"
            ]
        },
        "BoundingPolygonType":{
            "type":"object",
            "title":"BoundingPolygonType",
            "required":[
                "crs"
            ],
            "properties":{
                "value":{
                    "title":"value",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                            }
                        }
                    ],
                    "propertyType":"value"
                },
                "crs":{
                    "title":"crs",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"crs",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"BoundingPolygonType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "value",
                "crs"
            ]
        },
        "ISMapInfoType":{
            "allOf":[
                {
                    "$ref":"#/definitions/ISAbstractMapInfoType"
                },
                {
                    "type":"object",
                    "title":"ISMapInfoType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_MapInfoType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "ISGetMapInfoRequestType":{
            "required":[
                "bBox",
                "time",
                "cid"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/CommonAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"ISGetMapInfoRequestType",
                    "properties":{
                        "bBox":{
                            "title":"bBox",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/BoundBoxType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"BBox",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "time":{
                            "title":"time",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FrameOrTimeRangeRequestType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Time",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "cid":{
                            "title":"cid",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"CID",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_GetMapInfoRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "bBox",
                "time",
                "cid"
            ]
        },
        "CSCollectionsType":{
            "required":[
                "node"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractResponseType"
                },
                {
                    "type":"object",
                    "title":"CSCollectionsType",
                    "properties":{
                        "description":{
                            "title":"description",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Description",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "parent":{
                            "title":"parent",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/CSCollectionsType.Parent"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Parent",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "node":{
                            "title":"node",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/CSNodeType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Node",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "updateSequence":{
                            "title":"updateSequence",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"updateSequence",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CS_CollectionsType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "description",
                "parent",
                "node",
                "updateSequence"
            ]
        },
        "PostContentTypeMetaData.KVP":{
            "type":"object",
            "title":"PostContentTypeMetaData.KVP",
            "properties":{
            },
            "typeType":"classInfo"
        },
        "FrameOrTimeRangeRequestType.FrameRange":{
            "type":"object",
            "title":"FrameOrTimeRangeRequestType.FrameRange",
            "properties":{
                "recurringInterval":{
                    "title":"recurringInterval",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"recurringInterval",
                        "namespaceURI":""
                    }
                },
                "start":{
                    "title":"start",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"start",
                        "namespaceURI":""
                    }
                },
                "end":{
                    "title":"end",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"end",
                        "namespaceURI":""
                    }
                },
                "step":{
                    "title":"step",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"step",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "recurringInterval",
                "start",
                "end",
                "step"
            ]
        },
        "ISPathMapInfoType":{
            "allOf":[
                {
                    "$ref":"#/definitions/ISAbstractMapInfoType"
                },
                {
                    "type":"object",
                    "title":"ISPathMapInfoType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_PathMapInfoType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "CSCollectionsType.Parent":{
            "type":"object",
            "title":"CSCollectionsType.Parent",
            "required":[
                "service",
                "nid"
            ],
            "properties":{
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"#/definitions/NamedServiceElementType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Service",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "nid":{
                    "title":"nid",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"NID",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "service",
                "nid"
            ]
        },
        "FrameOrTimeRequestType":{
            "type":"object",
            "title":"FrameOrTimeRequestType",
            "properties":{
                "frame":{
                    "title":"frame",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"frame",
                        "namespaceURI":""
                    }
                },
                "time":{
                    "title":"time",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"time",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FrameOrTimeRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "frame",
                "time"
            ]
        },
        "AbstractResponseType":{
            "type":"object",
            "title":"AbstractResponseType",
            "properties":{
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/language"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AbstractResponseType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "lang",
                "version"
            ]
        },
        "PostContentTypeMetaData.XML":{
            "type":"object",
            "title":"PostContentTypeMetaData.XML",
            "required":[
                "schemaElement"
            ],
            "properties":{
                "schemaElement":{
                    "title":"schemaElement",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/NCName"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"schemaElement",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "schemaElement"
            ]
        },
        "CommonAbstractRequestType":{
            "type":"object",
            "title":"CommonAbstractRequestType",
            "required":[
                "service",
                "request"
            ],
            "properties":{
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ServiceNameType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "request":{
                    "title":"request",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"request",
                        "namespaceURI":""
                    }
                },
                "exceptions":{
                    "title":"exceptions",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ExceptionNameType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"exceptions",
                        "namespaceURI":""
                    }
                },
                "acceptLanguages":{
                    "title":"acceptLanguages",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/language"
                            }
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"acceptLanguages",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CommonAbstractRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "service",
                "request",
                "exceptions",
                "acceptLanguages"
            ]
        },
        "MultipartImageRootDocumentType":{
            "type":"object",
            "title":"MultipartImageRootDocumentType",
            "properties":{
                "reference":{
                    "title":"reference",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/MultipartImageRootDocumentType.Reference"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Reference",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MultipartImageRootDocumentType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "reference"
            ]
        },
        "ISGetPathMapRequestType":{
            "required":[
                "path"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BinaryAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"ISGetPathMapRequestType",
                    "properties":{
                        "path":{
                            "title":"path",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/PathMapType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Path",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "disposition":{
                            "title":"disposition",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/DispositionType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"disposition",
                                "namespaceURI":""
                            }
                        },
                        "styles":{
                            "title":"styles",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"styles",
                                "namespaceURI":""
                            }
                        },
                        "bgcolor":{
                            "title":"bgcolor",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"bgcolor",
                                "namespaceURI":""
                            }
                        },
                        "transparent":{
                            "title":"transparent",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"transparent",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_GetPathMapRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "path",
                "disposition",
                "styles",
                "bgcolor",
                "transparent"
            ]
        },
        "CSGetCollectionCountRequestType":{
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractRequestType"
                },
                {
                    "type":"object",
                    "title":"CSGetCollectionCountRequestType",
                    "properties":{
                        "nid":{
                            "title":"nid",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"NID",
                                "namespaceURI":""
                            }
                        },
                        "depth":{
                            "title":"depth",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/NodeCountDepthType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"depth",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CS_GetCollectionCountRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "nid",
                "depth"
            ]
        },
        "ISMapType":{
            "allOf":[
                {
                    "$ref":"#/definitions/MultipartImageRootDocumentType"
                },
                {
                    "type":"object",
                    "title":"ISMapType",
                    "properties":{
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_MapType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "CSGetCollectionsRequestType":{
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractRequestType"
                },
                {
                    "type":"object",
                    "title":"CSGetCollectionsRequestType",
                    "properties":{
                        "nid":{
                            "title":"nid",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"NID",
                                "namespaceURI":""
                            }
                        },
                        "depth":{
                            "title":"depth",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/NodeDepthType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"depth",
                                "namespaceURI":""
                            }
                        },
                        "metadata":{
                            "title":"metadata",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"metadata",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CS_GetCollectionsRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "nid",
                "depth",
                "metadata"
            ]
        },
        "VSGetMapVideoRequestType":{
            "required":[
                "bBox",
                "time",
                "cid",
                "dup"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BinaryAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"VSGetMapVideoRequestType",
                    "properties":{
                        "bBox":{
                            "title":"bBox",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/BoundBoxType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"BBox",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "time":{
                            "title":"time",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/FrameOrTimeRangeRequestType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Time",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "cid":{
                            "title":"cid",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"CID",
                                "namespaceURI":""
                            }
                        },
                        "styles":{
                            "title":"styles",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"styles",
                                "namespaceURI":""
                            }
                        },
                        "bgcolor":{
                            "title":"bgcolor",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"bgcolor",
                                "namespaceURI":""
                            }
                        },
                        "transparent":{
                            "title":"transparent",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"transparent",
                                "namespaceURI":""
                            }
                        },
                        "dup":{
                            "title":"dup",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"dup",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"VS_GetMapVideoRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "bBox",
                "time",
                "cid",
                "styles",
                "bgcolor",
                "transparent",
                "dup"
            ]
        },
        "PathMapTrackType":{
            "type":"object",
            "title":"PathMapTrackType",
            "required":[
                "aoi",
                "cid"
            ],
            "properties":{
                "aoi":{
                    "title":"aoi",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/PathMapTrackAoiType"
                            },
                            "minItems":2
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Aoi",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "cid":{
                    "title":"cid",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                            }
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"CID",
                        "namespaceURI":""
                    }
                },
                "method":{
                    "title":"method",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"method",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"PathMapTrackType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "aoi",
                "cid",
                "method"
            ]
        },
        "CSNodeType":{
            "type":"object",
            "title":"CSNodeType",
            "required":[
                "nid"
            ],
            "properties":{
                "description":{
                    "title":"description",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Description",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/NamedServiceElementType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Service",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "metadata":{
                    "title":"metadata",
                    "allOf":[
                        {
                            "$ref":"#/definitions/CollectionMetadataSectionsType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Metadata",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "node":{
                    "title":"node",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/CSNodeType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Node",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "id":{
                    "title":"id",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"id",
                        "namespaceURI":""
                    }
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                },
                "parentNID":{
                    "title":"parentNID",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"parentNID",
                        "namespaceURI":""
                    }
                },
                "nid":{
                    "title":"nid",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"NID",
                        "namespaceURI":""
                    }
                },
                "cid":{
                    "title":"cid",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"CID",
                        "namespaceURI":""
                    }
                },
                "updateSequence":{
                    "title":"updateSequence",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"updateSequence",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CS_NodeType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "description",
                "service",
                "metadata",
                "node",
                "id",
                "name",
                "parentNID",
                "nid",
                "cid",
                "updateSequence"
            ]
        },
        "BinaryAbstractGetMapRequestType":{
            "required":[
                "viewPort"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/CommonAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"BinaryAbstractGetMapRequestType",
                    "properties":{
                        "viewPort":{
                            "title":"viewPort",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/DimensionType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"ViewPort",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"BinaryAbstractGetMapRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "viewPort"
            ]
        },
        "DimensionType":{
            "type":"object",
            "title":"DimensionType",
            "required":[
                "width",
                "height"
            ],
            "properties":{
                "width":{
                    "title":"width",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"width",
                        "namespaceURI":""
                    }
                },
                "height":{
                    "title":"height",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"height",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"DimensionType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "width",
                "height"
            ]
        },
        "PathMapTrackAoiType":{
            "type":"object",
            "title":"PathMapTrackAoiType",
            "required":[
                "bBox",
                "time"
            ],
            "properties":{
                "bBox":{
                    "title":"bBox",
                    "allOf":[
                        {
                            "$ref":"#/definitions/BoundBoxType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BBox",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "time":{
                    "title":"time",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameOrTimeRequestType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Time",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "timeSpan":{
                    "title":"timeSpan",
                    "allOf":[
                        {
                            "$ref":"#/definitions/FrameOrTimeSpanRequestType"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"TimeSpan",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "option":{
                    "title":"option",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/NameValuePairType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Option",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"PathMapTrackAoiType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "bBox",
                "time",
                "timeSpan",
                "option"
            ]
        },
        "AbstractRequestType":{
            "required":[
                "version"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/CommonAbstractRequestType"
                },
                {
                    "type":"object",
                    "title":"AbstractRequestType",
                    "properties":{
                        "version":{
                            "title":"version",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"version",
                                "namespaceURI":""
                            }
                        },
                        "format":{
                            "title":"format",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"format",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"AbstractRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "version",
                "format"
            ]
        },
        "FrameOrTimeSpanRequestType":{
            "type":"object",
            "title":"FrameOrTimeSpanRequestType",
            "properties":{
                "frames":{
                    "title":"frames",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"frames",
                        "namespaceURI":""
                    }
                },
                "duration":{
                    "title":"duration",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"duration",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"FrameOrTimeSpanRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "frames",
                "duration"
            ]
        },
        "NameValuePairType":{
            "type":"object",
            "title":"NameValuePairType",
            "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"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"NameValuePairType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "otherAttributes",
                "content",
                "name"
            ]
        },
        "VSGetPathMapVideoRequestType":{
            "required":[
                "path",
                "dup"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/BinaryAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"VSGetPathMapVideoRequestType",
                    "properties":{
                        "path":{
                            "title":"path",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/PathMapType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Path",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "styles":{
                            "title":"styles",
                            "allOf":[
                                {
                                    "type":"array",
                                    "items":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                    }
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"styles",
                                "namespaceURI":""
                            }
                        },
                        "bgcolor":{
                            "title":"bgcolor",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"bgcolor",
                                "namespaceURI":""
                            }
                        },
                        "transparent":{
                            "title":"transparent",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"transparent",
                                "namespaceURI":""
                            }
                        },
                        "dup":{
                            "title":"dup",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"dup",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"VS_GetPathMapVideoRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "path",
                "styles",
                "bgcolor",
                "transparent",
                "dup"
            ]
        },
        "ISGetPathMapInfoRequestType":{
            "required":[
                "path"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/CommonAbstractGetMapRequestType"
                },
                {
                    "type":"object",
                    "title":"ISGetPathMapInfoRequestType",
                    "properties":{
                        "path":{
                            "title":"path",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/PathMapType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Path",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_GetPathMapInfoRequestType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "path"
            ]
        },
        "BoundBoxType":{
            "type":"object",
            "title":"BoundBoxType",
            "required":[
                "crs",
                "minx",
                "miny",
                "maxx",
                "maxy"
            ],
            "properties":{
                "crs":{
                    "title":"crs",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"crs",
                        "namespaceURI":""
                    }
                },
                "minx":{
                    "title":"minx",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"minx",
                        "namespaceURI":""
                    }
                },
                "miny":{
                    "title":"miny",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"miny",
                        "namespaceURI":""
                    }
                },
                "maxx":{
                    "title":"maxx",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maxx",
                        "namespaceURI":""
                    }
                },
                "maxy":{
                    "title":"maxy",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"maxy",
                        "namespaceURI":""
                    }
                },
                "resx":{
                    "title":"resx",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resx",
                        "namespaceURI":""
                    }
                },
                "resy":{
                    "title":"resy",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resy",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"BoundBoxType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "crs",
                "minx",
                "miny",
                "maxx",
                "maxy",
                "resx",
                "resy"
            ]
        },
        "MetadataGroupType":{
            "type":"object",
            "title":"MetadataGroupType",
            "required":[
                "name"
            ],
            "properties":{
                "attribute":{
                    "title":"attribute",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/NameValuePairType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Attribute",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"MetadataGroupType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "attribute",
                "name"
            ]
        },
        "ExtendedMetadataSection":{
            "type":"object",
            "title":"ExtendedMetadataSection",
            "properties":{
                "abstractMetaData":{
                    "title":"abstractMetaData",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "type":"object",
                                "properties":{
                                    "name":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                    },
                                    "value":{
                                        "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
                                    }
                                },
                                "elementName":{
                                    "localPart":"AbstractMetaData",
                                    "namespaceURI":"http://www.opengis.net/ows/2.0"
                                }
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"elementRef",
                    "elementName":{
                        "localPart":"AbstractMetaData",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "name":{
                    "title":"name",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"name",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "abstractMetaData",
                "name"
            ]
        },
        "HelpResponseType":{
            "type":"object",
            "title":"HelpResponseType",
            "required":[
                "service",
                "request"
            ],
            "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"
                                    },
                                    {
                                        "type":"object",
                                        "properties":{
                                            "name":{
                                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                                            },
                                            "value":{
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    ],
                    "propertyType":"anyElement"
                },
                "service":{
                    "title":"service",
                    "allOf":[
                        {
                            "$ref":"#/definitions/ServiceNameType"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"service",
                        "namespaceURI":""
                    }
                },
                "request":{
                    "title":"request",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"request",
                        "namespaceURI":""
                    }
                },
                "lang":{
                    "title":"lang",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/language"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"HelpResponseType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "otherAttributes",
                "content",
                "service",
                "request",
                "lang",
                "version"
            ]
        },
        "NamedServiceElementType":{
            "required":[
                "name"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/ServiceElementType"
                },
                {
                    "type":"object",
                    "title":"NamedServiceElementType",
                    "properties":{
                        "name":{
                            "title":"name",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/ServiceNameType"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"name",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"NamedServiceElementType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "name"
            ]
        },
        "FrameOrTimeRangeRequestType.TimeRange":{
            "type":"object",
            "title":"FrameOrTimeRangeRequestType.TimeRange",
            "properties":{
                "recurringInterval":{
                    "title":"recurringInterval",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"recurringInterval",
                        "namespaceURI":""
                    }
                },
                "start":{
                    "title":"start",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"start",
                        "namespaceURI":""
                    }
                },
                "end":{
                    "title":"end",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/dateTime"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"end",
                        "namespaceURI":""
                    }
                },
                "resolution":{
                    "title":"resolution",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/duration"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"resolution",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "propertiesOrder":[
                "recurringInterval",
                "start",
                "end",
                "resolution"
            ]
        },
        "CSCollectionCountType":{
            "required":[
                "root",
                "childNodes",
                "totalNodes"
            ],
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractResponseType"
                },
                {
                    "type":"object",
                    "title":"CSCollectionCountType",
                    "properties":{
                        "description":{
                            "title":"description",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Description",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        },
                        "root":{
                            "title":"root",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"root",
                                "namespaceURI":""
                            }
                        },
                        "depth":{
                            "title":"depth",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"depth",
                                "namespaceURI":""
                            }
                        },
                        "nid":{
                            "title":"nid",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"NID",
                                "namespaceURI":""
                            }
                        },
                        "childNodes":{
                            "title":"childNodes",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"childNodes",
                                "namespaceURI":""
                            }
                        },
                        "totalNodes":{
                            "title":"totalNodes",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"totalNodes",
                                "namespaceURI":""
                            }
                        },
                        "collections":{
                            "title":"collections",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"collections",
                                "namespaceURI":""
                            }
                        },
                        "edgeDepth":{
                            "title":"edgeDepth",
                            "allOf":[
                                {
                                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/nonNegativeInteger"
                                }
                            ],
                            "propertyType":"attribute",
                            "attributeName":{
                                "localPart":"edgeDepth",
                                "namespaceURI":""
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CS_CollectionCountType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "description",
                "root",
                "depth",
                "nid",
                "childNodes",
                "totalNodes",
                "collections",
                "edgeDepth"
            ]
        },
        "CapabilitiesResponseBaseType":{
            "type":"object",
            "title":"CapabilitiesResponseBaseType",
            "properties":{
                "serviceIdentification":{
                    "title":"serviceIdentification",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/ServiceIdentification"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ServiceIdentification",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "serviceProvider":{
                    "title":"serviceProvider",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/ServiceProvider"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"ServiceProvider",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "operationsMetadata":{
                    "title":"operationsMetadata",
                    "allOf":[
                        {
                            "$ref":"http://www.opengis.net/ows/2.0#/definitions/OperationsMetadata"
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"OperationsMetadata",
                        "namespaceURI":"http://www.opengis.net/ows/2.0"
                    }
                },
                "language":{
                    "title":"language",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/language"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"Language",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "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/language"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"lang",
                        "namespaceURI":""
                    }
                },
                "version":{
                    "title":"version",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"version",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"CapabilitiesResponseBaseType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "serviceIdentification",
                "serviceProvider",
                "operationsMetadata",
                "language",
                "updateSequence",
                "lang",
                "version"
            ]
        },
        "GeoBoxSectionType":{
            "type":"object",
            "title":"GeoBoxSectionType",
            "properties":{
                "boundingBox":{
                    "title":"boundingBox",
                    "allOf":[
                        {
                            "type":"array",
                            "items":{
                                "$ref":"#/definitions/BoundBoxType"
                            },
                            "minItems":0
                        }
                    ],
                    "propertyType":"element",
                    "elementName":{
                        "localPart":"BoundingBox",
                        "namespaceURI":"http://www.pixia.com/wami/v101"
                    }
                },
                "nativeCRS":{
                    "title":"nativeCRS",
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                        }
                    ],
                    "propertyType":"attribute",
                    "attributeName":{
                        "localPart":"nativeCRS",
                        "namespaceURI":""
                    }
                }
            },
            "typeType":"classInfo",
            "typeName":{
                "localPart":"GeoBoxSectionType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "boundingBox",
                "nativeCRS"
            ]
        },
        "ISInfoType":{
            "allOf":[
                {
                    "$ref":"#/definitions/AbstractResponseType"
                },
                {
                    "type":"object",
                    "title":"ISInfoType",
                    "properties":{
                        "metadata":{
                            "title":"metadata",
                            "allOf":[
                                {
                                    "$ref":"#/definitions/CollectionMetadataSectionsType"
                                }
                            ],
                            "propertyType":"element",
                            "elementName":{
                                "localPart":"Metadata",
                                "namespaceURI":"http://www.pixia.com/wami/v101"
                            }
                        }
                    }
                }
            ],
            "typeType":"classInfo",
            "typeName":{
                "localPart":"IS_InfoType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            },
            "propertiesOrder":[
                "metadata"
            ]
        },
        "NodeCountDepthType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"NodeCountDepthType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "ExceptionNameType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"ExceptionNameType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "DispositionType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"DispositionType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        "NodeDepthType":{
            "allOf":[
                {
                    "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
                }
            ],
            "typeType":"enumInfo",
            "typeName":{
                "localPart":"NodeDepthType",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        }
    },
    "anyOf":[
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetCapabilitiesRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetCapabilitiesRequestType"
                }
            },
            "elementName":{
                "localPart":"GetCapabilitiesRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_GetMapInfoRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISGetMapInfoRequestType"
                }
            },
            "elementName":{
                "localPart":"IS_GetMapInfoRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CS_CollectionCount"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CSCollectionCountType"
                }
            },
            "elementName":{
                "localPart":"CS_CollectionCount",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_GetPathMapInfoRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISGetPathMapInfoRequestType"
                }
            },
            "elementName":{
                "localPart":"IS_GetPathMapInfoRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CS_GetCollectionsRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CSGetCollectionsRequestType"
                }
            },
            "elementName":{
                "localPart":"CS_GetCollectionsRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_PathMapInfo"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISPathMapInfoType"
                }
            },
            "elementName":{
                "localPart":"IS_PathMapInfo",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "GetHelpRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/GetHelpRequestType"
                }
            },
            "elementName":{
                "localPart":"GetHelpRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "VS_GetPathMapVideoRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/VSGetPathMapVideoRequestType"
                }
            },
            "elementName":{
                "localPart":"VS_GetPathMapVideoRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_MapInfo"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISMapInfoType"
                }
            },
            "elementName":{
                "localPart":"IS_MapInfo",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "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.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CapabilitiesResponseBaseType"
                }
            },
            "elementName":{
                "localPart":"Capabilities",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CS_GetCollectionCountRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CSGetCollectionCountRequestType"
                }
            },
            "elementName":{
                "localPart":"CS_GetCollectionCountRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_Map"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISMapType"
                }
            },
            "elementName":{
                "localPart":"IS_Map",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_GetPathMapRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISGetPathMapRequestType"
                }
            },
            "elementName":{
                "localPart":"IS_GetPathMapRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "PostContentTypeMetaData"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/PostContentTypeMetaData"
                }
            },
            "elementName":{
                "localPart":"PostContentTypeMetaData",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_PathMap"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISPathMapType"
                }
            },
            "elementName":{
                "localPart":"IS_PathMap",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "Help"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/HelpResponseType"
                }
            },
            "elementName":{
                "localPart":"Help",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "IS_GetMapRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ISGetMapRequestType"
                }
            },
            "elementName":{
                "localPart":"IS_GetMapRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "ExtendedMetadataSection"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/ExtendedMetadataSection"
                }
            },
            "elementName":{
                "localPart":"ExtendedMetadataSection",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "VS_GetMapVideoRequest"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/VSGetMapVideoRequestType"
                }
            },
            "elementName":{
                "localPart":"VS_GetMapVideoRequest",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        },
        {
            "type":"object",
            "properties":{
                "name":{
                    "allOf":[
                        {
                            "$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
                        },
                        {
                            "type":"object",
                            "properties":{
                                "localPart":{
                                    "enum":[
                                        "CS_Collections"
                                    ]
                                },
                                "namespaceURI":{
                                    "enum":[
                                        "http://www.pixia.com/wami/v101"
                                    ]
                                }
                            }
                        }
                    ]
                },
                "value":{
                    "$ref":"#/definitions/CSCollectionsType"
                }
            },
            "elementName":{
                "localPart":"CS_Collections",
                "namespaceURI":"http://www.pixia.com/wami/v101"
            }
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy