Skip to content

Commit

Permalink
feat: make spikeThresh required in membraneProperties
Browse files Browse the repository at this point in the history
fixes #220

TODO: update libNeuroML/NeuroMLC++ and so on.
  • Loading branch information
sanjayankur31 committed Apr 17, 2024
1 parent 4af9426 commit 225e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Schemas/NeuroML2/NeuroML_v2.3.1.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@
<xs:element name="channelDensityNonUniform" type="ChannelDensityNonUniform" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="channelDensityNonUniformNernst" type="ChannelDensityNonUniformNernst" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="channelDensityNonUniformGHK" type="ChannelDensityNonUniformGHK" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="spikeThresh" type="SpikeThresh" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="spikeThresh" type="SpikeThresh" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="specificCapacitance" type="SpecificCapacitance" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="initMembPotential" type="InitMembPotential" minOccurs="0" maxOccurs="unbounded"/>
<!-- Taking this out until confirmation it's needed
Expand Down

0 comments on commit 225e953

Please sign in to comment.