PDBx:pdbx_chem_comp_modelType

Data items in the PDBX_CHEM_COMP_MODEL category give details about each
of the chemical component model instances.

    Example 1 - 
                
<PDBx:pdbx_chem_comp_modelCategory>
   <PDBx:pdbx_chem_comp_model id="M_ZZV_00001">
      <PDBx:comp_id>ZZV</PDBx:comp_id>
   </PDBx:pdbx_chem_comp_model>
</PDBx:pdbx_chem_comp_modelCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_chem_comp_modelType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_CHEM_COMP_MODEL category give details about each of the chemical component model instances. Example 1 - <PDBx:pdbx_chem_comp_modelCategory> <PDBx:pdbx_chem_comp_model id="M_ZZV_00001"> <PDBx:comp_id>ZZV</PDBx:comp_id> </PDBx:pdbx_chem_comp_model> </PDBx:pdbx_chem_comp_modelCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_chem_comp_model" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="comp_id" minOccurs="1" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">An identifier for chemical component definition. ABC</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 pdbx_chem_comp_model must uniquely identify each model instance the PDBX_CHEM_COMP_MODEL list. M_ABC_00001</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>