<xs:element name="ProcessBasket" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="shopServerUserName" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="shopServerPassword" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="shopServerStoreNumber" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="base64EncodedBasketXmlRequest" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="encoding" type="tns:Encoding" />
<xs:element minOccurs="1" maxOccurs="1" name="determinePrices" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
</xs:element>
|