Config.xml XML Schema reworked
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 6 May 2013 10:34:01 +0000 (12:34 +0200)
committerGerrit Code Review <gerrit2@kim11>
Tue, 28 May 2013 12:52:51 +0000 (21:52 +0900)
commitb20c7f8d2530ae1fde3d6499ee10af4cde3d0471
treef261c24a1e8e4bb02aa29b5eedae57ee77bbfff7
parentf7f855c7443835d3a8451c2b3c156c3a4c19a751
Config.xml XML Schema reworked

[Issue#]       LINUXWRT-314
[Feature]      Schema reworked base on: dev.w3.org/2006/waf/widgets-schema/
[Cause]        N/A
[Solution]
 1. xsd files were substituted with schema received from convertion
    of http://dev.w3.org/2006/waf/widgets-schema/tests/ relax NG syntax.
 2. Tizen changes were applied as in old config.xsd
 3. Some restrictions have been removed for purpose of tests
[Verification] Validate xml schema: xmlstarlet val -e configuration/widgets.xsd configuration/config.xml
 Check xml schema content.

Change-Id: I960fbd393ce144ab9acf5b67cdafa219ecc435dc
configuration/CMakeLists.txt [new file with mode: 0644]
configuration/access.xsd [new file with mode: 0644]
configuration/common.xsd [new file with mode: 0644]
configuration/config.xsd [deleted file]
configuration/its.xsd [deleted file]
configuration/local.xsd [deleted file]
configuration/packaging-configuration.xsd [new file with mode: 0644]
configuration/updates.xsd [new file with mode: 0644]
configuration/widgets.tizen.xsd [moved from configuration/config.tizen.xsd with 100% similarity]
configuration/widgets.xsd [new file with mode: 0644]
configuration/xml.xsd