Uses the Component:BrandedInfoType
Vehicle Branding Information
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..1 | Field | udt:IndicatorType | |
| BrandedTitleDate | 
                         Branding Date  | 0..1 | Field | udt:DateType | |
| BrandingStateCodeString | 
                         Branding State Code  | 0..1 | Field | qdt:StringType | |
| BrandingStateReferenceString | 
                         Branding State Reference Number  | 0..1 | Field | qdt:StringType | |
| BrandingSource | 
                         Branding source â (i.e., source who says that the vehicle is branded)  | 0..1 | Field | udt:TextType | |
| TitleID | 
                         A title identification number.  | 0..1 | Field | udt:IdentifierType | |
| BrandingDescription | 
                         A description of the branding.  | 0..* | Field | udt:TextType | 
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>