testFlattening.test55.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Created by libAntimony version v2.4 with libSBML version 5.8.0. --> <sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" xmlns:comp="http://www.sbml.org/sbml/level3/version1/comp/version1" level="3" version="1" comp:required="true"> <model id="bar" name="bar"> <listOfCompartments> <compartment sboTerm="SBO:0000410" id="default_compartment" spatialDimensions="3" size="1" constant="true"> <comp:listOfReplacedElements> <comp:replacedElement comp:idRef="default_compartment" comp:submodelRef="A"/> </comp:listOfReplacedElements> </compartment> </listOfCompartments> <listOfSpecies> <species id="y" compartment="default_compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"> <comp:listOfReplacedElements> <comp:replacedElement comp:idRef="x" comp:submodelRef="A"/> </comp:listOfReplacedElements> </species> </listOfSpecies> <listOfReactions> <reaction id="J1" reversible="true" fast="false"> <listOfProducts> <speciesReference id="y_stoich" species="y" stoichiometry="1" constant="true"> <comp:listOfReplacedElements> <comp:replacedElement comp:idRef="x_stoich" comp:submodelRef="A"/> </comp:listOfReplacedElements> </speciesReference> </listOfProducts> <comp:listOfReplacedElements> <comp:replacedElement comp:idRef="J0" comp:submodelRef="A"/> </comp:listOfReplacedElements> </reaction> </listOfReactions> <comp:listOfSubmodels> <comp:submodel comp:id="A" comp:modelRef="foo"/> </comp:listOfSubmodels> </model> <comp:listOfModelDefinitions> <comp:modelDefinition id="foo" name="foo"> <listOfCompartments> <compartment sboTerm="SBO:0000410" id="default_compartment" spatialDimensions="3" size="1" constant="true"/> </listOfCompartments> <listOfSpecies> <species id="x" compartment="default_compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> </listOfSpecies> <listOfReactions> <reaction id="J0" reversible="true" fast="false"> <listOfReactants> <speciesReference id="x_stoich" species="x" stoichiometry="1" constant="true"/> </listOfReactants> </reaction> </listOfReactions> </comp:modelDefinition> </comp:listOfModelDefinitions> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy