The PDBX_ENTITY_ASSEMBLY category provides a chemical description of the biological assembly studied in terms of its constituent entities. A complex composed of one copy of entities 1 and 2. <PDBx:pdbx_entity_assemblyCategory> <PDBx:pdbx_entity_assembly entity_id="1" id="1"> <PDBx:biol_id>1</PDBx:biol_id> <PDBx:num_copies>1</PDBx:num_copies> </PDBx:pdbx_entity_assembly> <PDBx:pdbx_entity_assembly entity_id="2" id="1"> <PDBx:biol_id>1</PDBx:biol_id> <PDBx:num_copies>1</PDBx:num_copies> </PDBx:pdbx_entity_assembly> </PDBx:pdbx_entity_assemblyCategory> |
<xsd:complexType name="pdbx_entity_assemblyType"> <xsd:annotation> <xsd:documentation xml:lang="en">The PDBX_ENTITY_ASSEMBLY category provides a chemical description of the biological assembly studied in terms of its constituent entities. A complex composed of one copy of entities 1 and 2. <PDBx:pdbx_entity_assemblyCategory> <PDBx:pdbx_entity_assembly entity_id="1" id="1"> <PDBx:biol_id>1</PDBx:biol_id> <PDBx:num_copies>1</PDBx:num_copies> </PDBx:pdbx_entity_assembly> <PDBx:pdbx_entity_assembly entity_id="2" id="1"> <PDBx:biol_id>1</PDBx:biol_id> <PDBx:num_copies>1</PDBx:num_copies> </PDBx:pdbx_entity_assembly> </PDBx:pdbx_entity_assemblyCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_entity_assembly" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="biol_id" minOccurs="1" maxOccurs="1" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">An identifier for the assembly.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="num_copies" minOccurs="1" maxOccurs="1" type="xsd:integer"> <xsd:annotation> <xsd:documentation xml:lang="en">The number of copies of this entity in the assembly.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="entity_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">An enity identifier. A reference to attribute id in category entity.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">An identifier for the assembly.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |