Skip to content

Commit

Permalink
Merge pull request #222 from NeuroML/fix/issue-220
Browse files Browse the repository at this point in the history
feat: make `spikeThresh` required in `membraneProperties`
  • Loading branch information
pgleeson authored Apr 18, 2024
2 parents 4af9426 + 225e953 commit 80629aa
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 80629aa

Please sign in to comment.