Uses the Component:DealerLocatorDetailType
DealerLocator
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..1 | Field | udt:IdentifierType | |
DealerParty |
Represents a Dealer | 0..1 | Component | PartyABIEType | |
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..1 | Component | ProximityMeasureGroupType | |
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..* | Component | CertificationGroupType | |
ProductsCarried |
Identifies the type of products that the dealer carriers. | 0..* | Field | udt:TextType | |
DealerLogoURI |
URI to dealer logo image. | 0..1 | Field | qdt:URIType | |
DealerLocationImageURI |
A generic image to represent the dealership- for example a picture of the building or sales team | 0..1 | Field | qdt:URIType | |
HoursOfOperation |
The HoursOfOperation component is used to identify the hours and days that a business is opened and closed. | 0..1 | Component | HoursOfOperationType | |
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..* | Component | MakesCarriedType |
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>