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 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
<!-- ============================================
::DATATOOL:: Generated from "seqfeat.asn"
::DATATOOL:: by application DATATOOL version 2.4.4
::DATATOOL:: on 09/28/2012 23:04:43
============================================ -->
<!-- ============================================ -->
<!-- This section is mapped from module "NCBI-BioSource"
================================================= -->
<!--
**********************************************************************
NCBI BioSource
by James Ostell, 1994
version 3.0
**********************************************************************
-->
<!-- Elements used by other modules:
BioSource,
SubSource -->
<!-- Elements referenced from other modules:
Org-ref FROM NCBI-Organism -->
<!-- ============================================ -->
<!--
********************************************************************
BioSource gives the source of the biological material
for sequences
********************************************************************
-->
<!ELEMENT BioSource (
BioSource_genome?,
BioSource_origin?,
BioSource_org,
BioSource_subtype?,
BioSource_is-focus?,
BioSource_pcr-primers?)>
<!-- biological context -->
<!ELEMENT BioSource_genome (%INTEGER;)>
<!ATTLIST BioSource_genome value (
unknown |
genomic |
chloroplast |
chromoplast |
kinetoplast |
mitochondrion |
plastid |
macronuclear |
extrachrom |
plasmid |
transposon |
insertion-seq |
cyanelle |
proviral |
virion |
nucleomorph |
apicoplast |
leucoplast |
proplastid |
endogenous-virus |
hydrogenosome |
chromosome |
chromatophore
) #IMPLIED >
<!ELEMENT BioSource_origin (%INTEGER;)>
<!--
natural - normal biological entity
natmut - naturally occurring mutant
mut - artificially mutagenized
artificial - artificially engineered
synthetic - purely synthetic
-->
<!ATTLIST BioSource_origin value (
unknown |
natural |
natmut |
mut |
artificial |
synthetic |
other
) #IMPLIED >
<!ELEMENT BioSource_org (Org-ref)>
<!ELEMENT BioSource_subtype (SubSource*)>
<!-- to distinguish biological focus -->
<!ELEMENT BioSource_is-focus EMPTY>
<!ELEMENT BioSource_pcr-primers (PCRReactionSet)>
<!ELEMENT PCRReactionSet (PCRReaction*)>
<!ELEMENT PCRReaction (
PCRReaction_forward?,
PCRReaction_reverse?)>
<!ELEMENT PCRReaction_forward (PCRPrimerSet)>
<!ELEMENT PCRReaction_reverse (PCRPrimerSet)>
<!ELEMENT PCRPrimerSet (PCRPrimer*)>
<!ELEMENT PCRPrimer (
PCRPrimer_seq?,
PCRPrimer_name?)>
<!ELEMENT PCRPrimer_seq (PCRPrimerSeq)>
<!ELEMENT PCRPrimer_name (PCRPrimerName)>
<!ELEMENT PCRPrimerSeq (#PCDATA)>
<!ELEMENT PCRPrimerName (#PCDATA)>
<!ELEMENT SubSource (
SubSource_subtype,
SubSource_name,
SubSource_attrib?)>
<!ELEMENT SubSource_subtype (%INTEGER;)>
<!--
lat-lon - +/- decimal degrees
collection-date - DD-MMM-YYYY format
collected-by - name of person who collected the sample
identified-by - name of person who identified the sample
fwd-primer-seq - sequence (possibly more than one; semicolon-separated)
rev-primer-seq - sequence (possibly more than one; semicolon-separated)
-->
<!ATTLIST SubSource_subtype value (
chromosome |
map |
clone |
subclone |
haplotype |
genotype |
sex |
cell-line |
cell-type |
tissue-type |
clone-lib |
dev-stage |
frequency |
germline |
rearranged |
lab-host |
pop-variant |
tissue-lib |
plasmid-name |
transposon-name |
insertion-seq-name |
plastid-name |
country |
segment |
endogenous-virus-name |
transgenic |
environmental-sample |
isolation-source |
lat-lon |
collection-date |
collected-by |
identified-by |
fwd-primer-seq |
rev-primer-seq |
fwd-primer-name |
rev-primer-name |
metagenomic |
mating-type |
linkage-group |
haplogroup |
whole-replicon |
phenotype |
altitude |
other
) #IMPLIED >
<!ELEMENT SubSource_name (#PCDATA)>
<!-- attribution/source of this name -->
<!ELEMENT SubSource_attrib (#PCDATA)>
|