<xs:simpleType name="ReportSelectionForm" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="None" />
<xs:enumeration value="Default" />
<xs:enumeration value="ProductMaintenance" />
<xs:enumeration value="ReceivedProducts" />
<xs:enumeration value="ConceptPurchaseOrder" />
<xs:enumeration value="FinalPurchaseOrder" />
<xs:enumeration value="ConceptInvoice" />
<xs:enumeration value="FinalInvoice" />
<xs:enumeration value="ConceptInvoiceSale" />
<xs:enumeration value="FinalInvoiceSale" />
<xs:enumeration value="PrintInvoiceJournals" />
<xs:enumeration value="EftJournals" />
<xs:enumeration value="CopyInvoice" />
<xs:enumeration value="CashDeclarationJournals" />
<xs:enumeration value="CashDeclarationAttributes" />
<xs:enumeration value="PurchaseOrders" />
<xs:enumeration value="CashDeclarationCounts" />
<xs:enumeration value="ZipCodeResearch" />
<xs:enumeration value="ConceptSaleOrder" />
<xs:enumeration value="FinalSaleOrder" />
<xs:enumeration value="CopySaleOrder" />
<xs:enumeration value="CopyPurchaseOrder" />
<xs:enumeration value="ProductList" />
<xs:enumeration value="NotPrintedReservations" />
<xs:enumeration value="Reservations" />
<xs:enumeration value="SaleOrders" />
<xs:enumeration value="ProductLocations" />
<xs:enumeration value="PosReport" />
<xs:enumeration value="GiftCard" />
<xs:enumeration value="ObservationAtLocation" />
<xs:enumeration value="CashFlows" />
<xs:enumeration value="LoyaltyCards" />
<xs:enumeration value="PrePayments" />
<xs:enumeration value="Customers" />
<xs:enumeration value="GiftCardA4" />
<xs:enumeration value="InboundInvoices" />
<xs:enumeration value="ReturnGoods" />
<xs:enumeration value="ProductChanges" />
<xs:enumeration value="PosExceptions" />
<xs:enumeration value="ChangedArticlesPerExchangeRemark" />
<xs:enumeration value="SalePerformance" />
<xs:enumeration value="BackOrder" />
<xs:enumeration value="ShelfDisplay" />
<xs:enumeration value="Payments" />
<xs:enumeration value="Quotes" />
<xs:enumeration value="ConceptQuote" />
<xs:enumeration value="FinalQuote" />
<xs:enumeration value="CopyQuote" />
<xs:enumeration value="BlanketOrder" />
<xs:enumeration value="AccountsReceivable" />
<xs:enumeration value="PriceAgreements" />
<xs:enumeration value="StockTransactions" />
<xs:enumeration value="StockTransactionJournals" />
<xs:enumeration value="OrderPicking" />
<xs:enumeration value="LoyaltyCardUpdates" />
<xs:enumeration value="PayableInvoiceJournals" />
<xs:enumeration value="PosCorrections" />
<xs:enumeration value="ProductCountPerSupplier" />
<xs:enumeration value="LocalProductsOnFranchiseSuppliers" />
<xs:enumeration value="CashSalePayments" />
</xs:restriction>
</xs:simpleType>
|