Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema capabilities_1_3_0.xsd
Namespace http://www.opengis.net/wms
Properties
attribute form default unqualified
element form default qualified
version 1.3.0.2
Element wms:Format
Namespace http://www.opengis.net/wms
Annotations
A container for listing an available format's MIME type.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="Format" type="string">
  <annotation>
    <documentation>A container for listing an available format's MIME type.</documentation>
  </annotation>
</element>
Element wms:WMS_Capabilities
Namespace http://www.opengis.net/wms
Annotations
A WMS_Capabilities document is returned in response to a
GetCapabilities request made on a WMS.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#WMS_Capabilities_version capabilities_1_3_0_xsd.tmp#WMS_Capabilities_updateSequence capabilities_1_3_0_xsd.tmp#Service capabilities_1_3_0_xsd.tmp#Capability
Properties
content complex
Model
Children wms:Capability, wms:Service
Instance
<wms:WMS_Capabilities updateSequence="" version="1.3.0" xmlns:wms="http://www.opengis.net/wms">
  <wms:Service>{1,1}</wms:Service>
  <wms:Capability>{1,1}</wms:Capability>
</wms:WMS_Capabilities>
Attributes
QName Type Fixed Use
updateSequence string optional
version string 1.3.0 optional
Source
<element name="WMS_Capabilities">
  <annotation>
    <documentation>A WMS_Capabilities document is returned in response to a GetCapabilities request made on a WMS.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Service"/>
      <element ref="wms:Capability"/>
    </sequence>
    <attribute name="version" type="string" fixed="1.3.0"/>
    <attribute name="updateSequence" type="string"/>
  </complexType>
</element>
Element wms:Service
Namespace http://www.opengis.net/wms
Annotations
General service metadata.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#Service_Name capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Title capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Abstract capabilities_1_3_0_xsd.tmp#KeywordList capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource capabilities_1_3_0_xsd.tmp#ContactInformation capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Fees capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_AccessConstraints capabilities_1_3_0_xsd.tmp#LayerLimit capabilities_1_3_0_xsd.tmp#MaxWidth capabilities_1_3_0_xsd.tmp#MaxHeight
Properties
content complex
Used by
Model
Children wms:Abstract, wms:AccessConstraints, wms:ContactInformation, wms:Fees, wms:KeywordList, wms:LayerLimit, wms:MaxHeight, wms:MaxWidth, wms:Name, wms:OnlineResource, wms:Title
Instance
<wms:Service xmlns:wms="http://www.opengis.net/wms">
  <wms:Name>{1,1}</wms:Name>
  <wms:Title>{1,1}</wms:Title>
  <wms:Abstract>{0,1}</wms:Abstract>
  <wms:KeywordList>{0,1}</wms:KeywordList>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
  <wms:ContactInformation>{0,1}</wms:ContactInformation>
  <wms:Fees>{0,1}</wms:Fees>
  <wms:AccessConstraints>{0,1}</wms:AccessConstraints>
  <wms:LayerLimit>{0,1}</wms:LayerLimit>
  <wms:MaxWidth>{0,1}</wms:MaxWidth>
  <wms:MaxHeight>{0,1}</wms:MaxHeight>
</wms:Service>
Source
<element name="Service">
  <annotation>
    <documentation>General service metadata.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element name="Name">
        <simpleType>
          <restriction base="string">
            <enumeration value="WMS"/>
          </restriction>
        </simpleType>
      </element>
      <element ref="wms:Title"/>
      <element ref="wms:Abstract" minOccurs="0"/>
      <element ref="wms:KeywordList" minOccurs="0"/>
      <element ref="wms:OnlineResource"/>
      <element ref="wms:ContactInformation" minOccurs="0"/>
      <element ref="wms:Fees" minOccurs="0"/>
      <element ref="wms:AccessConstraints" minOccurs="0"/>
      <element ref="wms:LayerLimit" minOccurs="0"/>
      <element ref="wms:MaxWidth" minOccurs="0"/>
      <element ref="wms:MaxHeight" minOccurs="0"/>
    </sequence>
  </complexType>
</element>
Element wms:Service / wms:Name
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type restriction of string
Properties
content simple
Facets
enumeration WMS
Source
<element name="Name">
  <simpleType>
    <restriction base="string">
      <enumeration value="WMS"/>
    </restriction>
  </simpleType>
</element>
Element wms:Title
Namespace http://www.opengis.net/wms
Annotations
The Title is for informative display to a human.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="Title" type="string">
  <annotation>
    <documentation>The Title is for informative display to a human.</documentation>
  </annotation>
</element>
Element wms:Abstract
Namespace http://www.opengis.net/wms
Annotations
The abstract is a longer narrative description of an object.
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="Abstract" type="string">
  <annotation>
    <documentation>The abstract is a longer narrative description of an object.</documentation>
  </annotation>
</element>
Element wms:KeywordList
Namespace http://www.opengis.net/wms
Annotations
List of keywords or keyword phrases to help catalog searching.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#Keyword
Properties
content complex
Used by
Model
Children wms:Keyword
Instance
<wms:KeywordList xmlns:wms="http://www.opengis.net/wms">
  <wms:Keyword vocabulary="">{0,unbounded}</wms:Keyword>
</wms:KeywordList>
Source
<element name="KeywordList">
  <annotation>
    <documentation>List of keywords or keyword phrases to help catalog searching.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Keyword" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
  </complexType>
</element>
Element wms:Keyword
Namespace http://www.opengis.net/wms
Annotations
A single keyword or phrase.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#Keyword_vocabulary
Type extension of string
Properties
content complex
Used by
Element wms:KeywordList
Attributes
QName Type Use
vocabulary string optional
Source
<element name="Keyword">
  <annotation>
    <documentation>A single keyword or phrase.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="vocabulary" type="string"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element wms:OnlineResource
