DecayingPoolModel

Element for parameters in a decaying pool model of ion concentration (e.g. calcium pool)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
ceiling ConcentrationValue optional
The maximum concentration which the ion pool should be allowed get to. NOTE: In v2.0 the option for 
a ceiling element will be removed. Attribute ceiling will be used instead.
decay_constant TimeConstantValue optional
Exponential decay time of pool. Either decay_constant or inv_decay_constant must be included. NOTE: In v2.0 the option for 
a decay_constant/inv_decay_constant element will be removed. Attribute decay_constant/inv_decay_constant will be used instead.
inv_decay_constant InvTimeConstantValue optional
Reciprocal of exponential decay time of pool. Either decay_constant or inv_decay_constant must be included. NOTE: In v2.0 the option for 
a decay_constant/inv_decay_constant element will be removed. Attribute decay_constant/inv_decay_constant will be used instead.
resting_conc ConcentrationValue optional
Resting concentration of ion. NOTE: In v2.0 the option for a resting_conc element will be removed. Attribute resting_conc will be required instead.

Used By

Source

<xs:complexType name="DecayingPoolModel">
  <xs:annotation>
    <xs:documentation>Element for parameters in a decaying pool model of ion concentration (e.g. calcium pool)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="resting_conc" type="bio:ConcentrationValue" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Resting concentration of ion. NOTE: In v2.0 this element will be removed. Attribute resting_conc will be used instead.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="decay_constant" type="bio:TimeConstantValue" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Exponential decay time of pool. NOTE: In v2.0 this element will be removed. Attribute decay_constant will be used instead.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="inv_decay_constant" type="bio:InvTimeConstantValue">
        <xs:annotation>
          <xs:documentation>Reciprocal of exponential decay time constant of pool</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="ceiling" type="bio:ConcentrationValue" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The maximum concentration which the ion pool should be allowed get to. NOTE: In v2.0 this element will be removed. Attribute ceiling will be used instead.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="pool_volume_info" type="PoolVolumeInfo"/>
      <xs:element name="fixed_pool_info" type="FixedPoolInfo"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="resting_conc" type="bio:ConcentrationValue" use="optional">
    <xs:annotation>
      <xs:documentation>Resting concentration of ion. NOTE: In v2.0 the option for a resting_conc element will be removed. Attribute resting_conc will be required instead.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="decay_constant" type="bio:TimeConstantValue" use="optional">
    <xs:annotation>
      <xs:documentation>Exponential decay time of pool. Either decay_constant or inv_decay_constant must be included. NOTE: In v2.0 the option for a decay_constant/inv_decay_constant element will be removed. Attribute decay_constant/inv_decay_constant will be used instead.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="inv_decay_constant" type="bio:InvTimeConstantValue" use="optional">
    <xs:annotation>
      <xs:documentation>Reciprocal of exponential decay time of pool. Either decay_constant or inv_decay_constant must be included. NOTE: In v2.0 the option for a decay_constant/inv_decay_constant element will be removed. Attribute decay_constant/inv_decay_constant will be used instead.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ceiling" type="bio:ConcentrationValue" use="optional">
    <xs:annotation>
      <xs:documentation>The maximum concentration which the ion pool should be allowed get to. NOTE: In v2.0 the option for a ceiling element will be removed. Attribute ceiling will be used instead.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>