forked from plazi/TaxPub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
journalpubcustom-classes3.ent
157 lines (125 loc) · 8.28 KB
/
journalpubcustom-classes3.ent
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!-- ============================================================= -->
<!-- MODULE: Journal Publishing DTD Customize Classes Module -->
<!-- VERSION: 3.0 -->
<!-- DATE: Feb 2008 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!--
"-//NLM//DTD Journal Publishing DTD Customize Classes Module v3.0 20080202//EN"
Delivered as file "journalpubcustom-classes3.ent" -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Journal Publishing DTD of the -->
<!-- Archiving and Interchange DTD Suite -->
<!-- -->
<!-- PURPOSE: To declare the Parameter Entities (PEs) used to -->
<!-- over-ride the named element classes for the -->
<!-- journal Publishing DTD, which was developed from -->
<!-- the Archiving and Interchange DTD Suite. -->
<!-- -->
<!-- This DTD (in contrast to the Journal Archiving -->
<!-- and Interchange DTD) is a more prescriptive -->
<!-- DTD than is the Archiving DTD. There are fewer -->
<!-- choices in the models within this DTD, and some -->
<!-- XML structures that were provided simply to -->
<!-- facilitate conversion of existing materials from -->
<!-- other DTDs into this format have not been included-->
<!-- in this version of the DTD. -->
<!-- -->
<!-- Similarly, this is also a tighter DTD. Some of the-->
<!-- attributes that have type CDATA values in the -->
<!-- Archiving DTD, and can thus accept any value, -->
<!-- have been given explicit value lists in this DTD. -->
<!-- -->
<!-- Note: Since PEs must be declared before they -->
<!-- are used, this module must be called before the -->
<!-- content modules that declare elements, and before -->
<!-- the default classes module. -->
<!-- -->
<!-- CONTAINS: 1) PEs for changing the contents of the default -->
<!-- element classes -->
<!-- -->
<!-- CREATED FOR: -->
<!-- Digital Archive of Journal Articles -->
<!-- National Center for Biotechnology Information -->
<!-- (NCBI) -->
<!-- National Library of Medicine (NLM) -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- September 2004 -->
<!-- -->
<!-- CREATED BY: Deborah Lapeyre (Mulberry Technologies, Inc.) -->
<!-- B. Tommie Usdin (Mulberry Technologies, Inc.) -->
<!-- -->
<!-- Suggestions for refinements and enhancements to -->
<!-- this DTD should be sent in email to: -->
<!-- [email protected] -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- DTD VERSION/CHANGE HISTORY -->
<!-- ============================================================= -->
<!--
Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
=============================================================
Version 3.0 (DAL/BTU) v3.0 (2007-10-31)
Version 3.0 is the first non-backward-compatible release.
In addition to the usual incremental changes, some
elements and attributes have been renamed and/or remodeled
to better meet user needs and to increase tag set consistency.
All module change histories are available through the Tag Suite
web site at http://dtd.nlm.nih.gov.
Details on version 3.0 are available at
http://dtd.nlm.nih.gov/3.0.
1. Updated public identifier to "v3.0 20080202//EN" -->
<!-- ============================================================= -->
<!-- PARAMETER ENTITIES FOR CLASS OVER-RIDES -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- OVER-RIDE FORMATTING CLASS (format.ent) -->
<!-- ============================================================= -->
<!-- EMPHASIS RENDITION ELEMENTS -->
<!ENTITY % emphasis.class
"bold | italic | monospace | overline |
roman | sans-serif | sc | strike |
underline" >
<!-- ============================================================= -->
<!-- OVER-RIDE INLINE CLASSES -->
<!-- ============================================================= -->
<!-- CITATION CLASS ELEMENTS -->
<!-- Reference to an external document, as used
within, for example, the text of a
paragraph -->
<!ENTITY % citation.class
"element-citation | mixed-citation |
nlm-citation" >
<!-- CONTRIBUTOR INFORMATION -->
<!-- Metadata about a contributor -->
<!ENTITY % contrib-info.class
"address | aff | author-comment | bio |
email | ext-link | on-behalf-of |
role | uri | xref" >
<!-- DATE CLASS ELEMENTS -->
<!-- Dates and other matters of history -->
<!ENTITY % date.class "date" >
<!-- NAMES CLASS -->
<!-- The elements used to name the personal names
for individuals and the collaboration names
for groups
Removed <string-name> -->
<!ENTITY % name.class "anonymous | collab | name" >
<!-- ============================================================= -->
<!-- OVER-RIDE PARAGRAPH-LIKE ELEMENTS -->
<!-- ============================================================= -->
<!-- REST OF PARAGRAPH CLASS (MINUS PARAGRAPH) -->
<!-- Information for the reader that is at the
same structural level as a Paragraph.
Contains all paragraph-level objects that are
not also used inside tables and excepting
also the paragraph element itself. -->
<!ENTITY % rest-of-para.class
"disp-quote | speech | statement |
verse-group" >
<!-- ================== End Publishing Classes Customization ===== -->