Deprecated_VoltageGate

Definition of a voltage gate. Normally this will be specified as rate equations for 
alpha and beta, or for tau and inf. Deprecated! Will be removed in v2.0

Complex Type Information

Model

Used By

Source

<xs:complexType name="Deprecated_VoltageGate">
  <xs:annotation>
    <xs:documentation>Definition of a voltage gate. Normally this will be specified as rate equations for alpha and beta, or for tau and inf. Deprecated! Will be removed in v2.0</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="initialisation" type="Initialisation" minOccurs="0" maxOccurs="1"/>
    <!-- Usually the alpha & beta form are specified/known, but tau and inf could be used instead-->
    <xs:group ref="Deprecated_AlphaBetaForm" minOccurs="0"/>
    <xs:group ref="Deprecated_ExtraRateExpressions" minOccurs="0"/>
    <!-- Note: one of tau or inf could be specified even if alpha and beta are given-->
    <xs:element name="tau" type="Deprecated_RateConstantEqnChoice" minOccurs="0"/>
    <xs:element name="inf" type="Deprecated_RateConstantEqnChoice" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>