File: NCBI_Pub.mod.dtd

package info (click to toggle)
python-biopython 1.68%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 46,860 kB
  • ctags: 13,237
  • sloc: python: 160,306; xml: 93,216; ansic: 9,118; sql: 1,208; makefile: 155; sh: 63
file content (120 lines) | stat: -rw-r--r-- 2,700 bytes parent folder | download | duplicates (7)
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
<!-- ============================================
     ::DATATOOL:: Generated from "pub.asn"
     ::DATATOOL:: by application DATATOOL version 1.9.0
     ::DATATOOL:: on 04/10/2008 16:04:22
     ============================================ -->

<!-- ============================================ -->
<!-- This section is mapped from module "NCBI-Pub"
================================================= -->

<!--
$Revision: 6.0 $
********************************************************************

  Publication common set
  James Ostell, 1990

  This is the base class definitions for Publications of all sorts

  support for PubMedId added in 1996
********************************************************************
-->

<!-- Elements used by other modules:
          Pub,
          Pub-set,
          Pub-equiv -->

<!-- Elements referenced from other modules:
          Medline-entry FROM NCBI-Medline,
          Cit-art,
          Cit-jour,
          Cit-book,
          Cit-proc,
          Cit-pat,
          Id-pat,
          Cit-gen,
          Cit-let,
          Cit-sub,
          PubMedId FROM NCBI-Biblio -->
<!-- ============================================ -->


<!ELEMENT Pub (
        Pub_gen | 
        Pub_sub | 
        Pub_medline | 
        Pub_muid | 
        Pub_article | 
        Pub_journal | 
        Pub_book | 
        Pub_proc | 
        Pub_patent | 
        Pub_pat-id | 
        Pub_man | 
        Pub_equiv | 
        Pub_pmid)>

<!-- general or generic unparsed -->
<!ELEMENT Pub_gen (Cit-gen)>

<!-- submission -->
<!ELEMENT Pub_sub (Cit-sub)>

<!ELEMENT Pub_medline (Medline-entry)>

<!-- medline uid -->
<!ELEMENT Pub_muid (%INTEGER;)>

<!ELEMENT Pub_article (Cit-art)>

<!ELEMENT Pub_journal (Cit-jour)>

<!ELEMENT Pub_book (Cit-book)>

<!-- proceedings of a meeting -->
<!ELEMENT Pub_proc (Cit-proc)>

<!ELEMENT Pub_patent (Cit-pat)>

<!-- identify a patent -->
<!ELEMENT Pub_pat-id (Id-pat)>

<!-- manuscript, thesis, or letter -->
<!ELEMENT Pub_man (Cit-let)>

<!-- to cite a variety of ways -->
<!ELEMENT Pub_equiv (Pub-equiv)>

<!-- PubMedId -->
<!ELEMENT Pub_pmid (PubMedId)>

<!-- equivalent identifiers for same citation -->
<!ELEMENT Pub-equiv (Pub*)>


<!ELEMENT Pub-set (
        Pub-set_pub | 
        Pub-set_medline | 
        Pub-set_article | 
        Pub-set_journal | 
        Pub-set_book | 
        Pub-set_proc | 
        Pub-set_patent)>

<!ELEMENT Pub-set_pub (Pub*)>

<!ELEMENT Pub-set_medline (Medline-entry*)>

<!ELEMENT Pub-set_article (Cit-art*)>

<!ELEMENT Pub-set_journal (Cit-jour*)>

<!ELEMENT Pub-set_book (Cit-book*)>

<!-- proceedings of a meeting -->
<!ELEMENT Pub-set_proc (Cit-proc*)>

<!ELEMENT Pub-set_patent (Cit-pat*)>