PDBx:pdbx_reference_entity_nonpolyType

Data items in the PDBX_REFERENCE_ENTITY_NONPOLY category record
the list of entities within each reference molecule.

    Example: 1
<PDBx:pdbx_reference_entity_nonpolyCategory>
   <PDBx:pdbx_reference_entity_nonpoly prd_id="PRD_000004" ref_entity_id="2">
      <PDBx:chem_comp_id>QUI</PDBx:chem_comp_id>
      <PDBx:name>2-CARBOXYQUINOXALINE</PDBx:name>
   </PDBx:pdbx_reference_entity_nonpoly>
</PDBx:pdbx_reference_entity_nonpolyCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_reference_entity_nonpolyType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_REFERENCE_ENTITY_NONPOLY category record the list of entities within each reference molecule. Example: 1 <PDBx:pdbx_reference_entity_nonpolyCategory> <PDBx:pdbx_reference_entity_nonpoly prd_id="PRD_000004" ref_entity_id="2"> <PDBx:chem_comp_id>QUI</PDBx:chem_comp_id> <PDBx:name>2-CARBOXYQUINOXALINE</PDBx:name> </PDBx:pdbx_reference_entity_nonpoly> </PDBx:pdbx_reference_entity_nonpolyCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_reference_entity_nonpoly" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="chem_comp_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For non-polymer entities, the identifier corresponding to the chemical definition for the molecule. 0Z3 CD9</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Additional details about this entity.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A name of the non-polymer entity. 2-CARBOXYQUINOXALINE</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="prd_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute prd_id in category pdbx_reference_entity_nonpoly is a reference attribute prd_id in category pdbx_reference_entity_list in the PDBX_REFERENCE_ENTITY_LIST category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="ref_entity_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute ref_entity_id in category pdbx_reference_entity_nonpoly is a reference to attribute ref_entity_id in category pdbx_reference_entity_list in PDBX_REFERENCE_ENTITY_LIST category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>