1<!-- ====================================================================== -->
2<!-- Slides XML V3.4 DTD
3     Copyright (C) 1999, 2000, 2001, 2002, 2003 Norman Walsh
4     http://sourceforge.net/projects/docbook/
5
6     $Id: slides-custom.dtd,v 1.9 2005/04/27 15:44:52 xmldoc Exp $
7
8     Please direct all questions and comments about this DTD to
9     Norman Walsh, <ndw@nwalsh.com>.
10
11     Common declaration:
12
13     <?xml version='1.0'?>
14     <!DOCTYPE slides
15       PUBLIC "-//Norman Walsh//DTD Slides V3.4//EN"
16       "http://docbook.sourceforge.net/release/slides/3.4/schema/dtd/slides.dtd">
17                                                                            -->
18<!-- ====================================================================== -->
19
20<!ENTITY % local.linespecific.class "|screen">
21
22<!ENTITY % simple.section.element "IGNORE">
23<!ENTITY % section.attlist "IGNORE">
24
25<!ENTITY % simple.sectioninfo.element "IGNORE">
26<!ENTITY % sectioninfo.attlist "IGNORE">
27
28<!ENTITY % article.module "IGNORE">
29<!ENTITY % simple.article.element "IGNORE">
30<!ENTITY % simple.articleinfo.element "IGNORE">
31<!ENTITY % articleinfo.attlist "IGNORE">
32<!ENTITY % simple.appendix.element "IGNORE">
33<!ENTITY % appendix.attlist "IGNORE">
34<!ENTITY % simple.bibliography.element "IGNORE">
35<!ENTITY % bibliography.attlist "IGNORE">
36<!ENTITY % simple.bibliomixed.element "IGNORE">
37<!ENTITY % bibliomixed.attlist "IGNORE">
38<!ENTITY % bibliomset.module "IGNORE">
39<!ENTITY % simple.bibliodiv.element "IGNORE">
40<!ENTITY % bibliodiv.attlist "IGNORE">
41<!ENTITY % simple.affiliation.element "IGNORE">
42<!ENTITY % sidebar.module "INCLUDE">
43
44<!ENTITY % confgroup.content.module "INCLUDE">
45<!ENTITY % confgroup.module "INCLUDE">
46  <!ENTITY % confdates.module "INCLUDE">
47  <!ENTITY % conftitle.module "INCLUDE">
48  <!ENTITY % confnum.module "INCLUDE">
49  <!ENTITY % confsponsor.module "INCLUDE">
50
51<!ENTITY % local.person.ident.mix "">
52<!ENTITY % person.ident.mix
53		"honorific|firstname|surname|lineage|othername|affiliation
54		|authorblurb
55		%local.person.ident.mix;">
56
57<!ENTITY % local.bibliocomponent.mix "">
58<!ENTITY % bibliocomponent.mix
59		"abbrev|abstract|author
60		|authorgroup|bibliomisc
61		|copyright|corpauthor|date|edition
62		|editor|issuenum
63		|othercredit
64		|pubdate|publishername
65		|releaseinfo|revhistory
66		|subtitle|title|titleabbrev|volumenum|citetitle
67		|confgroup
68		|%person.ident.mix;
69		%local.bibliocomponent.mix;">
70
71<!ENTITY % local.divcomponent.mix "|speakernotes">
72<!ENTITY % local.component.mix "|speakernotes">
73
74<!ENTITY % sdocbook.dtd
75      PUBLIC "-//OASIS//DTD Simplified DocBook XML Customization V1.1//EN"
76      "http://docbook.org/xml/simple/1.1/sdocbook-custom.dtd">
77%sdocbook.dtd;
78
79<!-- ====================================================================== -->
80<!-- Add screen back into the DTD -->
81
82<!ELEMENT screen (%para.char.mix; | lineannotation)*>
83<!ENTITY % screen.role.attrib "%role.attrib;">
84<!ENTITY % local.screen.attrib "">
85<!ATTLIST screen
86		%width.attrib;
87		%linespecific.attrib;
88		%common.attrib;
89		%screen.role.attrib;
90		%local.screen.attrib;
91>
92
93<!-- Add address back into the affiliation... -->
94<!ELEMENT affiliation (jobtitle?, orgname?, address*)>
95
96<!-- And add address back into the DTD -->
97<!ELEMENT address (#PCDATA)>
98<!ENTITY % address.role.attrib "%role.attrib;">
99<!ENTITY % local.address.attrib "">
100<!ATTLIST address
101		%linespecific.attrib;
102		%common.attrib;
103		%address.role.attrib;
104>
105
106<!-- ====================================================================== -->
107
108<!ENTITY % only-in-full-nav.class "">
109
110<!ENTITY % slides.mod SYSTEM "slides.mod">
111%slides.mod;
112
113<!-- End of Slides XML V3.4 DTD ......................................... -->
114<!-- .................................................................... -->
115