<xs:simpleType name="ConductanceLaw">
<xs:annotation>
<xs:documentation>Introduced in v1.7.3 for new format ChannelML. Specifies which type of conductance law to use: ohmic, etc.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ohmic">
<xs:annotation>
<xs:documentation>Current is given by membrane potential times conductance (Ohm's law)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="integrate_and_fire">
<xs:annotation>
<xs:documentation>Signifies a current which will cause the cell to behave like an integrate and fire neuron.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |