projet-mini-genie-logiciel-.../fr.n7.petriNet.exemple/My.petrinet
2021-10-09 13:56:20 +02:00

10 lines
526 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<petrinet:Reseau xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:petrinet="http://petrinet" name="testMDR">
<noeuds xsi:type="petrinet:Place" name="startplace" jetons="1"/>
<noeuds xsi:type="petrinet:Transition" name="starttofinish">
<arcs poids="1" cible="//@noeuds.0"/>
<arcs poids="2" sortant="true" cible="//@noeuds.2"/>
</noeuds>
<noeuds xsi:type="petrinet:Place" name="endplace"/>
</petrinet:Reseau>