<xsd:complexType name="BrandedInfoType">
<xsd:sequence>
<xsd:element minOccurs="0" name="BrandedTitleIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
This tag indicates if a vehicle's title has been branded.
(i.e., vehicle totaled and state registration title branded as
such)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandedTitleDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
Branding Date
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandingStateCodeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Branding State Code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandingStateReferenceString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Branding State Reference Number
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="BrandingSource" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Branding source â??
(i.e., source who says that the vehicle is branded)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="TitleID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A title identification
number. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="BrandingDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> A description of the
branding. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|