xml_jats_resolver 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/CHANGELOG.md +4 -0
  4. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-Issue-Xml.dtd +233 -0
  5. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-archive-custom-elements1.ent +247 -0
  6. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-archive-oasis-article1-mathml3.dtd +944 -0
  7. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-archive-oasis-article1.dtd +919 -0
  8. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-archive-oasis-custom-classes1.ent +156 -0
  9. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-archive-oasis-custom-modules1.ent +283 -0
  10. data/lib/dtd/atypon/v1.1.1/dtd/Atypon-archivecustom-models1.ent +168 -0
  11. data/lib/dtd/atypon/v1.1.1/dtd/JATS-XHTMLtablesetup1.ent +501 -0
  12. data/lib/dtd/atypon/v1.1.1/dtd/JATS-ali-namespace1.ent +154 -0
  13. data/lib/dtd/atypon/v1.1.1/dtd/JATS-archive-oasis-custom-classes1.ent +326 -0
  14. data/lib/dtd/atypon/v1.1.1/dtd/JATS-archive-oasis-custom-modules1.ent +269 -0
  15. data/lib/dtd/atypon/v1.1.1/dtd/JATS-archivecustom-mixes1.ent +420 -0
  16. data/lib/dtd/atypon/v1.1.1/dtd/JATS-archivecustom-models1.ent +1339 -0
  17. data/lib/dtd/atypon/v1.1.1/dtd/JATS-articlemeta1.ent +1817 -0
  18. data/lib/dtd/atypon/v1.1.1/dtd/JATS-backmatter1.ent +393 -0
  19. data/lib/dtd/atypon/v1.1.1/dtd/JATS-chars1.ent +525 -0
  20. data/lib/dtd/atypon/v1.1.1/dtd/JATS-common-atts1.ent +221 -0
  21. data/lib/dtd/atypon/v1.1.1/dtd/JATS-common1.ent +4273 -0
  22. data/lib/dtd/atypon/v1.1.1/dtd/JATS-default-classes1.ent +1277 -0
  23. data/lib/dtd/atypon/v1.1.1/dtd/JATS-default-mixes1.ent +455 -0
  24. data/lib/dtd/atypon/v1.1.1/dtd/JATS-display1.ent +1000 -0
  25. data/lib/dtd/atypon/v1.1.1/dtd/JATS-format1.ent +858 -0
  26. data/lib/dtd/atypon/v1.1.1/dtd/JATS-funding1.ent +547 -0
  27. data/lib/dtd/atypon/v1.1.1/dtd/JATS-journalmeta1.ent +454 -0
  28. data/lib/dtd/atypon/v1.1.1/dtd/JATS-link1.ent +416 -0
  29. data/lib/dtd/atypon/v1.1.1/dtd/JATS-list1.ent +494 -0
  30. data/lib/dtd/atypon/v1.1.1/dtd/JATS-math1.ent +402 -0
  31. data/lib/dtd/atypon/v1.1.1/dtd/JATS-mathml3-mathmlsetup1.ent +350 -0
  32. data/lib/dtd/atypon/v1.1.1/dtd/JATS-mathml3-modules1.ent +190 -0
  33. data/lib/dtd/atypon/v1.1.1/dtd/JATS-mathmlsetup1.ent +348 -0
  34. data/lib/dtd/atypon/v1.1.1/dtd/JATS-modules1.ent +584 -0
  35. data/lib/dtd/atypon/v1.1.1/dtd/JATS-nlmcitation1.ent +285 -0
  36. data/lib/dtd/atypon/v1.1.1/dtd/JATS-notat1.ent +269 -0
  37. data/lib/dtd/atypon/v1.1.1/dtd/JATS-oasis-namespace1.ent +223 -0
  38. data/lib/dtd/atypon/v1.1.1/dtd/JATS-oasis-tablesetup1.ent +409 -0
  39. data/lib/dtd/atypon/v1.1.1/dtd/JATS-para1.ent +481 -0
  40. data/lib/dtd/atypon/v1.1.1/dtd/JATS-phrase1.ent +502 -0
  41. data/lib/dtd/atypon/v1.1.1/dtd/JATS-references1.ent +1205 -0
  42. data/lib/dtd/atypon/v1.1.1/dtd/JATS-related-object1.ent +283 -0
  43. data/lib/dtd/atypon/v1.1.1/dtd/JATS-section1.ent +324 -0
  44. data/lib/dtd/atypon/v1.1.1/dtd/JATS-xmlspecchars1.ent +389 -0
  45. data/lib/dtd/atypon/v1.1.1/dtd/catalog-jats-v1-1-no-base.xml +946 -0
  46. data/lib/dtd/atypon/v1.1.1/dtd/catalog-jats-v1-1-with-base.xml +951 -0
  47. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isobox.ent +61 -0
  48. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isocyr1.ent +88 -0
  49. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isocyr2.ent +47 -0
  50. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isodia.ent +35 -0
  51. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isolat1.ent +83 -0
  52. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isolat2.ent +142 -0
  53. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isonum.ent +97 -0
  54. data/lib/dtd/atypon/v1.1.1/dtd/iso8879/isopub.ent +105 -0
  55. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isoamsa.ent +167 -0
  56. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isoamsb.ent +143 -0
  57. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isoamsc.ent +43 -0
  58. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isoamsn.ent +114 -0
  59. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isoamso.ent +73 -0
  60. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isoamsr.ent +204 -0
  61. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isogrk3.ent +64 -0
  62. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isomfrk.ent +75 -0
  63. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isomopf.ent +49 -0
  64. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isomscr.ent +75 -0
  65. data/lib/dtd/atypon/v1.1.1/dtd/iso9573-13/isotech.ent +182 -0
  66. data/lib/dtd/atypon/v1.1.1/dtd/mathml/mmlalias.ent +564 -0
  67. data/lib/dtd/atypon/v1.1.1/dtd/mathml/mmlextra.ent +122 -0
  68. data/lib/dtd/atypon/v1.1.1/dtd/mathml2-qname-1.mod +286 -0
  69. data/lib/dtd/atypon/v1.1.1/dtd/mathml2.dtd +2206 -0
  70. data/lib/dtd/atypon/v1.1.1/dtd/mathml3-qname1.mod +294 -0
  71. data/lib/dtd/atypon/v1.1.1/dtd/mathml3.dtd +1682 -0
  72. data/lib/dtd/atypon/v1.1.1/dtd/oasis-exchange.ent +449 -0
  73. data/lib/dtd/atypon/v1.1.1/dtd/xhtml-inlstyle-1.mod +34 -0
  74. data/lib/dtd/atypon/v1.1.1/dtd/xhtml-table-1.mod +333 -0
  75. data/lib/dtd/atypon/v1.1.1/dtd/xmlchars/isogrk1.ent +70 -0
  76. data/lib/dtd/atypon/v1.1.1/dtd/xmlchars/isogrk2.ent +41 -0
  77. data/lib/dtd/atypon/v1.1.1/dtd/xmlchars/isogrk4.ent +66 -0
  78. data/lib/xml_jats_resolver.rb +2 -1
  79. data/xml_jats_resolver.gemspec +2 -2
  80. metadata +79 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62244cd31ccad422a865e9d0930bac307793096a
