BrandedInfo

Uses the Component:BrandedInfoType

Vehicle Branding Information

Fields and Components

Table 6.31. 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 oag:IndicatorType  
BrandedTitleDate

Branding Date

0..1Field oag:xbt_DateType  
BrandingStateCode

Branding State Code

0..1Field oag:StringType  
BrandingStateReference

Branding State Reference Number

0..1Field oag:StringType  
BrandingSource

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

0..1Field oag:TextType  
TitleID

A title identification number.

0..1Field oag:OpenIDType  
BrandingDescription

A description of the branding.

0..*Field oag: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.37. BrandedInfo

<BrandedInfo>
     <BrandedTitleIndicator>......</BrandedTitleIndicator>     [0..1]
     <BrandedTitleDate>......</BrandedTitleDate>     [0..1]
     <BrandingStateCode>......</BrandingStateCode>     [0..1]
     <BrandingStateReference>......</BrandingStateReference>     [0..1]
     <BrandingSource>......</BrandingSource>     [0..1]
     <TitleID>......</TitleID>     [0..1]
     <BrandingDescription>......</BrandingDescription>     [0..*]
</BrandedInfo>