diff options
Diffstat (limited to 'kdelirc/profiles/profile.dtd')
-rw-r--r-- | kdelirc/profiles/profile.dtd | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kdelirc/profiles/profile.dtd b/kdelirc/profiles/profile.dtd deleted file mode 100644 index 070fd14..0000000 --- a/kdelirc/profiles/profile.dtd +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE profile [ - -<!ELEMENT profile (action+, name, author)> -<!ELEMENT name (#PCDATA)> -<!ELEMENT author (#PCDATA)> -<!ELEMENT action (name, comment, argument*)> -<!ELEMENT argument (comment, range?, default?)> -<!ELEMENT comment (#PCDATA)> -<!ELEMENT type (#PCDATA)> -<!ELEMENT instances> -<!ELEMENT default (#PCDATA)> - -<!ATTLIST profile id CDATA #REQUIRED> -<!ATTLIST profile servicename CDATA #REQUIRED> -<!ATTLIST action objid CDATA #REQUIRED> -<!ATTLIST action prototype CDATA #REQUIRED> -<!ATTLIST argument type (int|QString|QCString|QStringList|bool|double) #REQUIRED> -<!ATTLIST range min CDATA #REQUIRED> -<!ATTLIST range max CDATA #REQUIRED> -<!ATTLIST action 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 action multiplier CDATA "1" #IMPLIED> -<!ATTLIST action repeat (0|1) "0"> -<!ATTLIST instances uniqueapp (0|1) "1" #REQUIRED> -<!ATTLIST instances ifmulti (sendtotop|sendtobottom|sendtoall|dontsend) "dontsend"> - -]> - - |