4
- data.tar.gz: 932f026be290c7e61d84ac9c1c92d92cece57513
3
+ metadata.gz: 12d7ddeccf62d8543eb1cce91e2e56ee65b477f4
4
+ data.tar.gz: 02b3e1bb2588242dffe5c00b6f8771213886dd86
5
5
  SHA512:
6
- metadata.gz: d5f52c9d5ed468b5d2701df8d0eafec54c9345cc53773db957bf0287e8f6efdfbc9c7c876e0f46ffccb54892f79d2a40180cc015d5c39fd1adccd3ce1fd00640
7
- data.tar.gz: 7e174c2dad33b32be8d8ee32d9b1298823cb5c9c9c9d721eae178b6f3ea9687ead46683903da97adc1b7e01985b01c8782c5f2d364c33787b51b867ceb456549
6
+ metadata.gz: 5810796f5679e688cd9117fe06d2728f1fe4fe6937595fc1467dbc44a4d26b1cd0d935d976207514b0f1a52feaf050a9a016126e324dba3ef8c21ede307c0139
7
+ data.tar.gz: 5c5083915d9cdd37cd64c3474bb50c9c9d688fe51c6b06cb803d489ca70b8ffe39bf3b6dc0e07642174fbf19315ac2feb0de6a35431796c94a54711bce93b824
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ .DS_Store
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.3.0
2
+
3
+ * Add Atypon DTDs: v1.1.1
4
+
1
5
  ## 0.2.0
