<xsd:complexType name="CodesAndCommentsExpandedType">
<xsd:complexContent>
<xsd:extension base="CodesAndCommentsBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ComplaintPriorityString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Priority from customer's view for specific complaint.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ComplaintCodeTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Type of problem as related to the CustomerComplaintCode.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="VehicleConcernQuestionAnswer">
<xsd:annotation>
<xsd:documentation>Questions and Answers related to Service Appointment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DefectCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>Manufacturer assigned code that defines failed component that caused the claim</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ConditionCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The condition code for the causal part. Defines the type of failure the technician identified for the causal part.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CausalPartIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates this part was determined to be the causal part for the concern.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceRecommendationAcceptanceDateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Date and time of customer response to the Service Recommendation provided by the dealership.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|