-
Notifications
You must be signed in to change notification settings - Fork 0
/
archivecustom-modules3.ent
123 lines (102 loc) · 6.48 KB
/
archivecustom-modules3.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
<!-- ============================================================= -->
<!-- MODULE: Journal Archiving DTD-Specific Modules -->
<!-- VERSION: 3.0 -->
<!-- DATE: Feb 2008 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!--
"-//NLM//DTD Journal Archiving DTD-Specific Modules v3.0 20080202//EN"
Delivered as file "archivecustom-modules3.ent" -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Archiving and Interchange DTD Suite -->
<!-- -->
<!-- PURPOSE: To name any modules created explicitly for this -->
<!-- DTD, that is, not present in the Archiving and -->
<!-- Interchange DTD Suite -->
<!-- -->
<!-- CONTAINS: 1) Full external Parameter Entity declarations -->
<!-- for all DTD-specific modules (Note: the -->
<!-- modules are declared here but referenced in -->
<!-- the DTD.) -->
<!-- -->
<!-- CREATED FOR: -->
<!-- Digital Archive of Journal Articles -->
<!-- National Center for Biotechnology Information -->
<!-- (NCBI) -->
<!-- National Library of Medicine (NLM) -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- August 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: -->
<!-- archive-dtd@ncbi.nlm.nih.gov -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- 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" -->
<!-- ============================================================= -->
<!-- CUSTOMIZATION MODULES DECLARED -->
<!-- ============================================================= -->
<!-- DTD-SPECIFIC CLASS CUSTOMIZATIONS MODULE -->
<!-- Set up the Parameter Entities and element
class definitions that will be used to
over-ride some element classes in the
DTD Suite. -->
<!ENTITY % archivecustom-classes.ent
PUBLIC
"-//NLM//DTD Journal Archiving DTD Customize Classes Module v3.0 20080202//EN"
"archivecustom-classes3.ent" >
<!-- DTD-SPECIFIC MIX CUSTOMIZATIONS MODULE -->
<!-- Set up the Parameter Entities and element
mix definitions that will be used to
over-ride some element mixes in the DTD
Suite. -->
<!ENTITY % archivecustom-mixes.ent
PUBLIC
"-//NLM//DTD Journal Archiving DTD Customize Mixes Module v3.0 20080202//EN"
"archivecustom-mixes3.ent" >
<!-- DTD-SPECIFIC MODELS/ATTRIBUTES CUSTOMIZATIONS
MODULE -->
<!-- Set up the Parameter Entities for element-
specific element groups, complete content
models, and attribute list and value over-
rides. These PEs will over-ride selected
content models and attribute lists for the
Journal Archiving and Interchange DTD Suite-->
<!ENTITY % archivecustom-models.ent
PUBLIC
"-//NLM//DTD Journal Archiving DTD Customize Content and Attributes Module v3.0 20080202//EN"
"archivecustom-models3.ent" >
<!-- NLM CITATION MODULE -->
<!-- The only new element created for the
Publishing DTD, the highly structured NLM
citation, to enforce a slightly loose version
of an NLM-structured bibliographic reference.
Sequence is enforced and interior punctuation
is expected to be generated. -->
<!ENTITY % nlmcitation.ent
PUBLIC
"-//NLM//DTD NLM Citation v3.0 20080202//EN"
"nlmcitation3.ent" >
<!-- =================== End Archive DTD Module of Modules ======= -->