Definition Type: ComplexType
Name: RequestedSearchCriteriaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SearchRadiusQuantity in schema components_xsd Drilldown into ZoneCode in schema components_xsd Drilldown into DistrictCode in schema components_xsdXSD Diagram of RequestedSearchCriteriaType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RequestedSearchCriteriaType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="DistrictCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        The dealer districts to search when searching specific
                            dealers by district.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ZoneCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        The dealer zones to search when searching specific dealers
                            by zone.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SearchRadiusQuantity" type="sqdt:QuantityType">
            <xsd:annotation>
                <xsd:documentation>
                        The search radius based on the searching party's
                        location.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DistrictCode star:DistrictCode 0 unbounded
ZoneCode star:ZoneCode 0 unbounded
SearchRadiusQuantity star:SearchRadiusQuantity 0 (1)
Collapse Derivation Tree:
Collapse References:
star:RequestedSearchCriteria