Uses the Component:FailureCodesType
Failure codes for related labor
Table 6.109. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| FailureCode | 
                         Manufacturer-assigned code to describe the reason that a fault or symptom occurred  | 0..1 | Field | udt:CodeType | |
| FailureCodeDescription | 
                         Description of trouble failure code  | 0..* | Field | udt:TextType | |
| FailureCodeURI | 
                         URL address for graphical image of failure code  | 0..1 | Field | qdt:URIType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.109. FailureCodes
<FailureCodes>
     <FailureCode>......</FailureCode>     [0..1]
     <FailureCodeDescription>......</FailureCodeDescription>     [0..*]
     <FailureCodeURI>......</FailureCodeURI>     [0..1]
</FailureCodes>