PDBx:pdbx_chem_comp_auditType

Data items in the PDBX_CHEM_COMP_AUDIT category records
the status and tracking information for this component.

    Example 1 - 
<PDBx:pdbx_chem_comp_auditCategory>
   <PDBx:pdbx_chem_comp_audit action_type="Create componenet" comp_id="ATP" date="2007-12-01">
      <PDBx:annotator>JY</PDBx:annotator>
      <PDBx:processing_site>RCSB</PDBx:processing_site>
   </PDBx:pdbx_chem_comp_audit>
   <PDBx:pdbx_chem_comp_audit action_type="Modify leaving atom flag" comp_id="ATP" date="2008-10-03">
      <PDBx:annotator>CS</PDBx:annotator>
      <PDBx:processing_site>RCSB</PDBx:processing_site>
   </PDBx:pdbx_chem_comp_audit>
   <PDBx:pdbx_chem_comp_audit action_type="Modify synonyms" comp_id="ATP" date="2009-07-03">
      <PDBx:annotator>MZ</PDBx:annotator>
      <PDBx:processing_site>RCSB</PDBx:processing_site>
   </PDBx:pdbx_chem_comp_audit>
</PDBx:pdbx_chem_comp_auditCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_chem_comp_auditType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_CHEM_COMP_AUDIT category records the status and tracking information for this component. Example 1 - <PDBx:pdbx_chem_comp_auditCategory> <PDBx:pdbx_chem_comp_audit action_type="Create componenet" comp_id="ATP" date="2007-12-01"> <PDBx:annotator>JY</PDBx:annotator> <PDBx:processing_site>RCSB</PDBx:processing_site> </PDBx:pdbx_chem_comp_audit> <PDBx:pdbx_chem_comp_audit action_type="Modify leaving atom flag" comp_id="ATP" date="2008-10-03"> <PDBx:annotator>CS</PDBx:annotator> <PDBx:processing_site>RCSB</PDBx:processing_site> </PDBx:pdbx_chem_comp_audit> <PDBx:pdbx_chem_comp_audit action_type="Modify synonyms" comp_id="ATP" date="2009-07-03"> <PDBx:annotator>MZ</PDBx:annotator> <PDBx:processing_site>RCSB</PDBx:processing_site> </PDBx:pdbx_chem_comp_audit> </PDBx:pdbx_chem_comp_auditCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_chem_comp_audit" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="annotator" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The initials of the annotator creating of modifying the component. JO SJ KB</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">Additional details decribing this change. Added C14 as a leaving atom.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="processing_site" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">An identifier for the wwPDB site creating or modifying the component. RCSB PDBE PDBJ BMRB</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="action_type" use="required">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The action associated with this audit record.</xsd:documentation>
          </xsd:annotation>
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="Create component"/>
              <xsd:enumeration value="Modify name"/>
              <xsd:enumeration value="Modify formula"/>
              <xsd:enumeration value="Modify synonyms"/>
              <xsd:enumeration value="Modify linking type"/>
              <xsd:enumeration value="Modify internal type"/>
              <xsd:enumeration value="Modify parent residue"/>
              <xsd:enumeration value="Modify processing site"/>
              <xsd:enumeration value="Modify subcomponent list"/>
              <xsd:enumeration value="Modify one letter code"/>
              <xsd:enumeration value="Modify model coordinates code"/>
              <xsd:enumeration value="Modify formal charge"/>
              <xsd:enumeration value="Modify atom id"/>
              <xsd:enumeration value="Modify charge"/>
              <xsd:enumeration value="Modify aromatic_flag"/>
              <xsd:enumeration value="Modify leaving atom flag"/>
              <xsd:enumeration value="Modify component atom id"/>
              <xsd:enumeration value="Modify component comp_id"/>
              <xsd:enumeration value="Modify value order"/>
              <xsd:enumeration value="Modify descriptor"/>
              <xsd:enumeration value="Modify identifier"/>
              <xsd:enumeration value="Modify coordinates"/>
              <xsd:enumeration value="Other modification"/>
              <xsd:enumeration value="Obsolete component"/>
              <xsd:enumeration value="Initial release"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="comp_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category chem_comp in the CHEM_COMP category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="date" use="required" type="xsd:date">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The date associated with this audit record.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>