<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./xslt/criteria2taxonomy.xsl"?>
<processCriteria version="2.0" date="2006-10-11" class="migration"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="..\01-schemas\processCriteria.xsd">
	<criterion name="availability" type="float" unit="percentage">
		<description>The probability of a service being operational at the time of invocation.</description>
		<dependsOf>
			<criterion name="invocation_success"/>
			<criterion name="number_invocations"/>
		</dependsOf>
	</criterion>
	<criterion name="stability" type="float" unit="percentage">
		<description>The capacity of a service to carry out what it purports to do.</description>
		<dependsOf>
			<criterion name="conversion_success"/>
			<criterion name="number_invocations"/>
		</dependsOf>
	</criterion>
	<criterion name="throughput" type="float" unit="percentage">
		<description>The amount of work that the service is capable of doing by time unit. The
			amount of work is determined by the size of the object to be converted.</description>
		<dependsOf>
			<criterion name="source_object_length"/>
			<criterion name="conversion_time"/>
		</dependsOf>
	</criterion>
	<criterion name="scalability" type="float" unit="percentage">
		<description>The capacity to preserve service throughput when the workload is increased.</description>
		<dependsOf>
			<criterion name="source_object_length"/>
			<criterion name="conversion_time"/>
		</dependsOf>
	</criterion>
	<criterion name="cost" type="float" unit="absolute">
		<description>The amount of economic units that a client will have to pay to use the service
			one single time.</description>
		<dependsOf>
			<criterion name="conversion_path_cost"/>
		</dependsOf>
	</criterion>
	<criterion name="outcome" type="nil" unit="nil">
		<description> Criteria related with the result of the preservation process. </description>
		<isComposedBy>
			<criterion name="size" type="float" unit="percentage">
				<description>The size of the resulting object in bytes when compared with the
					original.</description>
				<dependsOf>
					<criterion name="source_object_length"/>
					<criterion name="target_object_length"/>
				</dependsOf>
			</criterion>
			<criterion name="file_count" type="float" unit="percentage">
				<description>The number of files that compose the resulting digital object.</description>
				<dependsOf>
					<criterion name="source_object_number_files"/>
					<criterion name="target_object_number_files"/>
				</dependsOf>
			</criterion>
		</isComposedBy>
	</criterion>
</processCriteria>

