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
|
<!-- ============================================
::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 "PIR-General"
================================================= -->
<!--
*********************************************************************
PIR specific data
This block of specifications was developed by Jim Ostell of
NCBI
*********************************************************************
-->
<!-- Elements used by other modules:
PIR-block -->
<!-- Elements referenced from other modules:
Seq-id FROM NCBI-Seqloc -->
<!-- ============================================ -->
<!-- PIR specific descriptions -->
<!ELEMENT PIR-block (
PIR-block_had-punct?,
PIR-block_host?,
PIR-block_source?,
PIR-block_summary?,
PIR-block_genetic?,
PIR-block_includes?,
PIR-block_placement?,
PIR-block_superfamily?,
PIR-block_keywords?,
PIR-block_cross-reference?,
PIR-block_date?,
PIR-block_seq-raw?,
PIR-block_seqref?)>
<!-- had punctuation in sequence ? -->
<!ELEMENT PIR-block_had-punct EMPTY>
<!ATTLIST PIR-block_had-punct value ( true | false ) #REQUIRED >
<!ELEMENT PIR-block_host (#PCDATA)>
<!-- source line -->
<!ELEMENT PIR-block_source (#PCDATA)>
<!ELEMENT PIR-block_summary (#PCDATA)>
<!ELEMENT PIR-block_genetic (#PCDATA)>
<!ELEMENT PIR-block_includes (#PCDATA)>
<!ELEMENT PIR-block_placement (#PCDATA)>
<!ELEMENT PIR-block_superfamily (#PCDATA)>
<!ELEMENT PIR-block_keywords (PIR-block_keywords_E*)>
<!ELEMENT PIR-block_keywords_E (#PCDATA)>
<!ELEMENT PIR-block_cross-reference (#PCDATA)>
<!ELEMENT PIR-block_date (#PCDATA)>
<!-- seq with punctuation -->
<!ELEMENT PIR-block_seq-raw (#PCDATA)>
<!-- xref to other sequences -->
<!ELEMENT PIR-block_seqref (Seq-id*)>
|