File: EMBL_General.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 (133 lines) | stat: -rw-r--r-- 2,871 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
<!-- ============================================
     ::DATATOOL:: Generated from "seqblock.asn"
     ::DATATOOL:: by application DATATOOL version 1.8.1
     ::DATATOOL:: on 01/18/2007 23:07:18
     ============================================ -->

<!-- ============================================ -->
<!-- This section is mapped from module "EMBL-General"
================================================= -->

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

 1990 - J.Ostell
 Version 3.0 - June 1994

*********************************************************************
*********************************************************************

  EMBL specific data
  This block of specifications was developed by Reiner Fuchs of EMBL
  Updated by J.Ostell, 1994

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

<!-- Elements used by other modules:
          EMBL-dbname,
          EMBL-xref,
          EMBL-block -->

<!-- Elements referenced from other modules:
          Date,
          Object-id FROM NCBI-General -->
<!-- ============================================ -->


<!ELEMENT EMBL-dbname (
        EMBL-dbname_code | 
        EMBL-dbname_name)>

<!ELEMENT EMBL-dbname_code %ENUM;>
<!ATTLIST EMBL-dbname_code value (
        embl |
        genbank |
        ddbj |
        geninfo |
        medline |
        swissprot |
        pir |
        pdb |
        epd |
        ecd |
        tfd |
        flybase |
        prosite |
        enzyme |
        mim |
        ecoseq |
        hiv |
        other
        ) #REQUIRED >


<!ELEMENT EMBL-dbname_name (#PCDATA)>


<!ELEMENT EMBL-xref (
        EMBL-xref_dbname, 
        EMBL-xref_id)>

<!ELEMENT EMBL-xref_dbname (EMBL-dbname)>

<!ELEMENT EMBL-xref_id (Object-id*)>


<!ELEMENT EMBL-block (
        EMBL-block_class?, 
        EMBL-block_div?, 
        EMBL-block_creation-date, 
        EMBL-block_update-date, 
        EMBL-block_extra-acc?, 
        EMBL-block_keywords?, 
        EMBL-block_xref?)>

<!ELEMENT EMBL-block_class %ENUM;>
<!ATTLIST EMBL-block_class value (
        not-set |
        standard |
        unannotated |
        other
        ) #REQUIRED >


<!ELEMENT EMBL-block_div %ENUM;>
<!ATTLIST EMBL-block_div value (
        fun |
        inv |
        mam |
        org |
        phg |
        pln |
        pri |
        pro |
        rod |
        syn |
        una |
        vrl |
        vrt |
        pat |
        est |
        sts |
        other
        ) #REQUIRED >


<!ELEMENT EMBL-block_creation-date (Date)>

<!ELEMENT EMBL-block_update-date (Date)>

<!ELEMENT EMBL-block_extra-acc (EMBL-block_extra-acc_E*)>


<!ELEMENT EMBL-block_extra-acc_E (#PCDATA)>

<!ELEMENT EMBL-block_keywords (EMBL-block_keywords_E*)>


<!ELEMENT EMBL-block_keywords_E (#PCDATA)>

<!ELEMENT EMBL-block_xref (EMBL-xref*)>