<?xml version="1.0" encoding="utf-8"?>
<mddlScheme>
	<head>
		<dateTime>2007-03-01T000000Z</dateTime>
		<title>MDDL fractionHandlingType Scheme</title>
		<element>fractionHandlingType</element><parent>various</parent>
		<definition>Controlled Vocabulary identifying how fractions should be handled - the level of precision is identified in denominator of the fraction property.</definition>
	</head>
	<value><short>truncate</short>		<full>The fraction is dropped (i.e. rounded down to next whole unit) with unit specified in the precision.</full></value>
	<value><short>ceiling</short>		<full>The fraction is rounded up to the next nearest whole unit.</full></value>
	<value><short>even</short>		<full>The fraction is rounded to the next nearest even whole unit (i.e. 0.5 goes to 0 while 1.5 goes to 2).</full></value>
	<value><short>normal</short>		<full>0.5 and higher are rounded up while less that 0.5 is rounded down.</full></value>
</mddlScheme>

