<?xml version="1.0" encoding="utf-8" ?> 
<PriceInquiry> 
	<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:decimal" minOccurs="0" Description="Item Number" /> 
				<xs:element name="PRICE" type="xs:decimal" minOccurs="0" Description="Customer price of item" /> 
				<xs:element name="LIST" type="xs:decimal" minOccurs="0" Description="Catalog price of item"/> 
			</xs:element>
			</xs:element>
			</xs:schema>
		</DataSet>
	</Output>
</PriceInquiry>