<?xml version="1.0" encoding="UTF-8"?>
<TesLAModuleDefinition 
		xsi:noNamespaceSchemaLocation="TesLAModuleDefinition.xsd" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		xmlns:dca="http://www.teslaalliance.org/standards/dca" 
		displayName="IxExplorer DCA" 
		description="TesLA DCA Driver for Ixia IxExplorer"
		moduleType="PacketGeneratorAnalyzer" 
		vendorID="Ixia" 		
		DCAid="http://www.ixiacom.com/tesla/dca/ixexplorer" 
		DCAversion="1.0" 
		deviceVersion-min="3.2" 
		iconURI="file://IxExplorer.png" 
		helpURI="file://IxExplorerDCAhelp.html" >

	<!-- any number of locations for this DCA's TCD files can be listed /-->
	<commandFileURI>file://./commands</commandFileURI>
	<commandFileURI>file://server/share/commands</commandFileURI>
	
	<!-- any number of command aliases for core commands that might be 
		  used during initialization may be listed here.  commandName is a 
		  command name from a TCD file /-->
	<commandAliases commandName="Open">
		<alias>startSession</alias>
		<alias>start</alias>
		<alias>connect</alias>
	</commandAliases>
	
	<vendorExtensions>
		<!-- any attributes and/or elements a vendor wants can go here for 
			  proprietary use /-->
	</vendorExtensions>	
	
	<commandAliases commandName="Close">
		<alias>stopSession</alias>
		<alias>stop</alias>
		<alias>disconnect</alias>
	</commandAliases>

</TesLAModuleDefinition>

