File: NCBI_Project.mod.dtd

package info (click to toggle)
python-biopython 1.68%2Bdfsg-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 46,856 kB
  • sloc: python: 160,306; xml: 93,216; ansic: 9,118; sql: 1,208; makefile: 155; sh: 63
file content (158 lines) | stat: -rw-r--r-- 3,769 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
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
<!-- ============================================
     ::DATATOOL:: Generated from "proj.asn"
     ::DATATOOL:: by application DATATOOL version 1.8.1
     ::DATATOOL:: on 01/18/2007 23:07:18
     ============================================ -->

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

<!--
$Revision: 6.3 $
****************************************************************

  NCBI Project Definition Module
  by Jim Ostell and Jonathan Kans, 1998

****************************************************************
-->

<!-- Elements used by other modules:
          Project,
          Project-item -->

<!-- Elements referenced from other modules:
          Date FROM NCBI-General,
          PubMedId FROM NCBI-Biblio,
          Seq-id,
          Seq-loc FROM NCBI-Seqloc,
          Seq-annot,
          Pubdesc FROM NCBI-Sequence,
          Seq-entry FROM NCBI-Seqset,
          Pubmed-entry FROM NCBI-PubMed -->
<!-- ============================================ -->


<!ELEMENT Project (
        Project_descr?, 
        Project_data)>

<!ELEMENT Project_descr (Project-descr)>

<!ELEMENT Project_data (Project-item)>


<!ELEMENT Project-item (
        Project-item_pmuid | 
        Project-item_protuid | 
        Project-item_nucuid | 
        Project-item_sequid | 
        Project-item_genomeuid | 
        Project-item_structuid | 
        Project-item_pmid | 
        Project-item_protid | 
        Project-item_nucid | 
        Project-item_seqid | 
        Project-item_genomeid | 
        Project-item_structid | 
        Project-item_pment | 
        Project-item_protent | 
        Project-item_nucent | 
        Project-item_seqent | 
        Project-item_genomeent | 
        Project-item_structent | 
        Project-item_seqannot | 
        Project-item_loc | 
        Project-item_proj)>

<!ELEMENT Project-item_pmuid (Project-item_pmuid_E*)>


<!ELEMENT Project-item_pmuid_E (%INTEGER;)>

<!ELEMENT Project-item_protuid (Project-item_protuid_E*)>


<!ELEMENT Project-item_protuid_E (%INTEGER;)>

<!ELEMENT Project-item_nucuid (Project-item_nucuid_E*)>


<!ELEMENT Project-item_nucuid_E (%INTEGER;)>

<!ELEMENT Project-item_sequid (Project-item_sequid_E*)>


<!ELEMENT Project-item_sequid_E (%INTEGER;)>

<!ELEMENT Project-item_genomeuid (Project-item_genomeuid_E*)>


<!ELEMENT Project-item_genomeuid_E (%INTEGER;)>

<!ELEMENT Project-item_structuid (Project-item_structuid_E*)>


<!ELEMENT Project-item_structuid_E (%INTEGER;)>

<!ELEMENT Project-item_pmid (PubMedId*)>

<!ELEMENT Project-item_protid (Seq-id*)>

<!ELEMENT Project-item_nucid (Seq-id*)>

<!ELEMENT Project-item_seqid (Seq-id*)>

<!ELEMENT Project-item_genomeid (Seq-id*)>

<!ELEMENT Project-item_structid EMPTY>

<!ELEMENT Project-item_pment (Pubmed-entry*)>

<!ELEMENT Project-item_protent (Seq-entry*)>

<!ELEMENT Project-item_nucent (Seq-entry*)>

<!ELEMENT Project-item_seqent (Seq-entry*)>

<!ELEMENT Project-item_genomeent (Seq-entry*)>

<!ELEMENT Project-item_structent EMPTY>

<!ELEMENT Project-item_seqannot (Seq-annot*)>

<!ELEMENT Project-item_loc (Seq-loc*)>

<!ELEMENT Project-item_proj (Project*)>


<!ELEMENT Project-descr (
        Project-descr_id, 
        Project-descr_name?, 
        Project-descr_descr?)>

<!ELEMENT Project-descr_id (Project-id*)>

<!ELEMENT Project-descr_name (#PCDATA)>

<!ELEMENT Project-descr_descr (Projdesc*)>


<!ELEMENT Projdesc (
        Projdesc_pub | 
        Projdesc_date | 
        Projdesc_comment | 
        Projdesc_title)>

<!ELEMENT Projdesc_pub (Pubdesc)>

<!ELEMENT Projdesc_date (Date)>

<!ELEMENT Projdesc_comment (#PCDATA)>

<!ELEMENT Projdesc_title (#PCDATA)>


<!ELEMENT Project-id (#PCDATA)>