Namespace http://www.opengis.net/wms
Annotations
An OnlineResource is typically an HTTP URL.  The URL is placed in
the xlink:href attribute, and the value "simple" is placed in the
xlink:type attribute.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs
Properties
content complex
Used by
Attributes
Source
<element name="OnlineResource">
  <annotation>
    <documentation>An OnlineResource is typically an HTTP URL. The URL is placed in the xlink:href attribute, and the value "simple" is placed in the xlink:type attribute.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="xlink:simpleAttrs"/>
  </complexType>
</element>
Element wms:ContactInformation
Namespace http://www.opengis.net/wms
Annotations
Information about a contact person for the service.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#ContactPersonPrimary capabilities_1_3_0_xsd.tmp#ContactPosition capabilities_1_3_0_xsd.tmp#ContactAddress capabilities_1_3_0_xsd.tmp#ContactVoiceTelephone capabilities_1_3_0_xsd.tmp#ContactFacsimileTelephone capabilities_1_3_0_xsd.tmp#ContactElectronicMailAddress
Properties
content complex
Used by
Element wms:Service
Model
Children wms:ContactAddress, wms:ContactElectronicMailAddress, wms:ContactFacsimileTelephone, wms:ContactPersonPrimary, wms:ContactPosition, wms:ContactVoiceTelephone
Instance
<wms:ContactInformation xmlns:wms="http://www.opengis.net/wms">
  <wms:ContactPersonPrimary>{0,1}</wms:ContactPersonPrimary>
  <wms:ContactPosition>{0,1}</wms:ContactPosition>
  <wms:ContactAddress>{0,1}</wms:ContactAddress>
  <wms:ContactVoiceTelephone>{0,1}</wms:ContactVoiceTelephone>
  <wms:ContactFacsimileTelephone>{0,1}</wms:ContactFacsimileTelephone>
  <wms:ContactElectronicMailAddress>{0,1}</wms:ContactElectronicMailAddress>
</wms:ContactInformation>
Source
<element name="ContactInformation">
  <annotation>
    <documentation>Information about a contact person for the service.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:ContactPersonPrimary" minOccurs="0"/>
      <element ref="wms:ContactPosition" minOccurs="0"/>
      <element ref="wms:ContactAddress" minOccurs="0"/>
      <element ref="wms:ContactVoiceTelephone" minOccurs="0"/>
      <element ref="wms:ContactFacsimileTelephone" minOccurs="0"/>
      <element ref="wms:ContactElectronicMailAddress" minOccurs="0"/>
    </sequence>
  </complexType>
</element>
Element wms:ContactPersonPrimary
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#ContactPerson capabilities_1_3_0_xsd.tmp#ContactOrganization
Properties
content complex
Used by
Model
Children wms:ContactOrganization, wms:ContactPerson
Instance
<wms:ContactPersonPrimary xmlns:wms="http://www.opengis.net/wms">
  <wms:ContactPerson>{1,1}</wms:ContactPerson>
  <wms:ContactOrganization>{1,1}</wms:ContactOrganization>
</wms:ContactPersonPrimary>
Source
<element name="ContactPersonPrimary">
  <complexType>
    <sequence>
      <element ref="wms:ContactPerson"/>
      <element ref="wms:ContactOrganization"/>
    </sequence>
  </complexType>
</element>
Element wms:ContactPerson
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ContactPerson" type="string"/>
Element wms:ContactOrganization
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ContactOrganization" type="string"/>
Element wms:ContactPosition
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ContactPosition" type="string"/>
Element wms:ContactAddress
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_AddressType capabilities_1_3_0_xsd.tmp#Address capabilities_1_3_0_xsd.tmp#City capabilities_1_3_0_xsd.tmp#StateOrProvince capabilities_1_3_0_xsd.tmp#PostCode capabilities_1_3_0_xsd.tmp#Country
Properties
content complex
Used by
Model
Children wms:Address, wms:AddressType, wms:City, wms:Country, wms:PostCode, wms:StateOrProvince
Instance
<wms:ContactAddress xmlns:wms="http://www.opengis.net/wms">
  <wms:AddressType>{1,1}</wms:AddressType>
  <wms:Address>{1,1}</wms:Address>
  <wms:City>{1,1}</wms:City>
  <wms:StateOrProvince>{1,1}</wms:StateOrProvince>
  <wms:PostCode>{1,1}</wms:PostCode>
  <wms:Country>{1,1}</wms:Country>
</wms:ContactAddress>
Source
<element name="ContactAddress">
  <complexType>
    <sequence>
      <element ref="wms:AddressType"/>
      <element ref="wms:Address"/>
      <element ref="wms:City"/>
      <element ref="wms:StateOrProvince"/>
      <element ref="wms:PostCode"/>
      <element ref="wms:Country"/>
    </sequence>
  </complexType>
</element>
Element wms:AddressType
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="AddressType" type="string"/>
Element wms:Address
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="Address" type="string"/>
Element wms:City
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="City" type="string"/>
Element wms:StateOrProvince
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="StateOrProvince" type="string"/>
Element wms:PostCode
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="PostCode" type="string"/>
Element wms:Country
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="Country" type="string"/>
Element wms:ContactVoiceTelephone
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ContactVoiceTelephone" type="string"/>
Element wms:ContactFacsimileTelephone
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ContactFacsimileTelephone" type="string"/>
Element wms:ContactElectronicMailAddress
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Source
<element name="ContactElectronicMailAddress" type="string"/>
Element wms:Fees
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Element wms:Service
Source
<element name="Fees" type="string"/>
Element wms:AccessConstraints
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type string
Properties
content simple
Used by
Element wms:Service
Source
<element name="AccessConstraints" type="string"/>
Element wms:LayerLimit
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type positiveInteger
Properties
content simple
Used by
Element wms:Service
Source
<element name="LayerLimit" type="positiveInteger"/>
Element wms:MaxWidth
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type positiveInteger
Properties
content simple
Used by
Element wms:Service
Source
<element name="MaxWidth" type="positiveInteger"/>
Element wms:MaxHeight
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type positiveInteger
Properties
content simple
Used by
Element wms:Service
Source
<element name="MaxHeight" type="positiveInteger"/>
Element wms:Capability
Namespace http://www.opengis.net/wms
Annotations
A Capability lists available request types, how exceptions may be
reported, and whether any extended capabilities are defined.
It also includes an optional list of map layers available from this
server.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#Request capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Exception capabilities_1_3_0_xsd.tmp#_ExtendedCapabilities capabilities_1_3_0_xsd.tmp#Layer
Properties
content complex
Used by
Model
Children wms:Exception, wms:Layer, wms:Request, wms:_ExtendedCapabilities
Instance
<wms:Capability xmlns:wms="http://www.opengis.net/wms">
  <wms:Request>{1,1}</wms:Request>
  <wms:Exception>{1,1}</wms:Exception>
  <wms:_ExtendedCapabilities>{0,unbounded}</wms:_ExtendedCapabilities>
  <wms:Layer cascaded="" fixedHeight="" fixedWidth="" noSubsets="0" opaque="0" queryable="0">{0,1}</wms:Layer>
