Transforming XML file: NeuroMLFiles/Examples/ChannelML/KChan_KineticScheme.xml using XSL file: NeuroMLFiles/Schemata/v1.8.2/Level2/ChannelML_v1.8.2_Updated.xsl

View original file before transform

Converting the file: KChan_KineticScheme.xml

<?xml version="1.0" encoding="UTF-8"?>

      
      
      
      NOTE: The following is only useful when the file to be converted is a ChannelML file with a
      pre v1.7.3 structure to the current_voltage_relation element!!
      
      The text below will have to be manually tuned to create a valid ChannelML file in the new format
      
      
      
     <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>Example of 5 state kinetic scheme K conductance specified in ChannelML.</meta:notes>

    <channel_type name="KChannelKS">

        <meta:notes>K conductance with 5 kinetic states. NOTE: currently a mapping is only provided
                    to the NEURON Channel Builder format and PSICS</meta:notes>

        <!--
            NOTE: Some manual "tuning" of this code is needed to make a valid post v1.7.3 file!
            Including:
            - Removal of xmlns=...
            - Check through the generic functions, as plus signs can disappear from expressions
            - Also in expressions with conditions, the greater-than sign should be replaced with - -ampersand- -gt;
            
            --><current_voltage_relation xmlns="" cond_law="ohmic" ion="" default_gmax="" default_erev=""/>
        
    </channel_type>
        
    
</channelml>

Time to transform file: 0.03 secs