diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-03 18:21:55 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2011-06-03 18:21:55 +0100 |
commit | 84901d99bf00ff37765cf7c549c81afa930c907f (patch) | |
tree | abf05f8aaeb1f2dd5928cb3fa192c00a624cb38b /rules/xkb.dtd | |
parent | 5c9920f653ae647d185918d0402f084ff0b21a1c (diff) | |
download | xkeyboard-config-84901d99bf00ff37765cf7c549c81afa930c907f.tar.gz |
First bit of hw information in the database
Diffstat (limited to 'rules/xkb.dtd')
-rw-r--r-- | rules/xkb.dtd | 5 |
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)> |