<xsd:complexType name="WarrantyClaimBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ClaimNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Identifier of claim entered by dealer</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ClaimTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Identifier of the type of claim</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="OEMClaimNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Assigned by OEM at time of claim processing</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ExternalReferenceNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>Secondary identifying scheme that is meaningful to claimant</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|