<xsd:complexType name="pdbx_reference_entity_subcomponentsType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PDBX_REFERENCE_ENTITY_SUBCOMPONENTS category records subcomponent sequence from which this entity could be built. Example: 1 0G6 <PDBx:pdbx_reference_entity_subcomponentsCategory> <PDBx:pdbx_reference_entity_subcomponents prd_id="PRD_000001" seq="DPN PRO ARG 0QE"> <PDBx:chem_comp_id>0G6</PDBx:chem_comp_id> </PDBx:pdbx_reference_entity_subcomponents> </PDBx:pdbx_reference_entity_subcomponentsCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_reference_entity_subcomponents" 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: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_subcomponents is a reference attribute prd_id in category pdbx_reference_molecule in the PDBX_REFERENCE_MOLECULE category.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="seq" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The subcomponent sequence for the entity. ACE DLY GLY DAL DCY DAS DTY DPR DGL DTR DGN DTR DLE DCY DAL DAL NH2</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |