You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
<!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">
|
|
|
|
]>
|
|
|
|
|