<?xml version="1.0" encoding="utf-8" ?> 
<ScanNameUpdate> 
   <Input>
   	<param name="CustomerNumber" maxlength="5" type="xs:numeric-string">Customer Number</param>
   	<param name="UserName" maxlength="50" type="xs:string">User Name</param>
   	<param name="Password" maxlength="15" type="xs:string">Password</param>
   	<param name="Source" maxlength="8" type="xs:string">Description of source using service</param>
   </Input>
   <Output>
	<DataSet xmlns="http://www.ssicat.com/SMART/Updates">
	<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 	<xs:element name="NewDataSet" msdata:IsDataSet="true">
 	<xs:element name="Table">
 		<xs:element name="SCNAME" type="xs:string" minOccurs="0" Description="Scan Name" /> 
 		<xs:element name="SCDESC" type="xs:string" minOccurs="0" Description="Scan Name Description" /> 
 		<xs:element name="SCMFG" type="xs:decimal" minOccurs="0" Description="Scan Name Manufacturer if there is one (references MFGNO in Manufacturer Update)" /> 
 	</xs:element>
 	</xs:element>
 	</xs:schema>
 	</DataSet>
   </Output>
</ScanNameUpdate>