|
225 | 225 | extends="gate" |
226 | 226 | description="Gate which follows the general Hodgkin Huxley formalism"> |
227 | 227 |
|
228 | | - <Child name="notes" type="notes"/> |
| 228 | + <Children name="notes" type="notes"/> |
229 | 229 |
|
230 | 230 | <Child name="forwardRate" type="baseVoltageDepRate"/> |
231 | 231 | <Child name="reverseRate" type="baseVoltageDepRate"/> |
|
269 | 269 | extends="gate" |
270 | 270 | description="Gate which follows the general Hodgkin Huxley formalism"> |
271 | 271 |
|
272 | | - <Child name="notes" type="notes"/> |
| 272 | + <Children name="notes" type="notes"/> |
273 | 273 |
|
274 | 274 | <Child name="timeCourse" type="baseVoltageDepTime" /> |
275 | 275 | <Child name="steadyState" type="baseVoltageDepVariable" /> |
|
307 | 307 |
|
308 | 308 | <Constant name="SEC" dimension="time" value="1 s"/> |
309 | 309 |
|
310 | | - <Child name="notes" type="notes"/> |
| 310 | + <Children name="notes" type="notes"/> |
311 | 311 |
|
312 | 312 | <Child name="steadyState" type="baseVoltageDepVariable" /> |
313 | 313 |
|
|
332 | 332 | extends="gate" |
333 | 333 | description="Gate which follows the general Hodgkin Huxley formalism"> |
334 | 334 |
|
335 | | - <Child name="notes" type="notes"/> |
| 335 | + <Children name="notes" type="notes"/> |
336 | 336 |
|
337 | 337 | <Child name="forwardRate" type="baseVoltageDepRate"/> |
338 | 338 | <Child name="reverseRate" type="baseVoltageDepRate"/> |
|
376 | 376 | extends="gate" |
377 | 377 | description="Gate which follows the general Hodgkin Huxley formalism"> |
378 | 378 |
|
379 | | - <Child name="notes" type="notes"/> |
| 379 | + <Children name="notes" type="notes"/> |
380 | 380 |
|
381 | 381 | <Child name="forwardRate" type="baseVoltageDepRate"/> |
382 | 382 | <Child name="reverseRate" type="baseVoltageDepRate"/> |
|
416 | 416 | extends="gate" |
417 | 417 | description="Gate which follows the general Hodgkin Huxley formalism"> |
418 | 418 |
|
419 | | - <Child name="notes" type="notes"/> |
| 419 | + <Children name="notes" type="notes"/> |
420 | 420 |
|
421 | 421 | <Child name="forwardRate" type="baseVoltageDepRate"/> |
422 | 422 | <Child name="reverseRate" type="baseVoltageDepRate"/> |
|
472 | 472 | <ComponentType name="subGate" |
473 | 473 | description="Gate composed of subgates contributing with fractional conductance"> |
474 | 474 |
|
475 | | - <Child name="notes" type="notes"/> |
| 475 | + <Children name="notes" type="notes"/> |
476 | 476 |
|
477 | 477 | <Child name="timeCourse" type="baseVoltageDepTime" /> |
478 | 478 | <Child name="steadyState" type="baseVoltageDepVariable" /> |
|
511 | 511 | <ComponentType name="ionChannelPassive" |
512 | 512 | extends="ionChannel" |
513 | 513 | 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"/> |
516 | 516 | <Text name="neuroLexId"/> |
517 | 517 |
|
518 | 518 | <Dynamics> |
|
525 | 525 | <ComponentType name="ionChannelHH" |
526 | 526 | extends="baseIonChannel" |
527 | 527 | 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"/> |
530 | 530 |
|
531 | 531 | <Children name="conductanceScaling" type="baseConductanceScaling"/> |
532 | 532 | <Children name="gates" type="gate"/> |
|
560 | 560 | <ComponentType name="KSState" |
561 | 561 | description="One of the states in which a _gateKS_ can be. The rates of transitions between these states are given by _KSTransition_s"> |
562 | 562 | <Parameter name="relativeConductance" dimension="none"/> |
563 | | - <Child name="notes" type="notes"/> |
| 563 | + <Children name="notes" type="notes"/> |
564 | 564 | <Exposure name="occupancy" dimension="none"/> |
565 | 565 | <Exposure name="q" dimension="none"/> |
566 | 566 |
|
|
684 | 684 |
|
685 | 685 |
|
686 | 686 | <ComponentType name="gateKS" |
687 | | - extends="baseGate" |
| 687 | + extends="gate" |
688 | 688 | description="A gate which consists of multiple _KSState_s and _KSTransition_s giving the rates of transition between them"> |
689 | 689 | <Children name="states" type="KSState"/> |
690 | 690 | <Children name="transitions" type="KSTransition"/> |
|
0 commit comments