<xsd:complexType name="pdbx_reference_molecule_synonymsType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PDBX_REFERENCE_MOLECULE_SYNONYMS category records synonym names for reference entities. Example: 1 Actinomycin <PDBx:pdbx_reference_molecule_synonymsCategory> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="1" prd_id="PRD_000001"> <PDBx:name>ACTINOMYCIN</PDBx:name> <PDBx:source>PDB</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="2" prd_id="PRD_000001"> <PDBx:name> 3H-Phenoxazine-1,9-dicarboxamide, 2-amino-N,N'-bis(hexadecahydro-6,13-diisopropyl-2,5,9-trimethyl-1,4,7,11,14-pentaoxo- 1H-pyrrolo[2,1-i][1,4,7,10,13]oxatetraazacyclohexadecin-10-yl)-4,6-dimethyl-3-oxo-(7CI)</PDBx:name> <PDBx:source>SciFinder</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="3" prd_id="PRD_000001"> <PDBx:name>Actinomycin C1 (6CI)</PDBx:name> <PDBx:source>SciFinder</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="4" prd_id="PRD_000001"> <PDBx:name>1H-Pyrrolo[2,1-i][1,4,7,10,13]oxatetraazacyclohexadecine, cyclic peptide deriv.</PDBx:name> <PDBx:source>SciFinder</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="5" prd_id="PRD_000001"> <PDBx:name>3H-Phenoxazine, actinomycin D deriv.</PDBx:name> <PDBx:source>SciFinder</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="6" prd_id="PRD_000001"> <PDBx:name>Actactinomycin A IV</PDBx:name> <PDBx:source>SciFinder</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> <PDBx:pdbx_reference_molecule_synonyms family_prd_id="FAM_000001" ordinal="7" prd_id="PRD_000001"> <PDBx:name>Actinomycin 7</PDBx:name> <PDBx:source>SciFinder</PDBx:source> </PDBx:pdbx_reference_molecule_synonyms> </PDBx:pdbx_reference_molecule_synonymsCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_reference_molecule_synonyms" 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 entities represented as single molecules, the identifier corresponding to the chemical definition for the molecule. 0Z3 CD9</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="name" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">A synonym name for the entity. thiostrepton</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="source" minOccurs="1" maxOccurs="1" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The source of this synonym name for the entity. CAS</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="family_prd_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute family_prd_id in category pdbx_reference_molecule_synonyms is a reference to attribute family_prd_id in category pdbx_reference_molecule_list in category PDBX_REFERENCE_MOLECULE_FAMILY_LIST.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ordinal" use="required" type="xsd:integer">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute ordinal in category pdbx_reference_molecule_synonyms is an ordinal to distinguish synonyms for this entity.</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_reference_molecule_synonyms is a reference attribute prd_id in category pdbx_reference_molecule in the PDBX_REFERENCE_MOLECULE category.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |