PDBx:reflns_scaleType

Data items in the REFLNS_SCALE category record details about
the structure-factor scales. They are referenced from within
the REFLN list through attribute scale_group_code in category refln. 

    Example 1 - based on laboratory records for the collagen-like
                peptide [(POG)4 EKG (POG)5]3.
<PDBx:reflns_scaleCategory>
   <PDBx:reflns_scale group_code="SG1">
      <PDBx:meas_F>4.0</PDBx:meas_F>
   </PDBx:reflns_scale>
</PDBx:reflns_scaleCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="reflns_scaleType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the REFLNS_SCALE category record details about the structure-factor scales. They are referenced from within the REFLN list through attribute scale_group_code in category refln. Example 1 - based on laboratory records for the collagen-like peptide [(POG)4 EKG (POG)5]3. <PDBx:reflns_scaleCategory> <PDBx:reflns_scale group_code="SG1"> <PDBx:meas_F>4.0</PDBx:meas_F> </PDBx:reflns_scale> </PDBx:reflns_scaleCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="reflns_scale" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="meas_F" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A scale associated with attribute group_code in category reflns_scale.</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="meas_F_squared" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A scale associated with attribute group_code in category reflns_scale.</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="meas_intensity" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A scale associated with attribute group_code in category reflns_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="group_code" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The code identifying a scale attribute meas_F, in category reflns_scale _reflns_scale.meas_F_squared or _reflns_scale.meas_intensity. These are linked to the REFLN list by the attribute scale_group_code in category refln. These codes need not correspond to those in the DIFFRN_SCALE list. 1 2 c1 c2</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>