<?xml version="1.0" encoding="ISO-8859-1"?>
<varlist name="NEFSurvey" delimiter=",">
	<variable name="HouseholdID" desc="Household ID" start="1" end="7" type="numeric"/>
    <variable name="HHSize" desc="Number of people in the household" start="8" end="14" type="numeric"/>
    <variable name="HHVehicles" desc="Number of motor vehicles in the household" start="15" end="21" type="numeric"/>
    <variable name="HHBikes" desc="Number of bicycles in the household" start="22" end="28" type="numeric"/>
    
    <variable name="Building" desc="Building" start="29" end="35" type="numeric">
    	<category code="0000001" label="Single family home"/>
    	<category code="0000002" label="Multi family building (apartment, townhome, condominium)"/>
    	<category code="0000003" label="Campus housing (dormitory)"/>
    	<category code="0000004" label="Campus housing (student village)"/>
    	<category code="0000005" label="Mobile home (stand alone)"/>
    	<category code="0000006" label="Mobile home (in park)"/>
    	<category code="0000007" label="Other"/>
    	<category code="9999999" label="Missing value"/>
    </variable>
    		
    <variable name="ResidedYears" desc="Number of years of residence in FL" start="36" end="42" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>
    
    <variable name="ResidedMonths" desc="Number of years of residene in Fl" start="43" end="49" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    		
    <variable name="ResidentType" desc="Resident type" start="50" end="56" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>			
    
    <variable name="IncomeGroup" desc="Annual household income in USD" start="57" end="63" type="numeric">
    	<category code="0000000" label="0 - 20,000"/>
    	<category code="0000001" label="20,000 - 29,999"/>
    	<category code="0000002" label="30,000 - 39,999"/>
    	<category code="0000003" label="40,000 - 49,999"/>
    	<category code="0000004" label="50,000 - 59,999"/>
    	<category code="0000005" label="60,000 - 69,999"/>
    	<category code="0000006" label="70,000 - 79,999"/>
    	<category code="0000007" label="80,000 - 99,999"/>
    	<category code="0000008" label="100,000 - 119,000"/>
    	<category code="0000009" label="120,000 - 139,000"/>
    	<category code="0000010" label="140,000 - over"/>
	    <category code="9999999" label="Missing value"/>
    </variable>	
    		
    <variable name="VisitorsTotal" desc="Total number of visitor (social visit yesterday)" start="64" end="70" type="numeric"/>	
    <variable name="VisitorsAuto" desc="Number of visitors arrived by auto" start="71" end="77" type="numeric"/>	
    <variable name="VisitorsWalking" desc="Number of visitors arrived by walking" start="78" end="84" type="numeric"/>		
	<variable name="VisitorsBiking" desc="Number of visitors arrived by bicycling" start="85" end="91" type="numeric"/>
    <variable name="VisitorsBus" desc="Number of visitors arrived by bus" start="92" end="98" type="numeric"/> 		
    <variable name="VisitorsOther" desc="Number of visitors arrived by other mode" start="99" end="105" type="numeric"/>
    		
    <variable name="ServiceVisits" desc="Total number of sales/service visitors (yesterday)" start="106" end="112" type="numeric"/>
	<variable name="Deliveries" desc="Total number of deliveries (yesterday)" start="113" end="119" type="numeric"/>
    
    <variable name="WorkVisits" desc="Total number of work visits (e.g. caregiver, baby sitter, maid etc)" start="120" end="126" type="numeric"/>	
    <variable name="WorkAuto" desc="Number of work visitors arrived by auto" start="127" end="133" type="numeric"/>
    
    <variable name="WorkWalking" desc="Number of work visitors arrived by walking" start="134" end="140" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="WorkBicycling" desc="Number of work visitors arrived by bicycling" start="141" end="147" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="WorkBus" desc="Number of work visitors arrived by bus" start="148" end="154" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="WorkOther" desc="Number of work visitors arrived by other mode" start="155" end="161" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="OverntVisitors" desc="Number of overnight visitors" start="162" end="168" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>
    		
    <variable name="HHMember" desc="Member serial number in the household" start="169" end="175" type="numeric"/>
    <variable name="MemberID" desc="Member ID" start="176" end="182" type="numeric"/>
    
    <variable name="TripDay" desc="Trip Day" start="183" end="189" type="numeric">
    	<category code="0000001" label="Tuesday"/>
    	<category code="0000002" label="Wednesday"/>
    	<category code="0000003" label="Thursday"/>
    	<category code="9999999" label="Missing value"/>
    </variable>			
    
    <variable name="AgeGroup" desc="Age group" start="190" end="196" type="numeric">
    	<category code="0000000" label="0 - 4"/>
    	<category code="0000001" label="5 - 15"/>
    	<category code="0000002" label="16 -21"/>
    	<category code="0000003" label="22- 49"/>
    	<category code="0000004" label="50 - 64"/>
    	<category code="0000005" label="65 and over"/>
    </variable>			
    <variable name="Unemployed" desc="Binary variable unemployed 1" start="197" end="203" type="numeric"/>

    <variable name="PartTime" desc="Binary variable employment status part time 1" start="204" end="210" type="numeric"/>		
    <variable name="FullTime" desc="Binary variable employment status full time 1" start="211" end="217" type="numeric"/>		
    <variable name="Retired" desc="Binary variable employment status retired 1" start="218" end="224" type="numeric"/>
    <variable name="Student" desc="Binary variable employment status student 1" start="225" end="231" type="numeric"/>		
    <variable name="Homemaker" desc="Binary variable employment status homemaker 1" start="232" end="238" type="numeric"/>	
	<variable name="Workathome" desc="Binary variable employment status work at home 1" start="239" end="245" type="numeric"/>
	
    <variable name="Visitor" desc="Binary variable visitor 1" start="246" end="252" type="numeric"/>
    <variable name="NoTrips" desc="Binary variable no trip 1" start="253" end="259" type="numeric"/>
    	
	<variable name="Licensed" desc="Binary variable licensed 1" start="260" end="266" type="numeric">
		<category code="9999999" label="Missing value"/>
    </variable>	
	
    <variable name="Bususer" desc="Binary variable bus (primary mode) user 1" start="267" end="273" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>		
    	
    <variable name="whyBus" desc="Why taking bus" start="274" end="280" type="numeric">
    	<category code="0000000" label="Bus not a primary mode"/>
        <category code="0000001" label="Convenience"/>
        <category code="0000002" label="Cost"/>
        <category code="0000003" label="Lack of automobile parking"/>
        <category code="0000004" label="Enjoyment/ quality of life"/>
        <category code="0000005" label="No other option"/>
    	<category code="0000006" label="Other"/>
    	<category code="9999999" label="Missing value"/>
    </variable>	
    	
    <variable name="Bikeuser" desc="Binary variable biycle (primary mode) user 1" start="281" end="287" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    		
    <variable name="whyBike" desc="Why biking" start="288" end="294" type="numeric">
        <category code="0000000" label="Bike not a primary mode"/>
        <category code="0000001" label="Convenience"/>
        <category code="0000002" label="Cost"/>
        <category code="0000003" label="Lack of automobile parking"/>
        <category code="0000004" label="Enjoyment/ quality of life"/>
        <category code="0000005" label="No other option"/>
    	<category code="0000006" label="Other"/>
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="Walk" desc="Binary variable walking (primary mode) 1" start="295" end="301" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="whyWalk" desc="Why walking" start="302" end="308" type="numeric">
        <category code="0000000" label="Walking not a primary mode"/>
        <category code="0000001" label="Convenience"/>
        <category code="0000002" label="Cost"/>
        <category code="0000003" label="Lack of automobile parking"/>
        <category code="0000004" label="Enjoyment/quality of life"/>
        <category code="0000005" label="No other option"/>
    	<category code="0000006" label="Other"/>
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="TripNumber" desc="Trip number" start="309" end="315" type="numeric"/>  		
    <variable name="TripID" desc="Trip ID" start="316" end="324" type="numeric"/>
    
    <variable name="StartTime" desc="Start time of the trip (min)" start="325" end="331" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="StartPlace" desc="Place where the trip starts" start="332" end="338" type="numeric">
    	<category code="0000000" label="Unknown"/>
        <category code="0000001" label="My home"/>
        <category code="0000002" label="Work"/>
        <category code="0000003" label="School"/>
        <category code="0000004" label="Meal"/>
        <category code="0000005" label="Daycare"/>
        <category code="0000006" label="Other"/>
        <category code="0000007" label="Recreation"/>
        <category code="0000008" label="Shopping/errands"/>
        <category code="0000009" label="Friend's or relative's home"/>
        <category code="9999999" label="Missing value"/>
    </variable>
    
    <variable name="StartTAZ" desc="Start TAZ" start="339" end="344" type="string"/>
    
    <variable name="EndTime" desc="End time of the trip (min)" start="345" end="351" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="EndPlace" desc="Place where the trip ends" start="352" end="358" type="numeric">
    	<category code="0000001" label="My home"/>
        <category code="0000002" label="Work"/>
        <category code="0000003" label="School"/>
        <category code="0000004" label="Meal"/>
        <category code="0000005" label="Daycare"/>
        <category code="0000006" label="Other"/>
        <category code="0000007" label="Recreation"/>
        <category code="0000008" label="Shopping/errands"/>
        <category code="0000009" label="Friend's or relative's home"/>
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="EndTAZ" desc="End TAZ" start="359" end="364" type="string"/>
    	
    <variable name="Mode" desc="Mode of travel" start="365" end="371" type="numeric">
    	<category code="0000001" label="Car, truck, van or motorcycle"/>
        <category code="0000002" label="City/ public bus"/>
        <category code="0000003" label="School bus"/>
        <category code="0000004" label="Walk"/>
        <category code="0000005" label="Bicycle"/>
        <category code="0000006" label="Carpool"/>
        <category code="0000007" label="Other"/>
        <category code="9999999" label="Missing value"/>
    </variable>	
    		
    <variable name="Trip_Occ" desc="Trip occupancy" start="372" end="378" type="numeric">
    	<category code="9999999" label="Missing value"/>
    </variable>	
    
    <variable name="Firstper" desc="Person in a household appearing for the first time" start="379" end="385" type="numeric">
    	<category code="0000001" label="Person 1 appearing for the first time in a household"/>
		<category code="0000002" label="Person 2 appearing for the first time in a household"/>
		<category code="0000003" label="Person 3 appearing for the first time in a household"/>
		<category code="0000004" label="Person 4 appearing for the first time in a household"/>
		<category code="0000005" label="Person 5 appearing for the first time in a household"/>
		<category code="0000006" label="Person 6 appearing for the first time in a household"/>
		<category code="0000007" label="Person 7 appearing for the first time in a household"/>
		<category code="0000008" label="Person 8 appearing for the first time in a household"/>
		<category code="0000009" label="Person 9 appearing for the first time in a household"/>
    </variable>	

</varlist>

