compartmentTypeToSBML

example

newModel[level→ 2, version→ 2] ;

compartmentTypeToSBML["foo"]

<compartmentType id=\"foo\"/>

compartmentTypeToSBML["foo", name→ "typical compartment type", metaid→ "_metafoo"]

<compartmentType id=\"foo\" name=\"typical compartment type\" metaid=\"_metafoo\"/>

compartmentTypeToSymbolicSBML["foo", name→ "typical compartment type", metaid→ "_metafoo"]

XMLElement[compartmentType, {id→foo, name→typical compartment type, metaid→_metafoo}, {}]


Created by Mathematica  (September 26, 2006) Valid XHTML 1.1!