<xsd:complexType name="VehicleServiceHistoryDetailType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Detail for each service visit requested</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!--<xsd:element ref="DocumentID" minOccurs="0" />-->
<xsd:element name="RepairOrderOpenedDate" type="udt:DateType" 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">System date when Repair
Order was opened</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RepairOrderCompletedDate" type="udt:DateType">
<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 last line
was closed on the repair order</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ServiceAdvisorParty" minOccurs="0" />
<xsd:element name="MileageInDistance" type="sqdt:DistanceType" 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">Odometer reading of
vehicle when repair order was opened</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Deprecated. Use:
InDistanceMeasure</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MileageOutDistance" type="sqdt:DistanceType" 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">Odometer reading of
vehicle when repair order was closed</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Deprecated. Use:
OutDistanceMeasure</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OrderNotes" type="udt:TextType" 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">Free form text for
general repair order comment which will be printed on the
invoice</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OrderInternalNotes" type="udt:TextType" 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">Free form text for
internal repair order remarks that will NOT be printed on the
invoice</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ServiceDealerParty" minOccurs="0" />
<xsd:element name="ServiceTypeCode" type="scl:ServiceTypeEnumeratedType">
<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">Type of service
preformed</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Diagnostics" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="RentLoaner" minOccurs="0" />
<xsd:element name="WarrantyClaim" type="WarrantyClaimHistoryType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Deprecated: Use WarrantyClaimHistory. This field is deprecated to align with the STAR 5
naming and design rules. It will be removed in the next major version of STAR.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Job" type="JobHistoryType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Deprecated: Use JobHistory. This field is deprecated to align with the STAR 5 naming and
design rules. It will be removed in the next major version of STAR.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="WarrantyClaimHistory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="JobHistory" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|