File: NCBI_Seqres.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 (134 lines) | stat: -rw-r--r-- 3,149 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
<!-- ============================================
     ::DATATOOL:: Generated from "seqres.asn"
     ::DATATOOL:: by application DATATOOL version 1.9.0
     ::DATATOOL:: on 04/10/2008 16:04:22
     ============================================ -->

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

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

  NCBI Sequence Analysis Results (other than alignments)
  by James Ostell, 1990

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

<!-- Elements used by other modules:
          Seq-graph -->

<!-- Elements referenced from other modules:
          Seq-loc FROM NCBI-Seqloc -->
<!-- ============================================ -->

<!--
*** Sequence Graph ********************************
*
*   for values mapped by residue or range to sequence
*
-->
<!ELEMENT Seq-graph (
        Seq-graph_title?, 
        Seq-graph_comment?, 
        Seq-graph_loc, 
        Seq-graph_title-x?, 
        Seq-graph_title-y?, 
        Seq-graph_comp?, 
        Seq-graph_a?, 
        Seq-graph_b?, 
        Seq-graph_numval, 
        Seq-graph_graph)>

<!ELEMENT Seq-graph_title (#PCDATA)>

<!ELEMENT Seq-graph_comment (#PCDATA)>

<!-- region this applies to -->
<!ELEMENT Seq-graph_loc (Seq-loc)>

<!-- title for x-axis -->
<!ELEMENT Seq-graph_title-x (#PCDATA)>

<!ELEMENT Seq-graph_title-y (#PCDATA)>

<!-- compression (residues/value) -->
<!ELEMENT Seq-graph_comp (%INTEGER;)>

<!-- for scaling values -->
<!ELEMENT Seq-graph_a (%REAL;)>

<!-- display = (a x value) + b -->
<!ELEMENT Seq-graph_b (%REAL;)>

<!-- number of values in graph -->
<!ELEMENT Seq-graph_numval (%INTEGER;)>

<!ELEMENT Seq-graph_graph (
        Seq-graph_graph_real | 
        Seq-graph_graph_int | 
        Seq-graph_graph_byte)>

<!ELEMENT Seq-graph_graph_real (Real-graph)>

<!ELEMENT Seq-graph_graph_int (Int-graph)>
<!-- integer from 0-255 -->
<!ELEMENT Seq-graph_graph_byte (Byte-graph)>


<!ELEMENT Real-graph (
        Real-graph_max, 
        Real-graph_min, 
        Real-graph_axis, 
        Real-graph_values)>

<!-- top of graph -->
<!ELEMENT Real-graph_max (%REAL;)>

<!-- bottom of graph -->
<!ELEMENT Real-graph_min (%REAL;)>

<!-- value to draw axis on -->
<!ELEMENT Real-graph_axis (%REAL;)>

<!ELEMENT Real-graph_values (Real-graph_values_E*)>


<!ELEMENT Real-graph_values_E (%REAL;)>


<!ELEMENT Int-graph (
        Int-graph_max, 
        Int-graph_min, 
        Int-graph_axis, 
        Int-graph_values)>

<!ELEMENT Int-graph_max (%INTEGER;)>

<!ELEMENT Int-graph_min (%INTEGER;)>

<!ELEMENT Int-graph_axis (%INTEGER;)>

<!ELEMENT Int-graph_values (Int-graph_values_E*)>


<!ELEMENT Int-graph_values_E (%INTEGER;)>

<!-- integer from 0-255 -->
<!ELEMENT Byte-graph (
        Byte-graph_max, 
        Byte-graph_min, 
        Byte-graph_axis, 
        Byte-graph_values)>

<!ELEMENT Byte-graph_max (%INTEGER;)>

<!ELEMENT Byte-graph_min (%INTEGER;)>

<!ELEMENT Byte-graph_axis (%INTEGER;)>

<!ELEMENT Byte-graph_values (%OCTETS;)>