<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='Year' rs:number='1' rs:nullable='true' rs:writeunknown='true'>
			<s:datatype dt:type='float' dt:maxLength='8' rs:precision='15' rs:fixedlength='true'/>
		</s:AttributeType>
		<s:AttributeType name='Corporation' rs:number='2' rs:nullable='true' rs:writeunknown='true'>
			<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='255'/>
		</s:AttributeType>
		<s:AttributeType name='c2' rs:name='Car Name' rs:number='3' rs:nullable='true' rs:writeunknown='true'>
			<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='255'/>
		</s:AttributeType>
		<s:extends type='rs:rowbase'/>
	</s:ElementType>
</s:Schema>
<rs:data>
	<z:row Year='88' Corporation='CHRYSLER' c2='ARIES'/>
	<z:row Year='92' Corporation='FORD' c2='TEMPO'/>
	<z:row Year='92' Corporation='GMC' c2='CAVALIER'/>
	<z:row Year='88' Corporation='GMC' c2='GRAND AM'/>
	<z:row Year='87' Corporation='GMC' c2='CORSIKA'/>
	<z:row Year='75' Corporation='FORD' c2='GRAND MARQUIS'/>
	<z:row Year='81' Corporation='CHRYSLER' c2='DIPLOMAT'/>
	<z:row Year='79' Corporation='FORD' c2='MUSTANG'/>
	<z:row Year='76' Corporation='CHRYSLER' c2='CARDOBA'/>
	<z:row Year='89' Corporation='FORD' c2='CROWN VICTORIA'/>
	<z:row Year='79' Corporation='FORD' c2='FAIRMOUNT'/>
	<z:row Year='77' Corporation='GMC' c2='MONTECARLO'/>
	<z:row Year='75' Corporation='CADILLAC' c2='DE WILLE'/>
	<z:row Year='77' Corporation='FORD' c2='LTD'/>
	<z:row Year='85' Corporation='GMC' c2='PARK AVENUE'/>
	<z:row Year='83' Corporation='GMC' c2='OLD 98'/>
	<z:row Year='77' Corporation='GMC' c2='TORNADO'/>
	<z:row Year='79' Corporation='GMC' c2='BONEVILLE'/>
	<z:row Year='86' Corporation='GMC' c2='D 88'/>
	<z:row Year='73' Corporation='FORD' c2='MONTEGO'/>
	<z:row Year='81' Corporation='GMC' c2='B-CENTURY'/>
	<z:row Year='88' Corporation='GMC' c2='BERETA'/>
	<z:row/>
</rs:data>
</xml>