PDBx:em_buffer_componentsType

Constituents of buffer in sample
   Example 1 - based on PDB entry 1DYL and laboratory records for the
                structure corresponding to PDB entry 1DYL
<PDBx:em_buffer_componentsCategory>
   <PDBx:em_buffer_components buffer_id="1" id="1">
      <PDBx:conc>4 </PDBx:conc>
      <PDBx:details xsi:nil="true" />
      <PDBx:name>NaCl</PDBx:name>
      <PDBx:volume>0.200 </PDBx:volume>
   </PDBx:em_buffer_components>
   <PDBx:em_buffer_components buffer_id="1" id="2">
      <PDBx:conc>100</PDBx:conc>
      <PDBx:details xsi:nil="true" />
      <PDBx:name>Acetic Acid</PDBx:name>
      <PDBx:volume>0.047 </PDBx:volume>
   </PDBx:em_buffer_components>
   <PDBx:em_buffer_components buffer_id="1" id="3">
      <PDBx:conc>neat</PDBx:conc>
      <PDBx:details xsi:nil="true" />
      <PDBx:name>water</PDBx:name>
      <PDBx:volume>0.700 </PDBx:volume>
   </PDBx:em_buffer_components>
</PDBx:em_buffer_componentsCategory>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="em_buffer_componentsType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Constituents of buffer in sample Example 1 - based on PDB entry 1DYL and laboratory records for the structure corresponding to PDB entry 1DYL <PDBx:em_buffer_componentsCategory> <PDBx:em_buffer_components buffer_id="1" id="1"> <PDBx:conc>4 </PDBx:conc> <PDBx:details xsi:nil="true" /> <PDBx:name>NaCl</PDBx:name> <PDBx:volume>0.200 </PDBx:volume> </PDBx:em_buffer_components> <PDBx:em_buffer_components buffer_id="1" id="2"> <PDBx:conc>100</PDBx:conc> <PDBx:details xsi:nil="true" /> <PDBx:name>Acetic Acid</PDBx:name> <PDBx:volume>0.047 </PDBx:volume> </PDBx:em_buffer_components> <PDBx:em_buffer_components buffer_id="1" id="3"> <PDBx:conc>neat</PDBx:conc> <PDBx:details xsi:nil="true" /> <PDBx:name>water</PDBx:name> <PDBx:volume>0.700 </PDBx:volume> </PDBx:em_buffer_components> </PDBx:em_buffer_componentsCategory></xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="em_buffer_components" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:all>
          <xsd:element name="conc" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The millimolar concentration of buffer component. 200</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 details to do with buffer composition. pH adjusted with NaOH</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="name" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The name of each buffer component. Acetic acid</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
          <xsd:element name="volume" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">The volume of buffer component. 0.200</xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:all>
        <xsd:attribute name="buffer_id" use="required" 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: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_buffer_components must uniquely identify a component of the buffer.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>