PDBx:pdbx_struct_mod_residueType

Data items in the PDBX_STRUCT_MOD_RESIDUE category list the
modified polymer components in the entry and provide some 
details describing the nature of the modification.

     Example 1
<PDBx:pdbx_struct_mod_residueCategory>
   <PDBx:pdbx_struct_mod_residue id="1">
      <PDBx:PDB_ins_code xsi:nil="true" />
      <PDBx:auth_asym_id>A</PDBx:auth_asym_id>
      <PDBx:auth_comp_id>CRW</PDBx:auth_comp_id>
      <PDBx:auth_seq_id>66</PDBx:auth_seq_id>
      <PDBx:details>CIRCULARIZED TRI-PEPTIDE CHROMOPHORE</PDBx:details>
      <PDBx:parent_comp_id>ALA</PDBx:parent_comp_id>
   </PDBx:pdbx_struct_mod_residue>
   <PDBx:pdbx_struct_mod_residue id="2">
      <PDBx:PDB_ins_code xsi:nil="true" />
      <PDBx:auth_asym_id>A</PDBx:auth_asym_id>
      <PDBx:auth_comp_id>CRW</PDBx:auth_comp_id>
      <PDBx:auth_seq_id>66</PDBx:auth_seq_id>
      <PDBx:details>CIRCULARIZED TRI-PEPTIDE CHROMOPHORE</PDBx:details>
      <PDBx:parent_comp_id>SER</PDBx:parent_comp_id>
   </PDBx:pdbx_struct_mod_residue>
   <PDBx:pdbx_struct_mod_residue id="3">
      <PDBx:PDB_ins_code xsi:nil="true" />
      <PDBx:auth_asym_id>A</PDBx:auth_asym_id>
      <PDBx:auth_comp_id>CRW</PDBx:auth_comp_id>
      <PDBx:auth_seq_id>66</PDBx:auth_seq_id>
      <PDBx:details>CIRCULARIZED TRI-PEPTIDE CHROMOPHORE</PDBx:details>
      <PDBx:parent_comp_id>GLY</PDBx:parent_comp_id>
   </PDBx:pdbx_struct_mod_residue>
</PDBx:pdbx_struct_mod_residueCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_struct_mod_residueType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_MOD_RESIDUE category list the modified polymer components in the entry and provide some details describing the nature of the modification. Example 1 <PDBx:pdbx_struct_mod_residueCategory> <PDBx:pdbx_struct_mod_residue id="1"> <PDBx:PDB_ins_code xsi:nil="true" /> <PDBx:auth_asym_id>A</PDBx:auth_asym_id> <PDBx:auth_comp_id>CRW</PDBx:auth_comp_id> <PDBx:auth_seq_id>66</PDBx:auth_seq_id> <PDBx:details>CIRCULARIZED TRI-PEPTIDE CHROMOPHORE</PDBx:details> <PDBx:parent_comp_id>ALA</PDBx:parent_comp_id> </PDBx:pdbx_struct_mod_residue> <PDBx:pdbx_struct_mod_residue id="2"> <PDBx:PDB_ins_code xsi:nil="true" /> <PDBx:auth_asym_id>A</PDBx:auth_asym_id> <PDBx:auth_comp_id>CRW</PDBx:auth_comp_id> <PDBx:auth_seq_id>66</PDBx:auth_seq_id> <PDBx:details>CIRCULARIZED TRI-PEPTIDE CHROMOPHORE</PDBx:details> <PDBx:parent_comp_id>SER</PDBx:parent_comp_id> </PDBx:pdbx_struct_mod_residue> <PDBx:pdbx_struct_mod_residue id="3"> <PDBx:PDB_ins_code xsi:nil="true" /> <PDBx:auth_asym_id>A</PDBx:auth_asym_id> <PDBx:auth_comp_id>CRW</PDBx:auth_comp_id> <PDBx:auth_seq_id>66</PDBx:auth_seq_id> <PDBx:details>CIRCULARIZED TRI-PEPTIDE CHROMOPHORE</PDBx:details> <PDBx:parent_comp_id>GLY</PDBx:parent_comp_id> </PDBx:pdbx_struct_mod_residue> </PDBx:pdbx_struct_mod_residueCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_struct_mod_residue" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="PDB_ins_code" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute pdbx_PDB_ins_code in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="PDB_model_num" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute pdbx_PDB_model_num in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="auth_asym_id" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute auth_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="auth_comp_id" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute auth_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="auth_seq_id" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute auth_seq_id in category atom_site in the ATOM_SITE category.</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">Details of the modification for this polymer component.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="label_asym_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute label_asym_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="label_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the modified polymer component. This data item is a pointer to attribute label_comp_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="label_seq_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Part of the identifier for the unobserved or zero occupancy residue. This data item is a pointer to attribute label_seq_id in category atom_site in the ATOM_SITE category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="parent_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The parent component identifier for this modified polymer component.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="id" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category pdbx_struct_mod_residue must uniquely identify each item in the PDBX_STRUCT_MOD_RESIDUE list. This is an integer serial number.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>