<?xml version="1.0" encoding="UTF-8"?>
 <DBXML>
	<TABLE name="muser" central="true" out="record">
		<FIELD>usernameid</FIELD>
		<FIELD>empid</FIELD>
		<ORDER>
			<FIELD>empid</FIELD> 
		</ORDER>
	</TABLE>

	<TABLE name="memployee" central="false" out="record">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>emp_prefix</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<ORDER>
			<FIELD>employeeid</FIELD> 
		</ORDER>
	</TABLE>

	<TABLE name="mprefix" central="memployee" out="record">
		<FIELD>prefixid</FIELD>
		<FIELD>tdesc</FIELD>
		<FIELD>edesc</FIELD>
		<ORDER>
			<FIELD>prefixid</FIELD> 
		</ORDER>
	</TABLE>
</DBXML>