Definition Type: ComplexType
Name: ServiceLaborTimeValueType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ServiceTechnicianParty in schema components_xsd Drilldown into DegreeOfComplexity in schema components_xsd Drilldown into TimeUnit in schema components_xsdXSD Diagram of ServiceLaborTimeValueType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceLaborTimeValueType">
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="TimeUnit" type="sqdt:TimeUntiSchemeIDType">
            <xsd:annotation>
                <xsd:documentation>Time units related to the labor performed by a technician.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DegreeOfComplexity" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>Indicator of the complexity of the labor operation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ServiceTechnicianParty" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeUnit star:TimeUnit 1 1
DegreeOfComplexity star:DegreeOfComplexity 0 1
ServiceTechnicianParty star:ServiceTechnicianParty 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ServiceLaborTimeValue