PDBx:database_PDB_caveatType

Data items in the DATABASE_PDB_CAVEAT category record details
about features of the data block flagged as 'caveats' by the
Protein Data Bank (PDB).

These data items are included only for consistency with PDB
format files. They should appear in a data block only if that
data block was created by reformatting a PDB format file.

    Example 1 - hypothetical example.
<PDBx:database_PDB_caveatCategory>
   <PDBx:database_PDB_caveat id="1">
      <PDBx:text> THE CRYSTAL TRANSFORMATION IS IN ERROR BUT IS</PDBx:text>
   </PDBx:database_PDB_caveat>
   <PDBx:database_PDB_caveat id="2">
      <PDBx:text> UNCORRECTABLE AT THIS TIME</PDBx:text>
   </PDBx:database_PDB_caveat>
</PDBx:database_PDB_caveatCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="database_PDB_caveatType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the DATABASE_PDB_CAVEAT category record details about features of the data block flagged as 'caveats' by the Protein Data Bank (PDB). These data items are included only for consistency with PDB format files. They should appear in a data block only if that data block was created by reformatting a PDB format file. Example 1 - hypothetical example. <PDBx:database_PDB_caveatCategory> <PDBx:database_PDB_caveat id="1"> <PDBx:text> THE CRYSTAL TRANSFORMATION IS IN ERROR BUT IS</PDBx:text> </PDBx:database_PDB_caveat> <PDBx:database_PDB_caveat id="2"> <PDBx:text> UNCORRECTABLE AT THIS TIME</PDBx:text> </PDBx:database_PDB_caveat> </PDBx:database_PDB_caveatCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="database_PDB_caveat" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="text" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The full text of the PDB caveat record.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="id" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">A unique identifier for the PDB caveat record.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>