</wms:Capability>
Source
<element name="Capability">
  <annotation>
    <documentation>A Capability lists available request types, how exceptions may be reported, and whether any extended capabilities are defined. It also includes an optional list of map layers available from this server.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Request"/>
      <element ref="wms:Exception"/>
      <element ref="wms:_ExtendedCapabilities" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:Layer" minOccurs="0"/>
    </sequence>
  </complexType>
</element>
Element wms:Request
Namespace http://www.opengis.net/wms
Annotations
Available WMS Operations are listed in a Request element.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_GetCapabilities capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_GetMap capabilities_1_3_0_xsd.tmp#GetFeatureInfo capabilities_1_3_0_xsd.tmp#_ExtendedOperation
Properties
content complex
Used by
Element wms:Capability
Model
Children wms:GetCapabilities, wms:GetFeatureInfo, wms:GetMap, wms:_ExtendedOperation
Instance
<wms:Request xmlns:wms="http://www.opengis.net/wms">
  <wms:GetCapabilities>{1,1}</wms:GetCapabilities>
  <wms:GetMap>{1,1}</wms:GetMap>
  <wms:GetFeatureInfo>{0,1}</wms:GetFeatureInfo>
  <wms:_ExtendedOperation>{0,unbounded}</wms:_ExtendedOperation>
</wms:Request>
Source
<element name="Request">
  <annotation>
    <documentation>Available WMS Operations are listed in a Request element.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:GetCapabilities"/>
      <element ref="wms:GetMap"/>
      <element ref="wms:GetFeatureInfo" minOccurs="0"/>
      <element ref="wms:_ExtendedOperation" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
  </complexType>
</element>
Element wms:GetCapabilities
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#DCPType capabilities_1_3_0_xsd.tmp#OperationType
Type wms:OperationType
Properties
content complex
Used by
Element wms:Request
Model
Children wms:DCPType, wms:Format
Instance
<wms:GetCapabilities xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,unbounded}</wms:Format>
  <wms:DCPType>{1,unbounded}</wms:DCPType>
</wms:GetCapabilities>
Source
<element name="GetCapabilities" type="wms:OperationType"/>
Element wms:DCPType
Namespace http://www.opengis.net/wms
Annotations
Available Distributed Computing Platforms (DCPs) are listed here.
At present, only HTTP is defined.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_HTTP
Properties
content complex
Used by
Complex Type wms:OperationType
Model
Children wms:HTTP
Instance
<wms:DCPType xmlns:wms="http://www.opengis.net/wms">
  <wms:HTTP>{1,1}</wms:HTTP>
</wms:DCPType>
Source
<element name="DCPType">
  <annotation>
    <documentation>Available Distributed Computing Platforms (DCPs) are listed here. At present, only HTTP is defined.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:HTTP"/>
    </sequence>
  </complexType>
</element>
Element wms:HTTP
Namespace http://www.opengis.net/wms
Annotations
Available HTTP request methods.  At least "Get" shall be supported.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#Get capabilities_1_3_0_xsd.tmp#Post
Properties
content complex
Used by
Element wms:DCPType
Model
Children wms:Get, wms:Post
Instance
<wms:HTTP xmlns:wms="http://www.opengis.net/wms">
  <wms:Get>{1,1}</wms:Get>
  <wms:Post>{0,1}</wms:Post>
</wms:HTTP>
Source
<element name="HTTP">
  <annotation>
    <documentation>Available HTTP request methods. At least "Get" shall be supported.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Get"/>
      <element ref="wms:Post" minOccurs="0"/>
    </sequence>
  </complexType>
</element>
Element wms:Get
Namespace http://www.opengis.net/wms
Annotations
The URL prefix for the HTTP "Get" request method.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:HTTP
Model
Children wms:OnlineResource
Instance
<wms:Get xmlns:wms="http://www.opengis.net/wms">
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:Get>
Source
<element name="Get">
  <annotation>
    <documentation>The URL prefix for the HTTP "Get" request method.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:OnlineResource"/>
    </sequence>
  </complexType>
</element>
Element wms:Post
Namespace http://www.opengis.net/wms
Annotations
The URL prefix for the HTTP "Post" request method.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:HTTP
Model
wms:OnlineResource
Children wms:OnlineResource
Instance
<wms:Post xmlns:wms="http://www.opengis.net/wms">
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:Post>
Source
<element name="Post">
  <annotation>
    <documentation>The URL prefix for the HTTP "Post" request method.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:OnlineResource"/>
    </sequence>
  </complexType>
</element>
Element wms:GetMap
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#DCPType capabilities_1_3_0_xsd.tmp#OperationType
Type wms:OperationType
Properties
content complex
Used by
Element wms:Request
Model
Children wms:DCPType, wms:Format
Instance
<wms:GetMap xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,unbounded}</wms:Format>
  <wms:DCPType>{1,unbounded}</wms:DCPType>
</wms:GetMap>
Source
<element name="GetMap" type="wms:OperationType"/>
Element wms:GetFeatureInfo
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#DCPType capabilities_1_3_0_xsd.tmp#OperationType
Type wms:OperationType
Properties
content complex
Used by
Element wms:Request
Model
Children wms:DCPType, wms:Format
Instance
<wms:GetFeatureInfo xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,unbounded}</wms:Format>
  <wms:DCPType>{1,unbounded}</wms:DCPType>
