PDBx:em_experimentType

Data items in the EM_EXPERIMENT category provide
high-level classification of the EM experiment.
  Example 1 - based on PDB entry 1EG0
<PDBx:em_experimentCategory>
   <PDBx:em_experiment entry_id="1EG0">
      <PDBx:reconstruction_method>SINGLE PARTICLE</PDBx:reconstruction_method>
      <PDBx:specimen_type>VITREOUS ICE (CRYO EM)</PDBx:specimen_type>
   </PDBx:em_experiment>
</PDBx:em_experimentCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="em_experimentType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the EM_EXPERIMENT category provide high-level classification of the EM experiment. Example 1 - based on PDB entry 1EG0 <PDBx:em_experimentCategory> <PDBx:em_experiment entry_id="1EG0"> <PDBx:reconstruction_method>SINGLE PARTICLE</PDBx:reconstruction_method> <PDBx:specimen_type>VITREOUS ICE (CRYO EM)</PDBx:specimen_type> </PDBx:em_experiment> </PDBx:em_experimentCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="em_experiment" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="reconstruction_method" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The reconstruction method used in the EM experiment.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:string">
                <xsd:enumeration value="SINGLE PARTICLE"/>
                <xsd:enumeration value="HELICAL"/>
                <xsd:enumeration value="CRYSTALLOGRAPHY"/>
                <xsd:enumeration value="TOMOGRAPHY"/>
                <xsd:enumeration value="SUBTOMOGRAM AVERAGING"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="specimen_type" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The specimen type used in the EM experiment. VITREOUS ICE (CRYO EM) NEGATIVE STAIN FREEZE SUBSTITUTION</xsd:documentation>
            </xsd:annotation>
          </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>