<?xml version="1.0" encoding="ISO-8859-1"?>
<varlist name="CCRPC" delimiter=",">

	<variable name="tid" desc="Trip ID" start="1" end="7" type="numeric"/>
    <variable name="housholdid" desc="Household ID" start="8" end="14" type="numeric"/>
    
    <variable name="taz2002" desc="Traffic Analysis Zone (TAZ) 2002" start="15" end="21" type="string"/>
    
    <variable name="trip" desc="Number of trips made by the person" start="22" end="28" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>
    
    <variable name="date" desc="Travel day (mm/dd)" start="29" end="34" type="string"/>
    
    <variable name="ocity" desc="City name of trip origin location" start="35" end="58" type="string"/>
    
    <variable name="ozip" desc="Zip codes of trip origin location" start="59" end="65" type="numeric"/>

	<variable name="op" desc="Trip purpose of origin location" start="66" end="72" type="numeric">
		<category code="0000001" label="Work"/>
	   	<category code="0000021" label="School (College/University)"/>
    	<category code="0000022" label="School (K-12)"/>
	   	<category code="0000003" label="Shopping"/>
	   	<category code="0000004" label="Social/Recreation"/>
	   	<category code="0000005" label="Personal business"/>
    	<category code="0000006" label="Home"/>
	   	<category code="0000007" label="Work-related"/>
	   	<category code="0000008" label="Pick-up/Drop off"/>
	   	<category code="0000009" label="Change mode of travel"/>
	</variable>
	
    <variable name="dcity" desc="City name of trip destination location" start="73" end="96" type="string"/>
    
    <variable name="dzip" desc="Zip codes of trip destination location" start="97" end="103" type="numeric"/>
    
    <variable name="dp" desc="Trip purpose of destination location" start="104" end="110" type="numeric">
    	<category code="0000001" label="Work"/>
	   	<category code="0000021" label="School (College/University)"/>
    	<category code="0000022" label="School (K-12)"/>
	   	<category code="0000003" label="Shopping"/>
	   	<category code="0000004" label="Social/Recreation"/>
	   	<category code="0000005" label="Personal business"/>
    	<category code="0000006" label="Home"/>
	   	<category code="0000007" label="Work-related"/>
	   	<category code="0000008" label="Pick-up/Drop off"/>
	   	<category code="0000009" label="Change mode of travel"/>
    </variable>
    
    <variable name="btime" desc="Time when the trip began" start="111" end="121" type="string"/>
    <variable name="dtime" desc="Time when the trip ended" start="122" end="132" type="string"/>
    <variable name="length" desc="Trip length by time" start="133" end="143" type="string"/>
    
    <variable name="mode" desc="How did you get there?" start="144" end="150" type="numeric">
    	<category code="0000001" label="Driving autos, vans, or pick-ups"/>
	   	<category code="0000002" label="As a passenger in autos, vans, or pick-ups"/>
    	<category code="0000003" label="As a passenger in MTD"/>
	   	<category code="0000004" label="School bus"/>
	   	<category code="0000005" label="Taxi"/>
	   	<category code="0000006" label="Motorcycle"/>
    	<category code="0000007" label="Bike"/>
	   	<category code="0000008" label="Walk"/>
	   	<category code="0000009" label="Other"/>
    </variable>
    
    <variable name="pss" desc="Number of persons in vehicle including driver" start="151" end="157" type="numeric">
    	<category code="9999999" label="Not available"/>
    </variable>
    
//**********************************************************************************************************************************
//HOUSEHOLD INFORMATION	    
    
    <variable name="city" desc="City (Champaign, Urbana, Savoy)" start="158" end="166" type="string"/>
    
    <variable name="zip" desc="Zip code (61810, 61802, 61820, 61821, 61822)" start="167" end="173" type="numeric"/>
    
    <variable name="hhgroup" desc="HH group" start="174" end="180" type="numeric">
    	<category code="0000001" label="One person"/>
	   	<category code="0000002" label="Two person"/>
    	<category code="0000003" label="Three person"/>
	   	<category code="0000004" label="Four or more person"/>
    </variable>
    
    <variable name="hhsize" desc="HH size" start="181" end="187" type="numeric"/>
    
    <variable name="hresp" desc="Number of persons who filled out travel diary" start="188" end="194" type="numeric"/>
    
    <variable name="vehicle" desc="Vehicle availability (cars, vans, pick-ups)" start="195" end="201" type="numeric">
    	<category code="0000000" label="None"/>
    	<category code="0000001" label="One"/>
	   	<category code="0000002" label="Two"/>
    	<category code="0000003" label="Three or more"/>
    </variable>
    
    <variable name="income" desc="Total annual HH income" start="202" end="208" type="numeric">
    	<category code="0000001" label="Less than $13,000"/>
	   	<category code="0000002" label="$13,000 - $30,000"/>
    	<category code="0000003" label="$31,000 - $50,000"/>
	   	<category code="0000004" label="More than $50,000"/>
    </variable>
    
    <variable name="hemp" desc="Number of workers in HH" start="209" end="215" type="numeric">
    	<category code="0000000" label="None"/>
    	<category code="0000001" label="One"/>
	   	<category code="0000002" label="Two"/>
    	<category code="0000003" label="Three or more"/>
    </variable>
    
    <variable name="k12" desc="Number of K-12 student in HH" start="216" end="222" type="numeric"/>
    <variable name="hrt" desc="Number of retired persons in HH" start="223" end="229" type="numeric"/>
    <variable name="hstd" desc="Number of College/University students in HH" start="230" end="236" type="numeric"/>
    
    <variable name="htrip" desc="Total number of trips per HH" start="237" end="243" type="numeric"/>
    <variable name="hdrvr" desc="Total number of persons who have a driver license" start="244" end="250" type="numeric"/>
	
</varlist>

