Viewing XML file: NeuroMLFiles/Examples/ChannelML/GateDepQ10.xml
Download this file
Edit this file and revalidate it
<?xml version="1.0" encoding="UTF-8"?> <channelml xmlns="http://morphml.org/channelml/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:meta="http://morphml.org/metadata/schema" xsi:schemaLocation="http://morphml.org/channelml/schema http://www.neuroml.org/NeuroMLValidator/NeuroMLFiles/Schemata/v1.8.0/Level2/ChannelML_v1.8.0.xsd" units="Physiological Units"> <meta:notes>ChannelML file containing a single Channel description</meta:notes> <channel_type name="NaConduction" density="yes"> <meta:notes>Example showing a channel with different Q10 adjustments for each gate, based on HH Na example</meta:notes> <current_voltage_relation cond_law="ohmic" ion="na" default_gmax="120" default_erev="50"> <q10_settings gate="m" q10_factor="3" experimental_temp="17"/> <q10_settings gate="h" q10_factor="3.5" experimental_temp="17"/> <gate name="m" instances="3"> <closed_state id="m0"/> <open_state id="m" fraction="1"/> <transition name="alpha" from="m0" to="m" expr_form="exp_linear" rate="1" scale="10" midpoint="-40" /> <transition name="beta" from="m" to="m0" expr_form="exponential" rate="4" scale="-18" midpoint="-65" /> </gate> <gate name="h" instances="1"> <closed_state id="h0"/> <open_state id="h" fraction="1"/> <transition name="alpha" from="h0" to="h" expr_form="exponential" rate="0.07" scale="-20" midpoint="-65" /> <transition name="beta" from="h" to="h0" expr_form="sigmoid" rate="1" scale="-10" midpoint="-35" /> </gate> </current_voltage_relation> </channel_type> </channelml>