DealerLocatorDetail

Uses the Component:DealerLocatorDetailType

DealerLocator

Fields and Components

Table 6.11. Fields and Components

Name Description Occurrence Type Data Type User Notes
LineID

A unique identifer for a line. i.e A line number.

0..1Field udt:IdentifierType  
DealerParty

Represents a Dealer

0..1ComponentPartyABIEType 
ProximityMeasureGroup

The ProximityMeasure component is used to identify the measure of relative distance and how that distance is being measured, i.e., driving distance, direct distance, etc.

0..1ComponentProximityMeasureGroupType 
DealerServiceTypeCode

Indicates the type of services performed by the Dealer.

0..*Field sqdt:DealerServiceTypeCodeType  
DealerCertificationGroup

The DealerCertificationGroup is used to identify any certifications that the dealer may have, e.g., NMMA certification, OEM-specified certification, authorized Ford Dealer, etc. and the issuer of the certification(s).

0..*ComponentCertificationGroupType 
ProductsCarried

Identifies the type of products that the dealer carriers.

0..*Field udt:TextType  
DealerLogoURI

URI to dealer logo image.

0..1Field qdt:URIType  
DealerLocationImageURI

A generic image to represent the dealership- for example a picture of the building or sales team

0..1Field qdt:URIType  
HoursOfOperation

The HoursOfOperation component is used to identify the hours and days that a business is opened and closed.

0..1ComponentHoursOfOperationType 
DealerNote

Free-form text field for the dealer to provide descriptive information.

0..*Field udt:TextType  
MakesCarried

Identifies the makes that are carried by a dealer.

0..*ComponentMakesCarriedType 

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.11. DealerLocatorDetail

<DealerLocatorDetail>
     <LineID>......</LineID>     [0..1]
     <DealerParty>......</DealerParty>     [0..1]
     <ProximityMeasureGroup>......</ProximityMeasureGroup>     [0..1]
     <DealerServiceTypeCode>......</DealerServiceTypeCode>     [0..*]
     <DealerCertificationGroup>......</DealerCertificationGroup>     [0..*]
     <ProductsCarried>......</ProductsCarried>     [0..*]
     <DealerLogoURI>......</DealerLogoURI>     [0..1]
     <DealerLocationImageURI>......</DealerLocationImageURI>     [0..1]
     <HoursOfOperation>......</HoursOfOperation>     [0..1]
     <DealerNote>......</DealerNote>     [0..*]
     <MakesCarried>......</MakesCarried>     [0..*]
</DealerLocatorDetail>