<xsd:complexType name="DealerLocatorExtendedRequestType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Dealer Information Request
information</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="context" type="Context" />
<xsd:element name="searchType" type="SearchType" />
<xsd:element name="filter" minOccurs="0" maxOccurs="1" type="Filter" />
<xsd:element name="outputSpecification" minOccurs="0" maxOccurs="1" type="OutputSpecification" />
</xsd:sequence>
<xsd:attribute name="businessAssociateType" default="dealer" type="BusinessAssociateType" />
<xsd:attribute name="businessManagementSellingSource" default="ALL" type="BusinessManagementSellingSource" />
<xsd:attribute name="desiredCount" default="5" type="xsd:int" />
<xsd:attribute name="sortOrder" default="DEFAULT" type="SortOrder" />
<xsd:attribute name="contactType" default="ALL" type="xsd:string" />
<!--<xsd:attribute name="contactType" default="ALL" type="ContactType"/>-->
</xsd:complexType>
|