<xsd:complexType name="CategoryType">
<xsd:sequence>
<xsd:element minOccurs="0" name="CategoryCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Manufacturer assigned code for categorizing labor - maps a
dealer specific labor op code with a manufacturer standard labor op
code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CategoryCodeDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of the manufacturer assigned category
code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|