<xs:complexType name="ViewSupplierInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:SupplierInfo">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="InterbrancheFreeStock" type="xs:decimal" />
<xs:element minOccurs="0" maxOccurs="1" name="GeneralNameAndInterbrancheTotalFreeStock" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="SeasonProfileDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="DebitAccountsPayableLedgerExportCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="DebitAccountsPayableLedgerDescription" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CreditAccountsPayableLedgerExportCode" type="xs:string" />
<xs:element minOccurs="0" maxOccurs="1" name="CreditAccountsPayableLedgerDescription" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|