File: NCBI_Protein.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 (75 lines) | stat: -rw-r--r-- 1,791 bytes parent folder | download | duplicates (9)
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
<!-- ============================================
     ::DATATOOL:: Generated from "seqfeat.asn"
     ::DATATOOL:: by application DATATOOL version 1.9.0
     ::DATATOOL:: on 04/10/2008 16:04:22
     ============================================ -->

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

<!--
**********************************************************************

  NCBI Protein
  by James Ostell, 1990
  version 0.8

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

<!-- Elements used by other modules:
          Prot-ref -->

<!-- Elements referenced from other modules:
          Dbtag FROM NCBI-General -->
<!-- ============================================ -->

<!--
*** Prot-ref ***********************************************
*
*  Reference to a protein name
*
-->
<!ELEMENT Prot-ref (
        Prot-ref_name?, 
        Prot-ref_desc?, 
        Prot-ref_ec?, 
        Prot-ref_activity?, 
        Prot-ref_db?, 
        Prot-ref_processed?)>

<!-- protein name -->
<!ELEMENT Prot-ref_name (Prot-ref_name_E*)>


<!ELEMENT Prot-ref_name_E (#PCDATA)>

<!-- description (instead of name) -->
<!ELEMENT Prot-ref_desc (#PCDATA)>

<!-- E.C. number(s) -->
<!ELEMENT Prot-ref_ec (Prot-ref_ec_E*)>


<!ELEMENT Prot-ref_ec_E (#PCDATA)>

<!-- activities -->
<!ELEMENT Prot-ref_activity (Prot-ref_activity_E*)>


<!ELEMENT Prot-ref_activity_E (#PCDATA)>

<!-- ids in other dbases -->
<!ELEMENT Prot-ref_db (Dbtag*)>
<!-- processing status -->
<!ELEMENT Prot-ref_processed %ENUM;>
<!ATTLIST Prot-ref_processed value (
        not-set |
        preprotein |
        mature |
        signal-peptide |
        transit-peptide
        ) #REQUIRED >