<?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.6/Level2/ChannelML_v1.6.xsd"
    units="Physiological Units">
    
    <meta:notes>ChannelML file describing a single synaptic mechanism</meta:notes>
    
     
    <synapse_type name="DoubExpSyn">
        
        <status value="stable">
            <meta:contributor>
                <meta:name>Padraig Gleeson</meta:name>
            </meta:contributor>
        </status>
    
        <meta:notes>Simple example of a synaptic mechanism, which consists of a postsynaptic conductance which changes as 
        double exponential function of time. Mappings exist for NEURON and GENESIS.</meta:notes>
        
        <meta:neuronDBref>
            <meta:modelName>Receptor properties</meta:modelName>
            <meta:uri>http://senselab.med.yale.edu/senselab/NeuronDB/receptors2.asp</meta:uri>
        </meta:neuronDBref>
        
        <doub_exp_syn max_conductance="1.0E-5" rise_time="1" decay_time="2" reversal_potential="0"/>
    
    </synapse_type>
        
    
</channelml>