﻿<?xml version="1.0" encoding="utf-8" ?>
<GetPictureURLs>
  <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 xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet">
        <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
          <xs:complexType>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
              <xs:element name="Table">
                <xs:complexType>
                  <xs:sequence>
                    <xs:element name="ITEMNO" type="xs:int" minOccurs="0" Description="Item Number" />
                    <xs:element name="ITUPC" type="xs:string" minOccurs="0" Description="UPC" />
                    <xs:element name="MFGINO" type="xs:string" minOccurs="0" Description="Mfg Item Number" />
                    <xs:element name="ImageSize" type="xs:string" minOccurs="0" Description="small,large,hires or video" />
                    <xs:element name="Link" type="xs:string" minOccurs="0" Description ="URL to image" />
                  </xs:sequence>
                </xs:complexType>
              </xs:element>
            </xs:choice>
          </xs:complexType>
        </xs:element>
      </xs:schema>
    </DataSet>
  </Output >
</GetPictureURLs>