File: slides-custom.dtd

package info (click to toggle)
docbook-slides 3.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,616 kB
  • sloc: javascript: 2,350; xml: 1,404; sh: 656; makefile: 5
file content (114 lines) | stat: -rw-r--r-- 3,745 bytes parent folder | download | duplicates (3)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!-- ====================================================================== -->
<!-- Slides XML V3.4 DTD
     Copyright (C) 1999, 2000, 2001, 2002, 2003 Norman Walsh
     http://sourceforge.net/projects/docbook/

     $Id: slides-custom.dtd,v 1.9 2005/04/27 15:44:52 xmldoc Exp $

     Please direct all questions and comments about this DTD to
     Norman Walsh, <ndw@nwalsh.com>.

     Common declaration:

     <?xml version='1.0'?>
     <!DOCTYPE slides
       PUBLIC "-//Norman Walsh//DTD Slides V3.4//EN"
       "http://docbook.sourceforge.net/release/slides/3.4/schema/dtd/slides.dtd">
                                                                            -->
<!-- ====================================================================== -->

<!ENTITY % local.linespecific.class "|screen">

<!ENTITY % simple.section.element "IGNORE">
<!ENTITY % section.attlist "IGNORE">

<!ENTITY % simple.sectioninfo.element "IGNORE">
<!ENTITY % sectioninfo.attlist "IGNORE">

<!ENTITY % article.module "IGNORE">
<!ENTITY % simple.article.element "IGNORE">
<!ENTITY % simple.articleinfo.element "IGNORE">
<!ENTITY % articleinfo.attlist "IGNORE">
<!ENTITY % simple.appendix.element "IGNORE">
<!ENTITY % appendix.attlist "IGNORE">
<!ENTITY % simple.bibliography.element "IGNORE">
<!ENTITY % bibliography.attlist "IGNORE">
<!ENTITY % simple.bibliomixed.element "IGNORE">
<!ENTITY % bibliomixed.attlist "IGNORE">
<!ENTITY % bibliomset.module "IGNORE">
<!ENTITY % simple.bibliodiv.element "IGNORE">
<!ENTITY % bibliodiv.attlist "IGNORE">
<!ENTITY % simple.affiliation.element "IGNORE">
<!ENTITY % sidebar.module "INCLUDE">

<!ENTITY % confgroup.content.module "INCLUDE">
<!ENTITY % confgroup.module "INCLUDE">
  <!ENTITY % confdates.module "INCLUDE">
  <!ENTITY % conftitle.module "INCLUDE">
  <!ENTITY % confnum.module "INCLUDE">
  <!ENTITY % confsponsor.module "INCLUDE">

<!ENTITY % local.person.ident.mix "">
<!ENTITY % person.ident.mix
		"honorific|firstname|surname|lineage|othername|affiliation
		|authorblurb
		%local.person.ident.mix;">

<!ENTITY % local.bibliocomponent.mix "">
<!ENTITY % bibliocomponent.mix
		"abbrev|abstract|author
		|authorgroup|bibliomisc
		|copyright|corpauthor|date|edition
		|editor|issuenum
		|othercredit
		|pubdate|publishername
		|releaseinfo|revhistory
		|subtitle|title|titleabbrev|volumenum|citetitle
		|confgroup
		|%person.ident.mix;
		%local.bibliocomponent.mix;">

<!ENTITY % local.divcomponent.mix "|speakernotes">
<!ENTITY % local.component.mix "|speakernotes">

<!ENTITY % sdocbook.dtd 
      PUBLIC "-//OASIS//DTD Simplified DocBook XML Customization V1.1//EN"
      "http://docbook.org/xml/simple/1.1/sdocbook-custom.dtd">
%sdocbook.dtd;

<!-- ====================================================================== -->
<!-- Add screen back into the DTD -->

<!ELEMENT screen (%para.char.mix; | lineannotation)*>
<!ENTITY % screen.role.attrib "%role.attrib;">
<!ENTITY % local.screen.attrib "">
<!ATTLIST screen
		%width.attrib;
		%linespecific.attrib;
		%common.attrib;
		%screen.role.attrib;
		%local.screen.attrib;
>

<!-- Add address back into the affiliation... -->
<!ELEMENT affiliation (jobtitle?, orgname?, address*)>

<!-- And add address back into the DTD -->
<!ELEMENT address (#PCDATA)>
<!ENTITY % address.role.attrib "%role.attrib;">
<!ENTITY % local.address.attrib "">
<!ATTLIST address
		%linespecific.attrib;
		%common.attrib;
		%address.role.attrib;
>

<!-- ====================================================================== -->

<!ENTITY % only-in-full-nav.class "">

<!ENTITY % slides.mod SYSTEM "slides.mod">
%slides.mod;

<!-- End of Slides XML V3.4 DTD ......................................... -->
<!-- .................................................................... -->