gate

Preferred way of expressing gating complexes since v1.7.3.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
instances xs:nonNegativeInteger required
The number of instances of the gate, i.e. the power to which the gating variable is raised in the expression for the total conductance
name xs:string required
Reference for the gating complex, e.g. m, h, n

Source

<xs:element name="gate" type="GatingComplex" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Preferred way of expressing gating complexes since v1.7.3.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample