<?xml version="1.0" encoding="UTF-8"?>
<pnml xmlns:b="http://www.petriweb.org/specs/epnml11/basic.rng">
	<net id="n1" type="EPNML10">
		<toolspecific tool="petriweb" version="1.1">
			<b:laat>
				<b:oei>hoi</b:oei>
			</b:laat>
		</toolspecific>
		<name>
			<text>test net</text>
		</name>
		<place id="pl1">
			<name>
				<text>Input</text>
			</name>
			<graphics>
				<position x="100" y="100"/>
			</graphics>
			<type>
				<text>channel</text>
			</type>
			<initialMarking>
				<text>5</text>
			</initialMarking>
		</place>
		<place id="pl2">
			<name>
				<text>Output</text>
			</name>
			<description>
				<text>Description here</text>
			</description>
			<graphics>
				<position x="300" y="100"/>
			</graphics>
			<initialMarking>
				<text>1</text>
			</initialMarking>
			<type>
				<text>channel</text>
			</type>
		</place>
		<transition id="tr1">
			<name>
				<text>Transformation</text>
			</name>
			<description>
				<text>This is the transition description</text>
			</description>
			<transformation>
				<text>This is an transformation.</text>
			</transformation>
			<graphics>
				<position x="200" y="100"/>
			</graphics>
			<type>
				<text>AND</text>
			</type>
		</transition>
		<arc id="a1" source="pl1" target="tr1">
			<name>
				<text>A1</text>
			</name>
			<description>
				<text>Description of Arc</text>
			</description>
			<graphics>
				<position x="10" y="10"/>
			</graphics>
			<inscription>
				<text>None</text>
			</inscription>
		</arc>
		<arc id="a2" source="tr1" target="pl2">
			<name>
				<text>A2</text>
			</name>
			<description>
				<text>Description of Arc 2</text>
			</description>
			<graphics>
				<position x="200" y="10"/>
			</graphics>
			<inscription>
				<text>None</text>
			</inscription>
		</arc>
	</net>
</pnml>
