PDBx:pdbx_phasing_dmType

Data items in the PDBX_PHASING_DM category record details about 
density modification 

    Example 1 - density modification from resolve
<PDBx:pdbx_phasing_dmCategory>
   <PDBx:pdbx_phasing_dm entry_id="ABC001">
      <PDBx:fom>0.85</PDBx:fom>
      <PDBx:fom_acentric>0.85</PDBx:fom_acentric>
      <PDBx:fom_centric>0.79</PDBx:fom_centric>
      <PDBx:reflns>12486</PDBx:reflns>
      <PDBx:reflns_acentric>11351</PDBx:reflns_acentric>
      <PDBx:reflns_centric>1135</PDBx:reflns_centric>
   </PDBx:pdbx_phasing_dm>
</PDBx:pdbx_phasing_dmCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_phasing_dmType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_PHASING_DM category record details about density modification Example 1 - density modification from resolve <PDBx:pdbx_phasing_dmCategory> <PDBx:pdbx_phasing_dm entry_id="ABC001"> <PDBx:fom>0.85</PDBx:fom> <PDBx:fom_acentric>0.85</PDBx:fom_acentric> <PDBx:fom_centric>0.79</PDBx:fom_centric> <PDBx:reflns>12486</PDBx:reflns> <PDBx:reflns_acentric>11351</PDBx:reflns_acentric> <PDBx:reflns_centric>1135</PDBx:reflns_centric> </PDBx:pdbx_phasing_dm> </PDBx:pdbx_phasing_dmCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_phasing_dm" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="delta_phi_final" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute delta_phi_final in category pdbx_phasing_dm identifies phase difference after density modification</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="delta_phi_initial" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute delta_phi_initial in category pdbx_phasing_dm identifies phase difference before density modification</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="fom" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute fom in category pdbx_phasing_dm identifies the figure of merit for all the data</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="fom_acentric" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute fom_acentric in category pdbx_phasing_dm identifies the figure of merit for acentric data</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="fom_centric" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute fom_centric in category pdbx_phasing_dm identifies the figure of merit for acentric data</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="mask_type" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute mask_type in category pdbx_phasing_dm identifies the type of mask used for density modification</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="method" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute method in category pdbx_phasing_dm identifies the method used for density modification</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="reflns" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute reflns in category pdbx_phasing_dm identifies the number of centric and acentric reflections.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="reflns_acentric" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute reflns_acentric in category pdbx_phasing_dm identifies the number of acentric reflections.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="reflns_centric" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of attribute reflns_centric in category pdbx_phasing_dm identifies the number of centric reflections.</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">The value of attribute entry_id in category pdbx_phasing_dm identifies the data block.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>