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 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
|
<!-- ============================================
::DATATOOL:: Generated from "seqloc.asn"
::DATATOOL:: by application DATATOOL version 2.0.0
::DATATOOL:: on 08/02/2010 23:05:14
============================================ -->
<!-- ============================================ -->
<!-- This section is mapped from module "NCBI-Seqloc"
================================================= -->
<!--
$Revision: 182653 $
**********************************************************************
NCBI Sequence location and identifier elements
by James Ostell, 1990
Version 3.0 - 1994
**********************************************************************
-->
<!-- Elements used by other modules:
Seq-id,
Seq-loc,
Seq-interval,
Packed-seqint,
Seq-point,
Packed-seqpnt,
Na-strand,
Giimport-id -->
<!-- Elements referenced from other modules:
Object-id,
Int-fuzz,
Dbtag,
Date FROM NCBI-General,
Id-pat FROM NCBI-Biblio,
Feat-id FROM NCBI-Seqfeat -->
<!-- ============================================ -->
<!--
*** Sequence identifiers ********************************
*
-->
<!ELEMENT Seq-id (
Seq-id_local |
Seq-id_gibbsq |
Seq-id_gibbmt |
Seq-id_giim |
Seq-id_genbank |
Seq-id_embl |
Seq-id_pir |
Seq-id_swissprot |
Seq-id_patent |
Seq-id_other |
Seq-id_general |
Seq-id_gi |
Seq-id_ddbj |
Seq-id_prf |
Seq-id_pdb |
Seq-id_tpg |
Seq-id_tpe |
Seq-id_tpd |
Seq-id_gpipe |
Seq-id_named-annot-track)>
<!-- local use -->
<!ELEMENT Seq-id_local (Object-id)>
<!-- Geninfo backbone seqid -->
<!ELEMENT Seq-id_gibbsq (%INTEGER;)>
<!-- Geninfo backbone moltype -->
<!ELEMENT Seq-id_gibbmt (%INTEGER;)>
<!-- Geninfo import id -->
<!ELEMENT Seq-id_giim (Giimport-id)>
<!ELEMENT Seq-id_genbank (Textseq-id)>
<!ELEMENT Seq-id_embl (Textseq-id)>
<!ELEMENT Seq-id_pir (Textseq-id)>
<!ELEMENT Seq-id_swissprot (Textseq-id)>
<!ELEMENT Seq-id_patent (Patent-seq-id)>
<!-- for historical reasons, 'other' = 'refseq' -->
<!ELEMENT Seq-id_other (Textseq-id)>
<!-- for other databases -->
<!ELEMENT Seq-id_general (Dbtag)>
<!-- GenInfo Integrated Database -->
<!ELEMENT Seq-id_gi (%INTEGER;)>
<!-- DDBJ -->
<!ELEMENT Seq-id_ddbj (Textseq-id)>
<!-- PRF SEQDB -->
<!ELEMENT Seq-id_prf (Textseq-id)>
<!-- PDB sequence -->
<!ELEMENT Seq-id_pdb (PDB-seq-id)>
<!-- Third Party Annot/Seq Genbank -->
<!ELEMENT Seq-id_tpg (Textseq-id)>
<!-- Third Party Annot/Seq EMBL -->
<!ELEMENT Seq-id_tpe (Textseq-id)>
<!-- Third Party Annot/Seq DDBJ -->
<!ELEMENT Seq-id_tpd (Textseq-id)>
<!-- Internal NCBI genome pipeline processing ID -->
<!ELEMENT Seq-id_gpipe (Textseq-id)>
<!-- Internal named annotation tracking ID -->
<!ELEMENT Seq-id_named-annot-track (Textseq-id)>
<!ELEMENT Seq-id-set (Seq-id*)>
<!ELEMENT Patent-seq-id (
Patent-seq-id_seqid,
Patent-seq-id_cit)>
<!-- number of sequence in patent -->
<!ELEMENT Patent-seq-id_seqid (%INTEGER;)>
<!-- patent citation -->
<!ELEMENT Patent-seq-id_cit (Id-pat)>
<!ELEMENT Textseq-id (
Textseq-id_name?,
Textseq-id_accession?,
Textseq-id_release?,
Textseq-id_version?)>
<!ELEMENT Textseq-id_name (#PCDATA)>
<!ELEMENT Textseq-id_accession (#PCDATA)>
<!ELEMENT Textseq-id_release (#PCDATA)>
<!ELEMENT Textseq-id_version (%INTEGER;)>
<!ELEMENT Giimport-id (
Giimport-id_id,
Giimport-id_db?,
Giimport-id_release?)>
<!-- the id to use here -->
<!ELEMENT Giimport-id_id (%INTEGER;)>
<!-- dbase used in -->
<!ELEMENT Giimport-id_db (#PCDATA)>
<!-- the release -->
<!ELEMENT Giimport-id_release (#PCDATA)>
<!ELEMENT PDB-seq-id (
PDB-seq-id_mol,
PDB-seq-id_chain?,
PDB-seq-id_rel?)>
<!-- the molecule name -->
<!ELEMENT PDB-seq-id_mol (PDB-mol-id)>
<!-- a single ASCII character, chain id -->
<!ELEMENT PDB-seq-id_chain (%INTEGER;)>
<!-- release date, month and year -->
<!ELEMENT PDB-seq-id_rel (Date)>
<!-- name of mol, 4 chars -->
<!ELEMENT PDB-mol-id (#PCDATA)>
<!--
*** Sequence locations **********************************
*
-->
<!ELEMENT Seq-loc (
Seq-loc_null |
Seq-loc_empty |
Seq-loc_whole |
Seq-loc_int |
Seq-loc_packed-int |
Seq-loc_pnt |
Seq-loc_packed-pnt |
Seq-loc_mix |
Seq-loc_equiv |
Seq-loc_bond |
Seq-loc_feat)>
<!-- not placed -->
<!ELEMENT Seq-loc_null EMPTY>
<!-- to NULL one Seq-id in a collection -->
<!ELEMENT Seq-loc_empty (Seq-id)>
<!-- whole sequence -->
<!ELEMENT Seq-loc_whole (Seq-id)>
<!-- from to -->
<!ELEMENT Seq-loc_int (Seq-interval)>
<!ELEMENT Seq-loc_packed-int (Packed-seqint)>
<!ELEMENT Seq-loc_pnt (Seq-point)>
<!ELEMENT Seq-loc_packed-pnt (Packed-seqpnt)>
<!-- this will hold anything -->
<!ELEMENT Seq-loc_mix (Seq-loc-mix)>
<!-- equivalent sets of locations -->
<!ELEMENT Seq-loc_equiv (Seq-loc-equiv)>
<!-- bond between residues -->
<!ELEMENT Seq-loc_bond (Seq-bond)>
<!-- indirect, through a Seq-feat -->
<!ELEMENT Seq-loc_feat (Feat-id)>
<!ELEMENT Seq-interval (
Seq-interval_from,
Seq-interval_to,
Seq-interval_strand?,
Seq-interval_id,
Seq-interval_fuzz-from?,
Seq-interval_fuzz-to?)>
<!ELEMENT Seq-interval_from (%INTEGER;)>
<!ELEMENT Seq-interval_to (%INTEGER;)>
<!-- strand of nucleic acid -->
<!ELEMENT Seq-interval_strand (Na-strand)>
<!-- WARNING: this used to be optional -->
<!ELEMENT Seq-interval_id (Seq-id)>
<!ELEMENT Seq-interval_fuzz-from (Int-fuzz)>
<!ELEMENT Seq-interval_fuzz-to (Int-fuzz)>
<!ELEMENT Packed-seqint (Seq-interval*)>
<!ELEMENT Seq-point (
Seq-point_point,
Seq-point_strand?,
Seq-point_id,
Seq-point_fuzz?)>
<!ELEMENT Seq-point_point (%INTEGER;)>
<!-- strand of nucleic acid -->
<!ELEMENT Seq-point_strand (Na-strand)>
<!-- WARNING: this used to be optional -->
<!ELEMENT Seq-point_id (Seq-id)>
<!ELEMENT Seq-point_fuzz (Int-fuzz)>
<!ELEMENT Packed-seqpnt (
Packed-seqpnt_strand?,
Packed-seqpnt_id,
Packed-seqpnt_fuzz?,
Packed-seqpnt_points)>
<!-- strand of nucleic acid -->
<!ELEMENT Packed-seqpnt_strand (Na-strand)>
<!--
*** Sequence identifiers ********************************
*
-->
<!ELEMENT Packed-seqpnt_id (Seq-id)>
<!ELEMENT Packed-seqpnt_fuzz (Int-fuzz)>
<!ELEMENT Packed-seqpnt_points (Packed-seqpnt_points_E*)>
<!ELEMENT Packed-seqpnt_points_E (%INTEGER;)>
<!-- strand of nucleic acid -->
<!ELEMENT Na-strand %ENUM;>
<!--
both - in forward orientation
both-rev - in reverse orientation
-->
<!ATTLIST Na-strand value (
unknown |
plus |
minus |
both |
both-rev |
other
) #REQUIRED >
<!-- bond between residues -->
<!ELEMENT Seq-bond (
Seq-bond_a,
Seq-bond_b?)>
<!-- connection to a least one residue -->
<!ELEMENT Seq-bond_a (Seq-point)>
<!-- other end may not be available -->
<!ELEMENT Seq-bond_b (Seq-point)>
<!-- this will hold anything -->
<!ELEMENT Seq-loc-mix (Seq-loc*)>
<!-- for a set of equivalent locations -->
<!ELEMENT Seq-loc-equiv (Seq-loc*)>
|