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