<xs:element name="conductance">
<xs:annotation>
<xs:documentation>Description of the conductance including maximum conductance density and possible (voltage and/or concentration dependent) gating mechanisms</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="rate_adjustments" type="RateAdjustments" minOccurs="0">
<xs:annotation>
<xs:documentation>Adjustments, e.g. temperature dependence, to apply to the gating mechanisms</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="conc_factor" type="ConcFactor" minOccurs="0"/>
<xs:element name="gate" type="Gate" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Voltage/concentration dependent gate</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="default_gmax" type="bio:ConductanceDensityValue" use="required">
<xs:annotation>
<xs:documentation>Maximum conductance density of channel</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |