PDBx:struct_keywordsType

Data items in the STRUCT_KEYWORDS category specify keywords
that describe the chemical structure in this entry.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:struct_keywordsCategory>
   <PDBx:struct_keywords entry_id="5HVP">
      <PDBx:text>enzyme-inhibitor complex, aspartyl protease, static disorder</PDBx:text>
   </PDBx:struct_keywords>
</PDBx:struct_keywordsCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="struct_keywordsType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the STRUCT_KEYWORDS category specify keywords that describe the chemical structure in this entry. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:struct_keywordsCategory> <PDBx:struct_keywords entry_id="5HVP"> <PDBx:text>enzyme-inhibitor complex, aspartyl protease, static disorder</PDBx:text> </PDBx:struct_keywords> </PDBx:struct_keywordsCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="struct_keywords" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="pdbx_keywords" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Terms characterizing the macromolecular structure. DNA RNA T-RNA DNA/RNA RIBOZYME PROTEIN/DNA PROTEIN/RNA PEPTIDE NUCLEIC ACID PEPTIDE NUCLEIC ACID/DNA DNA-BINDING PROTEIN RNA-BINDING PROTEIN</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 structure. serine protease inhibited complex high-resolution refinement</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entry in the ENTRY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>