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

<!-- FILE:  BioBrick_Environment_Model.xml

CREATED: 8th September 2006

LAST MODIFIED: 8th September 2006

AUTHOR : Vincent Rouilly

MODEL STATUS:  This model conforms with CellML 1.1

DESCRIPTION: This file contains a CellML description of the BioBrick Environment.
It defines the variable time.

CHANGES:
 - first draft. Should define also all the units to be used in simulations.

-->


<model name="BioBrick_Environment_Model"
  xmlns="http://www.cellml.org/cellml/1.1#"
  xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.1#">
  
   <rdf:Description rdf:about="" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:dc="http://purl.org/dc/elements/1.0" xmlns:dcterms="http://purl.org/dc/terms" xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
<dc:creator rdf:parseType="Resource">
<vCard:N rdf:parseType="Resource">
<vCard:Family>Rouilly</vCard:Family>
<vCard:Given>Vincent</vCard:Given>
</vCard:N>
<vCard:ORG rdf:parseType="Resource">
<vCard:Orgname>Imperial College London</vCard:Orgname>
<vCard:Orgunit>Bioengineering Department</vCard:Orgunit>
</vCard:ORG>
</dc:creator>
<dcterms:created rdf:parseType="Resource">
<dcterms:W3CDTF>2006-09-08</dcterms:W3CDTF>
</dcterms:created>
</rdf:Description>

  
  <component name="BioBrick_Environment">
    <variable initial_value="0.0" name="time" private_interface="none"
      public_interface="out" units="second"/>
  </component>
</model>
