summaryrefslogtreecommitdiff
path: root/rules/xkb.dtd
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2011-06-03 18:21:55 +0100
committerSergey V. Udaltsov <svu@gnome.org>2011-06-03 18:21:55 +0100
commit84901d99bf00ff37765cf7c549c81afa930c907f (patch)
treeabf05f8aaeb1f2dd5928cb3fa192c00a624cb38b /rules/xkb.dtd
parent5c9920f653ae647d185918d0402f084ff0b21a1c (diff)
downloadxkeyboard-config-84901d99bf00ff37765cf7c549c81afa930c907f.tar.gz
First bit of hw information in the database
Diffstat (limited to 'rules/xkb.dtd')
-rw-r--r--rules/xkb.dtd5
1 files changed, 4 insertions, 1 deletions
diff --git a/rules/xkb.dtd b/rules/xkb.dtd
index 0afa0df..0a37b11 100644
--- a/rules/xkb.dtd
+++ b/rules/xkb.dtd
@@ -32,7 +32,7 @@
<!ELEMENT option (configItem)>
-<!ELEMENT configItem (name,shortDescription*,description*,vendor?,countryList?,languageList?)>
+<!ELEMENT configItem (name,shortDescription*,description*,vendor?,countryList?,languageList?,hwList?)>
<!ATTLIST configItem
popularity (standard|exotic) "standard">
@@ -53,3 +53,6 @@
<!ELEMENT iso639Id (#PCDATA)>
+<!ELEMENT hwList (hwId+)>
+
+<!ELEMENT hwId (#PCDATA)>