conc_factor

Preferred location of conc_factor since v1.7.3.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
charge xs:integer 1 optional
Electrical charge of the ion in question. Assumes charge of 1 if not present
expr xs:string required
Expression for the time independent multiplicative factor for the concentration dependence
ion xs:string required
Name of the ion
max_conc ConcentrationValue required
Maximum expected concentration. May be needed by simulators (e.g. for generating tables)
min_conc ConcentrationValue required
Minimum expected concentration. May be needed by simulators (e.g. for generating tables)
variable_name xs:string required
How the value of conductance will be expressed in the equations

Source

<xs:element name="conc_factor" type="ConcFactor" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Preferred location of conc_factor since v1.7.3.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample