Definition Type: ComplexType
Name: VehicleServiceHistoryDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehicleServiceHistory.xsd
Abstract
Documentation:
Detail for each service visit requested
Collapse XSD Schema Diagram:
Drilldown into JobHistory in schema deprecatedcomponents_xsd Drilldown into WarrantyClaimHistory in schema components_xsd Drilldown into Job in schema vehicleservicehistory_xsd Drilldown into WarrantyClaim in schema vehicleservicehistory_xsd Drilldown into RentLoaner in schema components_xsd Drilldown into Diagnostics in schema components_xsd Drilldown into ServiceTypeCode in schema vehicleservicehistory_xsd Drilldown into ServiceDealerParty in schema components_xsd Drilldown into OrderInternalNotes in schema vehicleservicehistory_xsd Drilldown into OrderNotes in schema vehicleservicehistory_xsd Drilldown into MileageOutDistance in schema vehicleservicehistory_xsd Drilldown into MileageInDistance in schema vehicleservicehistory_xsd Drilldown into ServiceAdvisorParty in schema components_xsd Drilldown into RepairOrderCompletedDate in schema vehicleservicehistory_xsd Drilldown into RepairOrderOpenedDate in schema vehicleservicehistory_xsdXSD Diagram of VehicleServiceHistoryDetailType in schema vehicleservicehistory_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RepairOrderOpenedDate star:RepairOrderOpenedDate 0 (1)
RepairOrderCompletedDate star:RepairOrderCompletedDate (1) (1)
ServiceAdvisorParty star:ServiceAdvisorParty 0 (1)
MileageInDistance star:MileageInDistance 0 (1)
MileageOutDistance star:MileageOutDistance 0 (1)
OrderNotes star:OrderNotes 0 (1)
OrderInternalNotes star:OrderInternalNotes 0 (1)
ServiceDealerParty star:ServiceDealerParty 0 (1)
ServiceTypeCode star:ServiceTypeCode (1) (1)
Diagnostics star:Diagnostics 0 unbounded
RentLoaner star:RentLoaner 0 (1)
WarrantyClaim star:WarrantyClaim 0 unbounded
Job star:Job 0 unbounded
WarrantyClaimHistory star:WarrantyClaimHistory 0 unbounded
JobHistory star:JobHistory 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:VehicleServiceHistoryDetail