-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJATS-oasis-namespace1.ent
181 lines (157 loc) · 10.4 KB
/
JATS-oasis-namespace1.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!-- ============================================================= -->
<!-- MODULE: OASIS Table Namespace Module -->
<!-- VERSION: ANSI/NISO JATS Version 1.0 (Z39.96-2012) -->
<!-- DATE: March 2012 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!--
"-//NLM//DTD JATS OASIS Table Namespace Module v1.0 20120330//EN"
Delivered as file "JATS-oasis-namespace1.ent" -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: OASIS-Table Version of the JATS DTD Suite -->
<!-- -->
<!-- PURPOSE: Establish the prefix for the OASIS CALS Exchange -->
<!-- Table model, typically "oasis" (<oasis:table>). -->
<!-- -->
<!-- TAG SET SPONSOR -->
<!-- National Center for Biotechnology -->
<!-- Information (NCBI) -->
<!-- National Library of Medicine (NLM) -->
<!-- -->
<!-- CREATED FOR: -->
<!-- This module was created for the JATS DTD Suite. -->
<!-- Digital archives and publishers may use the -->
<!-- DTD as is for markup of journal literature or -->
<!-- related material for archiving and transferring -->
<!-- such material between archives or create a -->
<!-- custom XML DTD from the Suite for -->
<!-- these purposes. -->
<!-- -->
<!-- This DTD is in the public domain. An organization -->
<!-- that wishes to create its own DTD from the suite -->
<!-- may do so without permission from NLM. -->
<!-- -->
<!-- The suite has been set up to be extended using a -->
<!-- new DTD file and a new DTD-specific customization -->
<!-- module to redefine the many Parameter Entities. -->
<!-- Do not modify the suite directly or redistribute -->
<!-- modified versions of the suite. -->
<!-- -->
<!-- In the interest of maintaining consistency and -->
<!-- clarity for potential users, NLM requests: -->
<!-- -->
<!-- 1. If you create a DTD from the JATS DTD Suite -->
<!-- and intend to stay compatible with the suite, -->
<!-- then please include the following statement -->
<!-- as a comment in all of your DTD modules: -->
<!-- "Created from, and fully compatible with, -->
<!-- the ANSI/NISO Z39.96 Journal Article Tag -->
<!-- Suite (JATS)." -->
<!-- -->
<!-- 2. If you alter one or more modules of the suite, -->
<!-- then please rename your version and all its -->
<!-- modules to avoid any confusion with the -->
<!-- original suite. Also, please include the -->
<!-- following statement as a comment in all your -->
<!-- DTD modules: -->
<!-- "Based in part on, but not fully compatible -->
<!-- with, the ANSI/NISO Z39.96 Journal Article -->
<!-- Tag Suite (JATS)." -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- February 2012 -->
<!-- -->
<!-- CREATED BY: Mulberry Technologies, Inc. for the NISO Z39.96 -->
<!-- Working Group. Mulberry Technologies was -->
<!-- supported by National Center for Biotechnology -->
<!-- Information (NCBI), a center of the US National -->
<!-- Library of Medicine (NLM). -->
<!-- -->
<!-- The Journal Publishing DTD is built from the -->
<!-- Archiving and Interchange DTD Suite. -->
<!-- -->
<!-- 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)
=============================================================
Details concerning ANSI/NISO Z39.96-2012 JATS-based DTDs, XSDs,
RNGs and supporting documentation are available at
http://jats.nlm.nih.gov/1.0/
-->
<!-- ============================================================= -->
<!-- OASIS NAMESPACE SETUP -->
<!-- ============================================================= -->
<!-- NAME OASIS NAMESPACE BASE URI -->
<!-- Set the oasis namespace URI. -->
<!ENTITY % oasis.xmlns
"http://www.niso.org/standards/z39-96/ns/oasis-exchange/table" >
<!-- NAME OASIS NAMESPACE PREFIX -->
<!-- Set the namespace prefix for the OASIS tables
to the JATS-named prefix "oasis".
Implementor's Note: This parameter entity
should always be set, even if you need to turn
off the namespace prefix. -->
<!ENTITY % oasis.prefix "oasis" >
<!-- NAME OASIS NAMESPACE PREFIX -->
<!-- Construct the OASIS namespace prefix to be
used in the xmlns pseudo-attribute from:
- the word "xmlns",
- a colon, and
- the prefix just defined in %oasis.prefix;
-->
<!ENTITY % oasis.xmlns.attrname
"xmlns:%oasis.prefix;" >
<!-- SET OASIS NAMESPACE PREFIX -->
<!-- Set the OASIS prefix string to the prefix
"oasis" plus a colon ==> "oasis:" for use
in the QNames of elements. This is NOT used in
setting up the OASIS prefix in the XMLNS
pseudo-attribute, only for naming elements. -->
<!ENTITY % oasis.pfx "%oasis.prefix;:" >
<!-- DEFAULT NAMESPACE-OASIS TABLE EXCHANGE -->
<!-- The default namespace to be used when
calling in the OASIS Open Exchange (CALS)
Table Model. This is set on the article level
as well as on the OASIS table elements.
Implementor's Note: The parameter entity is
constructed from the parameter entities set
above. -->
<!ENTITY % oasis.xmlns.attrib
"%oasis.xmlns.attrname;
CDATA #FIXED '%oasis.xmlns;'" >
<!-- ============================================================= -->
<!-- PARAMETER ENTITIES FOR QUALIFIED NAMES -->
<!-- Implementor's Note: the following QNames -->
<!-- are set up to include the OASIS prefix, by -->
<!-- default "oasis". Following the practice of -->
<!-- MathML, DOcBook, et al., a parameter entity-->
<!-- named "xyz.qname" defines the qualified -->
<!-- name for each element. These parameter -->
<!-- entities all contain an "o" in front of -->
<!-- them ("otable.qname", otgroup.qname) -->
<!-- because the XHTML table model uses the -->
<!-- same QName parameter entity naming -->
<!-- convention. The "o" is used for the NISO -->
<!-- JATS entities to avoid parameter entity -->
<!-- name clashes. -->
<!-- ============================================================= -->
<!ENTITY % otable.qname "%oasis.pfx;table" >
<!ENTITY % otgroup.qname "%oasis.pfx;tgroup" >
<!ENTITY % otbody.qname "%oasis.pfx;tbody" >
<!ENTITY % othead.qname "%oasis.pfx;thead" >
<!ENTITY % ocol.qname "%oasis.pfx;col" >
<!ENTITY % ocolspec.qname
"%oasis.pfx;colspec" >
<!ENTITY % orow.qname "%oasis.pfx;row" >
<!ENTITY % oentry.qname "%oasis.pfx;entry" >
<!-- ================== End OASIS Namespace Setup =============== -->