Definition Type: ComplexType
Name: MonthlyWorkshopReportType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: MonthlyWorkshopReport.xsd
Abstract
Documentation:
The MWR data received from DMS is used to create Monthly Workshop Report (part of Aftersales Composite Report). The Monthly Workshop Report (MWR) is an instrument of analysis, planning and follow-up which has been developed for dealers, field representatives and OEM personnel to an alyze individual workshop data, interpret this data and determine what measures should be implemented to improve overall parts and service business.
Collapse XSD Schema Diagram:
Drilldown into MonthlyWorkshopReportResourceLine in schema monthlyworkshopreport_xsd Drilldown into MonthlyWorkshopReportLaborLine in schema monthlyworkshopreport_xsd Drilldown into MonthlyWorkshopReportHeader in schema monthlyworkshopreport_xsdXSD Diagram of MonthlyWorkshopReportType in schema monthlyworkshopreport_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MonthlyWorkshopReportType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> 
				The MWR data received from DMS is used to create Monthly Workshop Report (part of Aftersales Composite Report). 
				The Monthly Workshop Report (MWR) is an instrument of analysis, planning and follow-up which has been developed for dealers, 
				field representatives and OEM personnel to an alyze individual workshop data, interpret this data and determine
				what measures should be implemented to improve overall parts and service business.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="MonthlyWorkshopReportHeader" />
        <xsd:element maxOccurs="1" minOccurs="1" ref="MonthlyWorkshopReportLaborLine" />
        <xsd:element maxOccurs="1" minOccurs="1" ref="MonthlyWorkshopReportResourceLine" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MonthlyWorkshopReportHeader star:MonthlyWorkshopReportHeader 1 1
MonthlyWorkshopReportLaborLine star:MonthlyWorkshopReportLaborLine 1 1
MonthlyWorkshopReportResourceLine star:MonthlyWorkshopReportResourceLine 1 1
Collapse Derivation Tree:
Collapse References:
star:MonthlyWorkshopReport