2
6
 
3
7
  * Add Atypon DTDs: 3.0.1, 3.0.4 and 3.0.5
@@ -0,0 +1,233 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Journal Archiving DTD Customize Content and -->
3
+ <!-- Attributes Module -->
4
+ <!-- VERSION: ANSI/NISO JATS Version 1.0 (Z39.96-2012) -->
5
+ <!-- Atypon Customization -->
6
+ <!-- DATE: August 2012 -->
7
+ <!-- -->
8
+ <!-- Created from, and fully compatible with, the ANSI/NISO -->
9
+ <!-- Z39.96 Journal Article Tag Suite (JATS). -->
10
+ <!-- -->
11
+ <!-- ============================================================= -->
12
+
13
+ <!-- ============================================================= -->
14
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
15
+ <!-- TYPICAL INVOCATION -->
16
+ <!--
17
+ "-//Atypon//DTD Atypon JATS Journal Archiving and Interchange Issue XML DTD v1.1 20160222//EN"
18
+ Delivered as file "Atypon-Issue-Xml.dtd" -->
19
+ <!-- ============================================================= -->
20
+
21
+ <!ENTITY % archive-oasis-custom-modules.ent PUBLIC
22
+ "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD with OASIS Tables DTD-Specific Modules v1.1 20151215//EN"
23
+ "JATS-archive-oasis-custom-modules1.ent" >
24
+ %archive-oasis-custom-modules.ent;
25
+
26
+ <!ENTITY % modules.ent PUBLIC
27
+ "-//NLM//DTD JATS (Z39.96) Archiving and Interchange DTD Suite Module of Modules v1.1 20151215//EN"
28
+ "JATS-modules1.ent" >
29
+ %modules.ent;
30
+
31
+ <!-- ============================================================= -->
32
+ <!-- CUSTOMIZATION MODULES INVOKED -->
33
+ <!-- Note: These modules must be called after -->
34
+ <!-- all Module of Modules but before any other -->
35
+ <!-- modules. Unlike any other grouping, order -->
36
+ <!-- of these modules matters. -->
37
+ <!-- ============================================================= -->
38
+
39
+ <!-- DEFINE NISO ACCESS AND INDICATORS (RP-22-1015)-->
40
+ <!-- Set all Parameter Entities needed by the
41
+ NISO ALI licensing elements.
42
+ This module is invoked by each DTD. -->
43
+ %JATS-ali-namespace.ent;
44
+
45
+ <!-- DEFINE OASIS NAMESPACE ATTRIBUTE AND PREFIX-->
46
+ <!-- Names the module defines the OASIS CALS
47
+ Exchange Model namespace, prefix, and
48
+ pseudo-attribute @xmlns and all the
49
+ element qnames for CALS Tables. -->
50
+ %JATS-oasis-namespace.ent;
51
+
52
+ <!-- DTD-SPECIFIC CLASS CUSTOMIZATIONS MODULE -->
53
+ <!-- Names the module that holds the DTD-specific
54
+ class definitions for the Journal Archiving
55
+ and Interchange DTD that over-rides the
56
+ Suite defaults. -->
57
+ %archive-oasis-custom-classes.ent;
58
+
59
+ <!-- DEFAULT ELEMENT CLASSES MODULE -->
60
+ <!-- Names the module that holds the standard
61
+ class definitions for the Journal Archiving
62
+ and Interchange DTD Suite. -->
63
+ %default-classes.ent;
64
+
65
+ <!-- DTD-SPECIFIC MIX CUSTOMIZATIONS MODULE -->
66
+ <!-- Set up the Parameter Entities and element
67
+ class definitions that will be used to
68
+ over-ride some element mixes in this DTD. -->
69
+ %archivecustom-mixes.ent;
70
+
71
+ <!-- DEFAULT MIX CUSTOMIZATIONS MODULE -->
72
+ <!-- Names the module that holds the standard
73
+ mix definitions for the Journal Archiving
74
+ and Interchange DTD Suite. -->
75
+ %default-mixes.ent;
76
+
77
+ <!-- ============================================================= -->
78
+ <!-- JATS ELEMENTS RE-DEFINITION -->
79
+ <!-- ============================================================= -->
80
+
81
+ <!-- ISSUE TITLE ELEMENTS -->
82
+ <!-- Elements for use in the <issue-title> element of Issue XML -->
83
+ <!ENTITY % issue-title-elements
84
+ "| %all-phrase; | %break.class;" >
85
+ <!-- ============================================================= -->
86
+
87
+ <!-- DTD-SPECIFIC MODELS/ATTRIBUTES CUSTOMIZATIONS
88
+ MODULE -->
89
+ <!-- Names the module that holds the over-rides
90
+ of content models, attribute lists, elements
91
+ lists to be used in content models, and
92
+ attribute values. These are DTD-specific. -->
93
+ %archivecustom-models.ent;
94
+
95
+ <!-- ============================================================= -->
96
+ <!-- COMMON (SHARED) ELEMENTS MODULE INVOKED -->
97
+ <!-- ============================================================= -->
98
+
99
+ <!-- COMMON (SHARED) DECLARATIONS -->
100
+ <!-- Declarations for elements, attributes,
101
+ entities, and Notations that are shared by
102
+ more than one class module. Note: Must be
103
+ called before any of the class modules. -->
104
+ %common.ent;
105
+
106
+ <!-- ============================================================= -->
107
+ <!-- JOURNAL ARTICLE CLASS ELEMENTS -->
108
+ <!-- ============================================================= -->
109
+
110
+ <!-- ARTICLE METADATA ELEMENTS -->
111
+ %articlemeta.ent;
112
+
113
+ <!-- DISPLAY (GRAPHICAL) ELEMENTS -->
114
+ %display.ent;
115
+
116
+ <!-- FORMATTING ELEMENT CLASSES -->
117
+ <!-- Elements that change rendition/display. -->
118
+ %format.ent;
119
+
120
+ <!-- JOURNAL METADATA ELEMENTS -->
121
+ %journalmeta.ent;
122
+
123
+ <!-- LINK CLASS ELEMENTS -->
124
+ %link.ent;
125
+
126
+ <!-- LIST CLASS ELEMENTS -->
127
+ %list.ent;
128
+
129
+ <!-- PARAGRAPH-LEVEL ELEMENTS -->
130
+ %para.ent;
131
+
132
+ <!-- PHRASE-LEVEL ELEMENTS -->
133
+ %phrase.ent;
134
+
135
+ <!-- NOTATION ELEMENTS -->
136
+ %notat.ent;
137
+
138
+ <!-- MATH ELEMENTS -->
139
+ %math.ent;
140
+
141
+ <!-- SPECIAL CHARACTERS DECLARATIONS -->
142
+ <!-- Standard XML special character entities
143
+ used in this DTD -->
144
+ %xmlspecchars.ent;
145
+
146
+ <!-- CUSTOM SPECIAL CHARACTERS DECLARATIONS -->
147
+ <!-- Custom special character entities created
148
+ specifically for use in this DTD Suite -->
149
+ %chars.ent;
150
+
151
+ <!-- ============================================================= -->
152
+ <!-- TOP-LEVEL ISSUE-XML DEFINITION -->
153
+ <!-- ============================================================= -->
154
+
155
+ <!ELEMENT issue-xml ( journal-meta?, issue-meta, toc* ) >
156
+
157
+ <!ENTITY % issue-xml-atts
158
+ "order NMTOKEN #IMPLIED
159
+ intended-date CDATA #IMPLIED
160
+ xml:lang NMTOKEN 'en'
161
+ xmlns:xlink CDATA #FIXED
162
+ 'http://www.w3.org/1999/xlink'" >
163
+
164
+ <!ATTLIST issue-xml %issue-xml-atts; >
165
+
166
+ <!-- ============================================================= -->
167
+ <!-- ISSUE METADATA ELEMENT DEFINITION -->
168
+ <!-- ============================================================= -->
169
+
170
+ <!ELEMENT issue-meta ( contrib-group*, author-notes?,
171
+ pub-date*,
172
+ series-title*, series-text?,
173
+ volume*, volume-id*, volume-series?,
174
+ issue*, issue-id*, issue-title*,
175
+ issue-sponsor*, issue-part?,
176
+ volume-issue-group*, isbn*, supplement?,
177
+ fpage?, lpage?, page-range?,
178
+ supplementary-material*, history?,
179
+ copyright-statement?, copyright-year?,
180
+ permissions?, self-uri*, related-object*,
181
+ kwd-group*, funding-group*, conference*,
182
+ counts?, custom-meta-group? ) >
183
+
184
+ <!ENTITY % issue-types
185
+ "(normal|ahead-of-print|just-accepted|forthcoming|news|part|volume-suppl|special|errata|letters|proofing|virtual|submitted)">
186
+
187
+ <!ATTLIST issue-meta issue-type %issue-types; "normal" >
188
+
189
+ <!-- ============================================================= -->
190
+ <!-- TABLE OF CONTENTS ELEMENTS DEFINITION -->
191
+ <!-- ============================================================= -->
192
+
193
+ <!ELEMENT toc ( cover?,
194
+ ( issue-subject-group | p | issue-article-meta )* ) >
195
+
196
+ <!ENTITY % toc-types "(page-order|subject-heading-order|page-latin-numeric-order|page-numeric-latin-order)">
197
+
198
+ <!ENTITY % toc-atts
199
+ "xml:lang NMTOKEN #IMPLIED
200
+ toc-type %toc-types; #IMPLIED" >
201
+
202
+ <!ATTLIST toc %toc-atts; >
203
+
204
+ <!ELEMENT cover ( graphic* | caption ) >
205
+
206
+ <!ENTITY % issue-article-meta-model
207
+ "( article-id+, title-group?,
208
+ ( contrib-group | aff | %x.class; )*, author-notes?,
209
+ ( (fpage?, lpage?, page-range?) | elocation-id )?,
210
+ ( %address-link.class; | product | supplementary-material )*,
211
+ history?, self-uri*, related-article*,
212
+ abstract*, trans-abstract*, toc-graphic*, counts? )" >
213
+
214
+ <!ELEMENT issue-article-meta %issue-article-meta-model; >
215
+
216
+ <!ATTLIST issue-article-meta format CDATA #IMPLIED >
217
+
218
+ <!ELEMENT toc-graphic %graphic-model; >
219
+
220
+ <!ATTLIST toc-graphic %graphic-atts; >
221
+
222
+ <!ELEMENT issue-subject-group
223
+ ( issue-subject-title,
224
+ ( issue-article-meta | p | issue-subject-group )*) >
225
+
226
+ <!ATTLIST issue-subject-group format CDATA #IMPLIED >
227
+
228
+ <!ELEMENT issue-subject-title
229
+ ( p*, subject, p*, trans-issue-subject* ) >
230
+
231
+ <!ELEMENT trans-issue-subject ( p*, subject, p* ) >
232
+
233
+ <!ATTLIST trans-issue-subject xml:lang NMTOKEN #IMPLIED >
@@ -0,0 +1,247 @@
1
+ <!-- ============================================================= -->
2
+ <!-- MODULE: Journal Archiving DTD New Custom Elements Module -->
3
+ <!-- VERSION: ANSI/NISO JATS Version 1.0 -->
4
+ <!-- Atypon Customization -->
5
+ <!-- DATE: February 2016 -->
6
+ <!-- -->
7
+ <!-- Created from, and fully compatible with, the ANSI/NISO -->
8
+ <!-- Z39.96 Journal Article Tag Suite (JATS). -->
9
+ <!-- -->
10
+ <!-- ============================================================= -->
11
+
12
+ <!-- ============================================================= -->
13
+ <!-- PUBLIC DOCUMENT TYPE DEFINITION -->
14
+ <!-- TYPICAL INVOCATION -->
15
+ <!--
16
+ "-//Atypon//DTD Atypon JATS (Z39.96) Journal Archiving DTD - Collection of Custom Atypon Elements v1.1.1 20160223//EN"
17
+ Delivered as file "Atypon-archive-custom-elements1.ent" -->
18
+ <!-- ============================================================= -->
19
+
20
+
21
+ <!-- ============================================================= -->
22
+ <!-- DTD VERSION/CHANGE HISTORY -->
23
+ <!-- ============================================================= -->
24
+ <!--
25
+
26
+ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
27
+ =============================================================
28
+ Atypon JATS Version 1.1.1 (Atypon) v1.1.1 (2016-02-23)
29
+
30
+ 5. Changed version to 1.1.1 - Based on JATS Version 1.1.1
31
+
32
+ =============================================================
33
+ Atypon JATS Version 1.1.0 (Atypon) v1.1.0 (2014-11-07)
34
+
35
+ 4. Changed version to 1.1.0 - Based on JATS Version 1.1.0
36
+
37
+ =============================================================
38
+ Atypon JATS Version 1.0.1 (Atypon) v1.0.1 (2013-03-12)
39
+
40
+ 3. ACCREDITATION - Enhance <accreditation> model with additional
41
+ metadata needed by some CME exams: accred-agency, credit-type
42
+ and description.
43
+
44
+ =============================================================
45
+ Atypon JATS Version 1.0.0 (Atypon) v1.0.0 (2012-08-31)
46
+
47
+ 2. ACCREDITATION - Added a new element <accreditation> which
48
+ collects accreditation metadata for CME articles.
49
+
50
+ 1. QUESTION/ANSWER - Added a new element <question-wrap> to
51
+ the sec.class. The element implements a Question/Answer
52
+ scheme which is particularly useful to Continuing Medical
53
+ Education articles. The model allows for simple questions
54
+ followed by their corresponding answers or for a multiple
55
+ choice setup, where questions are followed by multiple
56
+ alternative answers, along with the correct answer and an
57
+ explanation.
58
+
59
+ -->
60
+
61
+
62
+ <!-- ============================================================= -->
63
+ <!-- QUESTION/ANSWER ELEMENTS -->
64
+ <!-- ============================================================= -->
65
+
66
+ <!-- QUESTION/ANSWER ELEMENTS -->
67
+ <!-- Used to model a Question/Answer scheme which
68
+ is particularly useful to Continuing Medical
69
+ Education articles. The model allows for
70
+ simple questions followed by their
71
+ corresponding answers or for a multiple
72
+ choice setup, where questions are followed
73
+ by multiple alternative answers, along with
74
+ the correct answer and an explanation. -->
75
+
76
+ <!ENTITY % answer-types "essay | fill-in-the-blank | multi-select |
77
+ multiple-choice | short-answer |
78
+ true-false" >
79
+
80
+ <!ELEMENT question-wrap
81
+ (object-id*, question,
82
+ (answer | answer-set)?, explanation*) >
83
+
84
+ <!ENTITY % question-wrap-atts
85
+ "%jats-common-atts;
86
+ audience CDATA #IMPLIED
87
+ content-type CDATA #IMPLIED
88
+ specific-use CDATA #IMPLIED
89
+ xml:lang NMTOKEN #IMPLIED" >
90
+
91
+ <!ATTLIST question-wrap
92
+ %question-wrap-atts; >
93
+
94
+ <!ELEMENT question
95
+ (object-id*, sec-meta?,
96
+ label?, title?, subtitle*, alt-title*,
97
+ ( (%sec-level;)+ |
98
+ ( (%para-level;)+, (%sec-level;)* ) ),
99
+ option*,
100
+ (%sec-back-matter-mix;)* ) >
101
+
102
+ <!ENTITY % question-atts
103
+ "%jats-common-atts;
104
+ question-response-type (%answer-types;) #IMPLIED
105
+ content-type CDATA #IMPLIED
106
+ specific-use CDATA #IMPLIED
107
+ xml:lang NMTOKEN #IMPLIED" >
108
+
109
+ <!ATTLIST question
110
+ %question-atts; >
111
+
112
+ <!ELEMENT question-wrap-group
113
+ (object-id*,
114
+ label?, title?, subtitle*, alt-title*,
115
+ question-preamble?,
116
+ question-wrap+ ) >
117
+
118
+ <!ENTITY % question-wrap-group-atts
119
+ "%jats-common-atts;
120
+ audience CDATA #IMPLIED
121
+ content-type CDATA #IMPLIED
122
+ specific-use CDATA #IMPLIED
123
+ xml:lang NMTOKEN #IMPLIED" >
124
+
125
+ <!ATTLIST question-wrap-group
126
+ %question-wrap-group-atts; >
127
+
128
+ <!ELEMENT question-preamble
129
+ (object-id*,
130
+ label?, title?, subtitle*, alt-title*,
131
+ (%para-level;)*, (%sec.class;)* ) >
132
+
133
+ <!ENTITY % question-preamble-atts
134
+ "%jats-common-atts;
135
+ content-type CDATA #IMPLIED
136
+ specific-use CDATA #IMPLIED
137
+ xml:lang NMTOKEN #IMPLIED" >
138
+
139
+ <!ATTLIST question-preamble
140
+ %question-preamble-atts; >
141
+
142
+ <!ELEMENT answer
143
+ (object-id*,
144
+ label?, title?, subtitle*, alt-title*,
145
+ ( (%sec-level;)+ |
146
+ ( (%answer-para-level;)+, (%sec-level;)* ) ),
147
+ (%sec-back-matter-mix;)*, explanation* ) >
148
+
149
+ <!ENTITY % answer-atts
150
+ "%jats-common-atts;
151
+ pointer-to-question IDREFS #REQUIRED
152
+ content-type CDATA #IMPLIED
153
+ specific-use CDATA #IMPLIED
154
+ xml:lang NMTOKEN #IMPLIED" >
155
+
156
+ <!ATTLIST answer
157
+ %answer-atts; >
158
+
159
+ <!ELEMENT answer-set
160
+ (object-id*,
161
+ label?, title?, subtitle*, alt-title*,
162
+ (answer | %just-para.class; |
163
+ explanation)+) >
164
+
165
+ <!ENTITY % answer-set-atts
166
+ "%jats-common-atts;
167
+ content-type CDATA #IMPLIED
168
+ specific-use CDATA #IMPLIED
169
+ xml:lang NMTOKEN #IMPLIED" >
170
+
171
+ <!ATTLIST answer-set
172
+ %answer-set-atts; >
173
+
174
+ <!ELEMENT option
175
+ (object-id*,
176
+ label?, title?, subtitle*, alt-title*,
177
+ ( (%sec-level;)+ |
178
+ ( (%answer-para-level;)+,
179
+ (%sec-level;)* ) ),
180
+ (%sec-back-matter-mix;)*,
181
+ explanation*) >
182
+
183
+ <!ENTITY % option-atts
184
+ "%jats-common-atts;
185
+ correct (yes | no) #IMPLIED
186
+ content-type CDATA #IMPLIED
187
+ specific-use CDATA #IMPLIED
188
+ xml:lang NMTOKEN #IMPLIED" >
189
+
190
+ <!ATTLIST option
191
+ %option-atts; >
192
+
193
+ <!ELEMENT explanation
194
+ (object-id*,
195
+ label?, title?, subtitle*, alt-title*,
196
+ ( (%sec-level;)+ |
197
+ ( (%answer-para-level;)+,
198
+ (%sec-level;)* ) ),
199
+ (%sec-back-matter-mix;)*) >
200
+
201
+ <!ENTITY % explanation-atts
202
+ "%jats-common-atts;
203
+ pointer-to-explained IDREFS #REQUIRED
204
+ content-type CDATA #IMPLIED
205
+ specific-use CDATA #IMPLIED
206
+ xml:lang NMTOKEN #IMPLIED" >
207
+
208
+ <!ATTLIST explanation
209
+ %explanation-atts; >
210
+
211
+
212
+ <!-- ============================================================= -->
213
+ <!-- EXAM ACCREDITATION INFORMATION ELEMENTS -->
214
+ <!-- ============================================================= -->
215
+
216
+ <!-- EXAM ACCREDITATION ELEMENTS -->
217
+ <!-- Used to record the accreditation body and
218
+ agency, the type of credit and the number
219
+ of credit hours earned after taking the
220
+ exam. -->
221
+ <!ENTITY % accreditation-model
222
+ "(accred-org-name, accred-agency?, credit-type?,
223
+ max-credit-hours, description?)" >
224
+
225
+ <!ELEMENT accreditation %accreditation-model; >
226
+
227
+ <!ELEMENT accred-org-name (#PCDATA) >
228
+
229
+ <!ELEMENT accred-agency (#PCDATA) >
230
+
231
+ <!ELEMENT credit-type (#PCDATA) >
232
+
233
+ <!ELEMENT max-credit-hours (#PCDATA) >
234
+
235
+ <!ELEMENT description (%just-para.class;)+ >
236
+
237
+ <!-- correct-answers-percent: Specifies the percentage of correct
238
+ answers needed to earn the specified
239
+ credit hours -->
240
+ <!ENTITY % max-credit-hours-atts
241
+ "correct-answers-percent NMTOKEN #IMPLIED ">
242
+
243
+ <!ATTLIST max-credit-hours
244
+ %max-credit-hours-atts; >
245
+
246
+
247
+ <!-- ============== End Archive Atypon Custom Classes ============ -->