<xs:element name="DeliveryApptCancelResponse">
<xs:annotation>
<xs:documentation>Response to the request to cancel a delivery appointment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="DeliveryApptCancelAccept">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CancelConfirmID" type="mailxml_base:s12" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
</xs:complexType>
</xs:element>
<xs:element name="DeliveryApptCancelReject">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ReturnInfo" type="mailxml:returnInfoType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
|