<xs:element name="DeliveryApptCancelCreateResponse">
<xs:annotation>
<xs:documentation>Response to the request to cancel a delivery appointment and create a new one.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
<xs:element name="ApptCancel">
<xs:complexType>
<xs:sequence>
<xs:element name="CancelConfirmID" type="mailxml_base:s12" />
</xs:sequence>
<xs:attribute name="ConsigneeApptID" type="mailxml_base:s12" use="required" />
</xs:complexType>
</xs:element>
</xs:choice>
<xs:choice>
<xs:element name="DeliveryApptAccept" type="mailxml:deliveryApptAcceptType" />
<xs:element name="DeliveryApptReject" type="mailxml:deliveryApptRejectType" />
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
|