PDBx:diffrn_standard_reflnType

Data items in the DIFFRN_STANDARD_REFLN category record details
about the reflections treated as standards during the measurement
of a set of diffraction intensities.

Note that these are the individual standard reflections, not the
results of the analysis of the standard reflections.

    Example 2 - based on data set TOZ of Willis, Beckwith & Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
<PDBx:diffrn_standard_reflnCategory>
   <PDBx:diffrn_standard_refln code="1" diffrn_id="s1">
      <PDBx:index_h>3</PDBx:index_h>
      <PDBx:index_k>2</PDBx:index_k>
      <PDBx:index_l>4</PDBx:index_l>
   </PDBx:diffrn_standard_refln>
   <PDBx:diffrn_standard_refln code="1" diffrn_id="s1">
      <PDBx:index_h>1</PDBx:index_h>
      <PDBx:index_k>9</PDBx:index_k>
      <PDBx:index_l>1</PDBx:index_l>
   </PDBx:diffrn_standard_refln>
   <PDBx:diffrn_standard_refln code="1" diffrn_id="s1">
      <PDBx:index_h>3</PDBx:index_h>
      <PDBx:index_k>0</PDBx:index_k>
      <PDBx:index_l>10</PDBx:index_l>
   </PDBx:diffrn_standard_refln>
</PDBx:diffrn_standard_reflnCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="diffrn_standard_reflnType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the DIFFRN_STANDARD_REFLN category record details about the reflections treated as standards during the measurement of a set of diffraction intensities. Note that these are the individual standard reflections, not the results of the analysis of the standard reflections. Example 2 - based on data set TOZ of Willis, Beckwith & Tozer [Acta Cryst. (1991), C47, 2276-2277]. <PDBx:diffrn_standard_reflnCategory> <PDBx:diffrn_standard_refln code="1" diffrn_id="s1"> <PDBx:index_h>3</PDBx:index_h> <PDBx:index_k>2</PDBx:index_k> <PDBx:index_l>4</PDBx:index_l> </PDBx:diffrn_standard_refln> <PDBx:diffrn_standard_refln code="1" diffrn_id="s1"> <PDBx:index_h>1</PDBx:index_h> <PDBx:index_k>9</PDBx:index_k> <PDBx:index_l>1</PDBx:index_l> </PDBx:diffrn_standard_refln> <PDBx:diffrn_standard_refln code="1" diffrn_id="s1"> <PDBx:index_h>3</PDBx:index_h> <PDBx:index_k>0</PDBx:index_k> <PDBx:index_l>10</PDBx:index_l> </PDBx:diffrn_standard_refln> </PDBx:diffrn_standard_reflnCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="diffrn_standard_refln" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="index_h" minOccurs="1" maxOccurs="1" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Miller index h of a standard reflection used in the diffraction measurement process.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="index_k" minOccurs="1" maxOccurs="1" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Miller index k of a standard reflection used in the diffraction measurement process.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="index_l" minOccurs="1" maxOccurs="1" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Miller index l of a standard reflection used in the diffraction measurement process.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="code" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The code identifying a reflection measured as a standard reflection with the indices attribute index_h, in category diffrn_standard_refln attribute index_k in category diffrn_standard_refln and attribute index_l in category diffrn_standard_refln. This is the same code as the attribute standard_code in category diffrn_refln in the DIFFRN_REFLN list. 1 2 c1 c2</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="diffrn_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category diffrn in the DIFFRN category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>