Location: Standard Virtual Parts Template Models v200906 @ 14cedaa8d2aa / Time.cellml

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-08-26 20:59:14+12:00
Desc:
Fixed e-notation.
Permanent Source URI:
http://models.cellml.org/workspace/SVP_Templates200906/rawfile/14cedaa8d2aa83970ca05fd7bb14a721bfed2d73/Time.cellml

<?xml version="1.1" encoding="utf-8"?>

<model name="Time" cmeta:id="Time"
    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.0#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:dc="http://purl.org/dc/elements/1.0/"
    xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"
    >
        
    <rdf:RDF>
            <rdf:Description rdf:about="#Time">
            <dc:creator>
            <vCard:N rdf:parseType="Resource">
                <vCard:Family>Cooling</vCard:Family>
                <vCard:Given>Mike</vCard:Given>
            </vCard:N>
            <vCard:EMAIL rdf:parseType="Resource">
                <rdf:value>m.cooling@auckland.ac.nz</rdf:value>
                <rdf:type rdf:resource="http://imc.org/vCard/3.0#internet"/>
            </vCard:EMAIL>
            <vCard:ORG rdf:parseType="Resource">
                <vCard:Orgname>Auckland Bioengineering Institute</vCard:Orgname>
                <vCard:Orgunit>University of Auckland</vCard:Orgunit>
            </vCard:ORG>
            </dc:creator>
            </rdf:Description>
   </rdf:RDF>
   
   <component name="Time">
      <variable name="time" units="second" public_interface="out"/>
   </component>
   
</model>