<xsd:complexType name="ContractVehiclePricingType">
<xsd:annotation>
<xsd:documentation>The pricing for a vehicle on a contract.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="AirConditionIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates whether or not
the vehicle has air conditioning.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Vehicle" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pricing" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Option" />
</xsd:sequence>
</xsd:complexType>
|