diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu.xml | 2 | ||||
| -rw-r--r-- | data/menu.xsd | 4 | ||||
| -rw-r--r-- | data/rc.xml | 2 | ||||
| -rw-r--r-- | data/rc.xsd | 4 | ||||
| -rwxr-xr-x | data/themerc.xsd | 4 |
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"> |
