File: NCBI_Entrezgene.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 (384 lines) | stat: -rw-r--r-- 10,050 bytes parent folder | download | duplicates (3)
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!-- ============================================
     ::DATATOOL:: Generated from "entrezgene.asn"
     ::DATATOOL:: by application DATATOOL version 2.4.4
     ::DATATOOL:: on 02/14/2013 23:04:00
     ============================================ -->

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

<!--
$Revision: 389081 $ 
********************************************************************** 
 
  NCBI Entrezgene 
  by James Ostell, 2001 
   
  Generic "Gene" object for Entrez Genes 
    This object is designed to incorporate a subset of information from 
    LocusLink and from records in Entrez Genomes to provide indexing, 
    linkage, and a useful summary report in Entrez for "Genes" 
 
********************************************************************** 
-->

<!-- Elements used by other modules:
          Entrezgene,
          Entrezgene-Set,
          Gene-track,
          Gene-commentary -->

<!-- Elements referenced from other modules:
          Gene-ref FROM NCBI-Gene,
          Prot-ref FROM NCBI-Protein,
          BioSource FROM NCBI-BioSource,
          RNA-ref FROM NCBI-RNA,
          Dbtag,
          Date FROM NCBI-General,
          Seq-loc FROM NCBI-Seqloc,
          Pub FROM NCBI-Pub -->
<!-- ============================================ -->

<!--
******************************************** 
 Entrezgene is the "document" indexed in Entrez 
  and presented in the full display 
 It also contains the Entrez ID and date information 
******************************************* 
-->
<!ELEMENT Entrezgene (
        Entrezgene_track-info?, 
        Entrezgene_type, 
        Entrezgene_source, 
        Entrezgene_gene, 
        Entrezgene_prot?, 
        Entrezgene_rna?, 
        Entrezgene_summary?, 
        Entrezgene_location?, 
        Entrezgene_gene-source?, 
        Entrezgene_locus?, 
        Entrezgene_properties?, 
        Entrezgene_refgene?, 
        Entrezgene_homology?, 
        Entrezgene_comments?, 
        Entrezgene_unique-keys?, 
        Entrezgene_xtra-index-terms?, 
        Entrezgene_xtra-properties?, 
        Entrezgene_xtra-iq?, 
        Entrezgene_non-unique-keys?)>

<!-- not in submission, but in retrieval  -->
<!ELEMENT Entrezgene_track-info (Gene-track)>
<!-- type of Gene -->
<!ELEMENT Entrezgene_type (%INTEGER;)>
<!ATTLIST Entrezgene_type value (
        unknown |
        tRNA |
        rRNA |
        snRNA |
        scRNA |
        snoRNA |
        protein-coding |
        pseudo |
        transposon |
        miscRNA |
        ncRNA |
        other
        ) #IMPLIED >


<!ELEMENT Entrezgene_source (BioSource)>

<!-- for locus-tag see note 3 -->
<!ELEMENT Entrezgene_gene (Gene-ref)>

<!ELEMENT Entrezgene_prot (Prot-ref)>

<!ELEMENT Entrezgene_rna (RNA-ref)>

