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
|
<!-- ============================================
::DATATOOL:: Generated from "seqset.asn"
::DATATOOL:: by application DATATOOL version 2.3.1
::DATATOOL:: on 05/02/2011 23:05:01
============================================ -->
<!-- ============================================ -->
<!-- This section is mapped from module "NCBI-Seqset"
================================================= -->
<!--
$Revision: 279709 $
**********************************************************************
NCBI Sequence Collections
by James Ostell, 1990
Version 3.0 - 1994
**********************************************************************
-->
<!-- Elements used by other modules:
Bioseq-set,
Seq-entry -->
<!-- Elements referenced from other modules:
Bioseq,
Seq-annot,
Seq-descr FROM NCBI-Sequence,
Object-id,
Dbtag,
Date FROM NCBI-General -->
<!-- ============================================ -->
<!--
*** Sequence Collections ********************************
*
just a collection
-->
<!ELEMENT Bioseq-set (
Bioseq-set_id?,
Bioseq-set_coll?,
Bioseq-set_level?,
Bioseq-set_class?,
Bioseq-set_release?,
Bioseq-set_date?,
Bioseq-set_descr?,
Bioseq-set_seq-set,
Bioseq-set_annot?)>
<!ELEMENT Bioseq-set_id (Object-id)>
<!-- to identify a collection -->
<!ELEMENT Bioseq-set_coll (Dbtag)>
<!-- nesting level -->
<!ELEMENT Bioseq-set_level (%INTEGER;)>
<!ELEMENT Bioseq-set_class %ENUM;>
<!--
nuc-prot - nuc acid and coded proteins
segset - segmented sequence + parts
conset - constructed sequence + parts
parts - parts for 2 or 3
gibb - geninfo backbone
gi - geninfo
genbank - converted genbank
pir - converted pir
pub-set - all the seqs from a single publication
equiv - a set of equivalent maps or seqs
swissprot - converted SWISSPROT
pdb-entry - a complete PDB entry
mut-set - set of mutations
pop-set - population study
phy-set - phylogenetic study
eco-set - ecological sample study
gen-prod-set - genomic products, chrom+mRNA+protein
wgs-set - whole genome shotgun project
named-annot - named annotation set
named-annot-prod - with instantiated mRNA+protein
read-set - set from a single read
paired-end-reads - paired sequences within a read-set
small-genome-set - viral segments or mitochondrial minicircles
-->
<!ATTLIST Bioseq-set_class value (
not-set |
nuc-prot |
segset |
conset |
parts |
gibb |
gi |
genbank |
pir |
pub-set |
equiv |
swissprot |
pdb-entry |
mut-set |
pop-set |
phy-set |
eco-set |
gen-prod-set |
wgs-set |
named-annot |
named-annot-prod |
read-set |
paired-end-reads |
small-genome-set |
other
) #REQUIRED >
<!ELEMENT Bioseq-set_release (#PCDATA)>
<!ELEMENT Bioseq-set_date (Date)>
<!ELEMENT Bioseq-set_descr (Seq-descr)>
<!ELEMENT Bioseq-set_seq-set (Seq-entry*)>
<!ELEMENT Bioseq-set_annot (Seq-annot*)>
<!ELEMENT Seq-entry (
Seq-entry_seq |
Seq-entry_set)>
<!ELEMENT Seq-entry_seq (Bioseq)>
<!--
*** Sequence Collections ********************************
*
just a collection
-->
<!ELEMENT Seq-entry_set (Bioseq-set)>
|