PDBx:pdbx_struct_msym_genType

Data items in the PDBX_STRUCT_MSYM_GEN category record details about
the generation of the minimal asymmetric unit. For instance, this 
category can be used to provide this information for helical and point
symmetry systems.   The PDBX_STRUCT_MSYM_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_msym_genCategory>
   <PDBx:pdbx_struct_msym_gen entity_inst_id="A" msym_id="A" oper_expression="3"></PDBx:pdbx_struct_msym_gen>
   <PDBx:pdbx_struct_msym_gen entity_inst_id="B" msym_id="B" oper_expression="4"></PDBx:pdbx_struct_msym_gen>
   <PDBx:pdbx_struct_msym_gen entity_inst_id="B" msym_id="C" oper_expression="5"></PDBx:pdbx_struct_msym_gen>
</PDBx:pdbx_struct_msym_genCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_struct_msym_genType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_STRUCT_MSYM_GEN category record details about the generation of the minimal asymmetric unit. For instance, this category can be used to provide this information for helical and point symmetry systems. The PDBX_STRUCT_MSYM_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_msym_genCategory> <PDBx:pdbx_struct_msym_gen entity_inst_id="A" msym_id="A" oper_expression="3"></PDBx:pdbx_struct_msym_gen> <PDBx:pdbx_struct_msym_gen entity_inst_id="B" msym_id="B" oper_expression="4"></PDBx:pdbx_struct_msym_gen> <PDBx:pdbx_struct_msym_gen entity_inst_id="B" msym_id="C" oper_expression="5"></PDBx:pdbx_struct_msym_gen> </PDBx:pdbx_struct_msym_genCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_struct_msym_gen" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <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="msym_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Uniquely identifies the this structure instance in point symmetry unit.</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-3)</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>