<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE document SYSTEM "http://forrest.apache.org/dtd/document-v20.dtd">
<!-- 

  Copyright (c) 2008, 2009 Waysys LLC. All Rights Reserved.

  Permission to use, copy, modify, and distribute this software
  and its documentation for NON-COMMERCIAL purposes and without
  fee is hereby granted provided that this copyright notice
  appears in all copies.

  Waysys MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  PARTICULAR PURPOSE, OR NON-INFRINGEMENT. Waysys SHALL NOT BE LIABLE FOR
  ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.

  For further information, contact Waysys LLC at waysys@waysysweb.com
  or 800-622-5315 (USA).

=======================================
 Maintenance History
=======================================

  Person    Date          Change
  =====    ======== ======================

  Shaffer   06-Jan-2008   File create
 


--><!--
Consult the annnotation on the use case schema for the meaning of the various elements.
--><usecase xmlns="http://waysysweb.com/schema/wysdom/usecase.xsd" xmlns:base="http://waysysweb.com/schema/wysdom/basic.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://waysysweb.com/schema/wysdom/usecase.xsd     http://waysysweb.com:8080/schema/wysdom/usecase.xsd">
	<uchead>
		<identifier>UseCase1</identifier>
		<project>Project Name</project>
		<package>Default</package>
		<status>NotStarted</status>
		<base:revisionhistory>
			<base:revision xmlns:dc="http://purl.org/dc/elements/1.1/">
				<base:date>2008-01-01</base:date>
				<dc:identifier>1.00</dc:identifier>
				<dc:creator>Author Name</dc:creator>
				<dc:description>Document created</dc:description>
			</base:revision>
		</base:revisionhistory>
	</uchead>
	<ucbody>
		<ucname>Use case name</ucname>
		<ucdesc/>
		<ucactors>
			<actor primary="true">
				<actorname/>
			</actor>
		</ucactors>
		<deliverable> </deliverable>
		<ucscenarios>
			<scenario>
				<scenarioname> </scenarioname>
				<comment/>
				<base:numlist>
					<base:listelem/>
				</base:numlist>
			</scenario>
		</ucscenarios>
		<ucpostcondition> </ucpostcondition>
		<uccomments> </uccomments>
	</ucbody>
</usecase>