<xs:element name="DeliveryReApptRequest">
<xs:annotation>
<xs:documentation>Request is sent from the Shipper to the Consignee if an appointment is cancelled and the Shipper wants to rebook the delivery using the same Consignee Appointment ID</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SubmittingParty" type="mailxml:participantIDType" />
<xs:element name="SubmittingSoftware" type="mailxml:submittingSoftwareType" />
<xs:element name="ApptBlock" type="mailxml:apptBlockRequestType" />
<xs:element name="DetailInfo" type="mailxml:detailInfoType" maxOccurs="unbounded" />
<xs:element name="TrailerInfo" type="mailxml:trailerInfoType" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|