</wms:GetFeatureInfo>
Source
<element name="GetFeatureInfo" type="wms:OperationType"/>
Element wms:_ExtendedOperation
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#DCPType capabilities_1_3_0_xsd.tmp#OperationType sld_capabilities_xsd.tmp#DescribeLayer sld_capabilities_xsd.tmp#GetLegendGraphic
Type wms:OperationType
Properties
content complex
abstract true
Substitution Group
Used by
Element wms:Request
Model
Children wms:DCPType, wms:Format
Instance
<wms:_ExtendedOperation xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,unbounded}</wms:Format>
  <wms:DCPType>{1,unbounded}</wms:DCPType>
</wms:_ExtendedOperation>
Source
<element name="_ExtendedOperation" type="wms:OperationType" abstract="true"/>
Element wms:Exception
Namespace http://www.opengis.net/wms
Annotations
An Exception element indicates which error-reporting formats are
supported.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format
Properties
content complex
Used by
Element wms:Capability
Model
Children wms:Format
Instance
<wms:Exception xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,unbounded}</wms:Format>
</wms:Exception>
Source
<element name="Exception">
  <annotation>
    <documentation>An Exception element indicates which error-reporting formats are supported.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format" maxOccurs="unbounded"/>
    </sequence>
  </complexType>
</element>
Element wms:_ExtendedCapabilities
Namespace http://www.opengis.net/wms
Annotations
Individual service providers may use this element to report extended
capabilities.
Diagram
Diagram sld_capabilities_xsd.tmp#UserDefinedSymbolization
Properties
abstract true
Substitution Group
Used by
Element wms:Capability
Source
<element name="_ExtendedCapabilities" abstract="true">
  <annotation>
    <documentation>Individual service providers may use this element to report extended capabilities.</documentation>
  </annotation>
</element>
Element wms:Layer
Namespace http://www.opengis.net/wms
Annotations
Nested list of zero or more map Layers offered by this server.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#Layer_queryable capabilities_1_3_0_xsd.tmp#Layer_cascaded capabilities_1_3_0_xsd.tmp#Layer_opaque capabilities_1_3_0_xsd.tmp#Layer_noSubsets capabilities_1_3_0_xsd.tmp#Layer_fixedWidth capabilities_1_3_0_xsd.tmp#Layer_fixedHeight capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Name capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Title capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Abstract capabilities_1_3_0_xsd.tmp#KeywordList capabilities_1_3_0_xsd.tmp#CRS capabilities_1_3_0_xsd.tmp#EX_GeographicBoundingBox capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension capabilities_1_3_0_xsd.tmp#Attribution capabilities_1_3_0_xsd.tmp#AuthorityURL capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Identifier capabilities_1_3_0_xsd.tmp#MetadataURL capabilities_1_3_0_xsd.tmp#DataURL capabilities_1_3_0_xsd.tmp#FeatureListURL capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Style capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_MinScaleDenominator capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_MaxScaleDenominator capabilities_1_3_0_xsd.tmp#Layer
Properties
content complex
Used by
Model
Children wms:Abstract, wms:Attribution, wms:AuthorityURL, wms:BoundingBox, wms:CRS, wms:DataURL, wms:Dimension, wms:EX_GeographicBoundingBox, wms:FeatureListURL, wms:Identifier, wms:KeywordList, wms:Layer, wms:MaxScaleDenominator, wms:MetadataURL, wms:MinScaleDenominator, wms:Name, wms:Style, wms:Title
Instance
<wms:Layer cascaded="" fixedHeight="" fixedWidth="" noSubsets="0" opaque="0" queryable="0" xmlns:wms="http://www.opengis.net/wms">
  <wms:Name>{0,1}</wms:Name>
  <wms:Title>{1,1}</wms:Title>
  <wms:Abstract>{0,1}</wms:Abstract>
  <wms:KeywordList>{0,1}</wms:KeywordList>
  <wms:CRS>{0,unbounded}</wms:CRS>
  <wms:EX_GeographicBoundingBox>{0,1}</wms:EX_GeographicBoundingBox>
  <wms:BoundingBox CRS="" maxx="" maxy="" minx="" miny="" resx="" resy="">{0,unbounded}</wms:BoundingBox>
  <wms:Dimension current="" default="" multipleValues="" name="" nearestValue="" units="" unitSymbol="">{0,unbounded}</wms:Dimension>
  <wms:Attribution>{0,1}</wms:Attribution>
  <wms:AuthorityURL name="">{0,unbounded}</wms:AuthorityURL>
  <wms:Identifier authority="">{0,unbounded}</wms:Identifier>
  <wms:MetadataURL type="">{0,unbounded}</wms:MetadataURL>
  <wms:DataURL>{0,unbounded}</wms:DataURL>
  <wms:FeatureListURL>{0,unbounded}</wms:FeatureListURL>
  <wms:Style>{0,unbounded}</wms:Style>
  <wms:MinScaleDenominator>{0,1}</wms:MinScaleDenominator>
  <wms:MaxScaleDenominator>{0,1}</wms:MaxScaleDenominator>
  <wms:Layer cascaded="" fixedHeight="" fixedWidth="" noSubsets="0" opaque="0" queryable="0">{0,unbounded}</wms:Layer>
