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