Definition Type: ComplexType
Name: MonthlyWorkshopReportLaborLineType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: MonthlyWorkshopReport.xsd
Abstract
Documentation:
Monthly Workshop Labor Line Type
Collapse XSD Schema Diagram:
Drilldown into InternalLaborHours in schema monthlyworkshopreport_xsd Drilldown into WarrantyLaborHours in schema monthlyworkshopreport_xsd Drilldown into RetailLaborHours in schema monthlyworkshopreport_xsdXSD Diagram of MonthlyWorkshopReportLaborLineType in schema monthlyworkshopreport_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MonthlyWorkshopReportLaborLineType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Monthly Workshop Labor Line Type
		    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="RetailLaborHours" type="udt:NumericType" minOccurs="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 total of retail labor hours produced for the reporting period.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="WarrantyLaborHours" type="udt:NumericType" minOccurs="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 total of warranty labor hours produced for the reporting period.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="InternalLaborHours" type="udt:NumericType" minOccurs="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 total of internal labor hours produced for the reporting period.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RetailLaborHours star:RetailLaborHours 1 (1)
WarrantyLaborHours star:WarrantyLaborHours 1 (1)
InternalLaborHours star:InternalLaborHours 1 (1)
Collapse Derivation Tree:
Collapse References:
star:MonthlyWorkshopReportLaborLine