mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
588 B
XML
7 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wms="http://www.opengis.net/wms" xmlns:qgs="http://www.qgis.org/wms" targetNamespace="http://www.qgis.org/wms" elementFormDefault="qualified" version="1.0.0">
|
|
<import namespace="http://www.opengis.net/wms" schemaLocation="http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd"/>
|
|
<element name="GetPrint" type="wms:OperationType" substitutionGroup="wms:_ExtendedOperation" />
|
|
<element name="GetStyles" type="wms:OperationType" substitutionGroup="wms:_ExtendedOperation" />
|
|
</schema>
|