﻿<?xml version="1.0"?>

<BookSeller>
	<authors author_id="100">
		<author_first_name>robert</author_first_name>
		<author_initials>D</author_initials>
		<author_last_name>galliers</author_last_name>
	</authors>
	<books book_id="1" author_id="100" book_category_code="IT">
		<book_category_code>IT</book_category_code>
		<isbn>12345678910</isbn>
		<book_title>information technology and organizational</book_title>
		<publication_date>1998</publication_date>
		<book_comments/>
	</books>
	<book_categories book_category_code="IT">
		<book_category_description>information technology</book_category_description>
	</book_categories>
	<orders order_id="120" customer_id="001">
		<customer_id>001</customer_id>
		<order_date>2/10/2008</order_date>
		<order_value>85</order_value>
	</orders>
	<customers customer_id="001">
		<customer_code>n001</customer_code>
		<customer_name>nermine</customer_name>
		<customer_address>tripoli</customer_address>
		<customer_phone>123456</customer_phone>
		<customer_email>nermine@balamand.edu</customer_email>
	</customers>
	<order_items item_number="" order_id="" book_id="">
		<book_id/>
		<item_agreed_price/>
		<item_comment/>
	</order_items>
	<ref_contact_types contact_type_code="M">
		<contact_type_description>by email</contact_type_description>
	</ref_contact_types>
	<contacts contact_id="" contact_type_code="">
		<contact_type-code/>
		<contact_firstname/>
		<contact_lastname/>
		<contact_workphonenumber/>
		<contact_cellphonenumber/>
		<contact_otherdetails/>
	</contacts>
</BookSeller> 

