-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGlyphsAndArcs_noTypo1.xml
30 lines (29 loc) · 1.11 KB
/
GlyphsAndArcs_noTypo1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by JWS2SBML on 2011/04/04 15:53:02-->
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4">
<model name="BSA">
<listOfCompartments>
<compartment id="compartment1" name="compartment" size="1"/>
</listOfCompartments>
<listOfSpecies>
<species id="x" name="unspecEnt" compartment="compartment1" initialConcentration="0"/>
<species id="mac" name="macroMolecule" compartment="compartment1" initialConcentration="0" sboTerm="SBO:0000248"/>
</listOfSpecies>
<listOfReactions>
<reaction id="v6" name="multiple_links">
<listOfReactants>
<speciesReference species="mac"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="x"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="x" sboTerm="SBO:0000535"/>
<modifierSpeciesReference species="x" sboTerm="SBO:0000536"/>
<modifierSpeciesReference species="x" sboTerm="SBO:0000460"/>
<modifierSpeciesReference species="x" sboTerm="SBO:0000411"/>
</listOfModifiers>
</reaction>
</listOfReactions>
</model>
</sbml>