<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='80' Item='BERET KENT' Price='34.1'/>
	<z:row PLU='81' Item='BUSH HAT DP' Price='7.15'/>
	<z:row PLU='82' Item='KEPI DP' Price='17.05'/>
	<z:row PLU='83' Item='BOONIE DP' Price='31.35'/>
	<z:row PLU='84' Item='GIGGLE HAT' Price='31.35'/>
	<z:row PLU='85' Item='BUSH HAT NAM STYLE' Price='15.4'/>
	<z:row PLU='86'/>
	<z:row PLU='87'/>
	<z:row PLU='88'/>
	<z:row PLU='89' Item='HELMT COVER DP'/>
	<z:row PLU='90' Item='FIELD TROUSERS' Price='55.55'/>
	<z:row PLU='91' Item='FIELD SHIRT'/>
	<z:row PLU='92' Item='BEANIE'/>
	<z:row PLU='93' Item='WATCH CAP' Price='3.85'/>
</rs:data>
</xml>