PDBx:diffrn_detectorType

Data items in the DIFFRN_DETECTOR category describe the
detector used to measure the scattered radiation, including
any analyser and post-sample collimation.

    Example 1 - based on PDB entry 5HVP and laboratory records for the
                structure corresponding to PDB entry 5HVP.
<PDBx:diffrn_detectorCategory>
   <PDBx:diffrn_detector diffrn_id="d1">
      <PDBx:detector>multiwire</PDBx:detector>
      <PDBx:type>Siemens</PDBx:type>
   </PDBx:diffrn_detector>
</PDBx:diffrn_detectorCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="diffrn_detectorType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the DIFFRN_DETECTOR category describe the detector used to measure the scattered radiation, including any analyser and post-sample collimation. Example 1 - based on PDB entry 5HVP and laboratory records for the structure corresponding to PDB entry 5HVP. <PDBx:diffrn_detectorCategory> <PDBx:diffrn_detector diffrn_id="d1"> <PDBx:detector>multiwire</PDBx:detector> <PDBx:type>Siemens</PDBx:type> </PDBx:diffrn_detector> </PDBx:diffrn_detectorCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="diffrn_detector" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="area_resol_mean" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The resolution of an area detector, in pixels/mm.</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="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A description of special aspects of the radiation detector.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="detector" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The general class of the radiation detector. photographic film scintillation counter CCD plate BF~3~ counter</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="dtime" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The deadtime in microseconds of the detector used to measure the diffraction intensities.</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="pdbx_collection_date" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The date of data collection. 1996-12-25</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="pdbx_collection_time_total" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The total number of seconds required to measure this data set. 120.0</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="seconds" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="pdbx_frames_total" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The total number of data frames collected for this data set. 20 100</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="type" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The make, model or name of the detector device used.</xsd:documentation>
            </xsd:annotation>
          </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:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>