<?xml version="1.0" encoding="UTF-8" ?>
<TRIPFileMaintenance xmlns="http://www.revenue.wi.gov/trip" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<TRIPHeader recordCount="2">
		<FileCreationTimestamp>2011-04-05T18:32:37</FileCreationTimestamp>
		<TransmitterName>WIDOR</TransmitterName>
		<SubmissionID>00012345620110951832</SubmissionID>
		<ProcessType>Test</ProcessType>
	</TRIPHeader>
	<DebtRecord>
		<TypeTransaction>Change</TypeTransaction>
		<Individual>
			<SSN>123456789</SSN>
			<TaxpayerName>
				<FirstName>TEST</FirstName>
				<LastName>DEBTOR</LastName>
			</TaxpayerName>
		</Individual>
		<DORDebtorAddress>
			<AddressLine1>123 STATE ST</AddressLine1>
			<City>MADISON</City>
			<State>WI</State>
			<ZIPCode>537032522</ZIPCode>
		</DORDebtorAddress>
		<DORDebtNumber>00005</DORDebtNumber>
		<AgencyNumber>123</AgencyNumber>
		<AgencySubunitNumber>456</AgencySubunitNumber>
		<CurrentDORDebtBalance>3.00</CurrentDORDebtBalance>
		<ErrorList errorCount="1">
			<Error errorId="1">
				<ErrorCategory>Record Validation</ErrorCategory>
				<ErrorMessage>Debt closed because balance was below intercept threshold ($20)</ErrorMessage>
				<RuleNumber>113</RuleNumber>
			</Error>
		</ErrorList>
	</DebtRecord>
	<DebtRecord>
		<TypeTransaction>Change</TypeTransaction>
		<Individual>
			<SSN>987654321</SSN>
			<TaxpayerName>
				<FirstName>TEST</FirstName>
				<LastName>TWO</LastName>
			</TaxpayerName>
		</Individual>
		<DORDebtorAddress>
			<AddressLine1>123 W MAIN ST</AddressLine1>
			<City>MADISON</City>
			<State>WI</State>
			<ZIPCode>537033207</ZIPCode>
		</DORDebtorAddress>
		<DORDebtNumber>00013</DORDebtNumber>
		<AgencyNumber>123</AgencyNumber>
		<AgencySubunitNumber>456</AgencySubunitNumber>
		<CurrentDORDebtBalance>291.01</CurrentDORDebtBalance>
		<ErrorList errorCount="1">
			<Error errorId="1">
				<ErrorCategory>Record Validation</ErrorCategory>
				<ErrorMessage>Debt closed because new DOR filing history causes name mismatch for this agency debt record.</ErrorMessage>
				<RuleNumber>112</RuleNumber>
			</Error>
		</ErrorList>
	</DebtRecord>
</TRIPFileMaintenance>
