PDBx:entryType

There is only one item in the ENTRY category, attribute id in category entry. This
 data item gives a name to this entry and is indirectly a key to
the categories (such as CELL, GEOM, EXPTL) that describe
information pertinent to the entire data block.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:entryCategory>
   <PDBx:entry id="5HVP"></PDBx:entry>
</PDBx:entryCategory>


    Example 2 - based on data set TOZ of Willis, Beckwith & Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
<PDBx:entryCategory>
   <PDBx:entry id="TOZ"></PDBx:entry>
</PDBx:entryCategory>

Complex Type Information

Model

Children: PDBx:entry

Used By

Source

<xsd:complexType name="entryType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">There is only one item in the ENTRY category, attribute id in category entry. This data item gives a name to this entry and is indirectly a key to the categories (such as CELL, GEOM, EXPTL) that describe information pertinent to the entire data block. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:entryCategory> <PDBx:entry id="5HVP"></PDBx:entry> </PDBx:entryCategory> Example 2 - based on data set TOZ of Willis, Beckwith & Tozer [Acta Cryst. (1991), C47, 2276-2277]. <PDBx:entryCategory> <PDBx:entry id="TOZ"></PDBx:entry> </PDBx:entryCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="entry" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="pdbx_DOI" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Document Object Identifier (DOI) for this entry registered with http://crossref.org.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category entry identifies the data block. Note that this item need not be a number; it can be any unique identifier.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>