<xsd:complexType name="pdbx_struct_assembly_genType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_ASSEMBLY_GEN category record details about the generation of each macromolecular assemblies. The PDBX_STRUCT_ASSEMBLY_GEN data items provide the specifications of the components that constitute that assembly in terms of cartesian transformations. Example 1 - <PDBx:pdbx_struct_assembly_genCategory> <PDBx:pdbx_struct_assembly_gen assembly_id="1" asym_id_list="A" oper_expression="1"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="1" asym_id_list="B" oper_expression="1"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="2" asym_id_list="A" oper_expression="2"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="2" asym_id_list="B" oper_expression="2"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="2" asym_id_list="C" oper_expression="2"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="3" asym_id_list="A" oper_expression="3"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="3" asym_id_list="B" oper_expression="3"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="3" asym_id_list="D" oper_expression="3"></PDBx:pdbx_struct_assembly_gen> </PDBx:pdbx_struct_assembly_genCategory> Example 2 - <PDBx:pdbx_struct_assembly_genCategory> <PDBx:pdbx_struct_assembly_gen assembly_id="1" asym_id_list="A,B" oper_expression="1"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="2" asym_id_list="A,B,C" oper_expression="2"></PDBx:pdbx_struct_assembly_gen> <PDBx:pdbx_struct_assembly_gen assembly_id="3" asym_id_list="A,B,D" oper_expression="3"></PDBx:pdbx_struct_assembly_gen> </PDBx:pdbx_struct_assembly_genCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="pdbx_struct_assembly_gen" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="auth_asym_id_list" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute auth_asym_id in category atom_site in the ATOM_SITE category. This item may be expressed as a comma separated list of identifiers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="entity_inst_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category pdbx_struct_entity_inst in the PDBX_STRUCT_ENTITY_INST category. This item may be expressed as a comma separated list of instance identifiers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="assembly_id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category pdbx_struct_assembly in the PDBX_STRUCT_ASSEMBLY category.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="asym_id_list" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category struct_asym in the STRUCT_ASYM category. This item may be expressed as a comma separated list of identifiers.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="oper_expression" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifies the operation of collection of operations from category PDBX_STRUCT_OPER_LIST. Operation expressions may have the forms: (1) the single operation 1 (1,2,5) the operations 1, 2, 5 (1-4) the operations 1,2,3 and 4 (1,2)(3,4) the combinations of operations 3 and 4 followed by 1 and 2 (i.e. the cartesian product of parenthetical groups applied from right to left) (1) (1,2,5) (1-60) (1-60)(61)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |