Skip to content

Commit

Permalink
updated Schema with a new Poisson synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
RokasSt committed Feb 5, 2016
1 parent 798e2c1 commit 9bb89f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Schemas/NeuroML2/NeuroML_v2beta4.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2131,6 +2131,24 @@
</xs:complexContent>
</xs:complexType>

<xs:complexType name="TransientPoissonFiringSynapse">
<xs:complexContent>
<xs:extension base="Standalone">
<xs:attribute name="averageRate" type="Nml2Quantity_pertime"
use="required"/>
<xs:attribute name="delay" type="Nml2Quantity_time"
use="required"/>
<xs:attribute name="duration" type="Nml2Quantity_time"
use="required"/>
<xs:attribute name="synapse" type="xs:string"
use="required"/>
<xs:attribute name="spikeTarget" type="xs:string"
use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>




<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
Expand Down

0 comments on commit 9bb89f3

Please sign in to comment.