PDBx:pdbx_chem_comp_featureType

Additional features associated with the chemical component.

    Example 1 - 
<PDBx:pdbx_chem_comp_featureCategory>
   <PDBx:pdbx_chem_comp_feature comp_id="00X" source="PDB" type="ENZYME INHIBITED" value="ASPARTIC PROTEINASE"></PDBx:pdbx_chem_comp_feature>
   <PDBx:pdbx_chem_comp_feature comp_id="00X" source="PDB" type="FUNCTION" value="Transistion-state analogue inhibitor"></PDBx:pdbx_chem_comp_feature>
   <PDBx:pdbx_chem_comp_feature comp_id="00X" source="IUCR" type="STRUCTURE IMAGE URL" value="http://journals.iucr.org/00X.jpg"></PDBx:pdbx_chem_comp_feature>
</PDBx:pdbx_chem_comp_featureCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_chem_comp_featureType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Additional features associated with the chemical component. Example 1 - <PDBx:pdbx_chem_comp_featureCategory> <PDBx:pdbx_chem_comp_feature comp_id="00X" source="PDB" type="ENZYME INHIBITED" value="ASPARTIC PROTEINASE"></PDBx:pdbx_chem_comp_feature> <PDBx:pdbx_chem_comp_feature comp_id="00X" source="PDB" type="FUNCTION" value="Transistion-state analogue inhibitor"></PDBx:pdbx_chem_comp_feature> <PDBx:pdbx_chem_comp_feature comp_id="00X" source="IUCR" type="STRUCTURE IMAGE URL" value="http://journals.iucr.org/00X.jpg"></PDBx:pdbx_chem_comp_feature> </PDBx:pdbx_chem_comp_featureCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_chem_comp_feature" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="support" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The supporting evidence for this feature. Biological assay Data obtained from PNAS August 17, 1999 vol. 96 no. 17 9586-9590</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="comp_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The component identifier for this feature. ABC ATP</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="source" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The information source for the component feature. PDB CHEBI DRUGBANK PUBCHEM</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="type" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The component feature type. FUNCTION ENZYME INHIBITED STRUCTURE IMAGE URL</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="value" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The component feature value.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>