<xsd:complexType name="em_sample_preparationType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Data items in the EM_SAMPLE_PREPARATION category record details of sample conditions prior to loading onto grid support. Example 1 - based on PDB entry 1DYL and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_sample_preparationCategory> <PDBx:em_sample_preparation entry_id="1DYL" id="1"> <PDBx:_2d_crystal_grow_id xsi:nil="true" /> <PDBx:buffer_id>1</PDBx:buffer_id> <PDBx:ph>7.6</PDBx:ph> <PDBx:sample_concentration>5</PDBx:sample_concentration> <PDBx:support_id>1</PDBx:support_id> </PDBx:em_sample_preparation> </PDBx:em_sample_preparationCategory></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="em_sample_preparation" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:all>
<xsd:element name="_2d_crystal_grow_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_2d_crystal_grow in the 2D_CRYSTAL_GROW category.</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="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details on the sample preparation Selectively stained by injection of horseradish peroxidase, embedded in Spurr's resin and cut into 2-3 um thick sections. 1 Enzyme Preparations. S. cerevisiae PDC was purified to near homogeneity from baker's yeast by modification of a published procedure. Highly purified E1 was obtained by resolution of PDC with 2 M NaCl at pH 7.3 followed by FPLC on a Superdex 200 column. The weight-average molecular weight of the PDC was determined by light scattering measurement to be ~8 x 106. On the basis of the known molecular weight of the complex and its component enzymes and the experimentally determined polypeptide chain ratios of E2/BP/E3, we estimated that the subunit composition of the S. cerevisiae PDC is ~24 E1 tetramers, 60 E2 monomers, 12 BP monomers, and 8 E3 dimers. Sufficient E1 was added to a sample of the PDC preparation to increase the molar ratio of E1/E2 core to 60:1. This product is designated larger PDC or ~60 E1/E2 core PDC 2 embedment in vitreous ice. 3 Detergent-solubilized particles eluted from the cation-exchange column were directly adsorbed for 1 min to parlodion carbon-coated copper grids rendered hydrophilic by glow discharge at low pressure in air. Grids were washed with 4 drops of double-distilled water and stained with 2 drops of 0.75%uranyl formate. Images were recorded on Eastman Kodak Co. SO-163 sheet film with a Hitachi H-7000 electron microscope operated at 100 kV. Electron micrographs of single particles adsorbed to the carbon film were digitized using a Leafscan-45 scanner (Leaf Systems, Inc., Westborough, MA). 4</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="entity_assembly_id" minOccurs="1" 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 entity_assembly in the entity_assembly category.</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 of the observed sample buffer. 5.5</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sample_concentration" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the concentration (mg per milliliter) of the complex in the sample. 1.35</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute fixed="mg_per_ml" name="units" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="support_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_sample_support in the EM_SAMPLE_SUPPORT category.</xsd:documentation>
</xsd:annotation>
</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:attribute name="id" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of attribute id in category em_sample_preparation must uniquely identify the sample preparation.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |