BrandedInfo

Uses the Component:BrandedInfoType

Vehicle Branding Information

Fields and Components

Table 6.67. Fields and Components

Name Description Occurrence Type Data Type User Notes
BrandedTitleIndicator

This tag indicates if a vehicle's title has been branded. (i.e., vehicle totaled and state registration title branded as such)

0..1Field udt:IndicatorType  
BrandedTitleDate

Branding Date

0..1Field udt:DateType  
BrandingStateCodeString

Branding State Code

0..1Field qdt:StringType  
BrandingStateReferenceString

Branding State Reference Number

0..1Field qdt:StringType  
BrandingSource

Branding source – (i.e., source who says that the vehicle is branded)

0..1Field udt:TextType  
TitleID

A title identification number.

0..1Field udt:IdentifierType  
BrandingDescription

A description of the branding.

0..*Field udt:TextType  

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.67. BrandedInfo

<BrandedInfo>
     <BrandedTitleIndicator>......</BrandedTitleIndicator>     [0..1]
     <BrandedTitleDate>......</BrandedTitleDate>     [0..1]
     <BrandingStateCodeString>......</BrandingStateCodeString>     [0..1]
     <BrandingStateReferenceString>......</BrandingStateReferenceString>     [0..1]
     <BrandingSource>......</BrandingSource>     [0..1]
     <TitleID>......</TitleID>     [0..1]
     <BrandingDescription>......</BrandingDescription>     [0..*]
</BrandedInfo>