<xsd:complexType name="OptionPricingComponentType">
<xsd:sequence>
<xsd:element name="VehiclePriceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Customer price of vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PriceDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A textual description of
price.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="VehiclePricingTypeCode" type="scl:VehiclePricingTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Designates type of pricing for vehicle
transaction
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PricingTypeSource" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Source from which pricing type data originated (i.e. Blue
Book, NADA, etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|