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
|
<!-- ============================================
::DATATOOL:: Generated from "seqblock.asn"
::DATATOOL:: by application DATATOOL version 1.9.0
::DATATOOL:: on 04/10/2008 16:04:22
============================================ -->
<!-- ============================================ -->
<!-- This section is mapped from module "SP-General"
================================================= -->
<!--
*********************************************************************
SWISSPROT specific data
This block of specifications was developed by Mark Cavanaugh of
NCBI working with Amos Bairoch of SWISSPROT
*********************************************************************
-->
<!-- Elements used by other modules:
SP-block -->
<!-- Elements referenced from other modules:
Date,
Dbtag FROM NCBI-General,
Seq-id FROM NCBI-Seqloc -->
<!-- ============================================ -->
<!-- SWISSPROT specific descriptions -->
<!ELEMENT SP-block (
SP-block_class,
SP-block_extra-acc?,
SP-block_imeth?,
SP-block_plasnm?,
SP-block_seqref?,
SP-block_dbref?,
SP-block_keywords?,
SP-block_created?,
SP-block_sequpd?,
SP-block_annotupd?)>
<!ELEMENT SP-block_class %ENUM;>
<!--
standard - conforms to all SWISSPROT checks
prelim - only seq and biblio checked
-->
<!ATTLIST SP-block_class value (
not-set |
standard |
prelim |
other
) #REQUIRED >
<!-- old SWISSPROT ids -->
<!ELEMENT SP-block_extra-acc (SP-block_extra-acc_E*)>
<!ELEMENT SP-block_extra-acc_E (#PCDATA)>
<!-- seq known to start with Met -->
<!ELEMENT SP-block_imeth EMPTY>
<!ATTLIST SP-block_imeth value ( true | false ) "false" >
<!-- plasmid names carrying gene -->
<!ELEMENT SP-block_plasnm (SP-block_plasnm_E*)>
<!ELEMENT SP-block_plasnm_E (#PCDATA)>
<!-- xref to other sequences -->
<!ELEMENT SP-block_seqref (Seq-id*)>
<!-- xref to non-sequence dbases -->
<!ELEMENT SP-block_dbref (Dbtag*)>
<!-- keywords -->
<!ELEMENT SP-block_keywords (SP-block_keywords_E*)>
<!ELEMENT SP-block_keywords_E (#PCDATA)>
<!-- creation date -->
<!ELEMENT SP-block_created (Date)>
<!-- sequence update -->
<!ELEMENT SP-block_sequpd (Date)>
<!-- annotation update -->
<!ELEMENT SP-block_annotupd (Date)>
|