<xs:complexType name="ViewPurchaseInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:PurchaseInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="SupplierNumber" type="xs:long" />
<xs:element minOccurs="0" maxOccurs="1" name="SupplierGeneralName" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchasePriceGroupDescription" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="GrossProfitPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NetProfitPercentage" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="NetProfitPrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="1" maxOccurs="1" name="LowestSingleUnitPurchasePrice" nillable="true" type="xs:decimal" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseUnitDimensionShortDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseUnitDimensionDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseUnitPackageShortDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseUnitPackageDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseContentUnitDimensionShortDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseContentUnitPackageShortDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseContentUnitDimensionDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseContentUnitPackageDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Telephone" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Fax" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="Email" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="ConsumerUnit" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseAssortmentDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SeasonProfileDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="StatusCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="StatusDescription" type="xs:string" />
<xs:element minOccurs="1" maxOccurs="1" name="CollectionProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CollectionParentProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="IsCollection" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IsAvailableForOrdering" type="xs:boolean" />
<xs:element minOccurs="1" maxOccurs="1" name="IsCancelled" type="xs:boolean" />
<xs:element minOccurs="0" maxOccurs="1" name="PurchaseDetailInfo" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|