<xs:complexType name="Deprecated_RateConstVoltConcDep">
<xs:annotation>
<xs:documentation>Rate constant expressions allowed for voltage and conc dependent channels. Note, at this stage no Akd like expression for a generic voltage/conc dep experssion. Time will tell if there's an expression common enough across different models to be expressed in such a way</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="generic_equation_hh" type="Deprecated_GenericEquation">
<xs:annotation>
<xs:documentation>Note: use generic as opposed to generic_equation_hh. The latter will be removed in v2.0</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="generic" type="Deprecated_GenericEquation">
<xs:annotation>
<xs:documentation>Note: use generic as opposed to generic_equation_hh. The latter will be removed in v2.0</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |