<xs:element name="NotificationResponse">
<xs:annotation>
<xs:documentation>Standard response to a USPS notification to indicate the notification has been received.</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="NotificationDate" type="xs:date" />
<xs:element name="ReturnInfo" type="mailxml:basicReturnInfoType" />
</xs:sequence>
</xs:complexType>
</xs:element>
|