<xs:complexType name="ConcDependence">
<xs:annotation>
<xs:documentation>Specification of the factor to use in the concentration dependence of the rate expressions of a gate</xs:documentation>
</xs:annotation>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of substance, just for reference</xs:documentation>
</xs:annotation>
</xs:attribute>
<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 rate equations</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="min_conc" type="bio:ConcentrationValue" use="required">
<xs:annotation>
<xs:documentation>Minimum expected concentration. Quite likely to 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. Quite likely to be needed by simulators (e.g. for generating tables)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |