<xsd:complexType name="CashPriceInclusionType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="CashPriceInclusionDesc" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of item included in the vehicle cash
price.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CashPriceInclusionAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Amount for item included in the vehicle cash
price.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CashPriceInclusionTypeCode" type="scl:CashPriceInclusionTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Identifies whether or not the cash price is the base or
total.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CashPriceInclusionDetail" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Further description of the item defined in the cash price
inclusion category.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|