testGathering.single_files.internalise_with_local_single.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1" xmlns:comp="http://www.sbml.org/sbml/level3/version1/comp/version1" comp:required="true"> <model> <comp:listOfSubmodels> <comp:submodel comp:id="internalA" comp:modelRef="a"/> </comp:listOfSubmodels> </model> <comp:listOfModelDefinitions> <comp:modelDefinition id="a" name="b"> <listOfCompartments> <compartment id="compartment" spatialDimensions="3" size="1" constant="true"/> </listOfCompartments> <listOfSpecies> <species id="U" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> <species id="V" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> <species id="W" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"> <comp:listOfReplacedElements> <comp:replacedElement comp:idRef="B" comp:submodelRef="internalA"/> </comp:listOfReplacedElements> </species> <species id="X" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> </listOfSpecies> <listOfReactions> <reaction id="J0" reversible="true" fast="false"> <listOfReactants> <speciesReference species="U" stoichiometry="1" constant="true"/> <speciesReference species="V" stoichiometry="2" constant="true"/> </listOfReactants> <listOfProducts> <speciesReference species="W" stoichiometry="1" constant="true"/> </listOfProducts> </reaction> <reaction id="J1" reversible="true" fast="false"> <listOfReactants> <speciesReference species="W" stoichiometry="1" constant="true"/> </listOfReactants> <listOfProducts> <speciesReference species="X" stoichiometry="1" constant="true"/> <speciesReference species="U" stoichiometry="1" constant="true"/> </listOfProducts> </reaction> </listOfReactions> <comp:listOfSubmodels> <comp:submodel comp:id="internalA" comp:modelRef="b_a"/> </comp:listOfSubmodels> </comp:modelDefinition> <comp:modelDefinition id="b_a" name="a"> <listOfCompartments> <compartment id="compartment" spatialDimensions="3" size="1" constant="true"/> </listOfCompartments> <listOfSpecies> <species id="A" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> <species id="B" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> <species id="X" compartment="compartment" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> </listOfSpecies> <listOfReactions> <reaction id="J0" reversible="true" fast="false"> <listOfReactants> <speciesReference species="A" stoichiometry="1" constant="true"/> <speciesReference species="X" stoichiometry="1" constant="true"/> </listOfReactants> <listOfProducts> <speciesReference species="B" stoichiometry="2" constant="true"/> </listOfProducts> </reaction> </listOfReactions> </comp:modelDefinition> </comp:listOfModelDefinitions> </sbml>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy