<?xml version="1.0" encoding="UTF-8"?>
<maxdQL version="0.1" name="SchemaStructure" >
  <description>Reflects the schema structure of a database</description>
	
	<arguments type="user">  
		<var name="TableName" comment="the table name you wish to inspect the structure of" />
	</arguments>
	
  <query id="1" name="schemaTise" comment="list tables" type="maxdBrowse" >
  	<namespace uref="user" name="TableName" />
  	<action>structure</action>
  	<recursive>yes</recursive>
</query>
</maxdQL>
