Viewing XML file: NeuroMLFiles/Examples/ChannelMLSyns/STPSynapse.xml
Download this file
Edit this file and revalidate it
<?xml version="1.0" encoding="UTF-8"?> <channelml xmlns="http://morphml.org/channelml/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:meta="http://morphml.org/metadata/schema" xsi:schemaLocation="http://morphml.org/channelml/schema http://www.neuroml.org/NeuroMLValidator/NeuroMLFiles/Schemata/v1.8.1/Level2/ChannelML_v1.8.1.xsd" units="Physiological Units"> <meta:notes>ChannelML file describing a plastic synaptic mechanism</meta:notes> <synapse_type name="STPSynapse"> <status value="stable"> <meta:comment>ChannelML file featuring Short Term Plasticity. Based on the model of Markram and Tsodyks. See mapping to NEURON for more details on implementation of model</meta:comment> <meta:contributor> <meta:name>Padraig Gleeson</meta:name> </meta:contributor> </status> <meta:notes>Example of a synaptic mechanism incorporating short term plasticity</meta:notes> <fac_dep_syn max_conductance="1.63934426E-6" rise_time="1" decay_time="2" reversal_potential="0"> <plasticity init_release_prob="0.61" tau_fac="12" tau_rec="12"/> </fac_dep_syn> </synapse_type> </channelml>