<?xml version="1.0" encoding="UTF-8"?>
<SearchQuery xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
   xmlns='http://www.egis-online.de/EBC/schema/SearchQuery'
   xsi:schemaLocation='http://www.egis-online.de/EBC/schema/SearchQuery SearchQuery.xsd'>
    <TransactionHeader>
        <VersionId>1.00</VersionId>
        <GenerationDateTime>2015-01-06T15:22:10</GenerationDateTime>
        <ERP>Name der eingesetzten Warenwirtschaft</ERP>
        <Login>Login</Login>
        <Password>Passwort</Password>
    </TransactionHeader>
    <Search>
        <Query>
            <SearchTerm>tft</SearchTerm>
            <SearchOptions>
                <OnlyActive>true</OnlyActive>
                <OnlyStocked>true</OnlyStocked>
                <OnlyInDescription>true</OnlyInDescription>
                <MinPrice>500</MinPrice>
                <MaxPrice>1000</MaxPrice>
				<Sorting>
					<SortOrder>asc</SortOrder>
				</Sorting>
				<DistributorName>ALSO</DistributorName>
				<DistributorName>INGRAM MICRO</DistributorName>
				<ManufacturerName>BENQ</ManufacturerName>
				<ManufacturerName>LENOVO</ManufacturerName>
				<ProductGroupId>6704</ProductGroupId>
            </SearchOptions>
            <Pagination>
                <StartRow>3</StartRow>
            </Pagination>
        </Query>
    </Search>
</SearchQuery>
