Data items in the PDBX_REFERENCE_ENTITY_POLY category record details about the polymer, such as the type of the polymer, the number of monomers and whether it has nonstandard features. Example: 1 Actinomycin <PDBx:pdbx_reference_entity_polyCategory> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000001" ref_entity_id="1"> <PDBx:db_code>NOR00228</PDBx:db_code> <PDBx:db_name>Norine</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000006" ref_entity_id="2"> <PDBx:db_name>Semi-synthetic</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000007" ref_entity_id="3"> <PDBx:db_code>NOR00232</PDBx:db_code> <PDBx:db_name>Norine</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000009" ref_entity_id="4"> <PDBx:db_code>NOR00237</PDBx:db_code> <PDBx:db_name>Norine</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000010" ref_entity_id="5"> <PDBx:db_name>Semi-synthetic</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000011" ref_entity_id="6"> <PDBx:db_name>Semi-synthetic</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> </PDBx:pdbx_reference_entity_polyCategory> |
<xsd:complexType name="pdbx_reference_entity_polyType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the PDBX_REFERENCE_ENTITY_POLY category record details about the polymer, such as the type of the polymer, the number of monomers and whether it has nonstandard features. Example: 1 Actinomycin <PDBx:pdbx_reference_entity_polyCategory> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000001" ref_entity_id="1"> <PDBx:db_code>NOR00228</PDBx:db_code> <PDBx:db_name>Norine</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000006" ref_entity_id="2"> <PDBx:db_name>Semi-synthetic</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000007" ref_entity_id="3"> <PDBx:db_code>NOR00232</PDBx:db_code> <PDBx:db_name>Norine</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000009" ref_entity_id="4"> <PDBx:db_code>NOR00237</PDBx:db_code> <PDBx:db_name>Norine</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000010" ref_entity_id="5"> <PDBx:db_name>Semi-synthetic</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> <PDBx:pdbx_reference_entity_poly prd_id="PRD_000011" ref_entity_id="6"> <PDBx:db_name>Semi-synthetic</PDBx:db_name> <PDBx:type>peptide-like</PDBx:type> </PDBx:pdbx_reference_entity_poly> </PDBx:pdbx_reference_entity_polyCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_reference_entity_poly" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="db_code" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The database code for this source information</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="db_name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The database name for this source information</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="type" minOccurs="0" maxOccurs="1" nillable="true"> <xsd:annotation> <xsd:documentation xml:lang="en">The type of the polymer. peptide-like</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="peptide-like"/> <xsd:enumeration value="nucleic-acid-like"/> <xsd:enumeration value="polysaccharide-like"/> </xsd:restriction> </xsd:simpleType> </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_poly 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_poly 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> |