forked from plazi/TaxPub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelated-object3.ent
More file actions
130 lines (108 loc) · 6.88 KB
/
related-object3.ent
File metadata and controls
130 lines (108 loc) · 6.88 KB
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
<!-- ============================================================= -->
<!-- MODULE: Related Object Element -->
<!-- VERSION: 3.0 -->
<!-- DATE: Feb 2008 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- PUBLIC DOCUMENT TYPE DEFINITION -->
<!-- TYPICAL INVOCATION -->
<!--
"-//NLM//DTD Archiving and Interchange DTD Suite Related Object Element v3.0 20080202//EN"
Delivered as file "related-object3.ent" -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Archiving and Interchange DTD Suite -->
<!-- -->
<!-- PURPOSE: Define the element <related-object>. [This -->
<!-- module was previously part of the NLM Book Tag Set-->
<!-- and named bookrelated-object.ent.] -->
<!-- -->
<!-- CONTAINS: 1) The declaration for the element -->
<!-- -->
<!-- CREATED FOR: -->
<!-- NLM Bookshelf -->
<!-- National Center for Biotechnology Information -->
<!-- (NCBI) -->
<!-- National Library of Medicine (NLM) -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- February 2008 (book modules Oct 2006) -->
<!-- -->
<!-- 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" -->
<!-- ============================================================= -->
<!-- RELATED OBJECT ATTRIBUTES -->
<!-- ============================================================= -->
<!-- RELATED OBJECT ATTRIBUTES -->
<!-- Attributes for <related-object> -->
<!ENTITY % related-object-atts
"id ID #IMPLIED
link-type CDATA #IMPLIED
source-id CDATA #IMPLIED
source-id-type
CDATA #IMPLIED
source-type
CDATA #IMPLIED
document-id
CDATA #IMPLIED
document-id-type
CDATA #IMPLIED
document-type
CDATA #IMPLIED
object-id CDATA #IMPLIED
object-id-type
CDATA #IMPLIED
object-type
CDATA #IMPLIED
content-type
CDATA #IMPLIED" >
<!-- ============================================================= -->
<!-- RELATED OBJECT ELEMENT -->
<!-- ============================================================= -->
<!-- RELATED OBJECT ELEMENTS -->
<!-- Elements allowed inside <related-object> -->
<!ENTITY % related-object-elements
"| %emphasis.class; |
%phrase-content.class; |
%references.class; | %subsup.class;" >
<!-- RELATED OBJECT INFORMATION -->
<!-- Wrapper element, used as a container for
text links to a related object, possibly
accompanied by a very brief description of
the object, for example a related book, a
related chapter or figure in a book, a
related dataset, etc.
Details at:
http://dtd.nlm.nih.gov/archiving/tag-library/3.0/index.html?elem=related-object
http://dtd.nlm.nih.gov/publishing/tag-library/3.0/index.html?elem=related-object
http://dtd.nlm.nih.gov/articleauthoring/tag-library/3.0/index.html?elem=related-object
http://dtd.nlm.nih.gov/book/tag-library/3.0/index.html?elem=related-object
-->
<!ELEMENT related-object
(#PCDATA %related-object-elements;)* >
<!ATTLIST related-object
%related-object-atts; >
<!-- ================== End Related Object Element Module ======== -->