<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> |