PDBx:diffrn_scale_groupType

Data items in the DIFFRN_SCALE_GROUP category record details
of the scaling factors applied to place all intensities in the
reflection lists on a common scale.
Scaling groups might, for example, correspond to each film in a
multi-film data set or each crystal in a multi-crystal data set.

    Example 1 - based on CAD-4 diffractometer data obtained for
                Yb(S-C5H4N)2(THF)4.
<PDBx:diffrn_scale_groupCategory>
   <PDBx:diffrn_scale_group code="A24">
      <PDBx:I_net>1.021</PDBx:I_net>
   </PDBx:diffrn_scale_group>
</PDBx:diffrn_scale_groupCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="diffrn_scale_groupType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the DIFFRN_SCALE_GROUP category record details of the scaling factors applied to place all intensities in the reflection lists on a common scale. Scaling groups might, for example, correspond to each film in a multi-film data set or each crystal in a multi-crystal data set. Example 1 - based on CAD-4 diffractometer data obtained for Yb(S-C5H4N)2(THF)4. <PDBx:diffrn_scale_groupCategory> <PDBx:diffrn_scale_group code="A24"> <PDBx:I_net>1.021</PDBx:I_net> </PDBx:diffrn_scale_group> </PDBx:diffrn_scale_groupCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="diffrn_scale_group" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="I_net" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The scale for a specific measurement group which is to be multiplied with the net intensity to place all intensities in the DIFFRN_REFLN or REFLN list on a common scale.</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 value of attribute code in category diffrn_scale_group must uniquely identify a record in the DIFFRN_SCALE_GROUP list. Note that this item need not be a number; it can be any unique identifier. 1 2 c1 c2</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>