PDBx:struct_biol_keywordsType

Data items in the STRUCT_BIOL_KEYWORDS category record
keywords that describe each biological unit.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:struct_biol_keywordsCategory>
   <PDBx:struct_biol_keywords biol_id="1" text="aspartyl-protease"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="aspartic-protease"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="acid-protease"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="aspartyl-proteinase"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="aspartic-proteinase"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="acid-proteinase"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="enzyme"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="protease"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="proteinase"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="1" text="dimer"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="2" text="drug-enzyme complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="2" text="inhibitor-enzyme complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="2" text="drug-protease complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="2" text="inhibitor-protease complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="3" text="drug-enzyme complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="3" text="inhibitor-enzyme complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="3" text="drug-protease complex"></PDBx:struct_biol_keywords>
   <PDBx:struct_biol_keywords biol_id="3" text="inhibitor-protease complex"></PDBx:struct_biol_keywords>
</PDBx:struct_biol_keywordsCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="struct_biol_keywordsType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the STRUCT_BIOL_KEYWORDS category record keywords that describe each biological unit. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_biol_keywordsCategory> <PDBx:struct_biol_keywords biol_id="1" text="aspartyl-protease"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="aspartic-protease"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="acid-protease"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="aspartyl-proteinase"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="aspartic-proteinase"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="acid-proteinase"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="enzyme"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="protease"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="proteinase"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="1" text="dimer"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="2" text="drug-enzyme complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="2" text="inhibitor-enzyme complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="2" text="drug-protease complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="2" text="inhibitor-protease complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="3" text="drug-enzyme complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="3" text="inhibitor-enzyme complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="3" text="drug-protease complex"></PDBx:struct_biol_keywords> <PDBx:struct_biol_keywords biol_id="3" text="inhibitor-protease complex"></PDBx:struct_biol_keywords> </PDBx:struct_biol_keywordsCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="struct_biol_keywords" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:attribute name="biol_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category struct_biol in the STRUCT_BIOL category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="text" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Keywords describing this biological entity. antibody antigen enzyme cytokine tRNA</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>