first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / rules / xkb.dtd
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4
5   Description: XKB configuration file DTD
6   Author: Sergey V. Udaltsov
7
8 -->
9
10 <!ELEMENT xkbConfigRegistry (modelList,layoutList,optionList)>
11
12 <!ELEMENT modelList (model*)>
13
14 <!ELEMENT model (configItem)>
15
16 <!ELEMENT layoutList (layout*)>
17
18 <!ELEMENT layout (configItem,variantList?)>
19
20 <!ELEMENT optionList (group*)>
21
22 <!ELEMENT variantList (variant*)>
23
24 <!ELEMENT variant (configItem)>
25
26 <!ELEMENT group (configItem,option*)>
27 <!ATTLIST group
28           allowMultipleSelection (true|false) "false">
29
30 <!ELEMENT option (configItem)>
31
32 <!ELEMENT configItem (name,shortDescription*,description*)>
33
34 <!ELEMENT name (#PCDATA)>
35
36 <!ELEMENT shortDescription (#PCDATA)>
37 <!ATTLIST shortDescription
38           lang CDATA #IMPLIED>
39
40 <!ELEMENT description (#PCDATA)>
41 <!ATTLIST description
42           lang CDATA #IMPLIED>