Definition Type: ComplexType
Name: TechnicianSkillLevelType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The technician skill level needed to complete the work.
Collapse XSD Schema Diagram:
Drilldown into SkillLevel in schema components_xsd Drilldown into TechnicianSkillTypeCode in schema components_xsdXSD Diagram of TechnicianSkillLevelType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TechnicianSkillLevelType">
    <xsd:annotation>
        <xsd:documentation>The technician skill level needed to complete the
            work.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="TechnicianSkillTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Type of training required to perform the labor
                        operation
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SkillLevel" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Level of training required to perform the labor
                        operation
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TechnicianSkillTypeCode star:TechnicianSkillTypeCode 0 (1)
SkillLevel star:SkillLevel 0 (1)
Collapse Derivation Tree:
Collapse References:
star:TechnicianSkillLevel