Definition Type: ComplexType
Name: GenericSearchCriteriaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into GenericSearchCriteriaValue in schema components_xsd Drilldown into GenericSearchCriteriaCode in schema components_xsdXSD Diagram of GenericSearchCriteriaType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GenericSearchCriteriaCode star:GenericSearchCriteriaCode 1 1
GenericSearchCriteriaValue star:GenericSearchCriteriaValue 1 1
Collapse Derivation Tree:
Collapse References:
star:GenericSearchCriteria