PDBx:entity_keywordsType

Data items in the ENTITY_KEYWORDS category specify keywords
relevant to the molecular entities. Note that this list of
keywords is separate from the list that is used for the
STRUCT_BIOL data items and is intended to provide only the
information that one would know about the molecular entity *if
one did not know its structure*. Hence polypeptides are simply
polypeptides, not cytokines or beta-alpha-barrels, and
polyribonucleic acids are simply poly-RNA, not transfer-
RNA.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:entity_keywordsCategory>
   <PDBx:entity_keywords entity_id="2">
      <PDBx:text>natural product, inhibitor, reduced peptide</PDBx:text>
   </PDBx:entity_keywords>
</PDBx:entity_keywordsCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="entity_keywordsType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the ENTITY_KEYWORDS category specify keywords relevant to the molecular entities. Note that this list of keywords is separate from the list that is used for the STRUCT_BIOL data items and is intended to provide only the information that one would know about the molecular entity *if one did not know its structure*. Hence polypeptides are simply polypeptides, not cytokines or beta-alpha-barrels, and polyribonucleic acids are simply poly-RNA, not transfer- RNA. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:entity_keywordsCategory> <PDBx:entity_keywords entity_id="2"> <PDBx:text>natural product, inhibitor, reduced peptide</PDBx:text> </PDBx:entity_keywords> </PDBx:entity_keywordsCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="entity_keywords" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="pdbx_ec" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Enzyme Commission (EC) number(s) 2.7.7.7</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="pdbx_fragment" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Entity fragment description(s). KLENOW FRAGMENT REPLICASE OPERATOR HAIRPIN C-TERMINAL DOMAIN</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="pdbx_mutation" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Entity mutation description(s). Y31H DEL(298-323)</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="text" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Keywords describing this entity. polypeptide natural product polysaccharide</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="entity_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entity in the ENTITY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>