1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: ALI Namespace Module (NISO RP-22-2015) -->
3
+ <!-- NISO Access License and Indicators (ALI) -->
4
+ <!-- VERSION: ANSI/NISO JATS Version 1.1 (Z39.96-2015) -->
5
+ <!-- DATE: December 2015 -->
6
+ <!-- -->
7
+ <!-- ============================================================= -->
8
+
9
+ <!-- ============================================================= -->
10
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
11
+ <!-- TYPICAL INVOCATION -->
12
+ <!--
13
+ "-//NLM//DTD JATS ALI Namespace Module v1.1 20151215//EN"
14
+ Delivered as file "JATS-ali-namespace1.ent" -->
15
+ <!-- ============================================================= -->
16
+
17
+
18
+ <!-- ============================================================= -->
19
+ <!-- SYSTEM: JATS DTD Suite -->
20
+ <!-- -->
21
+ <!-- PURPOSE: Establish the prefix for the NISO Access and -->
22
+ <!-- Indicators elements (prefix "ali:"). -->
23
+ <!-- -->
24
+ <!-- TAG SET SPONSOR -->
25
+ <!-- National Center for Biotechnology -->
26
+ <!-- Information (NCBI) -->
27
+ <!-- National Library of Medicine (NLM) -->
28
+ <!-- -->
29
+ <!-- CREATED FOR: -->
30
+ <!-- This module was created for the JATS DTD Suite. -->
31
+ <!-- Digital archives and publishers may use the -->
32
+ <!-- DTD as is for markup of journal literature or -->
33
+ <!-- related material for archiving and transferring -->
34
+ <!-- such material between archives or create a -->
35
+ <!-- custom XML DTD from the Suite for -->
36
+ <!-- these purposes. -->
37
+ <!-- -->
38
+ <!-- This DTD is in the public domain. An organization -->
39
+ <!-- that wishes to create its own DTD from the suite -->
40
+ <!-- may do so without permission from NLM. -->
41
+ <!-- -->
42
+ <!-- The suite has been set up to be extended using a -->
43
+ <!-- new DTD file and a new DTD-specific customization -->
44
+ <!-- module to redefine the many Parameter Entities. -->
45
+ <!-- Do not modify the suite directly or redistribute -->
46
+ <!-- modified versions of the suite. -->
47
+ <!-- -->
48
+ <!-- In the interest of maintaining consistency and -->
49
+ <!-- clarity for potential users, NLM requests: -->
50
+ <!-- -->
51
+ <!-- 1. If you create a DTD from the JATS DTD Suite -->
52
+ <!-- and intend to stay compatible with the suite, -->
53
+ <!-- then please include the following statement -->
54
+ <!-- as a comment in all of your DTD modules: -->
55
+ <!-- "Created from, and fully compatible with, -->
56
+ <!-- the ANSI/NISO Z39.96 Journal Article Tag -->
57
+ <!-- Suite (JATS)." -->
58
+ <!-- -->
59
+ <!-- 2. If you alter one or more modules of the suite, -->
60
+ <!-- then please rename your version and all its -->
61
+ <!-- modules to avoid any confusion with the -->
62
+ <!-- original suite. Also, please include the -->
63
+ <!-- following statement as a comment in all your -->
64
+ <!-- DTD modules: -->
65
+ <!-- "Based in part on, but not fully compatible -->
66
+ <!-- with, the ANSI/NISO Z39.96 Journal Article -->
67
+ <!-- Tag Suite (JATS)." -->
68
+ <!-- -->
69
+ <!-- ORIGINAL CREATION DATE: -->
70
+ <!-- February 2015 -->
71
+ <!-- -->
72
+ <!-- CREATED BY: Mulberry Technologies, Inc. for the NISO Z39.96 -->
73
+ <!-- Working Group. Mulberry Technologies was -->
74
+ <!-- supported by National Center for Biotechnology -->
75
+ <!-- Information (NCBI), a center of the US National -->
76
+ <!-- Library of Medicine (NLM). -->
77
+ <!-- -->
78
+ <!-- The Journal Publishing DTD is built from the -->
79
+ <!-- Archiving and Interchange DTD Suite. -->
80
+ <!-- -->
81
+ <!-- Suggestions for refinements and enhancements to -->
82
+ <!-- this DTD should be sent in email to: -->
83
+
84
+ <!-- ============================================================= -->
85
+
86
+
87
+ <!-- ============================================================= -->
88
+ <!-- DTD VERSION/CHANGE HISTORY -->
89
+ <!-- ============================================================= -->
90
+ <!--
91
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
92
+ =============================================================
93
+ JATS Version 1.1 (DAL/BTU) v1.1 (2015-12-15)
94
+
95
+ JATS is a continuing maintenance NISO Standard, which
96
+ requires voting by the ANSI and NISO memberships to be changed.
97
+ JATS 1.1 was approved in late 2015, so the formal public
98
+ identifiers were changed in the modules and the catalogs.
99
+ No model or attribute changes were made at this time.
100
+
101
+ 1. JATS became version "1.1" and "v1.1 20151215"
102
+
103
+ =============================================================
104
+
105
+ Details concerning ANSI/NISO Z39.96-2015 JATS-based DTDs, XSDs,
106
+ RNGs and supporting documentation are available at
107
+ http://jats.nlm.nih.gov/1.1/
108
+ -->
109
+ <!-- ============================================================= -->
110
+ <!-- ALI NAMESPACE SETUP -->
111
+ <!-- ============================================================= -->
112
+
113
+
114
+ <!-- NAME ALI NAMESPACE BASE URI -->
115
+ <!-- Set the ALI namespace URI,as named in
116
+ NISO RP-22-2015 -->
117
+ <!ENTITY % ali.xmlns
118
+ "http://www.niso.org/schemas/ali/1.0/" >
119
+
120
+
121
+ <!-- NAME ALI NAMESPACE PREFIX -->
122
+ <!-- Set the namespace prefix for the ALI
123
+ elements to the JATS-named prefix "ali".
124
+ Implementor's Note: This parameter entity
125
+ should always be set, even if you need to turn
126
+ off the namespace prefix. -->
127
+ <!ENTITY % ali.prefix "ali" >
128
+
129
+
130
+ <!-- NAME OASIS NAMESPACE PREFIX -->
131
+ <!-- Construct the ALI namespace prefix to be
132
+ used in the xmlns pseudo-attribute from:
133
+ - the word "xmlns",
134
+ - a colon, and
135
+ - the prefix just defined in %ali.prefix;
136
+ -->
137
+ <!ENTITY % ali.xmlns.attrname
138
+ "xmlns:%ali.prefix;" >
139
+
140
+
141
+ <!-- DEFAULT ALI NAMESPACE -->
142
+ <!-- The default namespace to be used when
143
+ calling in the ALI elements. This is set on
144
+ the article level as well as on the ALI
145
+ elements themselves.
146
+ Implementor's Note: The parameter entity is
147
+ constructed from the parameter entities set
148
+ above. -->
149
+ <!ENTITY % ali.xmlns.attrib
150
+ "%ali.xmlns.attrname;
151
+ CDATA #FIXED '%ali.xmlns;'" >
152
+
153
+
154
+ <!-- ================== End ALI Namespace Setup ================= -->
0 commit comments