<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./xslt/criteria2taxonomy.xsl"?>
<objectCriteria version="2.0" date="2006-10-11" class="still-images"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="..\01-schemas\objectCriteria.xsd">
	<notes>
		<span> The following list of criteria was obtained from the following sources: <ul>
				<li>Eadie, M. (2005). Preservation Handbook - Bitmap (raster) images. London: Arts
					and Humanities Data Service.
					(http://ahds.ac.uk/preservation/Bitmap-preservation-handbook_d6.pdf)</li>
				<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>
			</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="resolution" type="nil" unit="nil">
				<description>Groups criteria related to the resolution of the the digital image</description>
				<isComposedBy>
					<criterion name="width" type="integer" unit="pixel">
						<description>The width of the digital image measured in
						pixels.</description>
					</criterion>
					<criterion name="height" type="integer" unit="pixel">
						<description>The height of the digital image measured in
						pixels.</description>
					</criterion>
				</isComposedBy>
			</criterion>
			<criterion name="color" type="nil" unit="nil">
				<description>Groups criteria related to the color of the the digital image</description>
				<isComposedBy>
					<criterion name="model" type="string" unit="enumeration">
						<description>A color model is an abstract mathematical model describing the
							way colors can be represented as tuples of numbers, typically as three
							or four values or color components (e.g. RGB, sRGB, HSL, HSV, YUV and
							CMYK are color models) [wikipedia]. </description>
					</criterion>
					<criterion name="depth" type="integer" unit="bit">
						<description>A computer graphics term describing the number of bits used to
							represent the color of a single pixel in a bitmapped image or video
							frame buffer. This concept is also known as bits per pixel (bpp),
							particularly when specified along with the number of bits used. Higher
							color depth gives a broader range of distinct colors [wikipedia].
						</description>
					</criterion>
				</isComposedBy>
			</criterion>
		</isComposedBy>
	</criterion>
	<criterion name="content" type="nil" unit="nil">
		<description>Comprises criteria that are related to the intellectual content carried by 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="pixel_correctness" type="integer" unit="percentage">
						<description>How well pixels are respectfull to the original image. In cases
							of multiple page images, the comparison is performed by page and an
							overall similarity value is calculated by averaging the whole page set
							results.</description>
						<dependsOf>
							<criterion name="pixel values"/>
						</dependsOf>
					</criterion>
					<criterion name="page_count" type="integer" unit="percentage">
						<description>The number of pages that constitute the image.</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 image formats embed metadata. This criterion aims at measuring how
					much of that metadata was preserved.</description>
			</criterion>
		</isComposedBy>
	</criterion>
	<criterion name="structure" type="nil" unit="nil">
		<description>Groups together criteria that are related to the structure of the object.</description>
		<isComposedBy>
			<criterion name="compression" type="nil" unit="nil">
				<description> is the application of data compression on digital images. In effect,
					the objective is to reduce redundancy of the image data in order to be able to
					store or transmit data in an efficient form. Image compression can be lossy or
					lossless. Lossless compression is sometimes preferred for artificial images such
					as technical drawings, icons or comics. This is because lossy compression
					methods, especially when used at low bit rates, introduce compression artifacts.
					Lossless compression methods may also be preferred for high value content, such
					as medical imagery or image scans made for archival purposes. Lossy methods are
					especially suitable for natural images such as photos in applications where
					minor (sometimes imperceptible) loss of fidelity is acceptable to achieve a
					substantial reduction in bit rate. [wikipedia] </description>
				<isComposedBy>
					<criterion name="method" type="string" unit="enumeration">
						<description> Image compression can be lossy or lossless. Lossless
							compression is sometimes preferred for artificial images such as
							technical drawings, icons or comics. This is because lossy compression
							methods, especially when used at low bit rates, introduce compression
							artifacts. Lossless compression methods may also be preferred for high
							value content, such as medical imagery or image scans made for archival
							purposes. Lossy methods are especially suitable for natural images such
							as photos in applications where minor (sometimes imperceptible) loss of
							fidelity is acceptable to achieve a substantial reduction in bit rate.
							Examples of lossless image compression methods are: Run-length encoding,
							Entropy coding and Adaptive dictionary algorithms such as LZW. Examples
							of methods for lossy compression are: Reducing the color space to the
							most common colors in the image; Chroma subsampling; Transform coding
							and Fractal compression. [wikipedia] </description>
					</criterion>
					<criterion name="level" type="integer" unit="percentage">
						<description> The level compression used in the object. A value of zero
							should be used when lossless compression methods are in
						place.</description>
					</criterion>
				</isComposedBy>
			</criterion>
		</isComposedBy>
	</criterion>
	<!-- criterion name="behaviour"/-->
</objectCriteria>