<!-- short summary  -->
<!ELEMENT Entrezgene_summary (#PCDATA)>

<!ELEMENT Entrezgene_location (Maps*)>

<!-- NCBI source to Entrez  -->
<!ELEMENT Entrezgene_gene-source (Gene-source)>

<!--
 location of gene on chromosome (if known)
 and all information about products
 (mRNA, proteins and so on)
-->
<!ELEMENT Entrezgene_locus (Gene-commentary*)>

<!ELEMENT Entrezgene_properties (Gene-commentary*)>

<!-- NG for this?  -->
<!ELEMENT Entrezgene_refgene (Gene-commentary*)>

<!ELEMENT Entrezgene_homology (Gene-commentary*)>

<!ELEMENT Entrezgene_comments (Gene-commentary*)>

<!-- see note 3 -->
<!ELEMENT Entrezgene_unique-keys (Dbtag*)>

<!-- see note 2 -->
<!ELEMENT Entrezgene_xtra-index-terms (Entrezgene_xtra-index-terms_E*)>


<!ELEMENT Entrezgene_xtra-index-terms_E (#PCDATA)>

<!-- see note 2 -->
<!ELEMENT Entrezgene_xtra-properties (Xtra-Terms*)>

<!-- see note 2 -->
<!ELEMENT Entrezgene_xtra-iq (Xtra-Terms*)>

<!ELEMENT Entrezgene_non-unique-keys (Dbtag*)>


<!ELEMENT Entrezgene-Set (Entrezgene*)>


<!ELEMENT Gene-track (
        Gene-track_geneid, 
        Gene-track_status?, 
        Gene-track_current-id?, 
        Gene-track_create-date, 
        Gene-track_update-date, 
        Gene-track_discontinue-date?)>

<!-- required unique document id  -->
<!ELEMENT Gene-track_geneid (%INTEGER;)>

<!ELEMENT Gene-track_status (%INTEGER;)>

<!--
    secondary	-  synonym with merged
    discontinued	-  'deleted', still index and display to public
    newentry	-   for GeneRif submission (DEPRECATED)
-->
<!ATTLIST Gene-track_status value (
        live |
        secondary |
        discontinued |
        newentry
        ) #IMPLIED >


<!-- see note 1 below -->
<!ELEMENT Gene-track_current-id (Dbtag*)>

<!-- date created in Entrez  -->
<!ELEMENT Gene-track_create-date (Date)>

<!-- last date updated in Entrez  -->
<!ELEMENT Gene-track_update-date (Date)>

<!-- -->
<!ELEMENT Gene-track_discontinue-date (Date)>


<!ELEMENT Gene-source (
        Gene-source_src, 
        Gene-source_src-int?, 
        Gene-source_src-str1?, 
        Gene-source_src-str2?, 
        Gene-source_gene-display?, 
        Gene-source_locus-display?, 
        Gene-source_extra-terms?)>

<!-- key to the source within NCBI locuslink, Ecoli, etc  -->
<!ELEMENT Gene-source_src (#PCDATA)>

<!-- eg. locuslink id  -->
<!ELEMENT Gene-source_src-int (%INTEGER;)>

<!-- eg. chromosome1  -->
<!ELEMENT Gene-source_src-str1 (#PCDATA)>

<!-- see note 3 -->
<!ELEMENT Gene-source_src-str2 (#PCDATA)>

<!-- do we have a URL for gene display?  -->
<!ELEMENT Gene-source_gene-display EMPTY>
<!ATTLIST Gene-source_gene-display value ( true | false ) "false" >


<!-- do we have a URL for map/locus display?  -->
<!ELEMENT Gene-source_locus-display EMPTY>
<!ATTLIST Gene-source_locus-display value ( true | false ) "false" >


<!-- do we have a URL for extra indexing terms?  -->
<!ELEMENT Gene-source_extra-terms EMPTY>
<!ATTLIST Gene-source_extra-terms value ( true | false ) "false" >



<!ELEMENT Gene-commentary (
        Gene-commentary_type, 
        Gene-commentary_heading?, 
        Gene-commentary_label?, 
        Gene-commentary_text?, 
        Gene-commentary_accession?, 
        Gene-commentary_version?, 
        Gene-commentary_xtra-properties?, 
        Gene-commentary_refs?, 
        Gene-commentary_source?, 
        Gene-commentary_genomic-coords?, 
        Gene-commentary_seqs?, 
        Gene-commentary_products?, 
        Gene-commentary_properties?, 
        Gene-commentary_comment?, 
        Gene-commentary_create-date?, 
        Gene-commentary_update-date?)>
<!-- type of Gene Commentary -->
<!ELEMENT Gene-commentary_type (%INTEGER;)>

<!--
    property	-  used to display tag/value pair
         for this type label is used as property tag, text is used as property value, 
         other fields are not used.
    reference	-  currently not used             
    generif	-  to include generif in the main blob             
    phenotype	-  to display phenotype information
    complex	-  used (but not limited) to identify resulting 
         interaction complexes
    compound	-  pubchem entities
    gene-group	-  for relationship sets (such as pseudogene / parent gene)
-->
<!ATTLIST Gene-commentary_type value (
        genomic |
        pre-RNA |
        mRNA |
        rRNA |
        tRNA |
        snRNA |
        scRNA |
        peptide |
        other-genetic |
        genomic-mRNA |
        cRNA |
        mature-peptide |
        pre-protein |
        miscRNA |
        snoRNA |
        property |
        reference |
        generif |
        phenotype |
        complex |
        compound |
        ncRNA |
        gene-group |
        comment |
        other
        ) #IMPLIED >


<!-- appears above text  -->
<!ELEMENT Gene-commentary_heading (#PCDATA)>

<!--
 occurs to left of text
 for protein and RNA types it is a name
 for property type it is a property tag  
-->
<!ELEMENT Gene-commentary_label (#PCDATA)>

<!--
 block of text 
 for property type it is a property value  
-->
<!ELEMENT Gene-commentary_text (#PCDATA)>

<!-- accession for the gi in the seqloc, see note 3 -->
<!ELEMENT Gene-commentary_accession (#PCDATA)>

<!-- version for the accession above -->
<!ELEMENT Gene-commentary_version (%INTEGER;)>

<!-- see note 2 -->
<!ELEMENT Gene-commentary_xtra-properties (Xtra-Terms*)>

<!-- refs for this  -->
<!ELEMENT Gene-commentary_refs (Pub*)>

<!-- links and refs  -->
<!ELEMENT Gene-commentary_source (Other-source*)>

<!-- referenced sequences in genomic coords -->
<!ELEMENT Gene-commentary_genomic-coords (Seq-loc*)>

<!-- referenced sequences in non-genomic coords -->
<!ELEMENT Gene-commentary_seqs (Seq-loc*)>

<!ELEMENT Gene-commentary_products (Gene-commentary*)>

<!ELEMENT Gene-commentary_properties (Gene-commentary*)>

<!ELEMENT Gene-commentary_comment (Gene-commentary*)>

<!ELEMENT Gene-commentary_create-date (Date)>

<!ELEMENT Gene-commentary_update-date (Date)>


<!ELEMENT Other-source (
        Other-source_src?, 
        Other-source_pre-text?, 
        Other-source_anchor?, 
        Other-source_url?, 
        Other-source_post-text?)>

<!-- key to non-ncbi source  -->
<!ELEMENT Other-source_src (Dbtag)>

<!-- text before anchor  -->
<!ELEMENT Other-source_pre-text (#PCDATA)>

<!-- text to show as highlight  -->
<!ELEMENT Other-source_anchor (#PCDATA)>

<!-- if present, use this URL not Dbtag and datbase  -->
<!ELEMENT Other-source_url (#PCDATA)>

<!-- text after anchor  -->
<!ELEMENT Other-source_post-text (#PCDATA)>


<!ELEMENT Maps (
        Maps_display-str, 
        Maps_method)>

<!ELEMENT Maps_display-str (#PCDATA)>

<!ELEMENT Maps_method (
        Maps_method_proxy | 
        Maps_method_map-type)>

<!--url to non mapviewer mapviewing resource -->
<!ELEMENT Maps_method_proxy (#PCDATA)>
<!-- units used in display-str to query mapviewer  -->
<!ELEMENT Maps_method_map-type %ENUM;>
<!ATTLIST Maps_method_map-type value (
        cyto |
        bp |
        cM |
        cR |
        min
        ) #REQUIRED >


<!-- see note 2 -->
<!ELEMENT Xtra-Terms (
        Xtra-Terms_tag, 
        Xtra-Terms_value)>

<!ELEMENT Xtra-Terms_tag (#PCDATA)>

<!ELEMENT Xtra-Terms_value (#PCDATA)>