ConcFactor

Specification of the time independent scaling factor for a concentration dependent conductance. This factor will not be used n alpha, beta, etc. but the 
expression in expr will scale the total conductance at each time step.

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

Used By

Source

<xs:complexType name="ConcFactor">
  <xs:annotation>
    <xs:documentation>Specification of the time independent scaling factor for a concentration dependent conductance. This factor will not be used n alpha, beta, etc. but the expression in expr will scale the total conductance at each time step.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="ion" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>Name of the ion</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="charge" type="xs:integer" use="optional" default="1">
    <xs:annotation>
      <xs:documentation>Electrical charge of the ion in question. Assumes charge of 1 if not present</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="variable_name" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>How the value of conductance will be expressed in the equations</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="expr" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>Expression for the time independent multiplicative factor for the concentration dependence</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="min_conc" type="bio:ConcentrationValue" use="required">
    <xs:annotation>
      <xs:documentation>Minimum expected concentration. May be needed by simulators (e.g. for generating tables)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="max_conc" type="bio:ConcentrationValue" use="required">
    <xs:annotation>
      <xs:documentation>Maximum expected concentration. May be needed by simulators (e.g. for generating tables)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>