<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>
|