PDBx:cell_measurementType

Data items in the CELL_MEASUREMENT category record details
about the measurement of the crystallographic cell parameters.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:cell_measurementCategory>
   <PDBx:cell_measurement entry_id="5HVP">
      <PDBx:temp>293</PDBx:temp>
      <PDBx:temp_esd>3</PDBx:temp_esd>
      <PDBx:theta_max>31</PDBx:theta_max>
      <PDBx:theta_min>11</PDBx:theta_min>
      <PDBx:wavelength>1.54</PDBx:wavelength>
   </PDBx:cell_measurement>
</PDBx:cell_measurementCategory>


    Example 2 - based on data set TOZ of Willis, Beckwith & Tozer
                [Acta Cryst. (1991), C47, 2276-2277].
<PDBx:cell_measurementCategory>
   <PDBx:cell_measurement entry_id="1TOZ">
      <PDBx:reflns_used>25</PDBx:reflns_used>
      <PDBx:temp>293</PDBx:temp>
      <PDBx:theta_max>31</PDBx:theta_max>
      <PDBx:theta_min>25</PDBx:theta_min>
   </PDBx:cell_measurement>
</PDBx:cell_measurementCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="cell_measurementType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the CELL_MEASUREMENT category record details about the measurement of the crystallographic cell parameters. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:cell_measurementCategory> <PDBx:cell_measurement entry_id="5HVP"> <PDBx:temp>293</PDBx:temp> <PDBx:temp_esd>3</PDBx:temp_esd> <PDBx:theta_max>31</PDBx:theta_max> <PDBx:theta_min>11</PDBx:theta_min> <PDBx:wavelength>1.54</PDBx:wavelength> </PDBx:cell_measurement> </PDBx:cell_measurementCategory> Example 2 - based on data set TOZ of Willis, Beckwith & Tozer [Acta Cryst. (1991), C47, 2276-2277]. <PDBx:cell_measurementCategory> <PDBx:cell_measurement entry_id="1TOZ"> <PDBx:reflns_used>25</PDBx:reflns_used> <PDBx:temp>293</PDBx:temp> <PDBx:theta_max>31</PDBx:theta_max> <PDBx:theta_min>25</PDBx:theta_min> </PDBx:cell_measurement> </PDBx:cell_measurementCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="cell_measurement" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="pressure" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The pressure in kilopascals at which the unit-cell parameters were measured (not the pressure at which the sample was synthesized).</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="kilopascals" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="pressure_esd" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The standard uncertainty (estimated standard deviation) of attribute pressure in category cell_measurement.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="kilopascals" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="radiation" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Description of the radiation used to measure the unit-cell data. See also attribute wavelength in category cell_measurement. neutron Cu K\a synchrotron</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="reflns_used" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The total number of reflections used to determine the unit cell. These reflections may be specified as CELL_MEASUREMENT_REFLN data items.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="temp" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The temperature in kelvins at which the unit-cell parameters were measured (not the temperature of synthesis).</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="temp_esd" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The standard uncertainty (estimated standard deviation) of attribute temp in category cell_measurement.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="kelvins" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="theta_max" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The maximum theta angle of reflections used to measure the unit cell in degrees.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
                <xsd:maxInclusive value="90.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="theta_min" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The minimum theta angle of reflections used to measure the unit cell in degrees.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
              <xsd:restriction base="xsd:decimal">
                <xsd:minInclusive value="0.0"/>
                <xsd:maxInclusive value="90.0"/>
              </xsd:restriction>
            </xsd:simpleType>
          </xsd:element>
          <xsd:element name="wavelength" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The wavelength in angstroms of the radiation used to measure the unit cell. If this is not specified, the wavelength is assumed to be that specified in the category DIFFRN_RADIATION_WAVELENGTH.</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="entry_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entry in the ENTRY category.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>