<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "http://www.unicode.org/cldr/dtd/1.1/ldml.dtd">
<ldml>
	<identity>
		<version number="1.1"/>
		<generation date="2004-06-04" />
		<language type="de" /> 
		<territory type="LU" /> 
	</identity>
	<dates>
		<calendars>
			<calendar type="gregorian">
				<week>
					<minDays count="1"/>
					<firstDay day="mon"/>
				</week>
			</calendar>
		</calendars>
	</dates>
	<numbers>
		<decimalFormats>
			<decimalFormatLength >
				<decimalFormat >
					<pattern>#,##0.###;-#,##0.###</pattern>
				</decimalFormat>
			</decimalFormatLength >
		</decimalFormats>
		<scientificFormats>
			<scientificFormatLength >
				<scientificFormat >
					<pattern>#E0</pattern>
				</scientificFormat>
			</scientificFormatLength >
		</scientificFormats>
		<percentFormats>
			<percentFormatLength >
				<percentFormat >
					<pattern>#,##0%</pattern>
				</percentFormat>
			</percentFormatLength >
		</percentFormats>
		<currencyFormats>
			<currencyFormatLength >
				<currencyFormat >
					<pattern>#,##0.00 ¤;-#,##0.00 ¤</pattern>
				</currencyFormat>
			</currencyFormatLength >
		</currencyFormats>
		<currencies>
			<currency type="LUF">
				<displayName>Luxemburgischer Franc</displayName>
				<symbol>F</symbol>
				<pattern>#,##0 ¤;-#,##0 ¤</pattern>
				<decimal>#,##0 ¤;-#,##0 ¤</decimal>
				<group>,</group>
			</currency>
		</currencies>
	</numbers>
</ldml>
