<xs:complexType name="StockTransactionAttributesFilter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="1" maxOccurs="1" name="StoreId" 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="GoodsInRowId" 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:element minOccurs="1" maxOccurs="1" name="OrphanRowsOnly" type="tns:BooleanFilter" />
</xs:sequence>
</xs:complexType>
|