<xs:element name="PostageStatementStatusQueryResponse">
<xs:annotation>
<xs:documentation>Response to the query for postage statement status.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="QueryResults">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="MailingGroup" type="mailxml:mailingGroupDataType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="UserPostageStatementID" type="mailxml_base:s10" minOccurs="0" />
<xs:element name="PostageStatementSummary" type="mailxml:postageStatementSummaryType" maxOccurs="unbounded" />
<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:attributeGroup ref="mailxml:MailXMLDashboardHeaderInfo" />
</xs:complexType>
</xs:element>
|