</wms:Layer>
Attributes
QName Type Default Use
cascaded nonNegativeInteger optional
fixedHeight nonNegativeInteger optional
fixedWidth nonNegativeInteger optional
noSubsets boolean 0 optional
opaque boolean 0 optional
queryable boolean 0 optional
Source
<element name="Layer">
  <annotation>
    <documentation>Nested list of zero or more map Layers offered by this server.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Name" minOccurs="0"/>
      <element ref="wms:Title"/>
      <element ref="wms:Abstract" minOccurs="0"/>
      <element ref="wms:KeywordList" minOccurs="0"/>
      <element ref="wms:CRS" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:EX_GeographicBoundingBox" minOccurs="0"/>
      <element ref="wms:BoundingBox" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:Dimension" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:Attribution" minOccurs="0"/>
      <element ref="wms:AuthorityURL" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:Identifier" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:MetadataURL" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:DataURL" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:FeatureListURL" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:Style" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:MinScaleDenominator" minOccurs="0"/>
      <element ref="wms:MaxScaleDenominator" minOccurs="0"/>
      <element ref="wms:Layer" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attribute name="queryable" type="boolean" default="0"/>
    <attribute name="cascaded" type="nonNegativeInteger"/>
    <attribute name="opaque" type="boolean" default="0"/>
    <attribute name="noSubsets" type="boolean" default="0"/>
    <attribute name="fixedWidth" type="nonNegativeInteger"/>
    <attribute name="fixedHeight" type="nonNegativeInteger"/>
  </complexType>
</element>
Element wms:Name
Namespace http://www.opengis.net/wms
Annotations
The Name is typically for machine-to-machine communication.
Diagram
Diagram
Type string
Properties
content simple
Used by
Elements wms:Layer, wms:Style
Source
<element name="Name" type="string">
  <annotation>
    <documentation>The Name is typically for machine-to-machine communication.</documentation>
  </annotation>
</element>
Element wms:CRS
Namespace http://www.opengis.net/wms
Annotations
Identifier for a single Coordinate Reference System (CRS).
Diagram
Diagram
Type string
Properties
content simple
Used by
Element wms:Layer
Source
<element name="CRS" type="string">
  <annotation>
    <documentation>Identifier for a single Coordinate Reference System (CRS).</documentation>
  </annotation>
</element>
Element wms:EX_GeographicBoundingBox
Namespace http://www.opengis.net/wms
Annotations
The EX_GeographicBoundingBox attributes indicate the limits of the enclosing
rectangle in longitude and latitude decimal degrees.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#EX_GeographicBoundingBox_westBoundLongitude capabilities_1_3_0_xsd.tmp#EX_GeographicBoundingBox_eastBoundLongitude capabilities_1_3_0_xsd.tmp#EX_GeographicBoundingBox_southBoundLatitude capabilities_1_3_0_xsd.tmp#EX_GeographicBoundingBox_northBoundLatitude
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:eastBoundLongitude, wms:northBoundLatitude, wms:southBoundLatitude, wms:westBoundLongitude
Instance
<wms:EX_GeographicBoundingBox xmlns:wms="http://www.opengis.net/wms">
  <wms:westBoundLongitude>{1,1}</wms:westBoundLongitude>
  <wms:eastBoundLongitude>{1,1}</wms:eastBoundLongitude>
  <wms:southBoundLatitude>{1,1}</wms:southBoundLatitude>
  <wms:northBoundLatitude>{1,1}</wms:northBoundLatitude>
</wms:EX_GeographicBoundingBox>
Source
<element name="EX_GeographicBoundingBox">
  <annotation>
    <documentation>The EX_GeographicBoundingBox attributes indicate the limits of the enclosing rectangle in longitude and latitude decimal degrees.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element name="westBoundLongitude" type="wms:longitudeType"/>
      <element name="eastBoundLongitude" type="wms:longitudeType"/>
      <element name="southBoundLatitude" type="wms:latitudeType"/>
      <element name="northBoundLatitude" type="wms:latitudeType"/>
    </sequence>
  </complexType>
</element>
Element wms:EX_GeographicBoundingBox / wms:westBoundLongitude
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#longitudeType
Type wms:longitudeType
Properties
content simple
Facets
maxInclusive 180
minInclusive -180
Source
<element name="westBoundLongitude" type="wms:longitudeType"/>
Element wms:EX_GeographicBoundingBox / wms:eastBoundLongitude
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#longitudeType
Type wms:longitudeType
Properties
content simple
Facets
maxInclusive 180
minInclusive -180
Source
<element name="eastBoundLongitude" type="wms:longitudeType"/>
Element wms:EX_GeographicBoundingBox / wms:southBoundLatitude
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#latitudeType
Type wms:latitudeType
Properties
content simple
Facets
maxInclusive 90
minInclusive -90
Source
<element name="southBoundLatitude" type="wms:latitudeType"/>
Element wms:EX_GeographicBoundingBox / wms:northBoundLatitude
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#latitudeType
Type wms:latitudeType
Properties
content simple
Facets
maxInclusive 90
minInclusive -90
Source
<element name="northBoundLatitude" type="wms:latitudeType"/>
Element wms:BoundingBox
Namespace http://www.opengis.net/wms
Annotations
The BoundingBox attributes indicate the limits of the bounding box
in units of the specified coordinate reference system.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_CRS capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_minx capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_miny capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_maxx capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_maxy capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_resx capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_BoundingBox_resy
Properties
content complex
Used by
Element wms:Layer
Attributes
QName Type Use
CRS string required
maxx double required
maxy double required
minx double required
miny double required
resx double optional
resy double optional
Source
<element name="BoundingBox">
  <annotation>
    <documentation>The BoundingBox attributes indicate the limits of the bounding box in units of the specified coordinate reference system.</documentation>
  </annotation>
  <complexType>
    <attribute name="CRS" type="string" use="required"/>
    <attribute name="minx" type="double" use="required"/>
    <attribute name="miny" type="double" use="required"/>
    <attribute name="maxx" type="double" use="required"/>
    <attribute name="maxy" type="double" use="required"/>
    <attribute name="resx" type="double"/>
    <attribute name="resy" type="double"/>
  </complexType>
