<xsd:complexType name="ServiceAppointmentBaseType">
<xsd:complexContent>
<xsd:extension base="AppointmentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="LeadSourceCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Source that brought the lead to the dealership.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AppointmentConfirmationRequestIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>Indicates that the customer has requested to be notified that the appointment date and time was confirmed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AppointmentConfirmationCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Code confirming appointment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AppointmentStatus" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Notes the status of the appointment (e.g, in progress).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AlternateTransportation" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Free form text indicating customer's requirement or transportation while the vehilce is in service (i.e., concierge service, shuttle, rental car, waiting room, etc.).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="AppointmentMethod" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Free form text indicating the method used to make appointment (e.g., Web, Walk-in, etc.).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EndAppointmentDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation>Earliest possible pick up date and time for appointment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|