1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************************************* -->
- <!-- single-compartmental model -->
- <!-- ********************************************************* -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-10-14</date>
- <section>
- <type>model/single_compartment</type>
- <name>Single compartment model</name>
- <definition>Properties to describe a biophysical model that consists of a single compartment.</definition>
- <property>
- <name>SimulationType</name>
- <definition>The type of simulation: mathematical, phenomenological, biophysical etc..</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|