opensourcebrain/HodgkinHuxleyTutorial
0
1<?xml version="1.0" encoding="UTF-8"?>2 3<neuroml xmlns="http://www.neuroml.org/schema/neuroml2"4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"5 xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.githubusercontent.com/NeuroML/NeuroML2/master/Schemas/NeuroML2/NeuroML_v2beta3.xsd"6 id="passiveChan">7 8 9 <ionChannelHH id="passiveChan" conductance="10pS" type="ionChannelPassive">10 11 <notes>Single ion channel in NeuroML2 format: passive channel providing a leak conductance </notes>12 13 </ionChannelHH>14 15</neuroml>16 17 