All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testGathering.single_files.internalise_main_from_submodel_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="b_m" name="main">
			<listOfCompartments>
				<compartment id="cytoplasm" spatialDimensions="3" size="1" constant="true"/>
			</listOfCompartments>
			<listOfSpecies>
				<species id="adp" compartment="cytoplasm" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"></species>
				<species id="atp" compartment="cytoplasm" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"></species>
				<species id="p" compartment="cytoplasm" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"></species>
			</listOfSpecies>
			<listOfReactions>
				<reaction id="a1" reversible="true" fast="false">
					<listOfReactants>
						<speciesReference species="atp" stoichiometry="1" constant="true"/>
					</listOfReactants>
					<listOfProducts>
						<speciesReference species="adp" stoichiometry="1" constant="true"/>
						<speciesReference species="p" 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="a" name="b">
			<comp:listOfSubmodels>
				<comp:submodel comp:id="internalMain" comp:modelRef="b_m"/>
			</comp:listOfSubmodels>
		</comp:modelDefinition>
		
		<comp:modelDefinition id="b_a">
			<listOfCompartments>
				<compartment id="periplasm" spatialDimensions="3" size="1" constant="true"/>
			</listOfCompartments>
			<listOfSpecies>
				<species id="h2o" compartment="periplasm" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"></species>
				<species id="oh" compartment="periplasm" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"></species>
				<species id="h3o" compartment="periplasm" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"></species>
			</listOfSpecies>
			<listOfReactions>
				<reaction id="a1" reversible="true" fast="false">
					<listOfReactants>
						<speciesReference species="h2o" stoichiometry="2" constant="true"/>
					</listOfReactants>
					<listOfProducts>
						<speciesReference species="oh" stoichiometry="1" constant="true"/>
						<speciesReference species="h3o" stoichiometry="1" constant="true"/>
					</listOfProducts>
				</reaction>
			</listOfReactions>
		</comp:modelDefinition>
	</comp:listOfModelDefinitions>
</sbml> 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy