<xsd:complexType name="SalesActivityType">
<xsd:complexContent>
<xsd:extension base="SalesActivityBaseType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="Vehicle" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="SalesActivityDocument" />
<xsd:element maxOccurs="1" minOccurs="0" name="LeaseEndOptionVehicleDecisionCode" type="sqdt:LeaseEndOptionVehicleDecisionCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Enables the customers decision at the end of an option to be recorded along with other associated information. It records whether the client has decided to refinance, return, or retain the vehicle or whether they have not made up their mind etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LeaseEndOptionFinanceDecisionCode" type="sqdt:LeaseEndOptionFinanceDecisionCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Enables the customers decision at the end of an option to be recorded along with other associated information. It records whether the client has decided to finance their next vehicle or whether they have not made up their mind etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="SalesActivityActionEvent" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|