PDBx:diffrn_orient_reflnType

Data items in the DIFFRN_ORIENT_REFLN category record details
about the reflections that define the orientation matrix used in
the measurement of the diffraction intensities.

    Example 1 - based on CAD-4 diffractometer data obtained for
                Yb(S-C5H4N)2(THF)4.
<PDBx:diffrn_orient_reflnCategory>
   <PDBx:diffrn_orient_refln diffrn_id="myset1" index_h="2" index_k="0" index_l="2">
      <PDBx:angle_chi>-28.45</PDBx:angle_chi>
      <PDBx:angle_kappa>-11.32</PDBx:angle_kappa>
      <PDBx:angle_omega>5.33</PDBx:angle_omega>
      <PDBx:angle_phi>101.78</PDBx:angle_phi>
      <PDBx:angle_psi>0.00</PDBx:angle_psi>
      <PDBx:angle_theta>10.66</PDBx:angle_theta>
   </PDBx:diffrn_orient_refln>
</PDBx:diffrn_orient_reflnCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="diffrn_orient_reflnType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the DIFFRN_ORIENT_REFLN category record details about the reflections that define the orientation matrix used in the measurement of the diffraction intensities. Example 1 - based on CAD-4 diffractometer data obtained for Yb(S-C5H4N)2(THF)4. <PDBx:diffrn_orient_reflnCategory> <PDBx:diffrn_orient_refln diffrn_id="myset1" index_h="2" index_k="0" index_l="2"> <PDBx:angle_chi>-28.45</PDBx:angle_chi> <PDBx:angle_kappa>-11.32</PDBx:angle_kappa> <PDBx:angle_omega>5.33</PDBx:angle_omega> <PDBx:angle_phi>101.78</PDBx:angle_phi> <PDBx:angle_psi>0.00</PDBx:angle_psi> <PDBx:angle_theta>10.66</PDBx:angle_theta> </PDBx:diffrn_orient_refln> </PDBx:diffrn_orient_reflnCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="diffrn_orient_refln" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="angle_chi" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Diffractometer angle chi of a reflection used to define the orientation matrix in degrees. See attribute UB[][] in category diffrn_orient_matrix and the Miller indices in the DIFFRN_ORIENT_REFLN category.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="angle_kappa" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Diffractometer angle kappa of a reflection used to define the orientation matrix in degrees. See attribute UB[][] in category diffrn_orient_matrix and the Miller indices in the DIFFRN_ORIENT_REFLN category.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="angle_omega" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Diffractometer angle omega of a reflection used to define the orientation matrix in degrees. See attribute UB[][] in category diffrn_orient_matrix and the Miller indices in the DIFFRN_ORIENT_REFLN category.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="angle_phi" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Diffractometer angle phi of a reflection used to define the orientation matrix in degrees. See attribute UB[][] in category diffrn_orient_matrix and the Miller indices in the DIFFRN_ORIENT_REFLN category.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="angle_psi" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Diffractometer angle psi of a reflection used to define the orientation matrix in degrees. See attribute UB[][] in category diffrn_orient_matrix and the Miller indices in the DIFFRN_ORIENT_REFLN category.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="angle_theta" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Diffractometer angle theta of a reflection used to define the orientation matrix in degrees. See attribute UB[][] in category diffrn_orient_matrix and the Miller indices in the DIFFRN_ORIENT_REFLN category.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="degrees" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
        </xsd:all>
        <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:attribute name="index_h" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Miller index h of a reflection used to define the orientation matrix.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="index_k" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Miller index k of a reflection used to define the orientation matrix.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
        <xsd:attribute name="index_l" use="required" type="xsd:integer">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Miller index l of a reflection used to define the orientation matrix.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>