Data items in the PDBX_STRUCT_ASYM_GEN category record details about the generation of the crystallographic asymmetric unit. The PDBX_STRUCT_ASYM_GEN data items provide the specifications of the components that constitute the asymmetric unit in terms of cartesian transformations of deposited coordinates. Example 1 - <PDBx:pdbx_struct_asym_genCategory> <PDBx:pdbx_struct_asym_gen entity_inst_id="A" oper_expression="1"> <PDBx:asym_id>A</PDBx:asym_id> </PDBx:pdbx_struct_asym_gen> <PDBx:pdbx_struct_asym_gen entity_inst_id="B" oper_expression="1"> <PDBx:asym_id>B</PDBx:asym_id> </PDBx:pdbx_struct_asym_gen> </PDBx:pdbx_struct_asym_genCategory> |
<xsd:complexType name="pdbx_struct_asym_genType"> <xsd:annotation> <xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_ASYM_GEN category record details about the generation of the crystallographic asymmetric unit. The PDBX_STRUCT_ASYM_GEN data items provide the specifications of the components that constitute the asymmetric unit in terms of cartesian transformations of deposited coordinates. Example 1 - <PDBx:pdbx_struct_asym_genCategory> <PDBx:pdbx_struct_asym_gen entity_inst_id="A" oper_expression="1"> <PDBx:asym_id>A</PDBx:asym_id> </PDBx:pdbx_struct_asym_gen> <PDBx:pdbx_struct_asym_gen entity_inst_id="B" oper_expression="1"> <PDBx:asym_id>B</PDBx:asym_id> </PDBx:pdbx_struct_asym_gen> </PDBx:pdbx_struct_asym_genCategory></xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="pdbx_struct_asym_gen" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="asym_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 struct_asym in the STRUCT_ASYM category.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="entity_inst_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_entity_inst in the PDBX_STRUCT_ENTITY_INST category.</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 from category PDBX_STRUCT_OPER_LIST. (1) (1-2)</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> |