iBioSim/docs/OldTutorial/TopLevel.xml

32 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" xmlns:layout="http://www.sbml.org/sbml/level3/version1/layout/version1" xmlns:comp="http://www.sbml.org/sbml/level3/version1/comp/version1" level="3" version="1" layout:required="false" comp:required="true">
<model metaid="iBioSim1" id="TopLevel">
<listOfCompartments>
<compartment id="Cell" spatialDimensions="3" size="1" constant="true"/>
</listOfCompartments>
<layout:listOfLayouts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:layout="http://www.sbml.org/sbml/level3/version1/layout/version1">
<layout:layout layout:id="iBioSim">
<layout:dimensions layout:width="0" layout:height="0"/>
<layout:listOfCompartmentGlyphs>
<layout:compartmentGlyph layout:id="Glyph__Cell" layout:compartment="Cell">
<layout:boundingBox>
<layout:position layout:x="0" layout:y="0"/>
<layout:dimensions layout:width="1070" layout:height="425"/>
</layout:boundingBox>
</layout:compartmentGlyph>
</layout:listOfCompartmentGlyphs>
<layout:listOfTextGlyphs>
<layout:textGlyph layout:id="TextGlyph__Cell" layout:text="Cell" layout:graphicalObject="Glyph__Cell">
<layout:boundingBox>
<layout:position layout:x="0" layout:y="0"/>
<layout:dimensions layout:width="1070" layout:height="425"/>
</layout:boundingBox>
</layout:textGlyph>
</layout:listOfTextGlyphs>
</layout:layout>
</layout:listOfLayouts>
<comp:listOfPorts>
<comp:port sboTerm="SBO:0000601" comp:idRef="Cell" comp:id="compartment__Cell"/>
</comp:listOfPorts>
</model>
</sbml>