summaryrefslogtreecommitdiffstats
path: root/kdelirc/remotes/remote.dtd
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit2bda8f7717adf28da4af0d34fb82f63d2868c31d (patch)
tree8d927b7b47a90c4adb646482a52613f58acd6f8c /kdelirc/remotes/remote.dtd
downloadtdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.tar.gz
tdeutils-2bda8f7717adf28da4af0d34fb82f63d2868c31d.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdelirc/remotes/remote.dtd')
-rw-r--r--kdelirc/remotes/remote.dtd15
1 files changed, 15 insertions, 0 deletions
diff --git a/kdelirc/remotes/remote.dtd b/kdelirc/remotes/remote.dtd
new file mode 100644
index 0000000..a09b4b6
--- /dev/null
+++ b/kdelirc/remotes/remote.dtd
@@ -0,0 +1,15 @@
+<!--
+<!DOCTYPE remote SYSTEM "remote.dtd">
+-->
+
+<!ELEMENT remote (name, author, information?, button+)>
+<!ELEMENT button (name?)>
+<!ELEMENT name (#PCDATA)>
+<!ELEMENT author (#PCDATA)>
+<!ELEMENT information (#PCDATA)>
+
+<!ATTLIST remote id CDATA #REQUIRED>
+<!ATTLIST button id CDATA #REQUIRED>
+<!ATTLIST button class (captions|teletext|fullscreen|scan|finetuneup|finetunedown|recall|enter|number|play|stop|pause|record|previous|next|rewind|forward|eject|mute|volumedown|volumeup|channeldown|channelup|red|yellow|green|blue|on|off) #IMPLIED>
+<!ATTLIST button option (0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20) #IMPLIED>
+<!ATTLIST button parameter CDATA #IMPLIED>