~ubuntu-branches/ubuntu/raring/xkeyboard-config/raring

« back to all changes in this revision

Viewing changes to rules/xkb.dtd

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2011-04-06 02:41:25 UTC
  • mto: (12.3.3 sid)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20110406024125-viz2oxc3mwv20d44
Tags: upstream-2.2.1
ImportĀ upstreamĀ versionĀ 2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
<!ELEMENT xkbConfigRegistry (modelList,layoutList,optionList)>
11
11
 
12
12
<!ATTLIST xkbConfigRegistry 
13
 
          version CDATA "1.0">
 
13
          version CDATA "1.1">
14
14
 
15
15
<!ELEMENT modelList (model*)>
16
16
 
40
40
<!ELEMENT name (#PCDATA)>
41
41
 
42
42
<!ELEMENT shortDescription (#PCDATA)>
43
 
<!ATTLIST shortDescription
44
 
          xml:lang CDATA #IMPLIED>
45
43
 
46
44
<!ELEMENT description (#PCDATA)>
47
 
<!ATTLIST description
48
 
          xml:lang CDATA #IMPLIED>
49
45
 
50
46
<!ELEMENT vendor (#PCDATA)>
51
47