<?xml version="1.0" encoding="utf-8"?>
<workflow xmlns="http://www.intrallect.com/xsd/intralibrary_workflow" name="Upload and Review" description="For people to upload resources quickly and publish them, adding minimal metadata, with someone checking the resource and metadata after publication. People can also use the Import from Filesystem feature to upload multiple resources." xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.intrallect.com/xsd/intralibrary_workflow http://www.intrallect.com/xsd/intralibrary_workflow_v0p5.xsd">

	<!--  *********************** Stage 1 ****************************** -->
	<stage name="Upload" description="A teacher or other content provider uploads a resource and creates basic metadata: title, description, keywords.">

		<process name="Upload" description="Content provider uploads a resource, creates basic metadata, and passes the resource to the next stage for checking by a Submission Manager. The resource is published immediately. The Submission Manager can send the resource back to this stage if they find any problems. The content provider can delete their resource, or overwrite it with a corrected version.">
                                                <actions>
			              <upload/>
			              <preview/>
			              <export/>
			              <view_metadata/>
			              <edit_metadata metadataSubset="Upload"/>
			              <overwrite_resource/>
			              <import_from_file_system/>
			              <delete/>
                                                </actions>
			<role name="Submission Manager"/>
		</process>
		<ownerAccess/>
		<changePublishState/>
	</stage>
	
	<!--  ************************ Stage 2 ************************* -->
	<stage name="Check Resource and Complete Metadata" description="A Submission Manager quality checks the resource; checks and completes the metadata; adds classifications.">
 
		<process name="Check Resource and Complete Metadata" description="Submission Manager quality assures resource and its metadata. They can send the resource back to the first stage if there are any problems.">
                                                <actions>
			               <edit_metadata/>
			               <export/>
			               <preview/>
			               <view_metadata/>
				       <link_related_objects/>
                                       <move_object stageToMoveTo="1"/>
                                                </actions>
			<role name="Submission Manager"/>
		</process>
	</stage>
</workflow>

