<?xml version="1.0" encoding="UTF-8"?>
<maxdQL version="0.1" name="GetAllMeasurementNamesAndAttributes" >
	
	<description>Displays the measurement names and attributes for a database.</description>
	
	<arguments type="user" >
			<var name="MeasurementNames" comment="the measurement names, * for all" />
	</arguments>
	
	<query id="1" name="BrowseMeasurements" comment="browsing measurement table" type="maxdBrowse" >
		<names uref="user" name="MeasurementNames" />
		
		<action>browse</action>
		<table>Measurement</table>
		<attributes>yes</attributes>
	</query>

	
</maxdQL>
