PDBx:entity_name_comType

Data items in the ENTITY_NAME_COM category record the common name
or names associated with the entity. In some cases, the entity
name may not be the same as the name of the biological structure.
For example, haemoglobin alpha chain would be the entity common
name, not haemoglobin.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:entity_name_comCategory>
   <PDBx:entity_name_com entity_id="1">
      <PDBx:name>HIV-1 protease monomer</PDBx:name>
   </PDBx:entity_name_com>
   <PDBx:entity_name_com entity_id="1">
      <PDBx:name>HIV-1 PR monomer</PDBx:name>
   </PDBx:entity_name_com>
   <PDBx:entity_name_com entity_id="2">
      <PDBx:name>acetyl-pepstatin</PDBx:name>
   </PDBx:entity_name_com>
   <PDBx:entity_name_com entity_id="2">
      <PDBx:name>acetyl-Ile-Val-Asp-Statine-Ala-Ile-Statine</PDBx:name>
   </PDBx:entity_name_com>
   <PDBx:entity_name_com entity_id="3">
      <PDBx:name>water</PDBx:name>
   </PDBx:entity_name_com>
</PDBx:entity_name_comCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="entity_name_comType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the ENTITY_NAME_COM category record the common name or names associated with the entity. In some cases, the entity name may not be the same as the name of the biological structure. For example, haemoglobin alpha chain would be the entity common name, not haemoglobin. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:entity_name_comCategory> <PDBx:entity_name_com entity_id="1"> <PDBx:name>HIV-1 protease monomer</PDBx:name> </PDBx:entity_name_com> <PDBx:entity_name_com entity_id="1"> <PDBx:name>HIV-1 PR monomer</PDBx:name> </PDBx:entity_name_com> <PDBx:entity_name_com entity_id="2"> <PDBx:name>acetyl-pepstatin</PDBx:name> </PDBx:entity_name_com> <PDBx:entity_name_com entity_id="2"> <PDBx:name>acetyl-Ile-Val-Asp-Statine-Ala-Ile-Statine</PDBx:name> </PDBx:entity_name_com> <PDBx:entity_name_com entity_id="3"> <PDBx:name>water</PDBx:name> </PDBx:entity_name_com> </PDBx:entity_name_comCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="entity_name_com" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A common name for the entity. HIV protease monomer hemoglobin alpha chain 2-fluoro-1,4-dichloro benzene arbutin</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>