PDBx:reflns_scale

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
group_code xsd:string required
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

Source

<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>

Sample