PoolVolumeInfo

Information on the volume of the ion pool

Complex Type Information

Model

Children: shell_thickness

Attributes

QName Type Fixed Default Use Inheritable Annotation
shell_thickness LengthValue optional
The volume of the pool is calculated from the thickness of the shell inside
    the membrane. This will have to be multiplied by the surface area of the relevant compartment. NOTE: In v2.0 the option for 
a shell_thickness element will be removed. Attribute shell_thickness will be used instead.

Used By

Source

<xs:complexType name="PoolVolumeInfo">
  <xs:annotation>
    <xs:documentation>Information on the volume of the ion pool</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="shell_thickness" type="bio:LengthValue" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The volume of the pool is calculated from the thickness of the shell inside the membrane. This will have to be multiplied by the surface area of the relevant compartment. NOTE: In v2.0 the option for a shell_thickness element will be removed. Attribute shell_thickness will be used instead.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="shell_thickness" type="bio:LengthValue" use="optional">
    <xs:annotation>
      <xs:documentation>The volume of the pool is calculated from the thickness of the shell inside the membrane. This will have to be multiplied by the surface area of the relevant compartment. NOTE: In v2.0 the option for a shell_thickness element will be removed. Attribute shell_thickness will be used instead.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>