PDBx:em_euler_angle_distributionType

Data items in the EM_EULER_ANGLE_DISTRIBUTION category
record details of assignment of Euler angles for projection
sets of particles.
 Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
<PDBx:em_euler_angle_distributionCategory>
   <PDBx:em_euler_angle_distribution entry_id="1DYL" id="1">
      <PDBx:alpha xsi:nil="true" />
      <PDBx:beta xsi:nil="true" />
      <PDBx:details xsi:nil="true" />
      <PDBx:gamma xsi:nil="true" />
   </PDBx:em_euler_angle_distribution>
</PDBx:em_euler_angle_distributionCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="em_euler_angle_distributionType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the EM_EULER_ANGLE_DISTRIBUTION category record details of assignment of Euler angles for projection sets of particles. Example 1 - based on PDB entry 1DYL and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_euler_angle_distributionCategory> <PDBx:em_euler_angle_distribution entry_id="1DYL" id="1"> <PDBx:alpha xsi:nil="true" /> <PDBx:beta xsi:nil="true" /> <PDBx:details xsi:nil="true" /> <PDBx:gamma xsi:nil="true" /> </PDBx:em_euler_angle_distribution> </PDBx:em_euler_angle_distributionCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="em_euler_angle_distribution" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="alpha" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The euler-alpha angle assignment. 90</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="beta" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The euler-beta angle assignment. 90</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Any additional details of the euler angles distribution and assignment.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="gamma" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The euler-gamma angle assignment. 0</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute entry_id in category em_euler_angle_distribution is a pointer to the ENTRY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute id in category em_euler_angle_distribution must uniquely identify the euler angle assignments of the projection set used in the final reconstruction.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>