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