<xsd:complexType name="ServiceAppointmentHeaderType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderBaseType">
<xsd:sequence>
<!--<xsd:element ref="DocumentID" />-->
<xsd:element name="AccountGroupCode" type="udt:CodeType" minOccurs="0">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Code that
identifies the manufacturer for pricing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceHistoryPermissionApprovalIndicator" type="udt:IndicatorType" minOccurs="0">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates
that the customer approved the sharing of any known previous service
for this VIN to the Service Dealership where the appointment is
being requested.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="DealerParty" minOccurs="0" />
<xsd:element ref="ProviderParty" minOccurs="0" />
<xsd:element ref="AppointmentContactParty" minOccurs="0" />
<xsd:element ref="OwnerParty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Co-OwnerParty" minOccurs="0" />
<xsd:element ref="PrimaryDriver" minOccurs="0" />
<xsd:element ref="SecondaryPrimaryDriver" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ServiceAppointmentVehicleLineItem" minOccurs="0" />
<xsd:element ref="Warranty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ServiceContract" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ServiceAppointmentPriorityCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A code list that describes the priority of the service appointment.For example: "Customer Waiting".
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DateAppointmentInitiated" type="udt:DateTimeType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The date the Customer contacted the service location to schedule an appointment.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceScheduleStartDateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The start date and time of the service schedule.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceScheduleDuration" type="sqdt:TimeMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The duration of the service schedule.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|