PDBx:pdbx_bufferType

Data items in the PDBX_BUFFER category
record details of the sample buffer.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="pdbx_bufferType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">Data items in the PDBX_BUFFER category record details of the sample buffer.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="pdbx_buffer" 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">Any additional details to do with buffer. aerated</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. Acetic acid</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 id in category pdbx_buffer must uniquely identify the sample buffer.</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:complexType>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>