PDBx:pdbx_molecule

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
asym_id xsd:string required
A reference to attribute id in category struct_asym in the STRUCT_ASYM category. 
A
B
instance_id xsd:integer required
The value of attribute instance_id in category pdbx_molecule is identifies a particular molecule
in the molecule list.
prd_id xsd:string required
The value of attribute prd_id in category pdbx_molecule is the PDB accession code for this 
reference molecule.

Source

<xsd:element name="pdbx_molecule" minOccurs="0" maxOccurs="unbounded">
  <xsd:complexType>
    <xsd:attribute name="asym_id" use="required" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">A reference to attribute id in category struct_asym in the STRUCT_ASYM category. A B</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="instance_id" use="required" type="xsd:integer">
      <xsd:annotation>
        <xsd:documentation xml:lang="en">The value of attribute instance_id in category pdbx_molecule is identifies a particular molecule in the molecule list.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <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_molecule is the PDB accession code for this reference molecule.</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>

Sample