10 lines
513 B
XML
10 lines
513 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<petrinet:Network 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="exemple">
|
|
<nodes xsi:type="petrinet:Place" name="debut" tokens="1"/>
|
|
<nodes xsi:type="petrinet:Place" name="fin"/>
|
|
<nodes xsi:type="petrinet:Transition" name="debut2fin">
|
|
<arcs weight="1" target="//@nodes.0"/>
|
|
<arcs weight="1" outgoing="true" target="//@nodes.1"/>
|
|
</nodes>
|
|
</petrinet:Network>
|