<xs:complexType name="ReceivedProductScenarioInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Info">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
<xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="SalePriceScenario1" type="tns:ReceivedProductsSalePriceCalculation" />
<xs:element minOccurs="1" maxOccurs="1" name="SalePriceScenario2" type="tns:ReceivedProductsSalePriceCalculation" />
<xs:element minOccurs="1" maxOccurs="1" name="SalePriceScenario3" type="tns:ReceivedProductsSalePriceCalculation" />
<xs:element minOccurs="1" maxOccurs="1" name="SalePriceScenario4" type="tns:ReceivedProductsSalePriceCalculation" />
<xs:element minOccurs="1" maxOccurs="1" name="SalePriceScenario5" type="tns:ReceivedProductsSalePriceCalculation" />
<xs:element minOccurs="1" maxOccurs="1" name="CalcSalePriceOnlyDuringAdd" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="SupplyPackageDetails" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="Cancelled" type="xs:boolean" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|