<?xml version="1.0"?>
<pnml>
	<net id="n1" type="EPNML 1.0">
		<name>
			<text>test net</text>
		</name>
		<place id="pl1">
			<name>
				<text>Input</text>
			</name>
			<graphics>
				<position x="100" y="100"/>
			</graphics>
			<initialMarking>
				<text>5</text>
			</initialMarking>
			<type>
				<text>channel</text>
			</type>
		</place>
		<place id="pl2">
			<name>
				<text>Output</text>
			</name>
			<graphics>
				<position x="300" y="100"/>
			</graphics>
			<initialMarking>
				<text>1</text>
			</initialMarking>
			<type>
				<text>channel</text>
			</type>
		</place>
		<page id="pa1">
			<name>
				<text>Machine</text>
			</name>
			<graphics>
				<position x="200" y="100"/>
			</graphics>
			<type>
				<text>AND</text>
			</type>
			<referencePlace id="rp1" ref="pl1">
				<name>
					<text>Machine Input</text>
				</name>
				<graphics>
					<position x="100" y="100"/>
				</graphics>
			</referencePlace>
			<transition id="tr1">
				<name>
					<text>Transformation</text>
				</name>
				<graphics>
					<position x="200" y="100"/>
				</graphics>
				<type>
					<text>AND</text>
				</type>
			</transition>
			<referencePlace id="rp2" ref="pl2">
				<name>
					<text>Machine Output</text>
				</name>
				<graphics>
					<position x="300" y="100"/>
				</graphics>
			</referencePlace>
			<arc id="a1" source="rp1" target="tr1"/>
			<arc id="a2" source="tr1" target="rp2"/>
		</page>
	</net>
</pnml>
