<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
	xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
	xmlns:rs='urn:schemas-microsoft-com:rowset'
	xmlns:z='#RowsetSchema'>
<s:Schema id='RowsetSchema'>
	<s:ElementType name='row' content='eltOnly'>
		<s:AttributeType name='PLU' rs:number='1' rs:nullable='true' rs:maydefer='true' rs:writeunknown='true'>
			<s:datatype dt:type='float' dt:maxLength='8' rs:precision='15' rs:fixedlength='true'/>
		</s:AttributeType>
		<s:AttributeType name='Item' rs:number='2' rs:nullable='true' rs:maydefer='true' rs:writeunknown='true'>
			<s:datatype dt:type='string' dt:maxLength='255'/>
		</s:AttributeType>
		<s:AttributeType name='Price' rs:number='3' rs:nullable='true' rs:maydefer='true' rs:writeunknown='true'>
			<s:datatype dt:type='number' rs:dbtype='currency' dt:maxLength='8' rs:precision='19' rs:fixedlength='true'/>
		</s:AttributeType>
		<s:extends type='rs:rowbase'/>
	</s:ElementType>
</s:Schema>
<rs:data>
	<z:row PLU='309' Item='ZIPPO RAR' Price='36.3'/>
	<z:row PLU='310' Item='ZIPPO CHROME' Price='30.8'/>
	<z:row PLU='311' Item='ZIPPO GREEN' Price='38.5'/>
	<z:row PLU='312' Item='ZIPPO BLACK' Price='38.5'/>
	<z:row PLU='313' Item='ZIPPO BRASS' Price='37.4'/>
	<z:row PLU='314' Item='ZIPPO SLIMLINE CHROME' Price='34.1'/>
	<z:row PLU='315' Item='ZIPPO COVER DP' Price='4.95'/>
	<z:row PLU='316' Item='ZIPPO FLUID' Price='3.3'/>
	<z:row PLU='317' Item='ZIPPO FLINTS' Price='1.65'/>
	<z:row PLU='318' Item='ZIPPO WICKS' Price='2.2'/>
	<z:row PLU='319' Item='ZIPPO RISING SUN' Price='42.65'/>
</rs:data>
</xml>