<xsd:complexType name="DamageAreaType">
<xsd:sequence>
<xsd:element minOccurs="0" name="LaborOperationLocation" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Code Indicating Position/Location on Vehicle where labor was performed</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LaborOperationLocationDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>LaborOperationLocationDesc</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DamageCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Type of damage associated with labor operation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="DamageCodeDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Description of type of damage associated with labor operation</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|