summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 18:18:25 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 18:18:25 +0000
commit2ff10b4260fd01ebb69adc36e0dabb2fb6355885 (patch)
tree5732ca7a79fbfadeaaba224de363f460fa1d98ed /data
parent5eba6007e78eb52da0a20e954fec9d88124c026d (diff)
relocate the xsd's so they don't clash, and point to the right places
Diffstat (limited to 'data')
-rw-r--r--data/menu.xml2
-rw-r--r--data/menu.xsd4
-rw-r--r--data/rc.xml2
-rw-r--r--data/rc.xsd4
-rwxr-xr-xdata/themerc.xsd4
5 files changed, 8 insertions, 8 deletions
diff --git a/data/menu.xml b/data/menu.xml
index 3f070737..50cabea9 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -2,7 +2,7 @@
<openbox_menu xmlns="http://openbox.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://openbox.org/">
+ xsi:schemaLocation="http://openbox.org/4.0/menu">
<menu id="games-menu" label="Games">
<item label="Crack-Attack">
diff --git a/data/menu.xsd b/data/menu.xsd
index 0342687d..ebf236b6 100644
--- a/data/menu.xsd
+++ b/data/menu.xsd
@@ -15,8 +15,8 @@
fix some capitalization
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://openbox.org/"
- xmlns:ob="http://openbox.org/"
+ targetNamespace="http://openbox.org/4.0/menu"
+ xmlns:ob="http://openbox.org/4.0/menu"
elementFormDefault="qualified">
<!--
root node
diff --git a/data/rc.xml b/data/rc.xml
index 515acffa..333ac0a0 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -5,7 +5,7 @@
<openbox_config xmlns="http://openbox.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://openbox.org/">
+ xsi:schemaLocation="http://openbox.org/4.0/rc">
<resistance>
<strength>10</strength>
diff --git a/data/rc.xsd b/data/rc.xsd
index a4397258..95c32134 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -55,8 +55,8 @@
Add the place attribute for fonts
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://openbox.org/"
- xmlns:ob="http://openbox.org/"
+ targetNamespace="http://openbox.org/4.0/rc"
+ xmlns:ob="http://openbox.org/4.0/rc"
elementFormDefault="qualified">
<!--
root node
diff --git a/data/themerc.xsd b/data/themerc.xsd
index ae93ad90..209d52ac 100755
--- a/data/themerc.xsd
+++ b/data/themerc.xsd
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://openbox.org/themerc"
- xmlns:obt="http://openbox.org/themerc"
+ targetNamespace="http://openbox.org/4.0/themerc"
+ xmlns:obt="http://openbox.org/4.0/themerc"
elementFormDefault="qualified"
version="1.0">