<xsd:complexType name="GenericSearchCriteriaType">
<xsd:annotation>
<xsd:documentation>Search criteria used for locating a Dealer, a Brand, a Model, etc.
Search criteria includes: Dealer Name, Dealer ID, Brand, Model, Service Type, Color,
etc.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="GenericSearchCriteriaCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>The Generic Search Criteria Code indicates the type of search to be
performed. EG: Searching on Models, Brands, Dealers, Item Numbers,
etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="GenericSearchCriteriaValue" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>The Search Criteria Value indicates the value that the search should
be based on. EG: Search for "4 Runner". NOTE: This field is different from the
Search Criteria Code which indicates the type of search to be performed, i.e.,
search on Models, search on Brands, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|