Definition Type: ComplexType
Name: DealerLocatorExtendedRequestType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Documentation:
Dealer Information Request information
Collapse XSD Schema Diagram:
Drilldown into outputSpecification in schema dealerlocatorextended_xsd Drilldown into filter in schema dealerlocatorextended_xsd Drilldown into searchType in schema dealerlocatorextended_xsd Drilldown into context in schema dealerlocatorextended_xsd Drilldown into contactType in schema dealerlocatorextended_xsd Drilldown into sortOrder in schema dealerlocatorextended_xsd Drilldown into desiredCount in schema dealerlocatorextended_xsd Drilldown into businessManagementSellingSource in schema dealerlocatorextended_xsd Drilldown into businessAssociateType in schema dealerlocatorextended_xsdXSD Diagram of DealerLocatorExtendedRequestType in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
context star:context (1) (1)
searchType star:searchType (1) (1)
filter star:filter 0 1
outputSpecification star:outputSpecification 0 1
Collapse Child Attributes:
Name Type Default Value Use
businessAssociateType star:businessAssociateType dealer (Optional)
businessManagementSellingSource star:businessManagementSellingSource ALL (Optional)
desiredCount star:desiredCount 5 (Optional)
sortOrder star:sortOrder DEFAULT (Optional)
contactType star:contactType ALL (Optional)
Collapse Derivation Tree:
Collapse References:
star:DealerLocatorExtendedRequest