(IN PROGRESS, not stable!!!!) In this case the parameter which determines how quickly the internal pool 'fills' is given as a fixed value. Note this is a far from ideal way to express this value, but needed to be included as this was the parameter which was all that was present in a number of models, e.g. Traub et al. 2003 Layer 2/3 cell. |
<xs:complexType name="FixedPoolInfo"> <xs:annotation> <xs:documentation>(IN PROGRESS, not stable!!!!) In this case the parameter which determines how quickly the internal pool 'fills' is given as a fixed value. Note this is a far from ideal way to express this value, but needed to be included as this was the parameter which was all that was present in a number of models, e.g. Traub et al. 2003 Layer 2/3 cell.</xs:documentation> </xs:annotation> <xs:sequence> <xs:annotation> <xs:documentation>The dC/dt will be calculated from dC/dt = - phi * Ica + [Ca]/decay_constant. See mod/GENESIS impl for more details</xs:documentation> </xs:annotation> <xs:element name="phi" type="xs:double"/> </xs:sequence> </xs:complexType> |