
.wms-v_1_3_0.2.5.1.source-code.WMS_1_3_0.jsonschema Maven / Gradle / Ivy
{
"id":"http://www.opengis.net/wms#",
"definitions":{
"Post":{
"type":"object",
"title":"Post",
"required":[
"onlineResource"
],
"properties":{
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"onlineResource"
]
},
"MetadataURL":{
"type":"object",
"title":"MetadataURL",
"required":[
"format",
"onlineResource",
"type"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"type":{
"title":"type",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"type",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource",
"type"
]
},
"OperationType":{
"type":"object",
"title":"OperationType",
"required":[
"format",
"dcpType"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"dcpType":{
"title":"dcpType",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/DCPType"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"DCPType",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"typeName":{
"localPart":"OperationType",
"namespaceURI":"http://www.opengis.net/wms"
},
"propertiesOrder":[
"format",
"dcpType"
]
},
"FeatureListURL":{
"type":"object",
"title":"FeatureListURL",
"required":[
"format",
"onlineResource"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource"
]
},
"Get":{
"type":"object",
"title":"Get",
"required":[
"onlineResource"
],
"properties":{
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"onlineResource"
]
},
"ContactPersonPrimary":{
"type":"object",
"title":"ContactPersonPrimary",
"required":[
"contactPerson",
"contactOrganization"
],
"properties":{
"contactPerson":{
"title":"contactPerson",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactPerson",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactOrganization":{
"title":"contactOrganization",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactOrganization",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"contactPerson",
"contactOrganization"
]
},
"Attribution":{
"type":"object",
"title":"Attribution",
"properties":{
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"logoURL":{
"title":"logoURL",
"allOf":[
{
"$ref":"#/definitions/LogoURL"
}
],
"propertyType":"element",
"elementName":{
"localPart":"LogoURL",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"title",
"onlineResource",
"logoURL"
]
},
"Exception":{
"type":"object",
"title":"Exception",
"required":[
"format"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
},
"minItems":1
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format"
]
},
"EXGeographicBoundingBox":{
"type":"object",
"title":"EXGeographicBoundingBox",
"required":[
"westBoundLongitude",
"eastBoundLongitude",
"southBoundLatitude",
"northBoundLatitude"
],
"properties":{
"westBoundLongitude":{
"title":"westBoundLongitude",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
}
],
"propertyType":"element",
"elementName":{
"localPart":"westBoundLongitude",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"eastBoundLongitude":{
"title":"eastBoundLongitude",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
}
],
"propertyType":"element",
"elementName":{
"localPart":"eastBoundLongitude",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"southBoundLatitude":{
"title":"southBoundLatitude",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
}
],
"propertyType":"element",
"elementName":{
"localPart":"southBoundLatitude",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"northBoundLatitude":{
"title":"northBoundLatitude",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
}
],
"propertyType":"element",
"elementName":{
"localPart":"northBoundLatitude",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"westBoundLongitude",
"eastBoundLongitude",
"southBoundLatitude",
"northBoundLatitude"
]
},
"HTTP":{
"type":"object",
"title":"HTTP",
"required":[
"get"
],
"properties":{
"get":{
"title":"get",
"allOf":[
{
"$ref":"#/definitions/Get"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Get",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"post":{
"title":"post",
"allOf":[
{
"$ref":"#/definitions/Post"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Post",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"get",
"post"
]
},
"WMSCapabilities":{
"type":"object",
"title":"WMSCapabilities",
"required":[
"service",
"capability"
],
"properties":{
"service":{
"title":"service",
"allOf":[
{
"$ref":"#/definitions/Service"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Service",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"capability":{
"title":"capability",
"allOf":[
{
"$ref":"#/definitions/Capability"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Capability",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"version":{
"title":"version",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"version",
"namespaceURI":""
}
},
"updateSequence":{
"title":"updateSequence",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"updateSequence",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"service",
"capability",
"version",
"updateSequence"
]
},
"StyleURL":{
"type":"object",
"title":"StyleURL",
"required":[
"format",
"onlineResource"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource"
]
},
"ContactInformation":{
"type":"object",
"title":"ContactInformation",
"properties":{
"contactPersonPrimary":{
"title":"contactPersonPrimary",
"allOf":[
{
"$ref":"#/definitions/ContactPersonPrimary"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactPersonPrimary",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactPosition":{
"title":"contactPosition",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactPosition",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactAddress":{
"title":"contactAddress",
"allOf":[
{
"$ref":"#/definitions/ContactAddress"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactAddress",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactVoiceTelephone":{
"title":"contactVoiceTelephone",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactVoiceTelephone",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactFacsimileTelephone":{
"title":"contactFacsimileTelephone",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactFacsimileTelephone",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactElectronicMailAddress":{
"title":"contactElectronicMailAddress",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactElectronicMailAddress",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"contactPersonPrimary",
"contactPosition",
"contactAddress",
"contactVoiceTelephone",
"contactFacsimileTelephone",
"contactElectronicMailAddress"
]
},
"LogoURL":{
"type":"object",
"title":"LogoURL",
"required":[
"format",
"onlineResource"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"width":{
"title":"width",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"width",
"namespaceURI":""
}
},
"height":{
"title":"height",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"height",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource",
"width",
"height"
]
},
"DCPType":{
"type":"object",
"title":"DCPType",
"required":[
"http"
],
"properties":{
"http":{
"title":"http",
"allOf":[
{
"$ref":"#/definitions/HTTP"
}
],
"propertyType":"element",
"elementName":{
"localPart":"HTTP",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"http"
]
},
"Request":{
"type":"object",
"title":"Request",
"required":[
"getCapabilities",
"getMap"
],
"properties":{
"getCapabilities":{
"title":"getCapabilities",
"allOf":[
{
"$ref":"#/definitions/OperationType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"GetCapabilities",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"getMap":{
"title":"getMap",
"allOf":[
{
"$ref":"#/definitions/OperationType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"GetMap",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"getFeatureInfo":{
"title":"getFeatureInfo",
"allOf":[
{
"$ref":"#/definitions/OperationType"
}
],
"propertyType":"element",
"elementName":{
"localPart":"GetFeatureInfo",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"extendedOperation":{
"title":"extendedOperation",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/OperationType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"_ExtendedOperation",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"getCapabilities",
"getMap",
"getFeatureInfo",
"extendedOperation"
]
},
"Dimension":{
"type":"object",
"title":"Dimension",
"required":[
"name",
"units"
],
"properties":{
"value":{
"title":"value",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"value"
},
"name":{
"title":"name",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"name",
"namespaceURI":""
}
},
"units":{
"title":"units",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"units",
"namespaceURI":""
}
},
"unitSymbol":{
"title":"unitSymbol",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"unitSymbol",
"namespaceURI":""
}
},
"_default":{
"title":"_default",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"default",
"namespaceURI":""
}
},
"multipleValues":{
"title":"multipleValues",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"multipleValues",
"namespaceURI":""
}
},
"nearestValue":{
"title":"nearestValue",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"nearestValue",
"namespaceURI":""
}
},
"current":{
"title":"current",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"current",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"value",
"name",
"units",
"unitSymbol",
"_default",
"multipleValues",
"nearestValue",
"current"
]
},
"DataURL":{
"type":"object",
"title":"DataURL",
"required":[
"format",
"onlineResource"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource"
]
},
"KeywordList":{
"type":"object",
"title":"KeywordList",
"properties":{
"keyword":{
"title":"keyword",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/Keyword"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Keyword",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"keyword"
]
},
"Capability":{
"type":"object",
"title":"Capability",
"required":[
"request",
"exception"
],
"properties":{
"request":{
"title":"request",
"allOf":[
{
"$ref":"#/definitions/Request"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Request",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"exception":{
"title":"exception",
"allOf":[
{
"$ref":"#/definitions/Exception"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Exception",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"extendedCapabilities":{
"title":"extendedCapabilities",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/anyType"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"_ExtendedCapabilities",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"layer":{
"title":"layer",
"allOf":[
{
"$ref":"#/definitions/Layer"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Layer",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"request",
"exception",
"extendedCapabilities",
"layer"
]
},
"LegendURL":{
"type":"object",
"title":"LegendURL",
"required":[
"format",
"onlineResource"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"width":{
"title":"width",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"width",
"namespaceURI":""
}
},
"height":{
"title":"height",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"height",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource",
"width",
"height"
]
},
"Keyword":{
"type":"object",
"title":"Keyword",
"properties":{
"value":{
"title":"value",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"value"
},
"vocabulary":{
"title":"vocabulary",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"vocabulary",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"value",
"vocabulary"
]
},
"AuthorityURL":{
"type":"object",
"title":"AuthorityURL",
"required":[
"onlineResource",
"name"
],
"properties":{
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"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":[
"onlineResource",
"name"
]
},
"Style":{
"type":"object",
"title":"Style",
"required":[
"name",
"title"
],
"properties":{
"name":{
"title":"name",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Name",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"_abstract":{
"title":"_abstract",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"legendURL":{
"title":"legendURL",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/LegendURL"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"LegendURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"styleSheetURL":{
"title":"styleSheetURL",
"allOf":[
{
"$ref":"#/definitions/StyleSheetURL"
}
],
"propertyType":"element",
"elementName":{
"localPart":"StyleSheetURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"styleURL":{
"title":"styleURL",
"allOf":[
{
"$ref":"#/definitions/StyleURL"
}
],
"propertyType":"element",
"elementName":{
"localPart":"StyleURL",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"name",
"title",
"_abstract",
"legendURL",
"styleSheetURL",
"styleURL"
]
},
"OnlineResource":{
"type":"object",
"title":"OnlineResource",
"properties":{
"type":{
"title":"type",
"allOf":[
{
"$ref":"#/definitions/TypeType"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"type",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
},
"href":{
"title":"href",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"href",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
},
"role":{
"title":"role",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"role",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
},
"arcrole":{
"title":"arcrole",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"arcrole",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
},
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"title",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
},
"show":{
"title":"show",
"allOf":[
{
"$ref":"#/definitions/ShowType"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"show",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
},
"actuate":{
"title":"actuate",
"allOf":[
{
"$ref":"#/definitions/ActuateType"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"actuate",
"namespaceURI":"http://www.w3.org/1999/xlink"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"type",
"href",
"role",
"arcrole",
"title",
"show",
"actuate"
]
},
"Identifier":{
"type":"object",
"title":"Identifier",
"required":[
"authority"
],
"properties":{
"value":{
"title":"value",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"value"
},
"authority":{
"title":"authority",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"authority",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"value",
"authority"
]
},
"BoundingBox":{
"type":"object",
"title":"BoundingBox",
"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",
"propertiesOrder":[
"crs",
"minx",
"miny",
"maxx",
"maxy",
"resx",
"resy"
]
},
"StyleSheetURL":{
"type":"object",
"title":"StyleSheetURL",
"required":[
"format",
"onlineResource"
],
"properties":{
"format":{
"title":"format",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"format",
"onlineResource"
]
},
"Service":{
"type":"object",
"title":"Service",
"required":[
"name",
"title",
"onlineResource"
],
"properties":{
"name":{
"title":"name",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Name",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"_abstract":{
"title":"_abstract",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"keywordList":{
"title":"keywordList",
"allOf":[
{
"$ref":"#/definitions/KeywordList"
}
],
"propertyType":"element",
"elementName":{
"localPart":"KeywordList",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"onlineResource":{
"title":"onlineResource",
"allOf":[
{
"$ref":"#/definitions/OnlineResource"
}
],
"propertyType":"element",
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"contactInformation":{
"title":"contactInformation",
"allOf":[
{
"$ref":"#/definitions/ContactInformation"
}
],
"propertyType":"element",
"elementName":{
"localPart":"ContactInformation",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"fees":{
"title":"fees",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Fees",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"accessConstraints":{
"title":"accessConstraints",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"AccessConstraints",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"layerLimit":{
"title":"layerLimit",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"element",
"elementName":{
"localPart":"LayerLimit",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"maxWidth":{
"title":"maxWidth",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"element",
"elementName":{
"localPart":"MaxWidth",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"maxHeight":{
"title":"maxHeight",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"element",
"elementName":{
"localPart":"MaxHeight",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"name",
"title",
"_abstract",
"keywordList",
"onlineResource",
"contactInformation",
"fees",
"accessConstraints",
"layerLimit",
"maxWidth",
"maxHeight"
]
},
"Layer":{
"type":"object",
"title":"Layer",
"required":[
"title"
],
"properties":{
"name":{
"title":"name",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Name",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"title":{
"title":"title",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"_abstract":{
"title":"_abstract",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"keywordList":{
"title":"keywordList",
"allOf":[
{
"$ref":"#/definitions/KeywordList"
}
],
"propertyType":"element",
"elementName":{
"localPart":"KeywordList",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"crs":{
"title":"crs",
"allOf":[
{
"type":"array",
"items":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"CRS",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"exGeographicBoundingBox":{
"title":"exGeographicBoundingBox",
"allOf":[
{
"$ref":"#/definitions/EXGeographicBoundingBox"
}
],
"propertyType":"element",
"elementName":{
"localPart":"EX_GeographicBoundingBox",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"boundingBox":{
"title":"boundingBox",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/BoundingBox"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"BoundingBox",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"dimension":{
"title":"dimension",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/Dimension"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Dimension",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"attribution":{
"title":"attribution",
"allOf":[
{
"$ref":"#/definitions/Attribution"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Attribution",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"authorityURL":{
"title":"authorityURL",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/AuthorityURL"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"AuthorityURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"identifier":{
"title":"identifier",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/Identifier"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"metadataURL":{
"title":"metadataURL",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/MetadataURL"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"MetadataURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"dataURL":{
"title":"dataURL",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/DataURL"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"DataURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"featureListURL":{
"title":"featureListURL",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/FeatureListURL"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"FeatureListURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"style":{
"title":"style",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/Style"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Style",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"minScaleDenominator":{
"title":"minScaleDenominator",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
}
],
"propertyType":"element",
"elementName":{
"localPart":"MinScaleDenominator",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"maxScaleDenominator":{
"title":"maxScaleDenominator",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/double"
}
],
"propertyType":"element",
"elementName":{
"localPart":"MaxScaleDenominator",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"layer":{
"title":"layer",
"allOf":[
{
"type":"array",
"items":{
"$ref":"#/definitions/Layer"
},
"minItems":0
}
],
"propertyType":"element",
"elementName":{
"localPart":"Layer",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"queryable":{
"title":"queryable",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"queryable",
"namespaceURI":""
}
},
"cascaded":{
"title":"cascaded",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"cascaded",
"namespaceURI":""
}
},
"opaque":{
"title":"opaque",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"opaque",
"namespaceURI":""
}
},
"noSubsets":{
"title":"noSubsets",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/boolean"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"noSubsets",
"namespaceURI":""
}
},
"fixedWidth":{
"title":"fixedWidth",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"fixedWidth",
"namespaceURI":""
}
},
"fixedHeight":{
"title":"fixedHeight",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/integer"
}
],
"propertyType":"attribute",
"attributeName":{
"localPart":"fixedHeight",
"namespaceURI":""
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"name",
"title",
"_abstract",
"keywordList",
"crs",
"exGeographicBoundingBox",
"boundingBox",
"dimension",
"attribution",
"authorityURL",
"identifier",
"metadataURL",
"dataURL",
"featureListURL",
"style",
"minScaleDenominator",
"maxScaleDenominator",
"layer",
"queryable",
"cascaded",
"opaque",
"noSubsets",
"fixedWidth",
"fixedHeight"
]
},
"ContactAddress":{
"type":"object",
"title":"ContactAddress",
"required":[
"addressType",
"address",
"city",
"stateOrProvince",
"postCode",
"country"
],
"properties":{
"addressType":{
"title":"addressType",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"AddressType",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"address":{
"title":"address",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Address",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"city":{
"title":"city",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"City",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"stateOrProvince":{
"title":"stateOrProvince",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"StateOrProvince",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"postCode":{
"title":"postCode",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"PostCode",
"namespaceURI":"http://www.opengis.net/wms"
}
},
"country":{
"title":"country",
"allOf":[
{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/string"
}
],
"propertyType":"element",
"elementName":{
"localPart":"Country",
"namespaceURI":"http://www.opengis.net/wms"
}
}
},
"typeType":"classInfo",
"propertiesOrder":[
"addressType",
"address",
"city",
"stateOrProvince",
"postCode",
"country"
]
}
},
"anyOf":[
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Identifier"
}
},
"elementName":{
"localPart":"Identifier",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/WMSCapabilities"
}
},
"elementName":{
"localPart":"WMS_Capabilities",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/OnlineResource"
}
},
"elementName":{
"localPart":"OnlineResource",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/BoundingBox"
}
},
"elementName":{
"localPart":"BoundingBox",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/OperationType"
}
},
"elementName":{
"localPart":"_ExtendedOperation",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Format",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Dimension"
}
},
"elementName":{
"localPart":"Dimension",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/StyleURL"
}
},
"elementName":{
"localPart":"StyleURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/OperationType"
}
},
"elementName":{
"localPart":"GetFeatureInfo",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/double"
}
},
"elementName":{
"localPart":"MinScaleDenominator",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Name",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/FeatureListURL"
}
},
"elementName":{
"localPart":"FeatureListURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Service"
}
},
"elementName":{
"localPart":"Service",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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":"_ExtendedCapabilities",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"CRS",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/DataURL"
}
},
"elementName":{
"localPart":"DataURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Attribution"
}
},
"elementName":{
"localPart":"Attribution",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"ContactOrganization",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/StyleSheetURL"
}
},
"elementName":{
"localPart":"StyleSheetURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/ContactInformation"
}
},
"elementName":{
"localPart":"ContactInformation",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Layer"
}
},
"elementName":{
"localPart":"Layer",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/DCPType"
}
},
"elementName":{
"localPart":"DCPType",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"City",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"ContactElectronicMailAddress",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Abstract",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Get"
}
},
"elementName":{
"localPart":"Get",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/AuthorityURL"
}
},
"elementName":{
"localPart":"AuthorityURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/MetadataURL"
}
},
"elementName":{
"localPart":"MetadataURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/LegendURL"
}
},
"elementName":{
"localPart":"LegendURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"ContactPosition",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"StateOrProvince",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/EXGeographicBoundingBox"
}
},
"elementName":{
"localPart":"EX_GeographicBoundingBox",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Country",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/OperationType"
}
},
"elementName":{
"localPart":"GetMap",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/KeywordList"
}
},
"elementName":{
"localPart":"KeywordList",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/integer"
}
},
"elementName":{
"localPart":"MaxHeight",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Post"
}
},
"elementName":{
"localPart":"Post",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Style"
}
},
"elementName":{
"localPart":"Style",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"ContactVoiceTelephone",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"AccessConstraints",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/integer"
}
},
"elementName":{
"localPart":"MaxWidth",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/ContactAddress"
}
},
"elementName":{
"localPart":"ContactAddress",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/HTTP"
}
},
"elementName":{
"localPart":"HTTP",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/LogoURL"
}
},
"elementName":{
"localPart":"LogoURL",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Exception"
}
},
"elementName":{
"localPart":"Exception",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"AddressType",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/OperationType"
}
},
"elementName":{
"localPart":"GetCapabilities",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Fees",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Capability"
}
},
"elementName":{
"localPart":"Capability",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Title",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"Address",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Keyword"
}
},
"elementName":{
"localPart":"Keyword",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/double"
}
},
"elementName":{
"localPart":"MaxScaleDenominator",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/Request"
}
},
"elementName":{
"localPart":"Request",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"ContactPerson",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"type":"object",
"properties":{
"name":{
"$ref":"http://www.jsonix.org/jsonschemas/w3c/2001/XMLSchema.jsonschema#/definitions/QName"
},
"value":{
"$ref":"#/definitions/ContactPersonPrimary"
}
},
"elementName":{
"localPart":"ContactPersonPrimary",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"ContactFacsimileTelephone",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/string"
}
},
"elementName":{
"localPart":"PostCode",
"namespaceURI":"http://www.opengis.net/wms"
}
},
{
"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/integer"
}
},
"elementName":{
"localPart":"LayerLimit",
"namespaceURI":"http://www.opengis.net/wms"
}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy