introducing skin setups

This commit is contained in:
louis
2015-01-19 09:23:15 +01:00
parent cb9044e5f6
commit ac89503027
14 changed files with 325 additions and 1 deletions

14
dtd/setup.dtd Normal file
View File

@@ -0,0 +1,14 @@
<?xml encoding="UTF-8"?>
<!ELEMENT setup (parameters)>
<!ELEMENT parameters (parameter)*>
<!ELEMENT parameter (#PCDATA)>
<!ATTLIST parameter
name NMTOKEN #REQUIRED
type (int|bool) #REQUIRED
min NMTOKEN #IMPLIED
max NMTOKEN #IMPLIED
displaytext CDATA #REQUIRED
>