<xsd:complexType name="TransportationType">
<xsd:sequence>
<xsd:element minOccurs="0" name="TransportationCarrierName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Name of transportation carrier
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ReceiptNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Numeric identifier found on the carrier's receipt when a
vehicle is delivered to the dealer
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="VehicleArrivalDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
Date vehicle is delivered to the dealer.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="NotificationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
Date when dealer contacts OEM to file a transportation
claim.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="NotificationReason" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Indicates why notification to OEM came after the standard
2-day window after the arrival date. Examples: "Delayed inspection":
"Concealed damage"
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RegisteredMailReceiptNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Number identifying the document sent by the dealership to
the carrier
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MajorDamageCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Identifies if the vehicle had major damage Examples: Y=Yes,
N=No, B=Old Damage
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Damage">
<xsd:annotation>
<xsd:documentation>
represents information about damage related to the
vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|