PDBx:pdbx_point_symmetryType

Data items in the PDBX_POINT_SYMMETRY category record details about the
point symmetry group associated with this entry.

    Example 1 - 
<PDBx:pdbx_point_symmetryCategory>
   <PDBx:pdbx_point_symmetry entry_id="1ABC">
      <PDBx:H-M_notation>532</PDBx:H-M_notation>
      <PDBx:Schoenflies_symbol>I</PDBx:Schoenflies_symbol>
   </PDBx:pdbx_point_symmetry>
</PDBx:pdbx_point_symmetryCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_point_symmetryType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_POINT_SYMMETRY category record details about the point symmetry group associated with this entry. Example 1 - <PDBx:pdbx_point_symmetryCategory> <PDBx:pdbx_point_symmetry entry_id="1ABC"> <PDBx:H-M_notation>532</PDBx:H-M_notation> <PDBx:Schoenflies_symbol>I</PDBx:Schoenflies_symbol> </PDBx:pdbx_point_symmetry> </PDBx:pdbx_point_symmetryCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_point_symmetry" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="H-M_notation" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The Hermann-Mauguin notation for this point symmetry group. I -> 532 O -> 432 T -> 23 Cn -> n (e.g. C5 -> 5) Dn -> n22 (n even) Dn -> n2 (n odd)</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="Schoenflies_symbol" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The Schoenflies point symmetry symbol.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="I"/>
                <xsd:enumeration value="O"/>
                <xsd:enumeration value="T"/>
                <xsd:enumeration value="C"/>
                <xsd:enumeration value="D"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="circular_symmetry" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Rotational n-fold C and D point symmetry.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:integer">
                <xsd:minInclusive value="1"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entry in the ENTRY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>