<xs:element name="DeliveryResponse">
<xs:annotation>
<xs:documentation>Response sent to USPS by a customer when any delivery is pushed. For example when a delivery point validation delivery is pushed by USPS this response is returned by the receiver.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:sequence>
<xs:element name="UserLicenseCode" type="mailxml_base:userLicenseCodeType" />
<xs:element name="MaildatJobID" type="mailxml_base:jobIDType" />
</xs:sequence>
<xs:sequence>
<xs:element name="CustomerGroupID" type="mailxml_base:s25" />
<xs:element name="MailingGroupID" type="xs:nonNegativeInteger" />
</xs:sequence>
</xs:choice>
<xs:element name="DeliveryType" type="xs:string" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
</xs:sequence>
</xs:complexType>
</xs:element>
|