Data items in the PDBX_MOLECULE category identify reference molecules within a PDB entry. Example 1 - <PDBx:pdbx_moleculeCategory> <PDBx:pdbx_molecule asym_id="X" instance_id="1" prd_id="PRD_050001"></PDBx:pdbx_molecule> <PDBx:pdbx_molecule asym_id="Y" instance_id="1" prd_id="PRD_050001"></PDBx:pdbx_molecule> <PDBx:pdbx_molecule asym_id="Z" instance_id="1" prd_id="PRD_050001"></PDBx:pdbx_molecule> </PDBx:pdbx_moleculeCategory> |
<xsd:complexType name="pdbx_moleculeType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the PDBX_MOLECULE category identify reference molecules within a PDB entry. Example 1 - <PDBx:pdbx_moleculeCategory> <PDBx:pdbx_molecule asym_id="X" instance_id="1" prd_id="PRD_050001"></PDBx:pdbx_molecule> <PDBx:pdbx_molecule asym_id="Y" instance_id="1" prd_id="PRD_050001"></PDBx:pdbx_molecule> <PDBx:pdbx_molecule asym_id="Z" instance_id="1" prd_id="PRD_050001"></PDBx:pdbx_molecule> </PDBx:pdbx_moleculeCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <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> </xsd:sequence> </xsd:complexType> |