Skip to content

Commit 17ff18b

Browse files
committed
Updates to lems defns for stricter interpretation of Lems
1 parent 06953f3 commit 17ff18b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

NeuroML2CoreTypes/Channels.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,10 @@
580580

581581

582582
<ComponentType name="ionChannelKS"
583-
extends="ionChannel"
583+
extends="baseIonChannel"
584584
description="A kinetic scheme based ion channel with multiple _gateKS_s, each of which consists of multiple _KSState_s and _KSTransition_s giving the rates of transition between them">
585+
586+
<Children name="conductanceScaling" type="baseConductanceScaling"/>
585587
<Children name="gates" type="gateKS"/>
586588

587589
<Text name="species"/>

NeuroML2CoreTypes/Networks.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<ComponentType name="electricalProjection"
254254
description="A projection between _presynapticPopulation to another _postsynapticPopulation through gap junctions.">
255255
<Children name="connections" type="electricalConnection"/>
256-
<Children name="connections" type="electricalConnectionInstance"/>
256+
<Children name="connectionInstances" type="electricalConnectionInstance"/>
257257
<ComponentReference name="presynapticPopulation" type="population" local="true"/>
258258
<ComponentReference name="postsynapticPopulation" type="population" local="true"/>
259259
</ComponentType>
@@ -322,7 +322,7 @@
322322
description="A projection between _presynapticPopulation and _postsynapticPopulation through components _preComponent at the start and _postComponent at the end of a _continuousConnection_ or _continuousConnectionInstance_. Can be used for analog synapses.">
323323

324324
<Children name="connections" type="continuousConnection"/>
325-
<Children name="connections" type="continuousConnectionInstance"/>
325+
<Children name="connectionInstances" type="continuousConnectionInstance"/>
326326

327327
<ComponentReference name="presynapticPopulation" type="population" local="true"/>
328328
<ComponentReference name="postsynapticPopulation" type="population" local="true"/>

0 commit comments

Comments
 (0)