</element>
Element wms:Dimension
Namespace http://www.opengis.net/wms
Annotations
The Dimension element declares the existence of a dimension and indicates what
values along a dimension are valid.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_name capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_units capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_unitSymbol capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_default capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_multipleValues capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_nearestValue capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Dimension_current
Type extension of string
Properties
content complex
Used by
Element wms:Layer
Attributes
QName Type Use
current boolean optional
default string optional
multipleValues boolean optional
name string required
nearestValue boolean optional
unitSymbol string optional
units string required
Source
<element name="Dimension">
  <annotation>
    <documentation>The Dimension element declares the existence of a dimension and indicates what values along a dimension are valid.</documentation>
  </annotation>
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="name" type="string" use="required"/>
        <attribute name="units" type="string" use="required"/>
        <attribute name="unitSymbol" type="string"/>
        <attribute name="default" type="string"/>
        <attribute name="multipleValues" type="boolean"/>
        <attribute name="nearestValue" type="boolean"/>
        <attribute name="current" type="boolean"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element wms:Attribution
Namespace http://www.opengis.net/wms
Annotations
Attribution indicates the provider of a Layer or collection of Layers.
The provider's URL, descriptive title string, and/or logo image URL
may be supplied.  Client applications may choose to display one or
more of these items.  A format element indicates the MIME type of
the logo image located at LogoURL.  The logo image's width and height
assist client applications in laying out space to display the logo.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Title capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource capabilities_1_3_0_xsd.tmp#LogoURL
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:LogoURL, wms:OnlineResource, wms:Title
Instance
<wms:Attribution xmlns:wms="http://www.opengis.net/wms">
  <wms:Title>{0,1}</wms:Title>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</wms:OnlineResource>
  <wms:LogoURL height="" width="">{0,1}</wms:LogoURL>
</wms:Attribution>
Source
<element name="Attribution">
  <annotation>
    <documentation>Attribution indicates the provider of a Layer or collection of Layers. The provider's URL, descriptive title string, and/or logo image URL may be supplied. Client applications may choose to display one or more of these items. A format element indicates the MIME type of the logo image located at LogoURL. The logo image's width and height assist client applications in laying out space to display the logo.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Title" minOccurs="0"/>
      <element ref="wms:OnlineResource" minOccurs="0"/>
      <element ref="wms:LogoURL" minOccurs="0"/>
    </sequence>
  </complexType>
</element>
Element wms:LogoURL
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#LogoURL_width capabilities_1_3_0_xsd.tmp#LogoURL_height capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Attribution
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:LogoURL height="" width="" xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:LogoURL>
Attributes
QName Type Use
height positiveInteger optional
width positiveInteger optional
Source
<element name="LogoURL">
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
    <attribute name="width" type="positiveInteger"/>
    <attribute name="height" type="positiveInteger"/>
  </complexType>
</element>
Element wms:AuthorityURL
Namespace http://www.opengis.net/wms
Annotations
A Map Server may use zero or more Identifier elements to list ID
numbers or labels defined by a particular Authority.  For example,
the Global Change Master Directory (gcmd.gsfc.nasa.gov) defines a
DIF_ID label for every dataset.  The authority name and explanatory
URL are defined in a separate AuthorityURL element, which may be
defined once and inherited by subsidiary layers.  Identifiers
themselves are not inherited.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#AuthorityURL_name capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:OnlineResource
Instance
<wms:AuthorityURL name="" xmlns:wms="http://www.opengis.net/wms">
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:AuthorityURL>
Attributes
QName Type Use
name NMTOKEN required
Source
<element name="AuthorityURL">
  <annotation>
    <documentation>A Map Server may use zero or more Identifier elements to list ID numbers or labels defined by a particular Authority. For example, the Global Change Master Directory (gcmd.gsfc.nasa.gov) defines a DIF_ID label for every dataset. The authority name and explanatory URL are defined in a separate AuthorityURL element, which may be defined once and inherited by subsidiary layers. Identifiers themselves are not inherited.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:OnlineResource"/>
    </sequence>
    <attribute name="name" type="NMTOKEN" use="required"/>
  </complexType>
</element>
Element wms:Identifier
Namespace http://www.opengis.net/wms
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Identifier_authority
Type extension of string
Properties
content complex
Used by
Element wms:Layer
Attributes
QName Type Use
authority string required
Source
<element name="Identifier">
  <complexType>
    <simpleContent>
      <extension base="string">
        <attribute name="authority" type="string" use="required"/>
      </extension>
    </simpleContent>
  </complexType>
</element>
Element wms:MetadataURL
Namespace http://www.opengis.net/wms
Annotations
A Map Server may use zero or more MetadataURL elements to offer
detailed, standardized metadata about the data underneath a
particular layer. The type attribute indicates the standard to which
the metadata complies.  The format element indicates how the metadata is structured.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#MetadataURL_type capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:MetadataURL type="" xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:MetadataURL>
Attributes
QName Type Use
type NMTOKEN required
Source
<element name="MetadataURL">
  <annotation>
    <documentation>A Map Server may use zero or more MetadataURL elements to offer detailed, standardized metadata about the data underneath a particular layer. The type attribute indicates the standard to which the metadata complies. The format element indicates how the metadata is structured.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
    <attribute name="type" type="NMTOKEN" use="required"/>
  </complexType>
</element>
Element wms:DataURL
Namespace http://www.opengis.net/wms
Annotations
A Map Server may use DataURL offer a link to the underlying data represented
by a particular layer.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:DataURL xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:DataURL>
Source
<element name="DataURL">
  <annotation>
    <documentation>A Map Server may use DataURL offer a link to the underlying data represented by a particular layer.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
  </complexType>
</element>
Element wms:FeatureListURL
Namespace http://www.opengis.net/wms
Annotations
A Map Server may use FeatureListURL to point to a list of the
features represented in a Layer.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:FeatureListURL xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:FeatureListURL>
Source
<element name="FeatureListURL">
  <annotation>
    <documentation>A Map Server may use FeatureListURL to point to a list of the features represented in a Layer.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
  </complexType>
