|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | +<!-- |
| 3 | +############################################################################### |
| 4 | +# |
| 5 | +# Copyright (C) 2017 Tom Kralidis (tomkralidis@gmail.com) |
| 6 | +# Copyright (C) 2017 Angelos Tzotsos (gcpp.kalxas@gmail.com) |
| 7 | +# |
| 8 | +# This source is free software; you can redistribute it and/or modify it under |
| 9 | +# the terms of the GNU General Public License as published by the Free |
| 10 | +# Software Foundation; either version 2 of the License, or (at your option) |
| 11 | +# any later version. |
| 12 | +# |
| 13 | +# This code is distributed in the hope that it will be useful, but WITHOUT ANY |
| 14 | +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 15 | +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
| 16 | +# details. |
| 17 | +# |
| 18 | +# You should have received a copy of the GNU General Public License along |
| 19 | +# with this program; if not, write to the Free Software Foundation, Inc., |
| 20 | +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 21 | +# |
| 22 | +############################################################################### |
| 23 | +--> |
2 | 24 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:rm="http://qgis.org/resource-metadata/1.0" targetNamespace="http://qgis.org/resource-metadata/1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
|
3 | 25 | <xs:element name="ResourceMetadata" type="rm:ResourceMetadataType">
|
4 | 26 | <xs:annotation>
|
5 |
| - <xs:documentation>Comment describing your root element</xs:documentation> |
| 27 | + <xs:appinfo>QGIS Resource Metadata Schema</xs:appinfo> |
| 28 | + <xs:documentation>Copyright (C) 2017 Tom Kralidis (tomkralidis@gmail.com)</xs:documentation> |
| 29 | + <xs:documentation>Copyright (C) 2017 Angelos Tzotsos (gcpp.kalxas@gmail.com)</xs:documentation> |
6 | 30 | </xs:annotation>
|
7 | 31 | </xs:element>
|
8 | 32 | <xs:complexType name="ResourceMetadataType">
|
|
0 commit comments