<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./xslt/criteria2taxonomy.xsl"?>
<objectCriteria xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="../../01-schemas/01-criteria%20XSD-2.0%20/objectCriteria.xsd"
	version="2.0" date="2006-10-11" class="text-documents">
	<notes>
		<span> The following list of criteria was obtained from the following sources: <ul>
				<li>Rauch, C., Rauber, A., Hofman, H., Bogaarts, J., Vedegem, R., Pavuza, F., et al.
					(2005). A Framework for Documenting the Behaviour and Funcionality of Digital
					Objects and Preservation Strategies. Glasgow: DELOS Network of Excellence.
					(http://www.dpc.delos.info/outputs/index.php)</li>
			
			<li>Eadie, M. (2005). Preservation Handbook - Binary Text/Word Processor Documents. 
				London: Arts and Humanities Data Service. (http://ahds.ac.uk/preservation/presBinary_v4.pdf)</li>
			</ul>
		</span>
	</notes>
	
	
	<criterion name="appearance" type="nil" unit="nil">
		<description>Groups criteria related to the appearance of the digital object.</description>
		<isComposedBy>
			<criterion name="page" type="nil" unit="nil">
				<description>Groups criteria related to the page information of the digital image</description>
				<isComposedBy>
					<criterion name="width" type="integer" unit="millimeter">
						<description>The width of the digital object measured in
						millimeters.</description>
					</criterion>
					<criterion name="height" type="integer" unit="millimeter">
						<description>The height of the digital object measured in
						millimeters.</description>
					</criterion>
					<criterion name="number" type="integer" unit="absolut">
						<description>The number of pages in the text document. </description>
					</criterion>
					<criterion name="layout" type="integer" unit="percentage">
						<description>How similar the layout of the text-document is in relation to
							the original document. </description>
						<dependsOf>
							<criterion name="pixel data"/>
						</dependsOf>
					</criterion>

					<criterion name="margins" type="nil" unit="nil">
						<description>How similar are the margins of the text-document is in relation
							to the original document. </description>
						<isComposedBy>
							<criterion name="left" type="integer" unit="percentage">
								<description>The size of the left margin of the document in relation
									to the margin of the original document.</description>
							</criterion>
							<criterion name="right" type="integer" unit="percentage">
								<description>The size of the right margin of the document in
									relation to the margin of the original document.</description>
							</criterion>
							<criterion name="top" type="integer" unit="percentage">
								<description>The size of the top margin of the document in relation
									to the margin of the original document.</description>
							</criterion>
							<criterion name="bottom" type="integer" unit="percentage">
								<description>The size of the bottom margin of the document in
									relation to the margin of the original document.</description>
							</criterion>
						</isComposedBy>
					</criterion>

					<criterion name="style" type="nil" unit="nil">
						<description>Gathers information about the style of the text document.</description>
						<isComposedBy>
							<criterion name="background_color" type="integer" unit="color">
								<description>The background color of the document.</description>
							</criterion>
							<criterion name="font_face" type="string" unit="text">
								<description>This criterion assembles information about the fonts
									that are used within the document to see if any font information
									is missing.</description>
							</criterion>
							<criterion name="font_size" type="string" unit="text">
								<description>The size of the font used in the text-document. Font
									size changes very often so some special processing will have to
									be done in order to compare font sizes from source and target
									documents..</description>
							</criterion>
						</isComposedBy>
					</criterion>
				</isComposedBy>
			</criterion>
		</isComposedBy>
	</criterion>
	<criterion name="content" type="nil" unit="nil">
		<description>Comprises criteria that are related to the intellectual content carried within the
			digital object.</description>
		<isComposedBy>
			<criterion name="completeness" type="nil" unit="nil">
				<description>Comprises criteria related to the completeness of the content that
					constitute the digital object.</description>
				<isComposedBy>
					<criterion name="character_correctness" type="integer" unit="percentage">
						<description>How well text characters are respectfull to the original document. In cases
							of multiple page documents, the comparison is performed by page and an
							overall similarity value is calculated by averaging the whole page set
							results.</description>
						<dependsOf>
							<criterion name="char values"/>
						</dependsOf>
					</criterion>
					<criterion name="page_count" type="integer" unit="percentage">
						<description>The number of pages that constitute the text document.</description>
					</criterion>
					<criterion name="character_count" type="integer" unit="percentage">
						<description>The number of characters of the text document.</description>
					</criterion>

					<criterion name="image_count" type="integer" unit="percentage">
						<description>The number of images embedded in the text document.</description>
					</criterion>
				</isComposedBy>
			</criterion>

		</isComposedBy>
	</criterion>
	
			
		<criterion name="context" type="nil" unit="nil">
		<description>Comprises information that describes the context that surrounds the object,
			usually resolved by resorting to metadata.</description>
		<isComposedBy>
			<criterion name="metadata" type="integer" unit="percentage">
				<description>Some text document formats carry embedded metadata. This criterion aims at measuring how
					much of that metadata was preserved.</description>
			</criterion>
		</isComposedBy>
	</criterion>
	
</objectCriteria>

