Skip to content

Commit ed428e9

Browse files
committed
child annotation/notes -> children (optional)
1 parent c9cb7ec commit ed428e9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

NeuroML2CoreTypes/Channels.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
extends="gate"
226226
description="Gate which follows the general Hodgkin Huxley formalism">
227227

228-
<Child name="notes" type="notes"/>
228+
<Children name="notes" type="notes"/>
229229

230230
<Child name="forwardRate" type="baseVoltageDepRate"/>
231231
<Child name="reverseRate" type="baseVoltageDepRate"/>
@@ -269,7 +269,7 @@
269269
extends="gate"
270270
description="Gate which follows the general Hodgkin Huxley formalism">
271271

272-
<Child name="notes" type="notes"/>
272+
<Children name="notes" type="notes"/>
273273

274274
<Child name="timeCourse" type="baseVoltageDepTime" />
275275
<Child name="steadyState" type="baseVoltageDepVariable" />
@@ -307,7 +307,7 @@
307307

308308
<Constant name="SEC" dimension="time" value="1 s"/>
309309

310-
<Child name="notes" type="notes"/>
310+
<Children name="notes" type="notes"/>
311311

312312
<Child name="steadyState" type="baseVoltageDepVariable" />
313313

@@ -332,7 +332,7 @@
332332
extends="gate"
333333
description="Gate which follows the general Hodgkin Huxley formalism">
334334

335-
<Child name="notes" type="notes"/>
335+
<Children name="notes" type="notes"/>
336336

337337
<Child name="forwardRate" type="baseVoltageDepRate"/>
338338
<Child name="reverseRate" type="baseVoltageDepRate"/>
@@ -376,7 +376,7 @@
376376
extends="gate"
377377
description="Gate which follows the general Hodgkin Huxley formalism">
378378

379-
<Child name="notes" type="notes"/>
379+
<Children name="notes" type="notes"/>
380380

381381
<Child name="forwardRate" type="baseVoltageDepRate"/>
382382
<Child name="reverseRate" type="baseVoltageDepRate"/>
@@ -416,7 +416,7 @@
416416
extends="gate"
417417
description="Gate which follows the general Hodgkin Huxley formalism">
418418

419-
<Child name="notes" type="notes"/>
419+
<Children name="notes" type="notes"/>
420420

421421
<Child name="forwardRate" type="baseVoltageDepRate"/>
422422
<Child name="reverseRate" type="baseVoltageDepRate"/>
@@ -472,7 +472,7 @@
472472
<ComponentType name="subGate"
473473
description="Gate composed of subgates contributing with fractional conductance">
474474

475-
<Child name="notes" type="notes"/>
475+
<Children name="notes" type="notes"/>
476476

477477
<Child name="timeCourse" type="baseVoltageDepTime" />
478478
<Child name="steadyState" type="baseVoltageDepVariable" />
@@ -511,8 +511,8 @@
511511
<ComponentType name="ionChannelPassive"
512512
extends="ionChannel"
513513
description="Simple passive ion channel where the constant conductance through the channel is equal to _conductance">
514-
<Child name="notes" type="notes"/>
515-
<Child name="annotation" type="annotation"/>
514+
<Children name="notes" type="notes"/>
515+
<Children name="annotation" type="annotation"/>
516516
<Text name="neuroLexId"/>
517517

518518
<Dynamics>
@@ -525,8 +525,8 @@
525525
<ComponentType name="ionChannelHH"
526526
extends="baseIonChannel"
527527
description="Note _ionChannel_ and _ionChannelHH_ are currently functionally identical. This is needed since many existing examples use ionChannel, some use ionChannelHH. NeuroML v2beta4 should remove one of these, probably ionChannelHH.">
528-
<Child name="notes" type="notes"/>
529-
<Child name="annotation" type="annotation"/>
528+
<Children name="notes" type="notes"/>
529+
<Children name="annotation" type="annotation"/>
530530

531531
<Children name="conductanceScaling" type="baseConductanceScaling"/>
532532
<Children name="gates" type="gate"/>
@@ -560,7 +560,7 @@
560560
<ComponentType name="KSState"
561561
description="One of the states in which a _gateKS_ can be. The rates of transitions between these states are given by _KSTransition_s">
562562
<Parameter name="relativeConductance" dimension="none"/>
563-
<Child name="notes" type="notes"/>
563+
<Children name="notes" type="notes"/>
564564
<Exposure name="occupancy" dimension="none"/>
565565
<Exposure name="q" dimension="none"/>
566566

@@ -684,7 +684,7 @@
684684

685685

686686
<ComponentType name="gateKS"
687-
extends="baseGate"
687+
extends="gate"
688688
description="A gate which consists of multiple _KSState_s and _KSTransition_s giving the rates of transition between them">
689689
<Children name="states" type="KSState"/>
690690
<Children name="transitions" type="KSTransition"/>

0 commit comments

Comments
 (0)