File: NCBI_Access.mod.dtd

package info (click to toggle)
python-biopython 1.64%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 44,416 kB
  • ctags: 12,472
  • sloc: python: 153,759; xml: 67,286; ansic: 9,003; sql: 1,488; makefile: 144; sh: 59
file content (49 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (8)
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
<!-- ============================================
     ::DATATOOL:: Generated from "access.asn"
     ::DATATOOL:: by application DATATOOL version 1.9.0
     ::DATATOOL:: on 04/10/2008 16:04:22
     ============================================ -->

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

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

  access.asn

     messages for data access

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

<!-- Elements used by other modules:
          Link-set -->
<!-- ============================================ -->

<!--
 links between same class = neighbors
 links between other classes = links
-->
<!ELEMENT Link-set (
        Link-set_num, 
        Link-set_uids?, 
        Link-set_weights?)>

<!-- number of links to this doc type -->
<!ELEMENT Link-set_num (%INTEGER;)>

<!-- the links -->
<!ELEMENT Link-set_uids (Link-set_uids_E*)>


<!ELEMENT Link-set_uids_E (%INTEGER;)>

<!-- the weights -->
<!ELEMENT Link-set_weights (Link-set_weights_E*)>


<!ELEMENT Link-set_weights_E (%INTEGER;)>