blob: 41c9ae4dd74518479285e941a2e62ea35a4e07af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
<!-- To validate this document separately, uncomment this prolog
<?xml version="1.0" ?>
<!DOCTYPE appendix PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd">
-->
<sect1 id="kugardata-dtd">
<sect1info>
<authorgroup>
<author
><firstname
>Alexander</firstname
> <surname
>Dymo</surname
> <affiliation
> <address
><email
>[email protected]</email
></address>
</affiliation>
</author>
<author
><firstname
>Phil</firstname
> <surname
>Thompson</surname
> <affiliation
> <address
><email
>[email protected]</email
></address>
</affiliation>
</author>
&erik.kjaer.pedersen.role;
</authorgroup>
</sect1info>
<title
><sgmltag class="element"
>KugarData</sgmltag
> dokumenttypedefinition</title>
<synopsis
><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE KugarData [
<!ELEMENT <link linkend="kugar-data-element"
>KugarData</link
> (<link linkend="row-element"
>Row</link
>*)>
<!ATTLIST KugarData
<link linkend="template-att"
>Template</link
> CDATA #REQUIRED>
<!ELEMENT <link linkend="row-element"
>Row</link
> EMPTY>
<!ATTLIST Row
<link linkend="level-att"
>level</link
> CDATA #REQUIRED
<link linkend="column-att"
>col1</link
> CDATA #IMPLIED
<link linkend="column-att"
>col2</link
> CDATA #IMPLIED
<link linkend="column-att"
>...</link
> CDATA #IMPLIED
<link linkend="column-att"
>coln</link
> CDATA #IMPLIED>
]>
</synopsis>
</sect1>
|