PDBx:em_2d_crystal_growType

Data items in the EM_2D_CRYSTAL_GROW category
record details of growth conditions for 2d crystal samples.
  Example 1 - based on PDB entry 1AT9 and laboratory records for the
                structure corresponding to PDB entry 1DYL
<PDBx:em_2d_crystal_growCategory>
   <PDBx:em_2d_crystal_grow id="1">
      <PDBx:apparatus xsi:nil="true" />
      <PDBx:atmosphere>room air</PDBx:atmosphere>
      <PDBx:buffer_id>2</PDBx:buffer_id>
      <PDBx:citation_id>2</PDBx:citation_id>
      <PDBx:details>on grid</PDBx:details>
      <PDBx:mean_2d_crystal_size xsi:nil="true" />
      <PDBx:method xsi:nil="true" />
      <PDBx:number_2d_crystals>129</PDBx:number_2d_crystals>
      <PDBx:pH>5.2</PDBx:pH>
      <PDBx:temp>18</PDBx:temp>
      <PDBx:time xsi:nil="true" />
   </PDBx:em_2d_crystal_grow>
</PDBx:em_2d_crystal_growCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="em_2d_crystal_growType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the EM_2D_CRYSTAL_GROW category record details of growth conditions for 2d crystal samples. Example 1 - based on PDB entry 1AT9 and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_2d_crystal_growCategory> <PDBx:em_2d_crystal_grow id="1"> <PDBx:apparatus xsi:nil="true" /> <PDBx:atmosphere>room air</PDBx:atmosphere> <PDBx:buffer_id>2</PDBx:buffer_id> <PDBx:citation_id>2</PDBx:citation_id> <PDBx:details>on grid</PDBx:details> <PDBx:mean_2d_crystal_size xsi:nil="true" /> <PDBx:method xsi:nil="true" /> <PDBx:number_2d_crystals>129</PDBx:number_2d_crystals> <PDBx:pH>5.2</PDBx:pH> <PDBx:temp>18</PDBx:temp> <PDBx:time xsi:nil="true" /> </PDBx:em_2d_crystal_grow> </PDBx:em_2d_crystal_growCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="em_2d_crystal_grow" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="apparatus" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The type of the apparatus used for growing the crystals. Langmuir trough</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="atmosphere" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The type of atmosphere in which crystals were grown. room air</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="buffer_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category em_buffer in the BUFFER category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="citation_id" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category citation in the CITATION category.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">Any additional items concerning 2d crystal growth.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="mean_2d_crystal_size" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The approximate size (microns squared) of 2d crystals imaged.</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension base="xsd:decimal">
                  <xsd:attribute fixed="microns_squared" name="units" type="xsd:string" use="optional"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="method" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The method used for growing the crystals. lipid monolayer</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="number_2d_crystals" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:integer">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The number of 2d crystals imaged.</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="pH" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:decimal">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">the pH value used for growing the crystals. 4.7</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="temp" minOccurs="0" maxOccurs="1" nillable="true">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The value of the temperature in degrees Kelvin used for growing the crystals. 293</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="time" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The length of time required to grow the crystals. approximately 2 days</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="id" use="required" type="xsd:string">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">The value of attribute crystal_id in category em_2d_crystal_grow must uniquely identify the sample 2d crystal.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>