<?xml version="1.0" encoding="ISO-8859-1" ?>
<construct>
	<!-- Module name -->
	<module>temporary_data</module>
	<!-- Module supporting database table -->
	<table>temporary_data</table>
	<!-- Module dependancy(s) (module wont install if these modules are not yet installed) -->
	<dependancy></dependancy>
	<!-- DB cache in seconds -->
	<cache>0</cache>
	<!-- Default order_by field for SQL queries -->
	<order_by>id</order_by>
	<!-- Default SQL limit for SQL queries -->
	<limit>25</limit>
	<!-- Schema version (used to determine if the schema has change during upgrades) -->
	<version>1</version>

	<!-- Database indexes -->
	<index>
		<expire>date_expire</expire>
	</index>

	<!-- Database fields -->
	<field>
		<!-- Record ID -->
		<id>
			<index>1</index>
			<type>I8</type>
			<unique>1</unique>
		</id>
		<!-- Site ID -->
		<site_id>
			<index>1</index>
			<type>I4</type>
		</site_id>
		<!-- Date record created -->
		<date_orig>
			<convert>date-now</convert>
			<display>Date Created</display>
			<type>I8</type>
		</date_orig>
		<date_expire>
			<type>I8</type>
		</date_expire>
		<module_id>
			<display>Module</display>
			<type>I4</type>
			<asso_table>module</asso_table>
			<asso_field>name</asso_field>
			<validate>any</validate>
		</module_id>
		<data>
			<type>X2</type>
		</data>
		<field1>
			<type>C(128)</type>
		</field1>
		<field2>
			<type>C(128)</type>
		</field2>
		<field3>
			<type>C(128)</type>
		</field3>
	</field>

	<!-- Methods for this class, and the fields they have access to, if applicable -->
	<method>
	</method>

	<!-- Method triggers -->
	<trigger></trigger>

	<!-- Template page display titles -->
	<title>
	</title>

	<!-- Template helpers -->
	<tpl>
	</tpl>
</construct>