RateAdjustments

Adjustments necessary to all the rate equations, e.g 
temperature dependencies, voltage offsets introduced when moving 
between species, etc. See the XSL mappings for more information on the 
meaning of these adjustments.

Complex Type Information

Model

Children: offset, q10_settings

Used By

Source

<xs:complexType name="RateAdjustments">
  <xs:annotation>
    <xs:documentation>Adjustments necessary to all the rate equations, e.g temperature dependencies, voltage offsets introduced when moving between species, etc. See the XSL mappings for more information on the meaning of these adjustments.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="q10_settings" type="Q10Settings" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="offset" type="Offset" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>