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
|
<!-- ============================================
::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 "PDB-General"
================================================= -->
<!--
*********************************************************************
PDB specific data
This block of specifications was developed by Jim Ostell and
Steve Bryant of NCBI
*********************************************************************
-->
<!-- Elements used by other modules:
PDB-block -->
<!-- Elements referenced from other modules:
Date FROM NCBI-General -->
<!-- ============================================ -->
<!-- PDB specific descriptions -->
<!ELEMENT PDB-block (
PDB-block_deposition,
PDB-block_class,
PDB-block_compound,
PDB-block_source,
PDB-block_exp-method?,
PDB-block_replace?)>
<!-- deposition date month,year -->
<!ELEMENT PDB-block_deposition (Date)>
<!ELEMENT PDB-block_class (#PCDATA)>
<!ELEMENT PDB-block_compound (PDB-block_compound_E*)>
<!ELEMENT PDB-block_compound_E (#PCDATA)>
<!ELEMENT PDB-block_source (PDB-block_source_E*)>
<!ELEMENT PDB-block_source_E (#PCDATA)>
<!-- present if NOT X-ray diffraction -->
<!ELEMENT PDB-block_exp-method (#PCDATA)>
<!-- replacement history -->
<!ELEMENT PDB-block_replace (PDB-replace)>
<!ELEMENT PDB-replace (
PDB-replace_date,
PDB-replace_ids)>
<!ELEMENT PDB-replace_date (Date)>
<!-- entry ids replace by this one -->
<!ELEMENT PDB-replace_ids (PDB-replace_ids_E*)>
<!ELEMENT PDB-replace_ids_E (#PCDATA)>
|