PDBx:pdbx_nmr_spectrometerType

The details about each spectrometer used to collect data for this 
deposition.
 The instruments described here are the ones used for the MCP-1 studies.
<PDBx:pdbx_nmr_spectrometerCategory>
   <PDBx:pdbx_nmr_spectrometer spectrometer_id="1">
      <PDBx:field_strength>600</PDBx:field_strength>
      <PDBx:type>Bruker AMX</PDBx:type>
   </PDBx:pdbx_nmr_spectrometer>
   <PDBx:pdbx_nmr_spectrometer spectrometer_id="2">
      <PDBx:field_strength>500</PDBx:field_strength>
      <PDBx:type>Bruker AMX</PDBx:type>
   </PDBx:pdbx_nmr_spectrometer>
</PDBx:pdbx_nmr_spectrometerCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_nmr_spectrometerType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">The details about each spectrometer used to collect data for this deposition. The instruments described here are the ones used for the MCP-1 studies. <PDBx:pdbx_nmr_spectrometerCategory> <PDBx:pdbx_nmr_spectrometer spectrometer_id="1"> <PDBx:field_strength>600</PDBx:field_strength> <PDBx:type>Bruker AMX</PDBx:type> </PDBx:pdbx_nmr_spectrometer> <PDBx:pdbx_nmr_spectrometer spectrometer_id="2"> <PDBx:field_strength>500</PDBx:field_strength> <PDBx:type>Bruker AMX</PDBx:type> </PDBx:pdbx_nmr_spectrometer> </PDBx:pdbx_nmr_spectrometerCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_nmr_spectrometer" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">A text description of the NMR spectrometer.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="field_strength" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Select the field strength for protons in MHz. 360 400 500 600 750 800 850 900 950 1000</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="manufacturer" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The name of the manufacturer of the spectrometer. Varian Bruker JEOL GE</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="model" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The model of the NMR spectrometer. AVANCE WH WM AM AMX DMX DRX MSL OMEGA OMEGA PSG GX GSX A AL EC EX LA ECP VXRS UNITY UNITYPLUS INOVA</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">Select the instrument manufacturer(s) and the model(s) of the NMR(s) used for this work. Bruker WH Bruker WM Bruker AM Bruker AMX Bruker DMX Bruker DRX Bruker MSL Bruker AVANCE GE Omega GE Omega PSG JEOL GX JEOL GSX JEOL A JEOL AL JEOL EC JEOL EX JEOL LA JEOL ECP Varian VXRS Varian UNITY Varian UNITYplus Varian INOVA other</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="spectrometer_id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">Assign a numerical ID to each instrument. 1 2 3</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>