PDBx:pdbx_database_procType

Internal records to track the data processing cycle.
<PDBx:pdbx_database_procCategory>
   <PDBx:pdbx_database_proc cycle_id="1" entry_id="BDL001">
      <PDBx:date_begin_cycle>1998-02-27</PDBx:date_begin_cycle>
      <PDBx:date_end_cycle>1998-02-27</PDBx:date_end_cycle>
   </PDBx:pdbx_database_proc>
</PDBx:pdbx_database_procCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_database_procType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Internal records to track the data processing cycle. <PDBx:pdbx_database_procCategory> <PDBx:pdbx_database_proc cycle_id="1" entry_id="BDL001"> <PDBx:date_begin_cycle>1998-02-27</PDBx:date_begin_cycle> <PDBx:date_end_cycle>1998-02-27</PDBx:date_end_cycle> </PDBx:pdbx_database_proc> </PDBx:pdbx_database_procCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_database_proc" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="date_begin_cycle" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This is the date of the start of the processing cycle. 1983-02-27</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="date_end_cycle" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This is the date of the end of the processing cycle. 1983-02-27</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Special details about the current processing cycle.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="cycle_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This is a number of the processing cycle. 1 for the initial cycle</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute entry_id in category pdbx_database_proc identifies the data block. BDL001</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>