</element>
Element wms:Style
Namespace http://www.opengis.net/wms
Annotations
A Style element lists the name by which a style is requested and a
human-readable title for pick lists, optionally (and ideally)
provides a human-readable description, and optionally gives a style
URL.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Name capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Title capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Abstract capabilities_1_3_0_xsd.tmp#LegendURL capabilities_1_3_0_xsd.tmp#StyleSheetURL capabilities_1_3_0_xsd.tmp#StyleURL
Properties
content complex
Used by
Element wms:Layer
Model
Children wms:Abstract, wms:LegendURL, wms:Name, wms:StyleSheetURL, wms:StyleURL, wms:Title
Instance
<wms:Style xmlns:wms="http://www.opengis.net/wms">
  <wms:Name>{1,1}</wms:Name>
  <wms:Title>{1,1}</wms:Title>
  <wms:Abstract>{0,1}</wms:Abstract>
  <wms:LegendURL height="" width="">{0,unbounded}</wms:LegendURL>
  <wms:StyleSheetURL>{0,1}</wms:StyleSheetURL>
  <wms:StyleURL>{0,1}</wms:StyleURL>
</wms:Style>
Source
<element name="Style">
  <annotation>
    <documentation>A Style element lists the name by which a style is requested and a human-readable title for pick lists, optionally (and ideally) provides a human-readable description, and optionally gives a style URL.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Name"/>
      <element ref="wms:Title"/>
      <element ref="wms:Abstract" minOccurs="0"/>
      <element ref="wms:LegendURL" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="wms:StyleSheetURL" minOccurs="0"/>
      <element ref="wms:StyleURL" minOccurs="0"/>
    </sequence>
  </complexType>
</element>
Element wms:LegendURL
Namespace http://www.opengis.net/wms
Annotations
A Map Server may use zero or more LegendURL elements to provide an
image(s) of a legend relevant to each Style of a Layer.  The Format
element indicates the MIME type of the legend. Width and height
attributes may be provided to assist client applications in laying out
space to display the legend.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#LegendURL_width capabilities_1_3_0_xsd.tmp#LegendURL_height capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Style
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:LegendURL height="" width="" xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:LegendURL>
Attributes
QName Type Use
height positiveInteger optional
width positiveInteger optional
Source
<element name="LegendURL">
  <annotation>
    <documentation>A Map Server may use zero or more LegendURL elements to provide an image(s) of a legend relevant to each Style of a Layer. The Format element indicates the MIME type of the legend. Width and height attributes may be provided to assist client applications in laying out space to display the legend.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
    <attribute name="width" type="positiveInteger"/>
    <attribute name="height" type="positiveInteger"/>
  </complexType>
</element>
Element wms:StyleSheetURL
Namespace http://www.opengis.net/wms
Annotations
StyleSheeetURL provides symbology information for each Style of a Layer.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Style
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:StyleSheetURL xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:StyleSheetURL>
Source
<element name="StyleSheetURL">
  <annotation>
    <documentation>StyleSheeetURL provides symbology information for each Style of a Layer.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
  </complexType>
</element>
Element wms:StyleURL
Namespace http://www.opengis.net/wms
Annotations
A Map Server may use StyleURL to offer more information about the
data or symbology underlying a particular Style. While the semantics
are not well-defined, as long as the results of an HTTP GET request
against the StyleURL are properly MIME-typed, Viewer Clients and
Cascading Map Servers can make use of this. A possible use could be
to allow a Map Server to provide legend information.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_OnlineResource
Properties
content complex
Used by
Element wms:Style
Model
Children wms:Format, wms:OnlineResource
Instance
<wms:StyleURL xmlns:wms="http://www.opengis.net/wms">
  <wms:Format>{1,1}</wms:Format>
  <wms:OnlineResource xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</wms:OnlineResource>
</wms:StyleURL>
Source
<element name="StyleURL">
  <annotation>
    <documentation>A Map Server may use StyleURL to offer more information about the data or symbology underlying a particular Style. While the semantics are not well-defined, as long as the results of an HTTP GET request against the StyleURL are properly MIME-typed, Viewer Clients and Cascading Map Servers can make use of this. A possible use could be to allow a Map Server to provide legend information.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="wms:Format"/>
      <element ref="wms:OnlineResource"/>
    </sequence>
  </complexType>
</element>
Element wms:MinScaleDenominator
Namespace http://www.opengis.net/wms
Annotations
Minimum scale denominator for which it is appropriate to
display this layer.
Diagram
Diagram
Type double
Properties
content simple
Used by
Element wms:Layer
Source
<element name="MinScaleDenominator" type="double">
  <annotation>
    <documentation>Minimum scale denominator for which it is appropriate to display this layer.</documentation>
  </annotation>
</element>
Element wms:MaxScaleDenominator
Namespace http://www.opengis.net/wms
Annotations
Maximum scale denominator for which it is appropriate to
display this layer.
Diagram
Diagram
Type double
Properties
content simple
Used by
Element wms:Layer
Source
<element name="MaxScaleDenominator" type="double">
  <annotation>
    <documentation>Maximum scale denominator for which it is appropriate to display this layer.</documentation>
  </annotation>
</element>
Complex Type wms:OperationType
Namespace http://www.opengis.net/wms
Annotations
For each operation offered by the server, list the available output
formats and the online resource.
Diagram
Diagram capabilities_1_3_0_xsd.tmp#http___www.opengis.net_wms_Format capabilities_1_3_0_xsd.tmp#DCPType
Used by
Model
Children wms:DCPType, wms:Format
Source
<complexType name="OperationType">
  <annotation>
    <documentation>For each operation offered by the server, list the available output formats and the online resource.</documentation>
  </annotation>
  <sequence>
    <element ref="wms:Format" maxOccurs="unbounded"/>
    <element ref="wms:DCPType" maxOccurs="unbounded"/>
  </sequence>
</complexType>
Simple Type wms:longitudeType
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type restriction of double
Facets
maxInclusive 180
minInclusive -180
Used by
Source
<simpleType name="longitudeType">
  <restriction base="double">
    <minInclusive value="-180"/>
    <maxInclusive value="180"/>
  </restriction>
</simpleType>
Simple Type wms:latitudeType
Namespace http://www.opengis.net/wms
Diagram
Diagram
Type restriction of double
Facets
maxInclusive 90
minInclusive -90
Used by
Source
<simpleType name="latitudeType">
  <restriction base="double">
    <minInclusive value="-90"/>
    <maxInclusive value="90"/>
  </restriction>
