Skip to content

Commit efa6e43

Browse files
authoredApr 5, 2017
update schema lineage
1 parent 5e2611b commit efa6e43

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed
 

‎resources/qgis-resource-metadata.xsd

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
11
<?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+
-->
224
<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">
325
<xs:element name="ResourceMetadata" type="rm:ResourceMetadataType">
426
<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>
630
</xs:annotation>
731
</xs:element>
832
<xs:complexType name="ResourceMetadataType">

0 commit comments

Comments
 (0)
Please sign in to comment.