PDBx:em_single_particle_entityType

Data items in the EM_SINGLE_PARTICLE_ENTITY category provide
the details of the symmetry for a single particle entity type.
  Example 1 - based on PDB entry 1EG0
<PDBx:em_single_particle_entityCategory>
   <PDBx:em_single_particle_entity entry_id="1EG0">
      <PDBx:symmetry_type>ASYMMETRIC</PDBx:symmetry_type>
   </PDBx:em_single_particle_entity>
</PDBx:em_single_particle_entityCategory>

  Example 2 - based on PDB entry 2ZLE
<PDBx:em_single_particle_entityCategory>
   <PDBx:em_single_particle_entity entry_id="2ZLE">
      <PDBx:symmetry_type>MIXED SYMMETRY</PDBx:symmetry_type>
   </PDBx:em_single_particle_entity>
</PDBx:em_single_particle_entityCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="em_single_particle_entityType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the EM_SINGLE_PARTICLE_ENTITY category provide the details of the symmetry for a single particle entity type. Example 1 - based on PDB entry 1EG0 <PDBx:em_single_particle_entityCategory> <PDBx:em_single_particle_entity entry_id="1EG0"> <PDBx:symmetry_type>ASYMMETRIC</PDBx:symmetry_type> </PDBx:em_single_particle_entity> </PDBx:em_single_particle_entityCategory> Example 2 - based on PDB entry 2ZLE <PDBx:em_single_particle_entityCategory> <PDBx:em_single_particle_entity entry_id="2ZLE"> <PDBx:symmetry_type>MIXED SYMMETRY</PDBx:symmetry_type> </PDBx:em_single_particle_entity> </PDBx:em_single_particle_entityCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="em_single_particle_entity" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="symmetry_type" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The single particle symmetry type.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="ASYMMETRIC"/>
                <xsd:enumeration value="CYCLIC"/>
                <xsd:enumeration value="DIHEDRAL"/>
                <xsd:enumeration value="TETRAHEDRAL"/>
                <xsd:enumeration value="OCTAHEDRAL"/>
                <xsd:enumeration value="ICOSAHEDRAL"/>
                <xsd:enumeration value="MIXED SYMMETRY"/>
              </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>