summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/schemas/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-01-23 11:34:47 +0100
committerKai Koehne <kai.koehne@qt.io>2018-01-26 11:12:34 +0000
commit07fdc1b94d816b1c785af69a36fd8f756b7964af (patch)
treef6700909e3996c61eabade360e02992908c26798 /src/xmlpatterns/schema/schemas/qt_attribution.json
parentc3ef9c68cefc4fd323e34f1dcf0314d385a70e23 (diff)
downloadqtxmlpatterns-07fdc1b94d816b1c785af69a36fd8f756b7964af.tar.gz
Improve documentation for w3c's xml.xsd file
Use the qt_attribution.json setup, instead of hardcoding the license in the documentation. Also update the license to the latest W3C one, that supersedes the old license even for exising documents. [Third-Party Code] Update license of w3c'c xml.xsd file. Change-Id: I59a8a6f9d97ad89e530eb4cd30b1f4e1a725fcf4 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Diffstat (limited to 'src/xmlpatterns/schema/schemas/qt_attribution.json')
-rw-r--r--src/xmlpatterns/schema/schemas/qt_attribution.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/xmlpatterns/schema/schemas/qt_attribution.json b/src/xmlpatterns/schema/schemas/qt_attribution.json
new file mode 100644
index 0000000..ad3a14d
--- /dev/null
+++ b/src/xmlpatterns/schema/schemas/qt_attribution.json
@@ -0,0 +1,17 @@
+{
+ "Id": "xml-xsd",
+ "Name": "XML Schema",
+ "QDocModule": "qtxmlpatterns",
+ "QtUsage": "Used for implementing validation of the the XML schema.",
+
+ "Files": "xml.xsd",
+ "Description": "The xml.xsd file provided by W3C describes the XML
+ namespace, in a form suitable for import by other schema documents.",
+ "Homepage": "https://www.w3.org/2001/xml.xsd",
+ "Version": "2007/08",
+ "DownloadLocation": "http://www.w3.org/2007/08/xml.xsd",
+ "LicenseId": "W3C-20150513",
+ "License": "W3C Software Notice and Document License (2015-05-13)",
+ "LicenseFile": "xml.xsd-LICENSE",
+ "Copyright": "Copyright © 2007 W3C® (MIT, ERCIM, Keio, Beihang)"
+}