</simpleType>
Attribute wms:Keyword / @vocabulary
Namespace No namespace
Type string
Properties
content simple
Used by
Element wms:Keyword
Source
<attribute name="vocabulary" type="string"/>
Attribute wms:BoundingBox / @CRS
Namespace No namespace
Type string
Properties
use required
Used by
Element wms:BoundingBox
Source
<attribute name="CRS" type="string" use="required"/>
Attribute wms:BoundingBox / @minx
Namespace No namespace
Type double
Properties
use required
Used by
Element wms:BoundingBox
Source
<attribute name="minx" type="double" use="required"/>
Attribute wms:BoundingBox / @miny
Namespace No namespace
Type double
Properties
use required
Used by
Element wms:BoundingBox
Source
<attribute name="miny" type="double" use="required"/>
Attribute wms:BoundingBox / @maxx
Namespace No namespace
Type double
Properties
use required
Used by
Element wms:BoundingBox
Source
<attribute name="maxx" type="double" use="required"/>
Attribute wms:BoundingBox / @maxy
Namespace No namespace
Type double
Properties
use required
Used by
Element wms:BoundingBox
Source
<attribute name="maxy" type="double" use="required"/>
Attribute wms:BoundingBox / @resx
Namespace No namespace
Type double
Properties
content simple
Used by
Element wms:BoundingBox
Source
<attribute name="resx" type="double"/>
Attribute wms:BoundingBox / @resy
Namespace No namespace
Type double
Properties
content simple
Used by
Element wms:BoundingBox
Source
<attribute name="resy" type="double"/>
Attribute wms:Dimension / @name
Namespace No namespace
Type string
Properties
use required
Used by
Element wms:Dimension
Source
<attribute name="name" type="string" use="required"/>
Attribute wms:Dimension / @units
Namespace No namespace
Type string
Properties
use required
Used by
Element wms:Dimension
Source
<attribute name="units" type="string" use="required"/>
Attribute wms:Dimension / @unitSymbol
Namespace No namespace
Type string
Properties
content simple
Used by
Element wms:Dimension
Source
<attribute name="unitSymbol" type="string"/>
Attribute wms:Dimension / @default
Namespace No namespace
Type string
Properties
content simple
Used by
Element wms:Dimension
Source
<attribute name="default" type="string"/>
Attribute wms:Dimension / @multipleValues
Namespace No namespace
Type boolean
Properties
content simple
Used by
Element wms:Dimension
Source
<attribute name="multipleValues" type="boolean"/>
Attribute wms:Dimension / @nearestValue
Namespace No namespace
Type boolean
Properties
content simple
Used by
Element wms:Dimension
Source
<attribute name="nearestValue" type="boolean"/>
Attribute wms:Dimension / @current
Namespace No namespace
Type boolean
Properties
content simple
Used by
Element wms:Dimension
Source
<attribute name="current" type="boolean"/>
Attribute wms:LogoURL / @width
Namespace No namespace
Type positiveInteger
Properties
content simple
Used by
Element wms:LogoURL
Source
<attribute name="width" type="positiveInteger"/>
Attribute wms:LogoURL / @height
Namespace No namespace
Type positiveInteger
Properties
content simple
Used by
Element wms:LogoURL
Source
<attribute name="height" type="positiveInteger"/>
Attribute wms:AuthorityURL / @name
Namespace No namespace
Type NMTOKEN
Properties
use required
Used by
Source
<attribute name="name" type="NMTOKEN" use="required"/>
Attribute wms:Identifier / @authority
Namespace No namespace
Type string
Properties
use required
Used by
Element wms:Identifier
Source
<attribute name="authority" type="string" use="required"/>
Attribute wms:MetadataURL / @type
Namespace No namespace
Type NMTOKEN
Properties
use required
Used by
Element wms:MetadataURL
Source
<attribute name="type" type="NMTOKEN" use="required"/>
Attribute wms:LegendURL / @width
Namespace No namespace
Type positiveInteger
Properties
content simple
Used by
Element wms:LegendURL
Source
<attribute name="width" type="positiveInteger"/>
Attribute wms:LegendURL / @height
Namespace No namespace
Type positiveInteger
Properties
content simple
Used by
Element wms:LegendURL
Source
<attribute name="height" type="positiveInteger"/>
Attribute wms:Layer / @queryable
Namespace No namespace
Type boolean
Properties
default 0
Used by
Element wms:Layer
Source
<attribute name="queryable" type="boolean" default="0"/>
Attribute wms:Layer / @cascaded
Namespace No namespace
Type nonNegativeInteger
Properties
content simple
Used by
Element wms:Layer
Source
<attribute name="cascaded" type="nonNegativeInteger"/>
Attribute wms:Layer / @opaque
Namespace No namespace
Type boolean
Properties
default 0
Used by
Element wms:Layer
Source
<attribute name="opaque" type="boolean" default="0"/>
Attribute wms:Layer / @noSubsets
Namespace No namespace
Type boolean
Properties
default 0
Used by
Element wms:Layer
Source
<attribute name="noSubsets" type="boolean" default="0"/>
Attribute wms:Layer / @fixedWidth
Namespace No namespace
Type nonNegativeInteger
Properties
content simple
Used by
Element wms:Layer
Source
<attribute name="fixedWidth" type="nonNegativeInteger"/>
Attribute wms:Layer / @fixedHeight
Namespace No namespace
Type nonNegativeInteger
Properties
content simple
Used by
Element wms:Layer
Source
<attribute name="fixedHeight" type="nonNegativeInteger"/>
Attribute wms:WMS_Capabilities / @version
Namespace No namespace
Type string
Properties
fixed 1.3.0
Used by
Source
<attribute name="version" type="string" fixed="1.3.0"/>
Attribute wms:WMS_Capabilities / @updateSequence
Namespace No namespace
Type string
Properties
content simple
Used by
Source
<attribute name="updateSequence" type="string"/>