PDBx:reflns_classType

Data items in the REFLNS_CLASS category record details
of the reflections used to determine the structural
parameters for each reflection class.

    Example 1 - example corresponding to the one-dimensional incommensurately
                modulated structure of K~2~SeO~4~.
<PDBx:reflns_classCategory>
   <PDBx:reflns_class code="Main">
      <PDBx:number_gt>584</PDBx:number_gt>
   </PDBx:reflns_class>
   <PDBx:reflns_class code="Sat1">
      <PDBx:number_gt>226</PDBx:number_gt>
   </PDBx:reflns_class>
   <PDBx:reflns_class code="Sat2">
      <PDBx:number_gt>50</PDBx:number_gt>
   </PDBx:reflns_class>
</PDBx:reflns_classCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="reflns_classType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the REFLNS_CLASS category record details of the reflections used to determine the structural parameters for each reflection class. Example 1 - example corresponding to the one-dimensional incommensurately modulated structure of K~2~SeO~4~. <PDBx:reflns_classCategory> <PDBx:reflns_class code="Main"> <PDBx:number_gt>584</PDBx:number_gt> </PDBx:reflns_class> <PDBx:reflns_class code="Sat1"> <PDBx:number_gt>226</PDBx:number_gt> </PDBx:reflns_class> <PDBx:reflns_class code="Sat2"> <PDBx:number_gt>50</PDBx:number_gt> </PDBx:reflns_class> </PDBx:reflns_classCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="reflns_class" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="R_Fsqd_factor" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the residual factor R(F^2^) calculated on the squared amplitudes of the observed and calculated structure factors for the reflections judged significantly intense (i.e. satisfying the threshold specified by attribute threshold_expression) in category reflns and included in the refinement. The reflections also satisfy the resolution limits established by _reflns_class.d_res_high and _reflns_class.d_res_low. sum | F(obs)^2^ - F(calc)^2^ | R(Fsqd) = ------------------------------- sum F(obs)^2^ F(obs)^2^ = squares of the observed structure-factor amplitudes F(calc)^2^ = squares of the calculated structure-factor amplitudes and the sum is taken over the reflections of this class.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="R_I_factor" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the residual factor R(I) for the reflections judged significantly intense (i.e. satisfying the threshold specified by attribute threshold_expression) in category reflns and included in the refinement. This is most often calculated in Rietveld refinements against powder data, where it is referred to as R~B~ or R~Bragg~. sum | I(obs) - I(calc) | R(I) = ------------------------ sum | I(obs) | I(obs) = the net observed intensities I(calc) = the net calculated intensities and the sum is taken over the reflections of this class.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="R_factor_all" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the residual factor for all reflections included in the refinement. The reflections also satisfy the resolution limits established by _reflns_class.d_res_high and _reflns_class.d_res_low. This is the conventional R factor. See also the definition of attribute wR_factor_all. in category reflns_class sum | F(obs) - F(calc) | R = ------------------------ sum | F(obs) | F(obs) = the observed structure-factor amplitudes F(calc) = the calculated structure-factor amplitudes and the sum is taken over the reflections of this class.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="R_factor_gt" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the residual factor for significantly intense reflections (see attribute threshold_expression) in category reflns included in the refinement. The reflections also satisfy the resolution limits established by _reflns_class.d_res_high and _reflns_class.d_res_low. This is the conventional R factor. See also the definition of attribute wR_factor_all. in category reflns_class sum | F(obs) - F(calc) | R = ------------------------ sum | F(obs) | F(obs) = the observed structure-factor amplitudes F(calc) = the calculated structure-factor amplitudes and the sum is taken over the reflections of this class.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="d_res_high" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the smallest value in angstroms for the interplanar spacings for the reflections used in the refinement. This is called the highest resolution.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="d_res_low" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the largest value in angstroms for the interplanar spacings for the reflections used in the refinement. This is called the lowest resolution.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="description" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Description of each reflection class. m=1 first order satellites H0L0 common projection reflections</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="number_gt" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the number of significantly intense reflections (see attribute threshold_expression) in category reflns in the REFLN list (not the DIFFRN_REFLN list). This may include Friedel- equivalent reflections (i.e. those which are symmetry-equivalent under the Laue symmetry but inequivalent under the crystal class) according to the nature of the structure and the procedures used. Any special characteristics of the reflections included in the REFLN list should be described using the item attribute details in category reflns.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:integer">
                <xsd:minInclusive value="0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="number_total" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the total number of reflections in the REFLN list (not the DIFFRN_REFLN list). This may include Friedel-equivalent reflections (i.e. those which are symmetry-equivalent under the Laue symmetry but inequivalent under the crystal class) according to the nature of the structure and the procedures used. Any special characteristics of the reflections included in the REFLN list should be described using the item attribute details in category reflns.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:integer">
                <xsd:minInclusive value="0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="wR_factor_all" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">For each reflection class, the weighted residual factors for all reflections included in the refinement. The reflections also satisfy the resolution limits established by _reflns_class.d_res_high and _reflns_class.d_res_low. See also attribute R_factor_ in category reflns_class definitions. ( sum w [ Y(obs) - Y(calc) ]^2^ )^1/2^ wR = ( ------------------------------ ) ( sum w Y(obs)^2^ ) Y(obs) = the observed amplitude specified by attribute ls_structure_factor_coef in category refine Y(calc) = the calculated amplitude specified by attribute ls_structure_factor_coef in category refine w = the least-squares weight and the sum is taken over the reflections of this class.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="code" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The code identifying a certain reflection class. 1 m1 s2</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>