Skip to content

Commit 4a669ee

Browse files
generated almost perfect xml
1 parent 1ee113c commit 4a669ee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/neuroml2/TestNeuroML.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" ?>
2-
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2
3-
https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" id="TestNeuroML">
4-
<izhikevich2007Cell C="100pF" v0="-60mV" k="0.7nS_per_mV" vr="-60mV" vt="-40mV" vpeak="35mV" a="0.03per_ms" b="-2nS" c="-50.0mV" d="100pA" id="izh2007RS0"/>
5-
<pulseGenerator delay="100ms" duration="800ms" amplitude="0.07 nA" id="pulseGen_0"/>
2+
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="TestNeuroML" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd">
3+
<izhikevich2007Cell id="izh2007RS0" C="100pF" v0="-60mV" k="0.7nS_per_mV" vr="-60mV" vt="-40mV" vpeak="35mV" a="0.03per_ms" b="-2nS" c="-50.0mV" d="100pA"/>
4+
<pulseGenerator id="pulseGen_0" delay="100ms" duration="800ms" amplitude="0.07 nA"/>
65
<network id="IzNet">
7-
<population component="izh2007RS0" size="1" id="IzhPop0"/>
6+
<population id="IzhPop0" component="izh2007RS0" size="1"/>
87
<explicitInput target="IzhPop0[0]" input="pulseGen_0"/>
98
</network>
109
</neuroml>

0 commit comments

Comments
 (0)