<xsd:complexType name="FailureCodesType">
<xsd:sequence>
<xsd:element minOccurs="0" name="FailureCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Manufacturer-assigned code to describe the reason that a
fault or symptom occurred
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="FailureCodeDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Description of trouble failure code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FailureCodeURI" type="qdt:URIType">
<xsd:annotation>
<xsd:documentation>
URL address for graphical image of failure
code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|