<?xml version="1.0" encoding="UTF-8"?>
<!--
  -  Copyright 2001-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
  -  Distributed under the terms of either:
  -  * the common development and distribution license (CDDL), v1.0; or
  -  * the GNU Lesser General Public License, v2.1 or later
  -  $Id: numberguess.xml 3364 2006-07-10 10:33:29Z gbevin $
  -->

<!DOCTYPE site SYSTEM "/dtd/site.dtd">

<site>
    <arrival destid="Game"/>
    
    <element id="Game" implementation="tutorial.numberguess.Game" url="/game">
    
		<submission name="performGuess">
			<param name="guess"><default>-1</default></param>
		</submission>
		
        <flowlink srcexit="start" destid="Game"/>
		
    </element>
	
</site>
