summaryrefslogtreecommitdiffstats
path: root/tdelirc/remotes/remote.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'tdelirc/remotes/remote.dtd')
-rw-r--r--tdelirc/remotes/remote.dtd15
1 files changed, 15 insertions, 0 deletions
diff --git a/tdelirc/remotes/remote.dtd b/tdelirc/remotes/remote.dtd
new file mode 100644
index 0000000..a09b4b6
--- /dev/null
+++ b/tdelirc/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>