<xs:complexType name="Deprecated_GenericEquation">
<xs:annotation>
<xs:documentation>Definition of a type of rate constant equation</xs:documentation>
</xs:annotation>
<xs:attribute name="expr" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Note: only variable allowed in expression is v (or for an expression for tau or inf, alpha and beta can be used too). Also, liberal use of brackets, e.g. 5.0*(exp (-50*(v +46))) instead of 5.0* exp (-50*(v +46)) is advised, due to GENESIS's handling of exp, abs, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |