<xs:complexType name="StockTransactionAttributeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:InfoWithCompanyAndStoreId">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="ProductId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="StockAdjustmentId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashSaleRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="InvoiceSaleRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReceivedProductRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="ReturnOfGoodsRowId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="CashRegisterGroupId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="SaleTypeId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="VatId" type="xs:int" />
<xs:element minOccurs="1" maxOccurs="1" name="JournalType" type="tns:StockTransactionJournalType" />
<xs:element minOccurs="1" maxOccurs="1" name="LedgerId" type="xs:int" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|