<?xml version="1.0" encoding="utf-8" ?> 
<GetText> 
	<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="ItemNumber" maxlength="5" type="xs:numeric-string">Item Number</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="ITEMNO" type="xs:int" minOccurs="0" Description="Item Number" /> 
			<xs:element name="TEXT" type="xs:string" minOccurs="0" Description="Descriptive text of item"/> 
		</xs:element>
		</xs:element>
		</xs:schema>
		</DataSet>
	</Output>
</GetText>