<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.ebay.com/marketplace/search/v1/services" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns0="http://www.ebay.com/marketplace/search/v1/services" xmlns:ns1="http://www.ebay.com/marketplace/services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<wsdl:types>
		<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.ebay.com/marketplace/search/v1/services" xmlns:tns="http://www.ebay.com/marketplace/search/v1/services" xmlns:xs="http://www.w3.org/2001/XMLSchema">
			<xs:element name="getSearchKeywordsRecommendationRequest" nillable="true" type="tns:GetSearchKeywordsRecommendationRequest"/>
			<xs:element name="getSearchKeywordsRecommendationResponse" nillable="true" type="tns:GetSearchKeywordsRecommendationResponse"/>


			<xs:complexType name="GetSearchKeywordsRecommendationRequest">
				<xs:annotation>
					<xs:documentation>
						Checks specified keywords for spelling errors and returns corrected keywords
						that will provide better search results. If you make a keyword query search
						that returns no results, use this call to check the keywords for
						misspellings. The call checks the words in context of the entire query. For
						example, if you submit "arry potter" in the request, the response will
						recommend "harry potter." However, if you submit "potter arry" in the
						request, the response will recommend "potter army." &lt;br&gt;&lt;br&gt;
						The response will not return recommended keywords in the following 
						conditions:
						&lt;ul&gt;
						&lt;li&gt;
							Keywords value returns results (even a single item) in either 
							findItemsByKeywords or findItemsAdvanced.
						&lt;/li&gt;
						&lt;li&gt;
							Keywords value contains no misspelled words
							(even if the keywords query returns no items).
						&lt;/li&gt;
						&lt;/ul&gt;
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Checks specified keywords and returns correctly spelled keywords for best search
							results.
						</Summary>
						<RelatedCalls>findItemsAdvanced,findItemsByKeywords,findItemsIneBayStores</RelatedCalls>
						<TempInfo>samples</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="ns0:BaseServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="1" name="keywords" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specify one or more words to use in a search query for finding items
										on eBay. It is best to include the complete keywords value, as words
										are checked in context with each other. If you are using a URL
										request and your keyword query consists of multiple words, use &lt;
										code&gt;%20&lt;/code&gt; to separate the words (for example,
										&lt;code&gt;arry%20Potter&lt;/code&gt;). Submitted keywords are not
										case sensitive. 
										&lt;br /&gt; &lt;br /&gt; 
										Keyword recommendations will not be returned if the submitted
										keywords are accepted standard spellings for item listings. For
										example, no recommended keywords are returned for "nrfb" (Never
										Removed From Box) even if the keywords query does not return any
										search results, because this is an accepted listing term. If no
										correct spelling can be identified for submitted keywords (such as
										&lt;code&gt;aabbccdd&lt;/code&gt;), no recommended keywords are
										returned, even though the keyword is obviously not a word and will
										not return search results.
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>350. The maximum length for a single word is 98</MaxLength>
										<CallInfo>
											<CallName>getSearchKeywordsRecommendation</CallName>
											<RequiredInput>Yes</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="GetSearchKeywordsRecommendationResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the spelling check and correction for keywords.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="ns0:BaseServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="1" name="keywords" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Contains a spell-checked version of the submitted keywords. If no
										recommended spelling can be identified for the submitted keywords,
										the response contains a warning to that effect and an empty keywords
										field is returned.
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>350</MaxLength>
										<CallInfo>
											<CallName>getSearchKeywordsRecommendation</CallName>
											<Returned>Always</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:element name="findItemsByKeywordsRequest" nillable="true" type="tns:FindItemsByKeywordsRequest"/>
			<xs:element name="findItemsByKeywordsResponse" nillable="true" type="tns:FindItemsByKeywordsResponse"/>


			<xs:complexType name="FindItemsByKeywordsRequest">
				<xs:annotation>
					<xs:documentation>
						Searches for items based on a keyword query and returns details for matching
						items. Item filters can be used to restrict search results. Aspect filters 
						can be used to further refine results. Use outputSelector to expand the 
						amount of data returned for each matching item.
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Finds items on eBay based upon a keyword query and returns details
							for matching items.
						</Summary>
						<RelatedCalls>findItemsAdvanced,getSearchKeywordsRecommendation</RelatedCalls>
						<TempInfo>samples</TempInfo>
						<TempInfo>outputSelector</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="1" name="keywords" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specify one or more words to use in a search query for finding items
										on eBay. By default, queries search item titles only. When running
										queries, it is best to include complete keywords values--eBay checks
										words in context with each other. If you are using a URL request and
										your keyword query consists of multiple words, use "%20" to separate
										the words. For example, use "Harry%20Potter" to search for items
										containing those words in any order.
										&lt;br /&gt;&lt;br /&gt;
										You can incorporate wildcards in a multi-word search. For example,
										"ap*%20ip*" returns results for "apple ipod" among other matches. The
										words "and" and "or" are treated like any other word (and not their
										logical connotation). Only use "and", "or", or "the" if you are
										searching for listings containing those specific words.
										&lt;br /&gt;&lt;br /&gt;
										For a list of valid wildcard characters, see &lt;a
										href="../Concepts/FindingAPIGuide.html#usekeywords"&gt;Searching by
										Keywords&lt;/a&gt;.
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>350. The maximum length for a single word is 98</MaxLength>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<RequiredInput>Yes</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="itemFilter" type="tns:ItemFilter">
								<xs:annotation>
									<xs:documentation>
										Reduces the number of items returned in the response according to the 
										filters you specify.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="aspectFilter" type="tns:AspectFilter">
								<xs:annotation>
									<xs:documentation>
										Aspect filters refine (limit) the number of items returned by a find
										request. Obtain input values for aspectFilter fields from an
										aspectHistogramContainer returned in the response of a previous
										query.
										&lt;br /&gt;&lt;br /&gt;
										By issuing a series of find queries, you can continually refine the
										items returned in your responses. Do this by repeating a query using
										the aspect values returned in one response as the input values to
										your next query.
										&lt;br /&gt;&lt;br /&gt;
										For example, the aspectHistogramContainer in a response on Men's
										Shoes could contain an aspect of Size, along with "aspect values" for
										the different sizes currently available in Men's Shoes. By populating
										aspectFilter fields with the values returned in an
										aspectHistogramContainer, you can hone the item results returned by
										your new query.
										&lt;br /&gt;&lt;br /&gt;
										For more information on aspects, aspect values, and domains, refer to
										&lt;a href="#Response.aspectHistogramContainer" &gt;
										aspectHistogramContainer&lt;/a&gt;. &lt;br /&gt; Refer to the
										following samples to see aspectFilters in action:
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectHist" &gt;Returning Aspect Histogram Information&lt;/a&gt;
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectFilter" &gt;Refining Results Using Aspect Filters&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="outputSelector" type="tns:OutputSelectorType">
								<xs:annotation>
									<xs:documentation>
										Specifies what item data to return in a response in addition to the
										default set of data.
										&lt;br&gt;&lt;br&gt;
										If you don't specify this field, eBay returns a default set of item
										fields. Use outputSelector to include more item information in the
										response. The additional data is grouped into discrete nodes. You can
										specify multiple nodes by including this field multiple times, as
										needed, in the request.
										&lt;br&gt;&lt;br&gt;
										If you specify this field, the additional fields returned can affect
										the call's performance (response time), as is the case with including
										seller feedback data.
									</xs:documentation>
									<xs:appinfo>
										<PresentDetails>Yes</PresentDetails>
										<SeeLink>
											<Title>Detail Controls</Title>
											<URL>#detailControls</URL>
										</SeeLink>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="domainFilter" type="tns:DomainFilter">
								<xs:annotation>
									<xs:documentation>
										Restricts results to items listed within the specified domain.
										Domains are a buy-side grouping of items. such as shoes or digital
										cameras. A domain can span multiple eBay categories.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="FindItemsByKeywordsResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the findItemsByKeywords call.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="categoryHistogramContainer" type="tns:CategoryHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for category histograms. Only returned when one or
										more category histograms are returned. A category histogram is not
										returned if the search query returns no matching items.
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
											When searching the eBay Motors site, category histograms may not be
											available for some parent categories. In these cases, aspect
											histograms should be used to refine search results. This behavior
											is consistent with eBay Motors site search behavior.
										&lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<Details>outputSelector: CategoryHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="aspectHistogramContainer" type="tns:AspectHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for aspect histograms.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByKeywords</CallName>
											<Details>outputSelector: AspectHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:element name="findItemsByCategoryRequest" nillable="true" type="tns:FindItemsByCategoryRequest"/>
			<xs:element name="findItemsByCategoryResponse" nillable="true" type="tns:FindItemsByCategoryResponse"/>


			<xs:complexType name="FindItemsByCategoryRequest">
				<xs:annotation>
					<xs:documentation>
						Returns items in one or more specified categories. Filters can be used to 
						restrict the results. 
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Finds items in a specific category. Results can be filtered and sorted. 
						</Summary>
						<RelatedCalls>findItemsAdvanced,findItemsByKeywords</RelatedCalls>
						<TempInfo>samples</TempInfo>
						<TempInfo>outputSelector</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="unbounded" minOccurs="1" name="categoryId" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specifies the category from which you want to retrieve item listings.
										This field can be repeated to include multiple categories.
										&lt;br&gt;&lt;br&gt;
										If a specified category ID doesn't match an existing category for the
										site, eBay returns an invalid-category error message. To determine
										valid categories, use the Trading API &lt;a
										href="http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetCategories.html"&gt;GetCategories&lt;/a&gt; 
										call. 
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>10</MaxLength>
										<MaxOccurs>3</MaxOccurs>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<RequiredInput>Yes</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="itemFilter" type="tns:ItemFilter">
								<xs:annotation>
									<xs:documentation>
										Reduces the number of items returned in the response according to the 
										filters you specify.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="aspectFilter" type="tns:AspectFilter">
								<xs:annotation>
									<xs:documentation>
										Aspect filters refine (limit) the number of items returned by a find
										request. Obtain input values for aspectFilter fields from an
										aspectHistogramContainer returned in the response of a previous
										query.
										&lt;br /&gt;&lt;br /&gt;
										By issuing a series of find queries, you can continually refine the
										items returned in your responses. Do this by repeating a query using
										the aspect values returned in one response as the input values to
										your next query.
										&lt;br /&gt;&lt;br /&gt;
										For example, the aspectHistogramContainer in a response on Men's
										Shoes could contain an aspect of Size, along with "aspect values" for
										the different sizes currently available in Men's Shoes. By populating
										aspectFilter fields with the values returned in an
										aspectHistogramContainer, you can hone the item results returned by
										your new query.
										&lt;br /&gt;&lt;br /&gt;
										For more information on aspects, aspect values, and domains, refer to
										&lt;a href="#Response.aspectHistogramContainer" &gt;
										aspectHistogramContainer&lt;/a&gt;. &lt;br /&gt; Refer to the
										following samples to see aspectFilters in action:
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectHist" &gt;Returning Aspect Histogram Information&lt;/a&gt;
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectFilter" &gt;Refining Results Using Aspect Filters&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="outputSelector" type="tns:OutputSelectorType">
								<xs:annotation>
									<xs:documentation>
										Defines what data to return, in addition to the default set of data,
										in a response.
										&lt;br&gt;&lt;br&gt;
										If you don't specify this field, eBay returns a default set of item
										fields. Use outputSelector to include more information in the
										response. The additional data is grouped into discrete nodes. You can
										specify multiple nodes by including this field multiple times, as
										needed, in the request.
										&lt;br&gt;&lt;br&gt;
										If you specify this field, the additional fields returned can affect
										the call's response time (performance), including in the case with
										feedback data.
									</xs:documentation>
									<xs:appinfo>
										<PresentDetails>Yes</PresentDetails>
										<SeeLink>
											<Title>Detail Controls</Title>
											<URL>#detailControls</URL>
										</SeeLink>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="domainFilter" type="tns:DomainFilter">
								<xs:annotation>
									<xs:documentation>
										Restricts results to items listed within the specified domain.
										Domains are a buy-side grouping of items. such as shoes or digital
										cameras. A domain can span multiple eBay categories.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="FindItemsByCategoryResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the findItemsByKeywords call. 
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="categoryHistogramContainer" type="tns:CategoryHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for a category histogram. This container is 
										returned only when the specified category has children categories. 
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
											The category IDs returned for items in search results are for the
											leaf categories in which the items are listed. If you use a leaf
											category ID as input, the response will not return a category 
											histogram.
										&lt;/span&gt; 
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
											When searching the eBay Motors site, category histograms may not be
											available for some parent categories. In these cases, aspect
											histograms should be used to refine search results. This behavior
											is consistent with eBay Motors site search behavior.
										&lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<Details>outputSelector: CategoryHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="aspectHistogramContainer" type="tns:AspectHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for aspect histograms. Aspect histograms are
										returned for categories that have been mapped to domains only. In
										most cases, just leaf categories are mapped to domains, but there are
										exceptions.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<Details>outputSelector: AspectHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:element name="findItemsAdvancedRequest" nillable="true" type="tns:FindItemsAdvancedRequest"/>
			<xs:element name="findItemsAdvancedResponse" nillable="true" type="tns:FindItemsAdvancedResponse"/>


			<xs:complexType name="FindItemsAdvancedRequest">
				<xs:annotation>
					<xs:documentation>
						Request container for the findItemsAdvanced call.
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Finds items by a keyword query and/or category and allows searching
							within item descriptions.
						</Summary>
						<RelatedCalls>
							findItemsIneBayStores,findItemsByProduct,getSearchKeywordsRecommendation
						</RelatedCalls>
						<TempInfo>samples</TempInfo>
						<TempInfo>outputSelector</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="keywords" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specify one or more words to use in a search query for finding items
										on eBay. By default, queries search item titles only. When running
										queries, it is best to include complete keywords values--eBay checks
										words in context with each other. If you are using a URL request and
										your keyword query consists of multiple words, use "%20" to separate
										the words. For example, use "Harry%20Potter" to search for items
										containing those words in any order.
										&lt;br /&gt;&lt;br /&gt;
										You can incorporate wildcards in a multi-word search. For example,
										"ap*%20ip*" returns results for "apple ipod" among other matches. The
										words "and" and "or" are treated like any other word (and not their
										logical connotation). Only use "and", "or", or "the" if you are
										searching for listings containing those specific words.
										&lt;br /&gt;&lt;br /&gt;
										For a list of valid wildcard characters, see &lt;a
										href="../Concepts/FindingAPIGuide.html#usekeywords"&gt;Searching by Keywords&lt;/a&gt;.
										&lt;br /&gt;&lt;br /&gt;
										findItemsAdvanced requires that you specify either keywords or a
										categoryId in the search criteria.
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>350. The maximum length for a single word is 98</MaxLength>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>Conditionally</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="categoryId" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specifies the category from which you want to retrieve item listings.
										This field can be repeated to include multiple categories.
										&lt;br&gt;&lt;br&gt;
										If a specified category ID doesn't match an existing category for the
										site, eBay returns an invalid-category error message. To determine
										valid categories, use the Trading API &lt;a 
										href="http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetCategories.html" 
										&gt;GetCategories&lt;/a&gt; call. 
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>10</MaxLength>
										<MaxOccurs>3</MaxOccurs>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>Conditionally</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="itemFilter" type="tns:ItemFilter">
								<xs:annotation>
									<xs:documentation>
										Reduces the number of items returned in the response according to the 
										filters you specify.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="aspectFilter" type="tns:AspectFilter">
								<xs:annotation>
									<xs:documentation>
										Aspect filters refine (limit) the number of items returned by a find
										request. Obtain input values for aspectFilter fields from an
										aspectHistogramContainer returned in the response of a previous
										query.
										&lt;br /&gt;&lt;br /&gt;
										By issuing a series of find queries, you can continually refine the
										items returned in your responses. Do this by repeating a query using
										the aspect values returned in one response as the input values to
										your next query.
										&lt;br /&gt;&lt;br /&gt;
										For example, the aspectHistogramContainer in a response on Men's
										Shoes could contain an aspect of Size, along with "aspect values" for
										the different sizes currently available in Men's Shoes. By populating
										aspectFilter fields with the values returned in an
										aspectHistogramContainer, you can hone the item results returned by
										your new query.
										&lt;br /&gt;&lt;br /&gt;
										For more information on aspects, aspect values, and domains, refer to
										&lt;a href="#Response.aspectHistogramContainer" &gt;aspectHistogramContainer&lt;/a&gt;. &lt;br /&gt;
										Refer to the following samples to see aspectFilters in action:
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectHist" 
										&gt;Returning Aspect Histogram Information&lt;/a&gt;
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectFilter" 
										&gt;Refining Results Using Aspect Filters&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="outputSelector" type="tns:OutputSelectorType">
								<xs:annotation>
									<xs:documentation>
										Defines what data to return, in addition to the default set of data,
										in a response.
										&lt;br&gt;&lt;br&gt;
										If you don't specify this field, eBay returns a default set of item
										fields. Use outputSelector to include more information in the
										response. The additional data is grouped into discrete nodes. You can
										specify multiple nodes by including this field multiple times, as
										needed, in the request.
										&lt;br&gt;&lt;br&gt;
										If you specify this field, the additional fields returned can affect
										the call's response time (performance), including in the case with
										feedback data.
									</xs:documentation>
									<xs:appinfo>
										<PresentDetails>Yes</PresentDetails>
										<SeeLink>
											<Title>Detail Controls</Title>
											<URL>#detailControls</URL>
										</SeeLink>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="descriptionSearch" type="xs:boolean">
								<xs:annotation>
									<xs:documentation>
										Specifies whether your keyword query should be applied to item
										descriptions in addition to titles. Searching the text of item
										descriptions incurs a performance hit (it can take longer than
										searches that don't include description searches). If true, the text
										of the item's description and subtitles will be included in the
										search. If false, only item titles are included in keyword searches.
									</xs:documentation>
									<xs:appinfo>
										<Default>false</Default>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="domainFilter" type="tns:DomainFilter">
								<xs:annotation>
									<xs:documentation>
										Restricts results to items listed within the specified domain.
										Domains are a buy-side grouping of items. such as shoes or digital
										cameras. A domain can span multiple eBay categories.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="FindItemsAdvancedResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the findItemsAdvanced call.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="categoryHistogramContainer" type="tns:CategoryHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for category histograms. Only returned when one or
										more category histograms are returned. A category histogram is not
										returned if there are no matching items or if the search is
										restricted to a single leaf category.
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
										 The category IDs returned for items in search results are for the
										 leaf categories in which the items are listed. If you use these
										 category IDs as input, the response will not return a category 
										 histogram.
										&lt;/span&gt;
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
										 When searching the eBay Motors site, category histograms may not be
										 available for some parent categories. In these cases, aspect
										 histograms should be used to refine search results. This behavior is
										 consistent with eBay Motors site search behavior.
										&lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<Details>outputSelector: CategoryHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="aspectHistogramContainer" type="tns:AspectHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for aspect histograms.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsAdvanced</CallName>
											<Details>outputSelector: AspectHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:element name="findItemsByProductRequest" nillable="true" type="tns:FindItemsByProductRequest"/>
			<xs:element name="findItemsByProductResponse" nillable="true" type="tns:FindItemsByProductResponse"/>


			<xs:complexType name="FindItemsByProductRequest">
				<xs:annotation>
					<xs:documentation>
						You can use product IDs (such as an ISBN, UPC, EAN, or eBay Product Reference
						ID) to find associated items listed on eBay.
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Finds items based upon a product ID, such as an ISBN, UPC, EAN, or ePID. 
						</Summary>
						<RelatedCalls>findItemsAdvanced,findItemsIneBayStores</RelatedCalls>
						<TempInfo>samples</TempInfo>
						<TempInfo>outputSelector</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="1" name="productId" type="tns:ProductId">
								<xs:annotation>
									<xs:documentation>
										Input ISBN, UPC, EAN, or ReferenceID (ePID) to specify the type of
										product for which you want to search.
										&lt;br /&gt;&lt;br /&gt;
										For example, to search using an ISBN, specify productID.type=ISBN and
										set productID.value to an ISBN value. To search using an eBay Product
										Reference ID, specify productID.type= ReferenceID and set
										productID.value to an ePID value (also known as an Bay Product
										Reference ID). If you do not know the ePID value for a product, use
										FindProducts in the eBay Shopping API to retrieve the desired ePID:
										&lt;br /&gt;&lt;br /&gt;
										&lt;a href=" http://developer.ebay.com/DevZone/shopping/docs/CallRef/FindProducts.html" &gt; FindProducts&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>Yes</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="itemFilter" type="tns:ItemFilter">
								<xs:annotation>
									<xs:documentation>
										Reduces the number of items returned in the response according to the 
										filters you specify.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="outputSelector" type="tns:OutputSelectorType">
								<xs:annotation>
									<xs:documentation>
										Defines what data to return, in addition to the default set of data,
										in a response.
										&lt;br&gt;&lt;br&gt;
										If you don't specify this field, eBay returns a default set of item
										fields. Use outputSelector to include more information in the
										response. The additional data is grouped into discrete nodes. You can
										specify multiple nodes by including this field multiple times, as
										needed, in the request.
										&lt;br&gt;&lt;br&gt;
										If you specify this field, the additional fields returned can affect
										the call's response time (performance), including in the case with
										feedback data.
									</xs:documentation>
									<xs:appinfo>
										<PresentDetails>Yes</PresentDetails>
										<SeeLink>
											<Title>Detail Controls</Title>
											<URL>#detailControls</URL>
										</SeeLink>
										<CallInfo>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="FindItemsByProductResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the findItemsByProduct call.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="aspectHistogramContainer" type="tns:AspectHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for aspect histograms.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByProduct</CallName>
											<Details>outputSelector: AspectHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:element name="findItemsIneBayStoresRequest" nillable="true" type="tns:FindItemsIneBayStoresRequest"/>
			<xs:element name="findItemsIneBayStoresResponse" nillable="true" type="tns:FindItemsIneBayStoresResponse"/>


			<xs:complexType name="FindItemsIneBayStoresRequest">
				<xs:annotation>
					<xs:documentation>
						Use findItemsIneBayStores to find items listed in eBay stores. Specify
						storeName in the request to retrieve all listings within a single store. You
						can combine storeName with keywords to find specific items, or use keywords
						without storeName to search for items in all eBay stores.
						&lt;br&gt;&lt;br&gt;
						Search results can be filtered by item details or aspects and sorted by a
						variety of criteria.
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Finds items in eBay stores. Can search a specific store or can search all 
							stores with a keyword query.
						</Summary>
						<RelatedCalls>findItemsAdvanced,getSearchKeywordsRecommendation</RelatedCalls>
						<TempInfo>samples</TempInfo>
						<TempInfo>outputSelector</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="keywords" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specify one or more words to use in a search query for finding items
										on eBay. By default, queries search item titles only. When running
										queries, it is best to include complete keywords values--eBay checks
										words in context with each other. If you are using a URL request and
										your keyword query consists of multiple words, use "%20" to separate
										the words. For example, use "Harry%20Potter" to search for items
										containing those words in any order.
										&lt;br /&gt;&lt;br /&gt;
										You can incorporate wildcards in a multi-word search. For example,
										"ap*%20ip*" returns results for "apple ipod" among other matches. The
										words "and" and "or" are treated like any other word (and not their
										logical connotation). Only use "and", "or", or "the" if you are
										searching for listings containing those specific words.
										&lt;br /&gt;&lt;br /&gt;
										For a list of valid wildcard characters, see &lt;a
										href="../Concepts/FindingAPIGuide.html#usekeywords"&gt;Searching by Keywords&lt;/a&gt;.
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>350. The maximum length for a single word is 98</MaxLength>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="storeName" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										The name of the eBay store to search. Returns all items in the store.
										Can be used with keywords to search for specific items in an eBay
										store. The results can be filtered by item listing details or
										aspects.
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
											Store names are case sensitive. Also, if the store name contains an
											ampersand (&amp;), you must use the &amp; character entity (&amp;
											amp;) in its place.
										&lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="itemFilter" type="tns:ItemFilter">
								<xs:annotation>
									<xs:documentation>
										Reduces the number of items returned in the response according to the 
										filters you specify.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="outputSelector" type="tns:OutputSelectorType">
								<xs:annotation>
									<xs:documentation>
										Defines what data to return, in addition to the default set of data,
										in a response.
										&lt;br&gt;&lt;br&gt;
										If you don't specify this field, eBay returns a default set of item
										fields. Use outputSelector to include more information in the
										response. The additional data is grouped into discrete nodes. You can
										specify multiple nodes by including this field multiple times, as
										needed, in the request.
										&lt;br&gt;&lt;br&gt;
										If you specify this field, the additional fields returned can affect
										the call's response time (performance), including in the case with
										feedback data.
									</xs:documentation>
									<xs:appinfo>
										<PresentDetails>Yes</PresentDetails>
										<SeeLink>
											<Title>Detail Controls</Title>
											<URL>#detailControls</URL>
										</SeeLink>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="aspectFilter" type="tns:AspectFilter">
								<xs:annotation>
									<xs:documentation>
										Aspect filters refine (limit) the number of items returned by a find
										request. Obtain input values for aspectFilter fields from an
										aspectHistogramContainer returned in the response of a previous
										query.
										&lt;br /&gt;&lt;br /&gt;
										By issuing a series of find queries, you can continually refine the
										items returned in your responses. Do this by repeating a query using
										the aspect values returned in one response as the input values to
										your next query.
										&lt;br /&gt;&lt;br /&gt;
										For example, the aspectHistogramContainer in a response on Men's
										Shoes could contain an aspect of Size, along with "aspect values" for
										the different sizes currently available in Men's Shoes. By populating
										aspectFilter fields with the values returned in an
										aspectHistogramContainer, you can hone the item results returned by
										your new query.
										&lt;br /&gt;&lt;br /&gt;
										For more information on aspects, aspect values, and domains, refer to
										&lt;a href="#Response.aspectHistogramContainer" &gt;aspectHistogramContainer&lt;/a&gt;. &lt;br /&gt;
										Refer to the following samples to see aspectFilters in action:
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectHist" &gt;Returning Aspect Histogram Information&lt;/a&gt;
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByCategory.html#sampleaspectFilter" &gt;Refining Results Using Aspect Filters&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="domainFilter" type="tns:DomainFilter">
								<xs:annotation>
									<xs:documentation>
										Restricts results to items listed within the specified domain.
										Domains are a buy-side grouping of items. such as shoes or digital
										cameras. A domain can span multiple eBay categories.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="categoryId" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specifies the category from which you want to retrieve item listings.
										This field can be repeated to include multiple categories.
										&lt;br&gt;&lt;br&gt;
										If a specified category ID doesn't match an existing category for the
										site, eBay returns an invalid-category error message. To determine
										valid categories, use the Trading API &lt;a
										href="http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetCategories.html"&gt;GetCategories&lt;/a&gt; 
										call. 
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>10</MaxLength>
										<MaxOccurs>3</MaxOccurs>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="FindItemsIneBayStoresResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the findItemsIneBayStores call.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:BaseFindingServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="categoryHistogramContainer" type="tns:CategoryHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for category histograms. Only returned when one or
										more category histograms are returned. A category histogram is not
										returned if there are no matching items or if the search is
										restricted to a single leaf category.
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
										 The category IDs returned for items in search results are for the
										 leaf categories in which the items are listed. If you use these
										 category IDs as input, the response will not return a category 
										 histogram.
										&lt;/span&gt;
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
										 When searching the eBay Motors site, category histograms may not be
										 available for some parent categories. In these cases, aspect
										 histograms should be used to refine search results. This behavior is
										 consistent with eBay Motors site search behavior.
										&lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<Details>outputSelector: CategoryHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="aspectHistogramContainer" type="tns:AspectHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for aspect histograms.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsIneBayStores</CallName>
											<Details>outputSelector: AspectHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:element name="getHistogramsRequest" nillable="true" type="tns:GetHistogramsRequest"/>
			<xs:element name="getHistogramsResponse" nillable="true" type="tns:GetHistogramsResponse"/>


			<xs:complexType name="GetHistogramsRequest">
				<xs:annotation>
					<xs:documentation>
						Get request for histogram information on the supplied category or aspect.
					</xs:documentation>
					<xs:appinfo>
						<Summary>
							Gets category and/or aspect metadata for the specified category.
						</Summary>
						<RelatedCalls>findItemsByCategory,findItemsAdvanced,findItemsByKeywords</RelatedCalls>
						<TempInfo>samples</TempInfo>
					</xs:appinfo>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="ns0:BaseServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="1" name="categoryId" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										Specifies the category from which you want to retrieve histogram
										information.
										&lt;br&gt;&lt;br&gt;
										If a specified category ID doesn't match an existing category for the
										site, eBay returns an invalid-category error message. To determine
										valid categories, use the Trading API &lt;a href= "
										http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetCategories.html" &gt;GetCategories&lt;/a&gt; call.
									</xs:documentation>
									<xs:appinfo>
										<MaxLength>10</MaxLength>
										<CallInfo>
											<CallName>getHistograms</CallName>
											<RequiredInput>Yes</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="GetHistogramsResponse">
				<xs:annotation>
					<xs:documentation>
						Response container for the getHistogram call. 
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="ns0:BaseServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="categoryHistogramContainer" type="tns:CategoryHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for category histograms. This container is
										returned only when the specified category has children categories.
										&lt;br /&gt;&lt;br /&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
											Category histograms may not be available for some parent categories
											on the eBay Motors site.
										&lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>getHistograms</CallName>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="aspectHistogramContainer" type="tns:AspectHistogramContainer">
								<xs:annotation>
									<xs:documentation>
										Response container for aspect histograms. Aspect histograms are
										returned for categories that have been mapped to domains only. In
										most cases, just leaf categories are mapped to domains, but there are
										exceptions.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>getHistograms</CallName>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType abstract="true" name="BaseFindingServiceRequest">
				<xs:annotation>
					<xs:documentation>
						This is the base request container for all Finding Service operations.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="ns0:BaseServiceRequest">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="paginationInput" type="ns0:PaginationInput">
								<xs:annotation>
									<xs:documentation>
										Controls the pagination of the result set. Child elements specify the
										maximum number of item listings to return per call and the page of
										data to return. Controls the number of listings returned in the
										response, but does not specify the details to return for each
										listing.
										&lt;br&gt;&lt;br&gt;
										&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt; 
										No more than 10,000 items can be retrieved for a given search, 
										regardless of how many matches are found. This limit is enforced 
										by the maximum page number allowed (100) and the maximum entries per 
										page allowed (100). &lt;/span&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="buyerPostalCode" type="xs:string">
								<xs:annotation>
									<xs:documentation>
										The postal code of the buyer. This is used as the basis for proximity
										searches as well as local searches.
										&lt;br&gt;&lt;br&gt;
										The following sample uses buyerPostalCode and the MaxDistance
										itemFilter to perform a proximity search:
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByKeywords.html#sampleproximity" &gt;Proximity Search&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element minOccurs="0" name="affiliate" type="tns:Affiliate">
								<xs:annotation>
									<xs:documentation>
										Container for affiliate details. eBay uses the specified affiliate
										information to build a View Item URL and Product URL string with
										correctly formatted affiliate tracking information, which it returns
										in the response. You can publish these URLs, and if a user clicks
										them to access eBay, the respective affiliate might get a commission,
										depending on the user's actions.
										&lt;br /&gt;&lt;br /&gt;
										See the &lt;a href="https://www.ebaypartnernetwork.com/"
										target="_blank"&gt;eBay Partner Network&lt;/a&gt; site for
										information about affiliate commissions.
										&lt;br /&gt; &lt;br /&gt;
										Refer to the following sample for details on including affiliate
										information:
										&lt;br /&gt;
										&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsByKeywords.html#sampleaffiliate" 
										&gt;Specifying affiliate information&lt;/a&gt;
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="sortOrder" type="tns:SortOrderType">
								<xs:annotation>
									<xs:documentation>
										Sort the returned items according to a single specified sort order.
									</xs:documentation>
									<xs:appinfo>
										<Default>BestMatch</Default>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<RequiredInput>No</RequiredInput>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType abstract="true" name="BaseFindingServiceResponse">
				<xs:annotation>
					<xs:documentation>
						Base response container for all Finding Service operations.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="ns0:BaseServiceResponse">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="searchResult" type="tns:SearchResult">
								<xs:annotation>
									<xs:documentation>
										Container for the item listings that matched the search criteria.
										The data for each item is returned in individual containers, if
										any matches were found.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<Details>outputSelector: none</Details>
											<Returned>Always</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="1" minOccurs="0" name="paginationOutput" type="ns0:PaginationOutput">
								<xs:annotation>
									<xs:documentation>
										Indicates the pagination of the result set. Child elements indicate
										the page number that is returned, the maximum number of item listings
										to return per page, total number of pages that can be returned, and
										the total number of listings that match the search criteria.
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<Details>outputSelector: none</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="Affiliate">
				<xs:annotation>
					<xs:documentation>
						eBay uses specified details to build a View Item URL and Product URL string
						in the response. These URLs include correctly formatted affiliate tracking
						information. When a user clicks through one of these URLs to eBay, the
						respective affiliate might get a commission, based on the tasks performed by
						the user.
						&lt;br&gt;&lt;br&gt;
						For information about commissions, see the &lt;a 
						href="https://www.ebaypartnernetwork.com/"&gt;eBay Partner Network&lt;/a&gt; site.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="trackingId" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Specify the affiliate value obtained from your tracking partner. For the
								eBay Partner Network, the tracking ID is the provided Campaign ID
								("campid"). A Campaign ID is a unique 10-digit number used for 
								associating traffic and is valid across all programs to which you have 
								been accepted. Another example of this value is the Affiliate ID given to 
								you by TradeDoubler.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="networkId" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Specifies your tracking partner for affiliate commissions. Affiliates
								earn money from eBay for driving traffic to eBay. This field is required
								if you specify a tracking ID. Depending on your tracking partner, specify
								one of the following values. Not all partners are valid for all sites.
								For PlaceOffer, only the eBay Partner Network and Mediaplex are valid:
								&lt;br&gt;
								&lt;br&gt;2 = Be Free
								&lt;br&gt;3 = Affilinet
								&lt;br&gt;4 = TradeDoubler
								&lt;br&gt;5 = Mediaplex
								&lt;br&gt;6 = DoubleClick
								&lt;br&gt;7 = Allyes
								&lt;br&gt;8 = BJMT
								&lt;br&gt;9 = eBay Partner Network
								&lt;br&gt;&lt;br&gt;
								For information about commissions, see the &lt;a 
								href="https://www.ebaypartnernetwork.com/"&gt;eBay Partner Network&lt;/a&gt;
								site.
						</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="customId" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								You can define an affiliate customId if you want an ID to monitor your
								marketing efforts. Chose an ID up to up to 256 characters in length. If
								you are using the eBay Partner Network, and you provide a customId, the
								tracking URL returned by the eBay Partner Network will contain your
								customId value.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="CategoryHistogram">
				<xs:annotation>
					<xs:documentation>
						Statistical (histogram) information about categories that contain items that
						match the query, if any. For categories associated with specific items, see
						items returned in each search result. Shows the distribution of items across
						each category. Not returned if there is no match.
					</xs:documentation>
				</xs:annotation>
				<xs:complexContent>
					<xs:extension base="tns:Category">
						<xs:sequence>
							<xs:element maxOccurs="1" minOccurs="0" name="count" type="xs:long">
								<xs:annotation>
									<xs:documentation>
										The total number of items in the associated category that match the
										search criteria. 
									</xs:documentation>
									<xs:appinfo>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<Context>categoryHistogram</Context>
											<Context>childCategoryHistogram</Context>
											<Details>outputSelector: CategoryHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
										<CallInfo>
											<CallName>getHistograms</CallName>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:element maxOccurs="unbounded" minOccurs="0" name="childCategoryHistogram" type="tns:CategoryHistogram">
								<xs:annotation>
									<xs:documentation>
										Container for histogram information pertaining to a child of the
										category specified in the request. Histograms return data on up to
										10 children. Histograms are only a single level deep. That is, a
										given category histogram contains only immediate children.
									</xs:documentation>
									<xs:appinfo>
										<MaxOccurs>10</MaxOccurs>
										<CallInfo>
											<CallName>findItemsByCategory</CallName>
											<CallName>findItemsAdvanced</CallName>
											<CallName>findItemsByKeywords</CallName>
											<CallName>findItemsIneBayStores</CallName>
											<CallName>findItemsByProduct</CallName>
											<Details>outputSelector: CategoryHistogram</Details>
											<Returned>Conditionally</Returned>
										</CallInfo>
										<CallInfo>
											<CallName>getHistograms</CallName>
											<Returned>Conditionally</Returned>
										</CallInfo>
									</xs:appinfo>
								</xs:annotation>
							</xs:element>
							<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
						</xs:sequence>
					</xs:extension>
				</xs:complexContent>
			</xs:complexType>


			<xs:complexType name="CategoryHistogramContainer">
				<xs:annotation>
					<xs:documentation>
						Base container for histogram information.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="categoryHistogram" type="tns:CategoryHistogram">
						<xs:annotation>
							<xs:documentation>
								Statistical (item count) information on the categories that contain items
								that match the search criteria or specified category or categories. A
								category histogram contains information for up to 10 child categories. 
								Search result total entries may not necessarily match the sum of category
								histogram item counts.
								&lt;br&gt;&lt;br&gt;
								For search calls, the item count shows the distribution of matching items
								across each of the returned categories. A category histogram is not
								returned if there are no matching items or if the search is restricted to
								a single leaf category.
								&lt;br&gt;&lt;br&gt;
								For getHistograms, the category histogram contains the total item count
								for the specified category and item counts for the child categories
								containing the most item listings. A category histogram is not returned
								if the specified category is a leaf category.
								&lt;br&gt;&lt;br&gt;
								For categories associated with specific items, review the individual item
								containers returned in the search result.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>getHistograms</CallName>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="AspectValueHistogram">
				<xs:annotation>
					<xs:documentation>
						Container for details pertaining to individual aspect values, including their
						histogram information (item counts).
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="1" minOccurs="1" name="count" type="xs:long">
						<xs:annotation>
							<xs:documentation>
								Number of items that share the characteristic the respective aspect
								value.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: AspectHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>getHistograms</CallName>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
				<xs:attribute name="valueName" type="xs:string" use="required">
					<xs:annotation>
						<xs:documentation>
							Name of an aspect value. For example, "Short Sleeve" could be an aspect
							value of the Sleeve Style aspect in the Women's Dresses domain, or
							"Athletic" could be an aspect value of the Style aspect in the Men's Shoes
							domain.
						</xs:documentation>
						<xs:appinfo>
							<CallInfo>
								<CallName>findItemsByCategory</CallName>
								<CallName>findItemsAdvanced</CallName>
								<CallName>findItemsByKeywords</CallName>
								<CallName>findItemsIneBayStores</CallName>
								<CallName>findItemsByProduct</CallName>
								<Details>outputSelector: AspectHistogram</Details>
								<Returned>Conditionally</Returned>
							</CallInfo>
							<CallInfo>
								<CallName>getHistograms</CallName>
								<Returned>Conditionally</Returned>
							</CallInfo>
						</xs:appinfo>
					</xs:annotation>
				</xs:attribute>
			</xs:complexType>


			<xs:complexType name="AspectHistogramContainer">
				<xs:annotation>
					<xs:documentation>
						Container for a top-level set of aspect histograms.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="1" name="domainName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								A buy-side group of items that share aspects, but not necessarily an eBay
								category. For example "Women's Dresses" or "Digital Cameras" could be
								domains. You can use a domainName to label a set of aspects that you
								display.
								&lt;br /&gt;&lt;br /&gt;
								Domains are extracted from item listing properties (such as item titles
								and subtitles).
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: AspectHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="1" name="domainDisplayName" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								A buy-side group of items, for example "Shoes." Domains are extracted
								from item listing properties, such as the title, descriptions, and so on.
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: AspectHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="unbounded" minOccurs="1" name="aspect" type="tns:Aspect">
						<xs:annotation>
							<xs:documentation>
								A characteristic of an item in a domain. For example, "Optical Zoom",
								"Brand", and "Megapixels" could be aspects of the Digital Cameras domain.
								Aspects are well-known, standardized characteristics of a domain, and
								they vary from domain to domain (the aspects of "Men's Shoes" are
								different from those of "Digital Cameras"). A search request on the eBay
								site will often display aspects and their respective aspect values on the
								left-had side of a query response.
								&lt;br /&gt;&lt;br /&gt;
								Aspects are extracted from item listing properties (such as item titles
								and subtitles), and represent the characteristics of active items. Values
								returned in the Aspect container can be used as inputs to the
								aspectFilter fields in a query to distill the items returned by the
								query. eBay generates aspects dynamically from the items currently
								listed; aspects provide a view into what is currently available on eBay.
								Because of this, aspect values returned one day cannot be guaranteed to
								be valid the next day.
								&lt;br /&gt;&lt;br /&gt;
								The following graphic shows how eBay might return a set of aspects for
								the Digital Cameras domain. In this graphic, "Product Type", "Brand", and
								"Megapixels" are aspects, and "Point &amp; Shoot", "Canon", and "12.0 to
								12.9 MP" are aspect values. Histogram values (item counts) are shown for
								each aspect value.
								&lt;br /&gt;&lt;br /&gt;
								&lt;img src="../Concepts/images/refinesearch.jpg" alt="eBay Aspects" /&gt;
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: AspectHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="Aspect">
				<xs:annotation>
					<xs:documentation>
						Characteristic of an item in a domain. For example, "Shoes Size" or "Style"
						might be aspects of the Men's Shoes domain, while "Genre" and "Album Type"
						could be aspects of the Music CDs domain.
						&lt;br /&gt;&lt;br /&gt;
						This container is not returned if there are no matching aspects for the
						associated domain.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="valueHistogram" type="tns:AspectValueHistogram">
						<xs:annotation>
							<xs:documentation>
								Container that returns the name of the respective aspect value and the
								histogram (the number of available items) that share that item
								characteristic.
								&lt;br /&gt;&lt;br /&gt;
								This value is not returned if there are no matching aspects for the
								associated domain.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: AspectHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>getHistograms</CallName>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
				<xs:attribute name="name" type="xs:string" use="required">
					<xs:annotation>
						<xs:documentation>
							Name of an aspect that is part of a domain. For example, "Optical Zoom" or
							"Megapixels" could be aspects of the Digital Cameras domain. For the
							current aspect names associated with a specific item, refer to the
							aspectHistogramContainer returned for the respective item.
							&lt;br /&gt;&lt;br /&gt;
							This value is not returned if there are no matching aspects for the
							associated domain.
						</xs:documentation>
						<xs:appinfo>
							<CallInfo>
								<CallName>findItemsByCategory</CallName>
								<CallName>findItemsAdvanced</CallName>
								<CallName>findItemsByKeywords</CallName>
								<CallName>findItemsIneBayStores</CallName>
								<CallName>findItemsByProduct</CallName>
								<Details>outputSelector: AspectHistogram</Details>
								<Returned>Conditionally</Returned>
							</CallInfo>
							<CallInfo>
								<CallName>getHistograms</CallName>
								<Returned>Conditionally</Returned>
							</CallInfo>
						</xs:appinfo>
					</xs:annotation>
				</xs:attribute>
			</xs:complexType>


			<xs:complexType name="AspectFilter">
				<xs:annotation>
					<xs:documentation>
						Use aspect filters to refine the number of results returned in a response.
						Populate the aspectFilter container with aspect values obtained from the
						response of a query that returns an aspectHistogram.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="1" name="aspectName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Name of a standard item characteristic associated with a given domain.
								For example, "Optical Zoom" or "Megapixels" are aspects for the Digital
								Cameras domain. The current aspect names associated with a specific
								domain can be found in the aspect histogram. Aspect histograms can be
								retrieved for a given keyword query or category. The aspect histogram
								contains information about aspects from the domain that is most relevant
								to your search (or category).
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="unbounded" minOccurs="1" name="aspectValueName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								A value name for a given aspect. For example, "Point &amp; Shoot" is a
								value name for the "Product Type" aspect in the "Digital Cameras" domain.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="SearchResult">
				<xs:annotation>
					<xs:documentation>
						Contains the returned item listings, if any. The data for each listing is
						returned in individual item containers.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="item" type="tns:SearchItem">
						<xs:annotation>
							<xs:documentation>
								Container for the data of a single item that matches the search criteria.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
				<xs:attribute name="count" type="xs:int" use="required">
					<xs:annotation>
						<xs:documentation>
							The total number of items returned in the search response. This is often
							equal to the entriesPerPage value. If the count is less than the specified
							entriesPerPage, it indicates the end of the result set.
						</xs:documentation>
						<xs:appinfo>
							<CallInfo>
								<CallName>findItemsByCategory</CallName>
								<CallName>findItemsAdvanced</CallName>
								<CallName>findItemsByKeywords</CallName>
								<CallName>findItemsIneBayStores</CallName>
								<CallName>findItemsByProduct</CallName>
								<Details>outputSelector: none</Details>
								<Returned>Always</Returned>
							</CallInfo>
						</xs:appinfo>
					</xs:annotation>
				</xs:attribute>
			</xs:complexType>


			<xs:complexType name="DomainFilter">
				<xs:annotation>
					<xs:documentation>
						Name of the domain to which search results will be restricted.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="unbounded" minOccurs="1" name="domainName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Specify the name of the domain to which you want to restrict search
								results. Only items listed within the specified domain will be returned
								in the search results. Domain names can be retrieved from an aspect
								histogram.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:simpleType name="SortOrderType">
				<xs:annotation>
					<xs:documentation>
						Values that can be used to sort search results.
					</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:enumeration value="BestMatch">
						<xs:annotation>
							<xs:documentation>
								Sorts items by Best Match, which is based on community buying activity
								and other relevance-based factors.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="CurrentPriceHighest">
						<xs:annotation>
							<xs:documentation>
								Sorts items by their current price, with the highest price first.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="DistanceNearest">
						<xs:annotation>
							<xs:documentation>
								Sorts items by distance from the buyer in ascending order. The request
								must also include a buyerPostalCode.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="EndTimeSoonest">
						<xs:annotation>
							<xs:documentation>
								Sorts items by end time, with items ending soonest listed first.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="PricePlusShippingLowest">
						<xs:annotation>
							<xs:documentation>
								Sorts items by the combined cost of the item price plus the shipping
								cost, with the lowest combined price items listed first. Items are
								returned in the following groupings: lowest total-cost items (for items
								where shipping was properly specified) appear first, followed by freight-
								shipping items, and then items for which no shipping was specified. Each
								group is sorted by price.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="PricePlusShippingHighest">
						<xs:annotation>
							<xs:documentation>
								Sorts items by the combined cost of the item price plus the shipping
								cost, with highest combined price items listed first. Items are returned
								in the following groupings: highest total-cost items (for items where
								shipping was properly specified) appear first, followed by freight-
								shipping items, and then items for which no shipping was specified. Each
								group is sorted by price.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="StartTimeNewest">
						<xs:annotation>
							<xs:documentation>
								Sorts items by the start time, the most recently listed (newest) items
								appear first.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>


			<xs:simpleType name="OutputSelectorType">
				<xs:annotation>
					<xs:documentation>
						Values that can be used to retrieve additional information for in the search 
						results.
					</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:enumeration value="SellerInfo">
						<xs:annotation>
							<xs:documentation>
								Include information about the seller in the response.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="StoreInfo">
						<xs:annotation>
							<xs:documentation>
								Include information about the seller's eBay store in the response.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="CategoryHistogram">
						<xs:annotation>
							<xs:documentation>
								Include a CategoryHistogram container with information about categories
								that match your search. 
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="AspectHistogram">
						<xs:annotation>
							<xs:documentation>
								Include an AspectHistogram container with information about aspects from
								the domain that is most relevant to your search.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>


			<xs:complexType name="Category">
				<xs:annotation>
					<xs:documentation>
						Contains details about a category. 
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="categoryId" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The unique ID of a category on the specified eBay site.
							</xs:documentation>
							<xs:appinfo>
								<MaxLength>10</MaxLength>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Context>primaryCategory</Context>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Always</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Context>secondaryCategory</Context>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Context>categoryHistogram</Context>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>getHistograms</CallName>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="categoryName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Display name of a category as it appears on the eBay Web site. 
							</xs:documentation>
							<xs:appinfo>
								<MaxLength>30</MaxLength>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Context>primaryCategory</Context>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Always</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Context>secondaryCategory</Context>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Context>categoryHistogram</Context>
									<Details>outputSelector: CategoryHistogram</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
								<CallInfo>
									<CallName>getHistograms</CallName>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="Distance">
				<xs:annotation>
					<xs:documentation>
						Distance, used for local searches.
					</xs:documentation>
				</xs:annotation>
				<xs:simpleContent>
					<xs:extension base="xs:double">
						<xs:attribute name="unit" type="xs:string">
							<xs:annotation>
								<xs:documentation>
									Unit of measure used in a distance calculation. Units can be in either 
									kilometers or miles, depending on the Global ID.
								</xs:documentation>
								<xs:appinfo>
									<CallInfo>
										<CallName>findItemsByCategory</CallName>
										<CallName>findItemsAdvanced</CallName>
										<CallName>findItemsByKeywords</CallName>
										<CallName>findItemsIneBayStores</CallName>
										<CallName>findItemsByProduct</CallName>
										<Returned>Conditionally</Returned>
									</CallInfo>
								</xs:appinfo>
							</xs:annotation>
						</xs:attribute>
					</xs:extension>
				</xs:simpleContent>
			</xs:complexType>


			<xs:complexType name="ProductId">
				<xs:annotation>
					<xs:documentation>
						Type that represents the unique identifier for a single product.
					</xs:documentation>
				</xs:annotation>
				<xs:simpleContent>
					<xs:extension base="xs:string">
						<xs:attribute name="type" type="xs:string" use="required">
							<xs:annotation>
								<xs:documentation>
									The nature of the identifier being used. For findItemsByProduct, search
									by a single type.
									&lt;dl&gt;
									&lt;dt&gt;
										&lt;strong&gt;productId values:&lt;/strong&gt;
									&lt;/dt&gt;
									&lt;dt&gt;
										ReferenceID
									&lt;/dt&gt;
									&lt;dd&gt;
										The global reference ID (ePID) for an eBay catalog product. A
										reference ID is a fixed reference to a product, regardless of
										version. Use FindProducts in the Shopping API to determine valid ePID
										values that you can use as input to findItemsByProduct. Each product
										in the response includes its reference ID.
									&lt;/dd&gt;
									&lt;dt&gt;
										ISBN
									&lt;/dt&gt;
									&lt;dd&gt;
										ISBN-10 or ISBN-13 value for books. (The string length of ProductID
										indicates whether the ID is 10 or 13 characters.) If you know a
										book's ISBN, you can use this instead of the eBay Reference ID to
										search for that book. Max length of corresponding value: 13
									&lt;/dd&gt;
									&lt;dt&gt;
										UPC
									&lt;/dt&gt;
									&lt;dd&gt;
										UPC value for products in Music (e.g., CDs), DVDs &amp; Movies, and
										Video Games categories (or domains). If you know a product's UPC, you
										can use this instead of the eBay Reference ID to search for that
										product. Max length of corresponding value: 12
									&lt;/dd&gt;
									&lt;dt&gt;
										EAN
									&lt;/dt&gt;
									&lt;dd&gt;
										EAN value for books. (This is used more commonly in European
										countries.) If you know a book's EAN, you can use this instead of the
										eBay Reference ID to search for that book. Max length of
										corresponding value: 13
									&lt;/dd&gt;
									&lt;/dl&gt;
								</xs:documentation>
								<xs:appinfo>
									<CallInfo>
										<CallName>findItemsByProduct</CallName>
										<RequiredInput>Yes</RequiredInput>
									</CallInfo>
								</xs:appinfo>
							</xs:annotation>
						</xs:attribute>
					</xs:extension>
				</xs:simpleContent>
			</xs:complexType>


			<xs:complexType name="SellingStatus">
				<xs:annotation>
					<xs:documentation>
						Selling details pertaining to the respective item.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="currentPrice" type="ns0:Amount">
						<xs:annotation>
							<xs:documentation>
								The current price of the item given in the currency of the site on which
								the item is listed. That is, currentPrice is returned in the original
								listing currency.
								&lt;br /&gt;&lt;br /&gt;
								For competitive-bid item listings, currentPrice is the current minimum
								bid price if the listing has no bids, or the current high bid if the
								listing has bids. A Buy It Now price has no effect on currentPrice.
								&lt;br /&gt;&lt;br /&gt;
								For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), and
								Ad Format (AdFormat) listings, currentPrice is the current fixed price.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="convertedCurrentPrice" type="ns0:Amount">
						<xs:annotation>
							<xs:documentation>
								The listing's current price converted to the currency of the site
								specified in the find request (globalId).
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="bidCount" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								The number of bids that have been placed on the item.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="sellingState" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								Specifies the listing's status in eBay's processing workflow. If an
								item's EndTime is in the past, but there are no details about the buyer
								or high bidder (and the user is not anonymous), you can use sellingState
								information to determine whether eBay has finished processing the
								listing.
								&lt;dl&gt;
									&lt;dt&gt;
										&lt;strong&gt;sellingState values:&lt;/strong&gt;
									&lt;/dt&gt;
									&lt;dt&gt;
										Active
									&lt;/dt&gt;
									&lt;dd&gt;
										The listing is still live. It is also possible that the auction has
										recently ended, but eBay has not completed the final processing
										(e.g., the high bidder is still being determined).
									&lt;/dd&gt;
									&lt;dt&gt;
										Canceled
									&lt;/dt&gt;
									&lt;dd&gt;
										The listing has been canceled by either the seller or eBay.
									&lt;/dd&gt;
									&lt;dt&gt;
										Ended
									&lt;/dt&gt;
									&lt;dd&gt;
										The listing has ended and eBay has completed the processing of the
										sale (if any).
									&lt;/dd&gt;
								&lt;/dl&gt;
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="timeLeft" type="xs:duration">
						<xs:annotation>
							<xs:documentation>
								Time left before the listing ends. The duration is represented in the ISO
								8601 duration format (PnYnMnDTnHnMnS). For listings that have ended, the
								time left is PT0S (zero seconds). See the "duration" type for information
								about this time format.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="Storefront">
				<xs:annotation>
					<xs:documentation>
						Denotes whether the item is a storefront listing. 
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="storeName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The name of the seller's eBay Store.
							</xs:documentation>
							<xs:appinfo>
								<MaxLength>200</MaxLength>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: StoreInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="storeURL" type="xs:anyURI">
						<xs:annotation>
							<xs:documentation>
								The URL of the seller's eBay Store page.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: StoreInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="ItemFilter">
				<xs:annotation>
					<xs:documentation>
						Reduce the number of items returned by a find request using itemFilters.
						Use the itemFilter container to specify itemFilter Name/Value pairs. 
						You can include multiple itemFilters in a single request.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="paramName" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								In addition to filter Name/Value pairs, some itemFilters use an
								additional parameter Name/Value pair. Specifically, filters that use
								currency values (MaxPrice and MinPrice) make use of addition parameters.
								When you use these itemFilters, set paramName to Currency and provide the
								currency ID in paramValue.
								&lt;br /&gt;&lt;br /&gt;
								For example, if you use the MaxPrice itemFilter, you will need to specify
								a parameter Name of Currency with a parameter Value that specifies the
								type of currency desired.
								&lt;br /&gt;&lt;br /&gt;
								Note that for MaxPrice and MinPrice itemFilters, the default value for
								paramName is Currency.
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="paramValue" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The currency value associated with the respective itemFilter parameter
								Name.
								&lt;br /&gt;&lt;br /&gt;
								Usually paramName is set to Currency and paramValue is set to the
								currency type in which the monetary transaction occurs. For a list of
								possible currency enumeration values, see &lt;a
								href="Enums/currencyIdList.html"&gt;currencyId Values&lt;/a&gt;.
								&lt;br /&gt;&lt;br /&gt;
								Note that for MaxPrice and MinPrice itemFilters, the default value for
								paramValue is USD.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="1" minOccurs="1" name="name" type="tns:ItemFilterType">
						<xs:annotation>
							<xs:documentation>
								Specify the name of the item filter you want to use. The itemFilter name
								must have a corresponding value. You can apply multiple itemFilter
								Name/Value pairs in a single request. See the &lt;a 
								href="types/ItemFilterType.html"&gt;ItemFilterType&lt;/a&gt; type 
								documentation for more information about the allowed values, usage rules, 
								and dependencies.
								&lt;br /&gt; &lt;br /&gt;
								Refer to the following samples to see itemFilters in action:
								&lt;br /&gt;
								&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsIneBayStores.html#Samples" 
								&gt;Using itemFilters to define a price range&lt;/a&gt;
								&lt;br /&gt;
								&amp;nbsp;&amp;nbsp;&lt;a href="./findItemsAdvanced.html#sampleaspectHist" 
								&gt;Using itemFilters to search for used Buy It Now items&lt;/a&gt;
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="unbounded" name="value" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The value associated with the respective itemFilter name. See the &lt;a 
								href="types/ItemFilterType.html"&gt;ItemFilterType&lt;/a&gt; type 
								documentation for more information about the allowed values, usage rules, 
								and dependencies.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:simpleType name="ItemFilterType">
				<xs:annotation>
					<xs:documentation>
						Values that can be used for the itemFilter.name field.
					</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:enumeration value="Condition">
						<xs:annotation>
							<xs:documentation>
								Limits items to those that have the matching item condition. Only one
								value can be specified.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								&lt;blockquote&gt;
								&lt;dl&gt;
								&lt;dt&gt;
									New
								&lt;/dt&gt;
								&lt;dd&gt;
									The seller specified the Item Condition as New, or did not specify a 
									condition. (Excludes items that the seller listed as Used.)
								&lt;/dd&gt;
								&lt;dt&gt;
									Used
								&lt;/dt&gt;
								&lt;dd&gt;
									The seller specified the Item Condition as Used, or did not specify a 
									condition. (Excludes items that the seller listed as New.)
								&lt;/dd&gt;
								&lt;/dl&gt;
								&lt;/blockquote&gt;
								&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Currency">
						<xs:annotation>
							<xs:documentation>
								Limits results to items listed with the specified currency only. 
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								For a list of allowed currency values, see &lt;a 
								href="Enums/currencyIdList.html"&gt;currencyId Values&lt;/a&gt;.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="EndTimeFrom">
						<xs:annotation>
							<xs:documentation>
								Limits the results to items ending on or after the specified time.
								Specify a time in the past. Item filter EndTimeFrom cannot be used
								together with item filter EndTimeTo.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#dateTime"&gt;dateTime&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								Specify the time in GMT.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="EndTimeTo">
						<xs:annotation>
							<xs:documentation>
								Limits the results to items ending on or before the specified time.
								Specify a time in the future. Item filter EndTimeFrom cannot be used
								together with item filter EndTimeTo.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#dateTime"&gt;dateTime&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								Specify the time in GMT.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="ExcludeAutoPay">
						<xs:annotation>
							<xs:documentation>
								If true, excludes all items requiring immediate payment. Default is 
								false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="FeaturedOnly">
						<xs:annotation>
							<xs:documentation>
								If true, search results will Return featured item listings only. Default 
								is false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="FeedbackScoreMax">
						<xs:annotation>
							<xs:documentation>
								Specifies the maximum feedback score of a seller whose items can be 
								included in the response. If FeedbackScoreMin is also specified, the 
								FeedbackScoreMax value must be greater than or equal to the 
								FeedbackScoreMin value.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Integer greater than or equal to 0.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="FeedbackScoreMin">
						<xs:annotation>
							<xs:documentation>
								Specifies the mininum feedback score of a seller whose items can be
								included in the response. If FeedbackScoreMax is also specified, the
								FeedbackScoreMax value must be greater than or equal to the
								FeedbackScoreMin value.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;&lt;br&gt;
								Integer greater than or equal to 0.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="FreeShippingOnly">
						<xs:annotation>
							<xs:documentation>
								If true, the search results are limited to only items with free shipping
								to the site specified in the request (see &lt;a
								href="GlobalIdList.html"&gt;Global ID Values&lt;/a&gt;). Default is
								false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="GetItFastOnly">
						<xs:annotation>
							<xs:documentation>
								If true, the search results are limited to only Get It Fast listings.
								Default is false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="HideDuplicateItems">
						<xs:annotation>
							<xs:documentation>
								If true, and there are duplicate items for an item in the search results,
								the subsequent duplicates will not appear in the results. Default is
								false.&lt;br&gt;
								Item listings are considered duplicates when all of the ollowing
								conditions are met:&lt;br&gt;
								1. Items are listed by the same seller&lt;br&gt;
								2. Items have exactly the same item title&lt;br&gt;
								3. Items have similar listing formats: &lt;br&gt;
								&amp;nbsp;&amp;nbsp;&amp;nbsp;
								- Auctions (Auction Items, Auction BIN items, Multi-Quantity
								Auctions, and Multi-Quantity Auctions BIN items)&lt;br&gt;
								&amp;nbsp;&amp;nbsp;&amp;nbsp; 
								- Fixed Price (Fixed Price, Multi-quantity Fixed Price, Fixed
								Price with Best Offer, and Store Inventory Format items)&lt;br&gt;
								&amp;nbsp;&amp;nbsp;&amp;nbsp; 
								- Classified Ads&lt;br&gt;
								&lt;br&gt;
								For Auctions, items must also have the same price and number of bids to
								be considered duplicates.
								Filtering of duplicate item listings is not supported on all sites.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="AvailableTo">
						<xs:annotation>
							<xs:documentation>
								Limits items to those available to the specified country only. Item
								filter LocatedIn cannot be used together with item filter AvailableTo.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Expects the two-letter ISO 3166 country code to indicate the country
								where the item is located. For English names that correspond to each code
								(e.g., KY="Cayman Islands"), see the ISO site:&lt;br&gt;
								&lt;a href="http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html"&gt; 
								http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html&lt;/a&gt;.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="LocatedIn">
						<xs:annotation>
							<xs:documentation>
								Limits the result set to just those items located in the specified
								country. Item filter AvailableTo cannot be used together with item filter
								LocatedIn.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Expects the two-letter ISO 3166 country code to indicate the country
								where the item is located. For English names that correspond to each code
								(e.g., KY="Cayman Islands"), see the ISO site:&lt;br&gt;
								&lt;a href="http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html"&gt; 
								http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html&lt;/a&gt;.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="LocalPickupOnly">
						<xs:annotation>
							<xs:documentation>
								If true, the search results are limited to only items which have local
								pickup available. Default is false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="LocalSearchOnly">
						<xs:annotation>
							<xs:documentation>
								If true, returns only matching items with the Local Inventory Listing
								Options (LILO). Must be used together with the &lt;b class="con"&gt;
								MaxDistance&lt;/b&gt; item filter, and the request must also specify 
								&lt;b class="con"&gt;buyerPostalCode&lt;/b&gt;. Currently, this is only
								available for the Motors site (global ID EBAY-MOTOR).
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="ListingType">
						<xs:annotation>
							<xs:documentation>
								Filters items based listing type information. Default behavior is to
								return all matching items, except Store Inventory format listings.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								&lt;blockquote&gt;
								&lt;dl&gt;
								&lt;dt&gt;AdFormat&lt;/dt&gt;
								&lt;dd&gt;Retrieve matching Ad Format listings only.&lt;/dd&gt;
								&lt;dt&gt;Auction&lt;/dt&gt;
								&lt;dd&gt;Retrieve matching auction listings (i.e., listings eligible for
								competitive bidding at auction) only. Excludes auction items with Buy It
								Now.&lt;/dd&gt;
								&lt;dt&gt;AuctionWithBIN&lt;/dt&gt;
								&lt;dd&gt;Retrieve all matching auction listings, including auction items
								with Buy It Now.&lt;/dd&gt;
								&lt;dt&gt;Classified&lt;/dt&gt;
								&lt;dd&gt;Retrieves Classified Ad format listings only.&lt;/dd&gt;
								&lt;dt&gt;FixedPrice&lt;/dt&gt;
								&lt;dd&gt;Retrieve matching fixed price items only. Excludes Store 
								Inventory format items. &lt;/dd&gt;
								&lt;dt&gt;StoreInventory&lt;/dt&gt;
								&lt;dd&gt;Retrieve Store Inventory format items only.&lt;/dd&gt;
								&lt;dt&gt;All&lt;/dt&gt;
								&lt;dd&gt;Retrieve matching items for any listing type.&lt;/dd&gt;
								&lt;/blockquote&gt;
								&lt;br&gt;
								&lt;b&gt;Note: &lt;/b&gt;Multiple listing type values can be specified 
								for this filter.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Example:&lt;/b&gt;
								&lt;br&gt;
								&lt;pre&gt;
								...&lt;br&gt;
								&amp;itemFilter(0).name=ListingType&lt;br&gt;
								&amp;itemFilter(0).value(0)=AuctionWithBIN&lt;br&gt;
								&amp;itemFilter(0).value(1)=FixedPrice&lt;br&gt;
								&amp;itemFilter(0).value(2)=StoreInventory&lt;br&gt;
								...
								&lt;/pre&gt;
								&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="LotsOnly">
						<xs:annotation>
							<xs:documentation>
								If true, returns only matching listings for which the lot size is 2 or
								more. Default is false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MaxBids">
						<xs:annotation>
							<xs:documentation>
								Limits the results to items with bid counts less than or equal to the
								specified value. If MinBids is also specified, the MaxBids value must be
								greater than or equal to the MinBids value.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;&lt;br&gt;
								Integer greater than or equal to 0.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MinBids">
						<xs:annotation>
							<xs:documentation>
								Limits the results to items with bid counts greater than or equal to the
								specified value. If MaxBids is also specified, the MaxBids value must be
								greater than or equal to the MinBids value.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;&lt;br&gt;
								Integer greater than or equal to 0.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MaxPrice">
						<xs:annotation>
							<xs:documentation>
								Specifies the maximum current price an item can have to be included in
								the response. Optionally, you can also specify a currency ID, using the
								&lt;b class="con"&gt;paramName&lt;/b&gt; and &lt;b class="con"&gt;
								paramValue&lt;/b&gt; fields (e.g.,
								&lt;code&gt;&amp;paramName=Currency&amp;paramValue=EUR&lt;/code&gt;). If
								using with MinPrice to specify a price range, the MaxPrice value must be
								greater than or equal to MinPrice.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#decimal"&gt;decimal&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Decimal values greater than or equal to 0.0.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MinPrice">
						<xs:annotation>
							<xs:documentation>
								Specifies the minimum current price an item can have to be included in
								the response. Optionally, you can also specify a currency ID, using the
								&lt;b class="con"&gt;paramName&lt;/b&gt; and &lt;b class="con"&gt;
								paramValue&lt;/b&gt; fields (e.g.,
								&lt;code&gt;&amp;paramName=Currency&amp;paramValue=EUR&lt;/code&gt;). If
								using with MaxPrice to specify a price range, the MaxPrice value must be
								greater than or equal to MinPrice.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#decimal"&gt;decimal&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Decimal values greater than or equal to 0.0.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="PaymentMethod">
						<xs:annotation>
							<xs:documentation>
								Limits results to items that accept the specified payment method. 
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								&lt;blockquote&gt;
								&lt;dl&gt;
								&lt;dt&gt;PayPal&lt;/dt&gt;
								&lt;dd&gt;PayPal payment method.&lt;/dd&gt;
								&lt;dt&gt;PaisaPay&lt;/dt&gt;
								&lt;dd&gt;PaisaPay payment method. The PaisaPay payment method is only
								for the India site (global ID EBAY-IN).&lt;/dd&gt;
								&lt;dt&gt;PaisaPayEMI&lt;/dt&gt;
								&lt;dd&gt;PaisaPayEscrow EMI (Equal Monthly Installment) payment method.
								The PaisaPayEscrowEMI payment method is only for the India site (global
								ID EBAY-IN).&lt;/dd&gt;
								&lt;/blockquote&gt;
								&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MaxQuantity">
						<xs:annotation>
							<xs:documentation>
								Limits the results to listings with a quantity less than or equal to the
								specified value. If MinQuantity is also specified, the MaxQuantity value
								must be greater than or equal to the MinQuantity value.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;&lt;br&gt;
								Integer greater than or equal to 1.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MinQuantity">
						<xs:annotation>
							<xs:documentation>
								Limits the results to listings with a quantity greater than or equal to
								the specified value. If MaxQuantity is also specified, the MaxQuantity
								value must be greater than or equal to the MinQuantity value.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;&lt;br&gt;
								Integer greater than or equal to 1.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Seller">
						<xs:annotation>
							<xs:documentation>
								Specify one or more seller names. Search results will include items from
								the specified sellers only. Item filter ExcludeSeller cannot be used 
								together with item filter Seller.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Valid seller names.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Note: &lt;/b&gt;Multiple values are allowed. Up to 100 sellers 
								can be specified. 
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Example:&lt;/b&gt;
								&lt;br&gt;
								&lt;pre&gt;
								...&lt;br&gt;
								&amp;itemFilter(0).name=Seller&lt;br&gt;
								&amp;itemFilter(0).value(0)=seller01&lt;br&gt;
								&amp;itemFilter(0).value(1)=seller02&lt;br&gt;
								&amp;itemFilter(0).value(2)=seller03&lt;br&gt;
								...
								&lt;/pre&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="ExcludeSeller">
						<xs:annotation>
							<xs:documentation>
								Specify one or more seller names. Search results will not include items
								from the specified sellers. Item filter ExcludeSeller cannot be used 
								together with item filter Seller.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								Valid seller names.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Note: &lt;/b&gt;Multiple values are allowed. Up to 100 sellers 
								can be specified. 
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Example:&lt;/b&gt;
								&lt;br&gt;
								&lt;pre&gt;
								...&lt;br&gt;
								&amp;itemFilter(0).name=ExcludeSeller&lt;br&gt;
								&amp;itemFilter(0).value(0)=seller01&lt;br&gt;
								&amp;itemFilter(0).value(1)=seller02&lt;br&gt;
								&amp;itemFilter(0).value(2)=seller03&lt;br&gt;
								...
								&lt;/pre&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="WorldOfGoodOnly">
						<xs:annotation>
							<xs:documentation>
								If true, returns only items listed in the World of Good marketplace.
								Defaults to false.
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a 
								class="defn_type" 
								href="../types/simpleTypes.html#boolean"&gt;boolean&lt;/a&gt;):&lt;/b&gt;
								&lt;br&gt;
								true, false
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="MaxDistance">
						<xs:annotation>
							<xs:documentation>
								Specifies the maximum distance from the specified postal code (&lt;b
								class="con"&gt;buyerPostalCode&lt;/b&gt;) to search for items. Must be
								used together with the &lt;b class="con"&gt;LocalSearchOnly&lt;/b&gt;
								item filter, and the request must also specify &lt;b class="con"&gt;
								buyerPostalCode&lt;/b&gt;. Currently, this is only available for the
								Motors site (global ID EBAY-MOTOR).
								&lt;br&gt;&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a class="defn_type" 
								href="../types/simpleTypes.html#int"&gt;int&lt;/a&gt;):&lt;/b&gt;&lt;br&gt;
								Integer greater than or equal to 0 and less than 3000.
								&lt;br&gt;&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="SellerBusinessType">
						<xs:annotation>
							<xs:documentation>
								Restricts the items to those that are from sellers whose business type is
								the specified value Limits items to those that have the matching item
								condition. Only one value can be specified.
								&lt;br&gt;
								This filter is applicable to UK, France, and Germany only. If the filter
								is used for any other site, an error is returned.
								&lt;br&gt;
								&lt;b&gt;Allowed values (&lt;a
								class="defn_type" 
								href="../types/simpleTypes.html#string"&gt;string&lt;/a&gt;):
								&lt;/b&gt;&lt;br&gt;
								&lt;blockquote&gt;
								&lt;dl&gt;
								&lt;dt&gt;
									Commercial
								&lt;/dt&gt;
								&lt;dd&gt;
									The seller is registered as a business on eBay.
								&lt;/dd&gt;
								&lt;dt&gt;
									Private
								&lt;/dt&gt;
								&lt;dd&gt;
									The seller is registered as an individual on eBay.
								&lt;/dd&gt;
								&lt;/dl&gt;
								&lt;/blockquote&gt;
								&lt;br&gt;
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>


			<xs:complexType name="SearchItem">
				<xs:annotation>
					<xs:documentation>
						Container for the data of a single item that matches the search criteria.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="1" minOccurs="1" name="itemId" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The ID that uniquely identifies the item listing. eBay generates this 
								ID when an item is listed. ID values are unique across all eBay sites.
							</xs:documentation>
							<xs:appinfo>
								<MaxLength>
									19 (normally, item IDs are 9 to 12 digits in length)
								</MaxLength>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="1" minOccurs="1" name="title" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Name of the item as it appears in the listing title, or in search and
								browse results.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="globalId" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								The identifier for the site on which the item is listed. Returns a Global
								ID, which is a unique identifier that specifies the combination of the
								site, language, and territory. In other eBay APIs (such as the Shopping
								API), this value is know as the site ID.
								&lt;br&gt;&lt;br&gt;
								For a list of possible enumeration values and how they map to eBay sites,
								see &lt;a href="Enums/GlobalIdList.html"&gt;Global ID Values&lt;/a&gt;.
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="subtitle" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Subtitle of the item. Only returned if the seller included a subtitle for
								the listing.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="primaryCategory" type="tns:Category">
						<xs:annotation>
							<xs:documentation>
								Details about the first (or only) category in which the item is listed.
								Note that items can be listed in more than a single category.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="secondaryCategory" type="tns:Category">
						<xs:annotation>
							<xs:documentation>
								Details about the second category in which the item is listed. This
								element is not returned if the seller did not specify a secondary
								category.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="galleryURL" type="xs:anyURI">
						<xs:annotation>
							<xs:documentation>
								URL for the Gallery thumbnail image. The image must be provided in one of
								the following graphics formats: JPEG, BMP, TIF, or GIF. Returned only if
								the seller chose to show a gallery image.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="viewItemURL" type="xs:anyURI">
						<xs:annotation>
							<xs:documentation>
								The URL to view this specific listing on eBay.
								&lt;br /&gt;&lt;br /&gt;
								The returned URL is optimized to support natural search. That is, the URL
								is designed to make items on eBay easier to find via popular internet
								search engines. The URL includes the item title along with other
								optimizations. To note, "?" (question mark) optimizes to "_W0QQ", "&amp;"
								(ampersand) optimizes to "QQ", and "=" (equals sign) optimizes to "Z".
								&lt;br /&gt;&lt;br /&gt;
								Do not modify the returned URLs in your application queries (for example,
								eBay won't recognize the URL if you change QQ to &amp;). In the Sandbox
								environment (and on the Hong Kong site), the data returned in this field
								is a standard ViewItem URL rather than the ViewItemURL for natural
								search.
								&lt;br /&gt;&lt;br /&gt;
								If you enabled affiliate tracking in the call, viewItemURL contains a 
								string that includes affiliate tracking information (see the &lt;a 
								href="https://www.ebaypartnernetwork.com/"&gt;eBay Partner 
								Network&lt;/a&gt;).
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="charityId" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								A unique identification number assigned by eBay to registered nonprofit
								charity organizations.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="productId" type="tns:ProductId">
						<xs:annotation>
							<xs:documentation>
								Unique identifier for the eBay catalog product with which the item was
								listed. An eBay catalog product consists of pre-filled Item Specifics,
								additional descriptive information, plus a stock photo (if available).
								These product details are used to pre-fill item information, which is
								used to describe the item and can also help surface the item in searches.
								&lt;br&gt;&lt;br&gt;
								eBay supports the following types of product ID types: ISBN, UPC, EAN,
								and ReferenceID (ePID, also known as an eBay Product Reference ID).
								ReferenceID values are returned when available. A UPC, ISBN, or EAN
								product identifier will be returned only when a ReferenceID is not
								available.
								&lt;br&gt;&lt;br&gt;
								This productId value can be used as input with findItemsByProduct to
								retrieve items that were listed with the specified eBay catalog product.
								&lt;br&gt;&lt;br&gt;
								This field is only returned when a product was used to list the item.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="paymentMethod" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								Identifies the payment method (or methods) the seller will accept for the
								item (such as PayPal). 
								&lt;br /&gt;&lt;br /&gt;
								&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
								If the seller accepts only PayPal, the buyer can still pay with a
								credit card. PayPal supports major credit cards.
								&lt;/span&gt;
								Payment methods are not applicable to eBay Real Estate advertisement
								listings or other Classified Ad listing formats.
								&lt;br&gt;&lt;br&gt;
								See &lt;a 
								href="http://developer.ebay.com/DevZone/shopping/docs/CallRef/types/BuyerPaymentMethodCodeType.html" 
								&gt;BuyerPaymentMethodCodeType&lt;/a&gt; in the Shopping API for a
								complete list of possible paymentMethod response values.
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="autoPay" type="xs:boolean">
						<xs:annotation>
							<xs:documentation>
								If true, the seller requires immediate payment for the item. If false (or
								not specified), immediate payment is not requested. Buyers must have a
								PayPal account to purchase items that require immediate payment.
								&lt;br&gt;&lt;br&gt;
								A seller can choose to require immediate payment for Fixed Price and Buy
								It Now listings, including eBay Stores Inventory listings. If a Buy It
								Now item ends as an auction (that is, if the Buy It Now option is removed
								due to bids being placed on the listing), the immediate payment
								requirement does not apply.
								&lt;br&gt;&lt;br&gt;
								&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
								The value of the AutoPay flag indicates the seller's stated preference
								only. It does not indicate whether the listing is still a candidate for
								purchase via immediate payment. For example, if a listing receives bids
								and no longer qualifies for immediate payment, the value of the AutoPay
								flag does not change.
								&lt;/span&gt;
								&lt;br&gt;
								Only applicable to items listed on PayPal-enabled sites and in categories
								that support immediate payment.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="postalCode" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The postal code where the listed item is located, returned only if a
								postal code has been specified by the seller. eBay proximity and local
								search behavior can use the combination of buyerPostalCode and postalCode
								values.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="location" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Physical location of the item, as specified by the seller. This gives a
								general indication from where the item will be shipped (or delivered).
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="country" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								Two-letter ISO 3166 country code to indicate the country where the item
								is located. For English names that correspond to each code (e.g.,
								KY="Cayman Islands"), see the ISO site:
								&lt;br /&gt;
								&lt;a
								href="http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html"&gt;
								http://www.iso.ch/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html&lt;/a&gt;.
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="storeInfo" type="tns:Storefront">
						<xs:annotation>
							<xs:documentation>
								Information about the eBay store in which the item is listed. Only
								returned if the item is listed in a store and StoreInfo is specified in
								the outputSelector field in the request.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: StoreInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="sellerInfo" type="tns:SellerInfo">
						<xs:annotation>
							<xs:documentation>
								Information about the item's seller. Only returned if SellerInfo is
								specified in the outputSelector field in the request.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: SellerInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="shippingInfo" type="tns:ShippingInfo">
						<xs:annotation>
							<xs:documentation>
								Container for data about a listing's shipping details.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="sellingStatus" type="tns:SellingStatus">
						<xs:annotation>
							<xs:documentation>
								Specifies the item's selling status with regards to eBay's processing
								workflow.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="listingInfo" type="tns:ListingInfo">
						<xs:annotation>
							<xs:documentation>
								The format type of the listing, such as online auction, fixed price, or
								advertisement.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="distance" type="tns:Distance">
						<xs:annotation>
							<xs:documentation>
								The distance that the item is from the buyer, calculated using
								buyerPostalCode. The unit for distance varies by site, and is either
								miles or kilometers. If the country whose site you are searching uses
								kilometers to measure distance (for example, India/EBAY-IN), the unit is
								kilometers. If the site is either the US or UK, the distance unit is
								miles.
								&lt;br&gt;&lt;br&gt;
								This value is only returned for distance-based searches. You must specify
								a buyerPostalCode and either sort by Distance, or use a combination of
								the MaxDistance LocalSearch itemFilters.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="SellerInfo">
				<xs:annotation>
					<xs:documentation>
						Container for information about this listing's seller. 
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="sellerUserName" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The seller's eBay user name; a unique value.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: SellerInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="feedbackScore" type="xs:long">
						<xs:annotation>
							<xs:documentation>
								The aggregate feedback score of the seller. A seller's feedback score is
								their net positive feedback minus their net negative feedback. Feedback
								scores are a quantitative expression of the desirability of dealing with
								a seller in a transaction.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: SellerInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="positiveFeedbackPercent" type="xs:double">
						<xs:annotation>
							<xs:documentation>
								The percentage value of a user's positive feedback (their positive
								feedbackScore divided by their total positive plus negative feedback). 
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: SellerInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="1" minOccurs="0" name="feedbackRatingStar" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								Visual indicator of user's feedback score.
								&lt;dl&gt;
									&lt;dt&gt;
										&lt;strong&gt;feedbackRatingStar values:&lt;/strong&gt;
									&lt;/dt&gt;
									&lt;dt&gt;
										None
									&lt;/dt&gt;
									&lt;dd&gt;
										No graphic displayed, feedback score 0-9.
									&lt;/dd&gt;
									&lt;dt&gt;
										Yellow
									&lt;/dt&gt;
									&lt;dd&gt;
										Yellow Star, feedback score 10-49.
									&lt;/dd&gt;
									&lt;dt&gt;
										Blue
									&lt;/dt&gt;
									&lt;dd&gt;
										Blue Star, feedback score 50-99.
									&lt;/dd&gt;
									&lt;dt&gt;
										Turquoise
									&lt;/dt&gt;
									&lt;dd&gt;
										Turquoise Star, feedback score 100-499.
									&lt;/dd&gt;
									&lt;dt&gt;
										Purple
									&lt;/dt&gt;
									&lt;dd&gt;
										Purple Star, feedback score 500-999.
									&lt;/dd&gt;
									&lt;dt&gt;
										Red
									&lt;/dt&gt;
									&lt;dd&gt;
										Red Star, feedback score 1,000-4,999.
									&lt;/dd&gt;
									&lt;dt&gt;
										Green
									&lt;/dt&gt;
									&lt;dd&gt;
										Green Star, feedback score 5,000-9,999.
									&lt;/dd&gt;
									&lt;dt&gt;
										YellowShooting
									&lt;/dt&gt;
									&lt;dd&gt;
										Yellow Shooting Star, feedback score 10,000-24,999.
									&lt;/dd&gt;
									&lt;dt&gt;
										TurquoiseShooting
									&lt;/dt&gt;
									&lt;dd&gt;
										Turquoise Shooting Star, feedback score 25,000-49,999.
									&lt;/dd&gt;
									&lt;dt&gt;
										PurpleShooting
									&lt;/dt&gt;
									&lt;dd&gt;
										Purple Shooting Star, feedback score 50,000-99,999.
									&lt;/dd&gt;
									&lt;dt&gt;
										RedShooting
									&lt;/dt&gt;
									&lt;dd&gt;
										Red Shooting Star, feedback score 100,000-499,000 and above.
									&lt;/dd&gt;
									&lt;dt&gt;
										GreenShooting
									&lt;/dt&gt;
									&lt;dd&gt;
										Green Shooting Star, feedback score 500,000-999,000 and above.
									&lt;/dd&gt;
									&lt;dt&gt;
										SilverShooting
									&lt;/dt&gt;
									&lt;dd&gt;
										Silver Shooting Star, feedback score 1,000,000 or more.
									&lt;/dd&gt;
								&lt;/dl&gt;
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: SellerInfo</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="ShippingInfo">
				<xs:annotation>
					<xs:documentation>
						Container holding the item's shipping details.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="shippingServiceCost" type="ns0:Amount">
						<xs:annotation>
							<xs:documentation>
								The basic shipping cost of the item.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="shippingType" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								The shipping method that was used for determining the cost of shipping.
								For example: flat rate, calculated, or free. The seller specifies the
								available shipping services when they list the item.
								&lt;dl&gt;
									&lt;dt&gt;
										&lt;strong&gt;shippingType values:&lt;/strong&gt;
									&lt;/dt&gt;
									&lt;dt&gt;
										Calculated
									&lt;/dt&gt;
									&lt;dd&gt;
										The calculated shipping model: The posted cost of shipping is based
										on the buyer-selected shipping service, chosen by the buyer from the
										different shipping services offered by the seller. The shipping costs
										are calculated by eBay and the shipping carrier, based on the buyer's
										address. Any packaging and handling costs established by the seller
										are automatically rolled into the total.
									&lt;/dd&gt;
									&lt;dt&gt;
										CalculatedDomesticFlatInternational
									&lt;/dt&gt;
									&lt;dd&gt;
										The seller specified one or more calculated domestic shipping
										services and one or more flat international shipping services.
									&lt;/dd&gt;
									&lt;dt&gt;
										Flat
									&lt;/dt&gt;
									&lt;dd&gt;
										The flat-rate shipping model: The seller establishes the cost
										of shipping and any shipping insurance, regardless of what any
										buyer-selected shipping service might charge the seller.
									&lt;/dd&gt;
									&lt;dt&gt;
										FlatDomesticCalculatedInternational
									&lt;/dt&gt;
									&lt;dd&gt;
										The seller specified one or more flat domestic shipping
										services and one or more calculated international shipping services.
									&lt;/dd&gt;
									&lt;dt&gt;
										Free
									&lt;/dt&gt;
									&lt;dd&gt;
										Free is used when the seller has declared that shipping is free
										for the buyer. 
									&lt;/dd&gt;
									&lt;dt&gt;
										FreePickup
									&lt;/dt&gt;
									&lt;dd&gt;
										No shipping available, the buyer must pick up the item from the seller.
									&lt;/dd&gt;
									&lt;dt&gt;
										Freight
									&lt;/dt&gt;
									&lt;dd&gt;
										The freight shipping model: the cost of shipping is determined by a
										third party, FreightQuote.com, based on the buyer's address (postal
										code).
									&lt;/dd&gt;
									&lt;dt&gt;
										FreightFlat
									&lt;/dt&gt;
									&lt;dd&gt;
										The flat rate shipping model: the seller establishes the cost
										of freight shipping and freight insurance, regardless of what any
										buyer-selected shipping service might charge the seller.
									&lt;/dd&gt;
									&lt;dt&gt;
										NotSpecified
									&lt;/dt&gt;
									&lt;dd&gt;
										The seller did not specify the shipping type.
									&lt;/dd&gt;
								&lt;/dl&gt;
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="shipToLocations" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								An international location or region to which the seller is willing to
								ship the item. Returned only for items that have shipToLocations
								specified. For a complete list of shipping locations, see &lt;a
								href="Enums/shipToLocationList.html"&gt;shipToLocations&lt;/a&gt;.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="ListingInfo">
				<xs:annotation>
					<xs:documentation>
						Contains information specific to the item listing.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="bestOfferEnabled" type="xs:boolean">
						<xs:annotation>
							<xs:documentation>
								Shows whether or not the seller will accept a best offer for the
								associated item. Best Offer allows a buyer to make a lower-priced binding
								offer on a fixed price item. Buyers cannot see how many offers have been
								made (only the seller can see this information). To make a best offer on
								a listing, use the eBay Web site.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="buyItNowAvailable" type="xs:boolean">
						<xs:annotation>
							<xs:documentation>
								Used with competitive-bid auctions, the associated item includes a Buy It
								Now option if this value returns true. Buy It Now lets a user purchase
								the item at a fixed price, effectively ending the auction. On most sites,
								the Buy It Now option is removed (and this value returns false) once a
								valid bid is made on the associated item (a valid bid could be a bid
								above the reserve price).
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="buyItNowPrice" type="ns0:Amount">
						<xs:annotation>
							<xs:documentation>
								The Buy It Now Price of the item (if any), in the currency of the site on
								which the item was listed. You can use this field to determine if the
								item was originally listed with Buy It Now, even if the Buy It Now option
								is no longer available for the item.
								&lt;br /&gt;&lt;br /&gt;
								For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), and
								Ad Format (AdFormat) listings, currentPrice is the current fixed price.
								&lt;br /&gt;&lt;br /&gt;
								Only returned if an item was listed with Buy It Now. 
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="convertedBuyItNowPrice" type="ns0:Amount">
						<xs:annotation>
							<xs:documentation>
								The listing's Buy It Now Price (if any), converted into the currency of
								the site to which you sent your search request. For active items, refresh
								this value every 24 hours to pick up changes in conversion rates (if this
								value has been converted).
								&lt;br /&gt;&lt;br /&gt;
								Price fields are returned as doubles, not necessarily in the traditional
								monetary format of the site's country. For example, a US Dollar value
								might be returned as 3.880001 instead of 3.88.
								&lt;br /&gt;&lt;br /&gt;
								Only returned if an item was listed with Buy It Now.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="startTime" type="xs:dateTime">
						<xs:annotation>
							<xs:documentation>
								Time stamp that eBay recorded as the moment the listing was made
								available. This value is returned in GMT, the ISO 8601 date and time
								format (YYYY-MM- DDTHH:MM:SS.SSSZ). See the "dateTime" type for
								information about the time format, and for details on converting to and
								from the GMT time zone. Note that it is possible for startTime to be
								different from the value returned by GetSingleItem.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="endTime" type="xs:dateTime">
						<xs:annotation>
							<xs:documentation>
								Time stamp specifying when the listing is scheduled to end, or the
								actual end time if the item listing has ended. This value is returned in
								GMT, the ISO 8601 date and time format (YYYY-MM- DDTHH:MM:SS.SSSZ). See
								the "dateTime" type for information about the time format, and for
								details on converting to and from the GMT time zone.
								&lt;br /&gt;&lt;br /&gt;
								&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
									For items that are "Good Till Canceled," this value is 5 minutes later
									than the actual end time of the item. This difference in time is
									intended to facilitate the renewal of these items' end times (which
									occurs every 30 days).
								&lt;/span&gt;
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="listingType" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								The format of the listing, such as online auction, fixed price, or 
								advertisement.
								&lt;dl&gt;
									&lt;dt&gt;
										&lt;strong&gt;listingType values:&lt;/strong&gt;
									&lt;/dt&gt;
									&lt;dt&gt;
										AdFormat
									&lt;/dt&gt;
									&lt;dd&gt;
										Advertisement to solicit inquiries on listings such as real estate.
										Permits no bidding on that item, service, or property. To express
										interest, a buyer fills out a contact form that eBay forwards to the
										seller as a lead. This format does not enable buyers and sellers to
										transact online through eBay and eBay Feedback is not available for
										ad format listings.
									&lt;/dd&gt;
									&lt;dt&gt;
										Auction
									&lt;/dt&gt;
									&lt;dd&gt;
										Competitive-bid online auction format. Buyers engage in competitive
										bidding, although Buy It Now may be offered as long as no valid bids
										have been placed. Online auctions are listed on eBay.com; they can
										also be listed in a seller's eBay Store if the seller is a Store
										owner.
									&lt;/dd&gt;
									&lt;dt&gt;
										AuctionWithBIN
									&lt;/dt&gt;
									&lt;dd&gt;
										Same as Auction format, but Buy It Now is enabled. AuctionWithBIN
										changes to Auction if a valid bid has been placed on the item. Valid
										bids include bids that are equal to or above any specified reserve
										price.
									&lt;/dd&gt;
									&lt;dt&gt;
										Classified
									&lt;/dt&gt;
									&lt;dd&gt;
										Classified Ads connect buyers and sellers, who then complete the sale
										outside of eBay. This format does not enable buyers and sellers to
										transact online through eBay and eBay Feedback is not available for
										these listing types.
									&lt;/dd&gt;
									&lt;dt&gt;
										FixedPrice
									&lt;/dt&gt;
									&lt;dd&gt;
										A fixed-price listing. Auction-style bidding is not allowed. On some
										sites, this auction format is also known as "Buy It Now Only" (not to
										be confused with the Buy It Now option available with competitive-
										bidding auctions). Fixed-price listings appear on eBay.com; they can
										also be listed in a seller's eBay Store if the seller is a Store
										owner.
									&lt;/dd&gt;
									&lt;dt&gt;
										StoreInventory
									&lt;/dt&gt;
									&lt;dd&gt;
										A fixed-price format for eBay Store sellers. Store Inventory listings
										appear after other listings in regular browse and search item
										listings on eBay. Store items have a lower Insertion Fee and longer
										listing durations. This selling type can only be specified by sellers
										who have an eBay Store. Store Inventory listings are listed on
										eBay.com as well as in the seller's eBay Store.
									&lt;/dd&gt;
								&lt;/dl&gt;
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="gift" type="xs:boolean">
						<xs:annotation>
							<xs:documentation>
								If true, a generic gift icon displays next the listing's title in search
								and browse pages.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="Amount">
				<xs:annotation>
					<xs:documentation>
						Monetary amount of the transaction.
					</xs:documentation>
				</xs:annotation>
				<xs:simpleContent>
					<xs:extension base="xs:double">
						<xs:attribute name="currencyId" type="xs:string" use="required">
							<xs:annotation>
								<xs:documentation>
									Currency in which the monetary amount is specified.
									&lt;br /&gt;&lt;br /&gt;
									For a list of currencyId enumeration values, see
									&lt;a href="Enums/currencyIdList.html"&gt;currencyId Values&lt;/a&gt;.
								</xs:documentation>
								<xs:appinfo>
									<CallInfo>
										<AllCalls/>
										<Returned>Always</Returned>
									</CallInfo>
								</xs:appinfo>
							</xs:annotation>
						</xs:attribute>
					</xs:extension>
				</xs:simpleContent>
			</xs:complexType>


			<xs:complexType abstract="true" name="BaseServiceResponse">
				<xs:annotation>
					<xs:documentation>
						Base response container for all service operations. Contains error
						information associated with the request.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element name="ack" type="ns0:AckValue">
						<xs:annotation>
							<xs:documentation>
								Indicates whether or not errors or warnings were generated during the
								processing of the request.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="errorMessage" type="ns0:ErrorMessage">
						<xs:annotation>
							<xs:documentation>
								Description of an error or warning that occurred when eBay processed the
								request. Not returned if the ack value is Success.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="version" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								The release version that eBay used to process the request. Developer
								Technical Support may ask you for the version value if you work with them
								to troubleshoot issues.
								&lt;br /&gt;&lt;br /&gt;
								&lt;span class="tablenote"&gt;&lt;strong&gt;Note:&lt;/strong&gt;
									The version in use is normally the latest release version, as specified
									in the release notes. Note that eBay releases the API to international
									sites about a week after the API version is released to the US site.
								&lt;/span&gt;
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="timestamp" type="xs:dateTime">
						<xs:annotation>
							<xs:documentation>
								This value represents the date and time when eBay processed the request.
								This value is returned in GMT, the ISO 8601 date and time format (YYYY-
								MM- DDTHH:MM:SS.SSSZ). See the "dateTime" type for information about the
								time format, and for details on converting to and from the GMT time zone.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Always</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="ErrorMessage">
				<xs:annotation>
					<xs:documentation>
						Information regarding an error or warning that occurred when eBay processed
						the request. Not returned when the ack value is Success. Run-time errors are
						not reported here, but are instead reported as part of a SOAP fault.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="error" nillable="true" type="ns0:ErrorData">
						<xs:annotation>
							<xs:documentation>
								Details about a single error.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="ErrorData">
				<xs:annotation>
					<xs:documentation>
						A container for error details.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element name="errorId" type="xs:long">
						<xs:annotation>
							<xs:documentation>
								A unique code that identifies the particular error condition that
								occurred. Your application can use error codes as identifiers in your
								customized error-handling algorithms.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element name="domain" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Name of the domain in which the error occurred.
								&lt;dl&gt;
								&lt;dt&gt;
									&lt;strong&gt;domain values:&lt;/strong&gt;
								&lt;/dt&gt;
								&lt;dt&gt;
									Marketplace
								&lt;/dt&gt;
								&lt;dd&gt;
									A business or validation error occurred in the Merchandising Service.
								&lt;/dd&gt;
								&lt;dt&gt;
									SOA
								&lt;/dt&gt;
								&lt;dd&gt;
									An exception occurred in the Service Oriented Architecture (SOA) 
									framework.
								&lt;/dd&gt;
								&lt;/dl&gt;
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element name="severity" type="ns0:ErrorSeverity">
						<xs:annotation>
							<xs:documentation>
								Indicates whether the reported problem is fatal (an error) or is less-
								severe (a warning). Review the error message details for information on
								the cause.
								&lt;br&gt;&lt;br&gt;
								If the request fails and the application is the source of the error (for
								example, a required element is missing), update the application before
								you retry the request. If the problem is due to incorrect user data,
								alert the end-user to the problem and provide the means for them to
								correct the data. Once the problem in the application or data is
								resolved, re-send the request to eBay.
								&lt;br&gt;&lt;br&gt;
								If the source of the problem is on eBay's side, you can retry the request
								a reasonable number of times (eBay recommends you try the request twice).
								If the error persists, contact Developer Technical Support. Once the
								problem has been resolved, you can resend the request in its original
								form.
								&lt;br&gt;&lt;br&gt;
								If a warning occurs, warning information is returned in addition to the
								business data. Normally, you do not need to resend the request (as the
								original request was successful). However, depending on the cause of the
								warning, you might need to contact the end user, or eBay, to effect a
								long term solution to the problem.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element name="category" type="ns0:ErrorCategory">
						<xs:annotation>
							<xs:documentation>
								There are three categories of errors: request errors, application 
								errors, and system errors.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element name="message" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								A detailed description of the condition that caused in the error.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="subdomain" type="xs:string">
						<xs:annotation>
							<xs:documentation>
								Name of the subdomain in which the error occurred.
								&lt;dl&gt;
								&lt;dt&gt;
									&lt;strong&gt;subdomain values:&lt;/strong&gt;
								&lt;/dt&gt;
								&lt;dt&gt;
									Finding
								&lt;/dt&gt;
								&lt;dd&gt;
									The error is specific to the Finding service.
								&lt;/dd&gt;
								&lt;dt&gt;
									MarketplaceCommon
								&lt;/dt&gt;
								&lt;dd&gt;
									The error is common to all Marketplace services.
								&lt;/dd&gt;
								&lt;/dl&gt;
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="exceptionId" type="xs:token">
						<xs:annotation>
							<xs:documentation>
								Unique identifier for an exception associated with an error.
							</xs:documentation>
							<xs:appinfo>
								<ListBasedOn/>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element maxOccurs="unbounded" minOccurs="0" name="parameter" nillable="true" type="ns0:ErrorParameter">
						<xs:annotation>
							<xs:documentation>
								Various warning and error messages return one or more variables that 
								contain contextual information about the error. This is often the 
								field or value that triggered the error.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<AllCalls/>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="ErrorParameter">
				<xs:annotation>
					<xs:documentation>
						Contextual data associated with an error.
					</xs:documentation>
				</xs:annotation>
				<xs:simpleContent>
					<xs:extension base="xs:string">
						<xs:attribute name="name" type="xs:string">
							<xs:annotation>
								<xs:documentation>
									The name of the input parameter returned with the error.
									Inspecting the parameter (or its input value) will often aid in
									understanding the cause of the error. Not all error messages
									contain this value.
								</xs:documentation>
								<xs:appinfo>
									<CallInfo>
										<AllCalls/>
										<Returned>Conditionally</Returned>
									</CallInfo>
								</xs:appinfo>
							</xs:annotation>
						</xs:attribute>
					</xs:extension>
				</xs:simpleContent>
			</xs:complexType>


			<xs:simpleType name="AckValue">
				<xs:annotation>
					<xs:documentation>
						Indicates whether the error is a fatal error (causing the request to fail)
						or a less severe error (a warning) that should be communicated to the user.
					</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:enumeration value="Success">
						<xs:annotation>
							<xs:documentation>
								eBay successfully processed the request and the business data is returned
								in the response. Note that it is possible for a response to return
								Success, but still not contain the expected data in the result.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Failure">
						<xs:annotation>
							<xs:documentation>
								eBay encountered a fatal error during the processing of the request,
								causing the request to fail. When a serious application-level error
								occurs, the error is returned instead of the business data.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Warning">
						<xs:annotation>
							<xs:documentation>
								The request was successfully processed, but eBay encountered a non-fatal
								error during the processing. For best results, requests should return
								without warnings. Inspect the warning details and resolve the problem
								before resubmitting the request.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="PartialFailure">
						<xs:annotation>
							<xs:documentation>
								eBay successfully processed the request, but one or more non-fatal errors
								occurred during the processing. For best results, requests should return
								without warning messages. Inspect the message details and resolve any
								problems before resubmitting the request.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>


			<xs:simpleType name="ErrorSeverity">
				<xs:annotation>
					<xs:documentation>
						Indicates whether the error is a fatal error (causing the request to fail)
						or a less severe error (a warning) that should be communicated to the user.
					</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:enumeration value="Error">
						<xs:annotation>
							<xs:documentation>
								eBay encountered a fatal error during the processing of the request,
								causing the request to fail. When eBay encounters an error, it returns
								error data instead of the requested business data. Inspect the error
								details and resolve the problem before resubmitting the request.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Warning">
						<xs:annotation>
							<xs:documentation>
								The request was successfully processed, but eBay encountered a non-fatal
								error during the processing that could affect the data returned. For
								example, eBay might have changed the value of an input field. In this
								case, eBay returns a successful response, but it also returns a warning.
								For best results, requests should return without warnings. Inspect the
								warning details and resolve the problem before resubmitting the request.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>


			<xs:simpleType name="ErrorCategory">
				<xs:annotation>
					<xs:documentation>
						There are three categories of error: request errors, application errors,
						and system errors. Request and application errors are often caused by
						passing invalid data in the request. System errors are primarily caused by
						application failures and cannot be corrected by changing request values.
					</xs:documentation>
				</xs:annotation>
				<xs:restriction base="xs:string">
					<xs:enumeration value="System">
						<xs:annotation>
							<xs:documentation>
								Indicates that an error has occurred on the eBay system side. For
								example, a database or server could be down. Inspect the error message to
								find the cause of the problem. If the problem is on the eBay side, an
								application can retry the request as-is a reasonable number of times
								(eBay recommends twice). If the error persists, contact Developer
								Technical Support. Once the problem has been resolved, the request may be
								resent in its original form.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Application">
						<xs:annotation>
							<xs:documentation>
								An error occurred due to a problem with the request, with the most likely
								source being the application sending the request. For example, the
								request is missing a required data element or it contains an invalid
								field. The problem must be corrected before the request can be resent.
								Inspect the error message to find the cause of the problem. If the
								problem is due to an application error, modify the application and resend
								the request. If the error is due to invalid data, the source of the data
								must be corrected before you resend the resend request to eBay.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="Request">
						<xs:annotation>
							<xs:documentation>
								An error occurred due to a problem with the request, with the most likely
								source being missing or invalid data in the request. The problem must be
								corrected before the request can be retried. Inspect the error message to
								find the cause of the problem. If the problem is a result of end-user
								data, alert the end-user to the problem and provide the means for them to
								correct the problem. Once the problem is resolved, resend the request to
								eBay.
							</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>


			<xs:complexType abstract="true" name="BaseServiceRequest">
				<xs:annotation>
					<xs:documentation>
						This is the base class container for all service operation requests.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="PaginationInput">
				<xs:annotation>
					<xs:documentation>
						Controls the pagination of the result set. Child elements specify the maximum
						number of item listings to return per call and which page of data to return.
						Controls which listings are returned in the response, but does not control
						the details associated with the returned items.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="pageNumber" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								Specifies which subset of data (or "page") to return in the call
								response. The number of data pages is determined by the total number of
								items matching the request search criteria (returned in
								paginationOutput.totalEntries) divided by the number of entries to
								display in each response (entriesPerPage). You can return up to the first
								100 pages of the result set by issuing multiple requests and specifying, 
								in sequence, the pages to return.
							</xs:documentation>
							<xs:appinfo>
								<Default>1</Default>
								<Max>100</Max>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="entriesPerPage" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								Specifies the maximum number of entries to return in a single call. If
								the number of entries found on the specified pageNumber is less than the
								value specified here, the number of items returned will be less than the
								value of entriesPerPage. This indicates the end of the result set.
								&lt;br&gt;&lt;br&gt;
								If entriesPerPage is set to a number greater than 100, the default value,
								100, will be used.
							</xs:documentation>
							<xs:appinfo>
								<Default>100</Default>
								<Max>100</Max>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<RequiredInput>No</RequiredInput>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>


			<xs:complexType name="PaginationOutput">
				<xs:annotation>
					<xs:documentation>
						Shows the pagination data for the item search. Child elements include the
						page number returned, the maximum entries returned per page, the total number
						of pages that can be returned, and the total number of items that match the 
						search criteria.
					</xs:documentation>
				</xs:annotation>
				<xs:sequence>
					<xs:element minOccurs="0" name="pageNumber" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								The subset of item data returned in the current response. Search results
								are divided into sets, or "pages," of item data. The number of pages is
								equal to the total number of items matching the search criteria divided
								by the value specified for entriesPerPage in the request. The response
								for a request contains one "page" of item data.
								&lt;br /&gt; &lt;br /&gt;
								This returned value indicates the page number of item data returned (a
								subset of the complete result set). If this field contains 1, the
								response contains the first page of item data (the default). If the value
								returned in totalEntries is less than the value for entriesPerPage,
								pageNumber returns 1 and the response contains the entire result set.
								&lt;br /&gt; &lt;br /&gt;
								The value of pageNumber is normally equal to the value input for
								paginationInput.pageNumber. However, if the number input for pageNumber
								is greater than the total possible pages of output, eBay returns the last
								page of item data in the result set, and the value for pageNumber is set
								to the respective (last) page number.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="entriesPerPage" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								The maximum number of items that can be returned in the response. This
								number is always equal to the value input for
								paginationInput.entriesPerPage.
								&lt;br /&gt; &lt;br /&gt;
								The end of the result set has been reached if the number specified for
								entriesPerPage is greater than the number of items found on the specified
								pageNumber. In this case, there will be fewer items returned than the
								number specified in entriesPerPage. This can be determined by comparing
								the entriesPerPage value with the value returned in the count attribute
								for the searchResult field.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="totalPages" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								The total number of pages of data that could be returned by repeated
								search requests. Note that if you modify the value of
								inputPagination.entriesPerPage in a request, the value output for
								totalPages will change. A value of "0" is returned if eBay does not find
								any items that match the search criteria.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:element minOccurs="0" name="totalEntries" type="xs:int">
						<xs:annotation>
							<xs:documentation>
								The total number of items found that match the search criteria in your
								request. Depending on the input value for entriesPerPage, the response
								might include only a portion (a page) of the entire result set. A value
								of "0" is returned if eBay does not find any items that match the search
								criteria.
							</xs:documentation>
							<xs:appinfo>
								<CallInfo>
									<CallName>findItemsByCategory</CallName>
									<CallName>findItemsAdvanced</CallName>
									<CallName>findItemsByKeywords</CallName>
									<CallName>findItemsIneBayStores</CallName>
									<CallName>findItemsByProduct</CallName>
									<Details>outputSelector: none</Details>
									<Returned>Conditionally</Returned>
								</CallInfo>
							</xs:appinfo>
						</xs:annotation>
					</xs:element>
					<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
				</xs:sequence>
			</xs:complexType>
		</xs:schema>
	</wsdl:types>
	<wsdl:message name="getSearchKeywordsRecommendationRequest">
		<wsdl:part element="ns0:getSearchKeywordsRecommendationRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="getSearchKeywordsRecommendationResponse">
		<wsdl:part element="ns0:getSearchKeywordsRecommendationResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsByKeywordsRequest">
		<wsdl:part element="ns0:findItemsByKeywordsRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsByKeywordsResponse">
		<wsdl:part element="ns0:findItemsByKeywordsResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsByCategoryRequest">
		<wsdl:part element="ns0:findItemsByCategoryRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsByCategoryResponse">
		<wsdl:part element="ns0:findItemsByCategoryResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsAdvancedRequest">
		<wsdl:part element="ns0:findItemsAdvancedRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsAdvancedResponse">
		<wsdl:part element="ns0:findItemsAdvancedResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsByProductRequest">
		<wsdl:part element="ns0:findItemsByProductRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsByProductResponse">
		<wsdl:part element="ns0:findItemsByProductResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsIneBayStoresRequest">
		<wsdl:part element="ns0:findItemsIneBayStoresRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="findItemsIneBayStoresResponse">
		<wsdl:part element="ns0:findItemsIneBayStoresResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="getHistogramsRequest">
		<wsdl:part element="ns0:getHistogramsRequest" name="messageParameters"/>
	</wsdl:message>
	<wsdl:message name="getHistogramsResponse">
		<wsdl:part element="ns0:getHistogramsResponse" name="messageParameters"/>
	</wsdl:message>
	<wsdl:portType name="FindingServicePortType">
		<wsdl:operation name="getSearchKeywordsRecommendation">
			<wsdl:input message="ns0:getSearchKeywordsRecommendationRequest"/>
			<wsdl:output message="ns0:getSearchKeywordsRecommendationResponse"/>
		</wsdl:operation>
		<wsdl:operation name="findItemsByKeywords">
			<wsdl:input message="ns0:findItemsByKeywordsRequest"/>
			<wsdl:output message="ns0:findItemsByKeywordsResponse"/>
		</wsdl:operation>
		<wsdl:operation name="findItemsByCategory">
			<wsdl:input message="ns0:findItemsByCategoryRequest"/>
			<wsdl:output message="ns0:findItemsByCategoryResponse"/>
		</wsdl:operation>
		<wsdl:operation name="findItemsAdvanced">
			<wsdl:input message="ns0:findItemsAdvancedRequest"/>
			<wsdl:output message="ns0:findItemsAdvancedResponse"/>
		</wsdl:operation>
		<wsdl:operation name="findItemsByProduct">
			<wsdl:input message="ns0:findItemsByProductRequest"/>
			<wsdl:output message="ns0:findItemsByProductResponse"/>
		</wsdl:operation>
		<wsdl:operation name="findItemsIneBayStores">
			<wsdl:input message="ns0:findItemsIneBayStoresRequest"/>
			<wsdl:output message="ns0:findItemsIneBayStoresResponse"/>
		</wsdl:operation>
		<wsdl:operation name="getHistograms">
			<wsdl:input message="ns0:getHistogramsRequest"/>
			<wsdl:output message="ns0:getHistogramsResponse"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="FindingServiceSOAP12Binding" type="ns0:FindingServicePortType">
        <soap12:binding style="document"
            transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
        <wsdl:operation name="getSearchKeywordsRecommendation">
            <soap12:operation
                soapAction="urn:getSearchKeywordsRecommendation"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="findItemsByKeywords">
            <soap12:operation soapAction="urn:findItemsByKeywords"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="findItemsByCategory">
            <soap12:operation soapAction="urn:findItemsByCategory"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="findItemsAdvanced">
            <soap12:operation soapAction="urn:findItemsAdvanced"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="findItemsByProduct">
            <soap12:operation soapAction="urn:findItemsByProduct"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="findItemsIneBayStores">
            <soap12:operation soapAction="urn:findItemsIneBayStores"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="getHistograms">
            <soap12:operation soapAction="urn:getHistograms"
                style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            <wsdl:input>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
	<wsdl:service name="FindingService">
		<wsdl:documentation>
			<Version>1.0.0</Version>
		</wsdl:documentation>
		<wsdl:port binding="ns0:FindingServiceSOAP12Binding" name="FindingServiceSOAP12port_http">
			<soap12:address location="http://svcs.ebay.com/services/search/FindingService/v1" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
