<?xml version="1.0" encoding="utf-8" ?> 
<OnhandUpdate>
<Input>
	<param name="CustomerNumber" maxlength="5" type="xs:numericstring">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="I" type="xs:decimal" minOccurs="0" MaxLength="5" Description="Item Number" /> 
			<xs:element name="Q" type="xs:decimal" minOccurs="0" MaxLength="5" Description="Current Quantity onhand" /> 
			<xs:element name="P" type="xs:decimal" minOccurs="0" MaxLength="5,2" Description="Current Catalog Price" />
			<xs:element name="C" type="xs:decimal" minOccurs="0" MaxLength="5,2" Description="Current Customer Price" />
		</xs:element>
		</xs:element>
		</xs:schema>
	</DataSet>
</Output>
</OnhandUpdate>