GenericSearchCriteria

Uses the Component:GenericSearchCriteriaType

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.

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
GenericSearchCriteriaCode

The Generic Search Criteria Code indicates the type of search to be performed. EG: Searching on Models, Brands, Dealers, Item Numbers, etc.

1..1Field udt:CodeType  
GenericSearchCriteriaValue

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.

1..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.6. GenericSearchCriteria

<GenericSearchCriteria>
     <GenericSearchCriteriaCode>......</GenericSearchCriteriaCode>     [1..1]
     <GenericSearchCriteriaValue>......</GenericSearchCriteriaValue>     [1..1]
</GenericSearchCriteria>