summaryrefslogtreecommitdiffstats
path: root/Schemas/ComponentLibrary.xsd
diff options
context:
space:
mode:
authorMattijs Korpershoek <mattijsx.korpershoek@intel.com>2014-04-08 13:57:11 +0200
committerMattijs Korpershoek <mattijsx.korpershoek@intel.com>2014-06-24 11:51:37 +0200
commitb765ef814b45d8fa1da7bd283d26b2cf0e227fbb (patch)
treef85dabd5b2c8ef3caeee0c607a9be73c9ad732ff /Schemas/ComponentLibrary.xsd
parenta1258f4f8121fbda5223e3875ac7ef6d53195e4c (diff)
downloadexternal_parameter-framework-b765ef814b45d8fa1da7bd283d26b2cf0e227fbb.zip
external_parameter-framework-b765ef814b45d8fa1da7bd283d26b2cf0e227fbb.tar.gz
external_parameter-framework-b765ef814b45d8fa1da7bd283d26b2cf0e227fbb.tar.bz2
Local .xsd files for config validation
BZ: 184054 In order to verify that xml files are valid, the parameter framework check them with .xsd files. In those files, there are references towards base schemas on the internet. Which means that every validation downloads a copy of the base file via http. To avoid doing http requests, we can use the file locally. This patchs changes from remote file to local. Change-Id: Ide48dba0000db7c97e1d269ee5573ac8afe7e4d4 Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
Diffstat (limited to 'Schemas/ComponentLibrary.xsd')
-rw-r--r--Schemas/ComponentLibrary.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Schemas/ComponentLibrary.xsd b/Schemas/ComponentLibrary.xsd
index 09d2e27..fbd70af 100644
--- a/Schemas/ComponentLibrary.xsd
+++ b/Schemas/ComponentLibrary.xsd
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2005/08/xml.xsd"/>
+ <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="W3cXmlAttributes.xsd"/>
<xs:include schemaLocation="ComponentTypeSet.xsd"/>
<xs:element name="ComponentLibrary" type="ComponentTypeSetType">
<xs:key name="ComponentTypeUniqueness">