<xs:element name="DeliveryApptCancelRequest">
<xs:annotation>
<xs:documentation>Request to cancel a delivery appointment.</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="ReturnInfo" type="mailxml:optReturnInfoType" />
</xs:sequence>
<xs:attributeGroup ref="mailxml:ResponseMsgHeaderInfo" />
</xs:complexType>
</xs:element>
|