<?xml version="1.0" encoding="utf-8"?>
<importable>

	<table name="#__vikappointments_employee_location" id="location">

		<column 
			name="name" 
			label="VAPMANAGEGROUP2"
			required="1"
		/>

		<column 
			name="id_country" 
			label="VAPMANAGEEMPLOCATION1"
			required="0"
			type="country"
		/>

		<column 
			name="id_state" 
			label="VAPMANAGEEMPLOCATION2"
			required="0"
			type="state"
		/>

		<column 
			name="id_city" 
			label="VAPMANAGEEMPLOCATION3"
			required="0"
			type="city"
		/>

		<column 
			name="address" 
			label="VAPMANAGEEMPLOCATION10"
			required="1"
		/>

		<column 
			name="zip" 
			label="VAPMANAGEEMPLOCATION4"
			required="0"
			filter="word"
		/>

		<column 
			name="latitude" 
			label="VAPMANAGEEMPLOCATION5"
			required="0"
			filter="float"
			min="-90"
			max="90"
		/>

		<column 
			name="longitude" 
			label="VAPMANAGEEMPLOCATION6"
			required="0"
			filter="float"
			min="-180"
			max="180"
		/>

		<column 
			name="id_employee" 
			label="VAPMANAGEEMPLOCATION12"
			required="0"
			type="employee"
		>
			<option value="">VAPMANAGEEMPLOCATION14</option>
		</column>

	</table>

	<cancel task="location.cancel" />

</importable>
