<xs:complexType name="messageResponseRetrievalResponseType">
<xs:sequence>
<xs:choice>
<xs:element name="QueryResults">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="mailxml:AllApptCloseoutResponse" />
<xs:element ref="mailxml:ApptInductionCloseoutResponse" />
<xs:element ref="mailxml:BeginCombinedMailingResponse" />
<xs:element ref="mailxml:BundleDetailCreateResponse" />
<xs:element ref="mailxml:BundleDetailCancelResponse" />
<xs:element ref="mailxml:ByForConflictQueryResponse" />
<xs:element ref="mailxml:CastofCharactersCreateResponse" />
<xs:element ref="mailxml:CastofCharactersCancelResponse" />
<xs:element ref="mailxml:CastofCharactersUpdateResponse" />
<xs:element ref="mailxml:CloseMailingGroupResponse" />
<xs:element ref="mailxml:ConsolidatedPeriodicalStatementCreateResponse" />
<xs:element ref="mailxml:ContainerBundleReportCreateResponse" />
<xs:element ref="mailxml:ContainerBundleReportCancelResponse" />
<xs:element ref="mailxml:ContainerBundleReportQueryResponse" />
<xs:element ref="mailxml:ContainerStatusQueryResponse" />
<xs:element ref="mailxml:CustomerSupplierAgreementQueryResponse" />
<xs:element ref="mailxml:CustomerRelationIdentifyQueryResponse" />
<xs:element ref="mailxml:CustomerRelationIdentifyUpdateResponse" />
<xs:element ref="mailxml:DeliveryPointValidationQueryResponse" />
<xs:element ref="mailxml:DeliveryApptStatusQueryResponse" />
<xs:element ref="mailxml:DeliveryApptQueryResponse" />
<xs:element ref="mailxml:DeliveryApptCreateResponse" />
<xs:element ref="mailxml:DeliveryApptCancelResponse" />
<xs:element ref="mailxml:DeliveryApptCancelCreateResponse" />
<xs:element ref="mailxml:DeliveryApptUpdateResponse" />
<xs:element ref="mailxml:DeliveryApptShellCreateResponse" />
<xs:element ref="mailxml:DeliveryApptShellUpdateResponse" />
<xs:element ref="mailxml:DeliveryApptTransportationUpdateResponse" />
<xs:element ref="mailxml:DeliveryContentCreateResponse" />
<xs:element ref="mailxml:DeliveryContentUpdateResponse" />
<xs:element ref="mailxml:DeliveryContentCancelResponse" />
<xs:element ref="mailxml:DeliveryContentQueryResponse" />
<xs:element ref="mailxml:EndCombinedMailingResponse" />
<xs:element ref="mailxml:Fault" />
<xs:element ref="mailxml:FullServiceAddressCorrectionQueryResponse" />
<xs:element ref="mailxml:FullServiceNixieDetailQueryResponse" />
<xs:element ref="mailxml:FullServiceContainerVisibilityQueryResponse" />
<xs:element ref="mailxml:MailingGroupQueryResponse" />
<xs:element ref="mailxml:MailPieceCreateResponse" />
<xs:element ref="mailxml:MailPieceUpdateResponse" />
<xs:element ref="mailxml:MailPieceCancelResponse" />
<xs:element ref="mailxml:OpenApptQueryResponse" />
<xs:element ref="mailxml:OpenMailingGroupResponse" />
<xs:element ref="mailxml:OriginalContainerLinkageCreateResponse" />
<xs:element ref="mailxml:OriginalContainerLinkageCancelResponse" />
<xs:element ref="mailxml:PartnerApptQueryResponse" />
<xs:element ref="mailxml:PaymentMessageQueryResponse" />
<xs:element ref="mailxml:PeriodicalStatementQueryResponse" />
<xs:element ref="mailxml:PeriodicalStatementCreateResponse" />
<xs:element ref="mailxml:PeriodicalStatementCancelResponse" />
<xs:element ref="mailxml:PickupApptCreateResponse" />
<xs:element ref="mailxml:PickupApptUpdateResponse" />
<xs:element ref="mailxml:PickupApptCancelResponse" />
<xs:element ref="mailxml:PostageAdjustmentCreateResponse" />
<xs:element ref="mailxml:PostageStatementQueryResponse" />
<xs:element ref="mailxml:PostageStatementCreateResponse" />
<xs:element ref="mailxml:PostageStatementCancelResponse" />
<xs:element ref="mailxml:PostageStatementStatusQueryResponse" />
<xs:element ref="mailxml:QualificationReportCreateResponse" />
<xs:element ref="mailxml:QualificationReportQueryResponse" />
<xs:element ref="mailxml:ReconciliationReportQueryResponse" />
<xs:element ref="mailxml:RecurringApptQueryResponse" />
<xs:element ref="mailxml:SiblingContainerCreateResponse" />
<xs:element ref="mailxml:SiblingContainerCancelResponse" />
<xs:element ref="mailxml:StartTheClockQueryResponse" />
<xs:element ref="mailxml:SystemVersionQueryResponse" />
<xs:element ref="mailxml:USPSCRIDQueryResponse" />
<xs:element ref="mailxml:USPSCRIDCreateResponse" />
<xs:element ref="mailxml:USPSMIDQueryResponse" />
<xs:element ref="mailxml:USPSMIDCreateResponse" />
<xs:element ref="mailxml:USPSForecastCancelResponse" />
<xs:element ref="mailxml:USPSForecastCreateResponse" />
<xs:element ref="mailxml:USPSForecastUpdateResponse" />
</xs:choice>
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="mailxml:QueryError" />
</xs:choice>
</xs:sequence>
<xs:attribute name="TrackingID" type="mailxml_base:s12" use="required" />
</xs:complexType>
|