MGRADEHISTORYHELP.xml 667 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<DBXML>
	<TABLE name="mgradehistory" status="" central="true" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>title</FIELD>
		<FIELD>year</FIELD>
		<FIELD>score</FIELD>
		<FIELD>form</FIELD>
		<FIELD>grade</FIELD>
		<FIELD>line_no</FIELD>
		<FIELD>type</FIELD>
		<ORDER>
				<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>

	<TABLE name="memployee" status="" central="true" out="inquiry">
		<FIELD>employeeid</FIELD>
		<FIELD>companyid</FIELD>
		<FIELD>emp_prefix</FIELD>
		<FIELD>fname</FIELD>
		<FIELD>lname</FIELD>
		<FIELD>efname</FIELD>
		<FIELD>elname</FIELD>
		<ORDER>
				<FIELD>employeeid</FIELD>
		</ORDER>
	</TABLE>

</DBXML>