<?xml version="1.0" encoding="UTF-8"?>
<maxdQL version="0.1" name="ListATable" >
	<description>List the entries for a given table (without formatting)</description>
	<arguments type="user">  
		<var name="TableName" comment="the table name you wish to retrieve entries for" />
	</arguments>
	<query id="1" name="ListTable" comment="list entries in a table" type="maxdBrowse" >
	  <table uref="user" name="TableName" />
	  <action>browse</action>
	  <ids>*</ids>
	  <attributes>no</attributes>
	</query>
</maxdQL>
