Definition Type: Element
Name: ReconciliationReportQueryResponse
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Documentation:
Response to the query for a reconciliation report.
Collapse XSD Schema Diagram:
Drilldown into QueryError in schema mailxml_120308_xsd Drilldown into QueryResults in schema mailxml_120308_xsd Drilldown into MailingGroupID in schema mailxml_120308_xsd Drilldown into CustomerGroupID in schema mailxml_120308_xsd Drilldown into MailXMLDashboardHeaderInfo in schema mailxml_120308_xsdXSD Diagram of ReconciliationReportQueryResponse in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="ReconciliationReportQueryResponse">
    <xs:annotation>
        <xs:documentation>Response to the query for a reconciliation report.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice>
                <xs:element name="QueryResults">
                    <xs:complexType>
                        <xs:sequence maxOccurs="unbounded">
                            <xs:element name="MailingGroupSummary">
                                <xs:annotation>
                                    <xs:documentation>
                                    </xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:sequence>
                                        <xs:element name="MailerJobID" type="mailxml_base:s12" />
                                        <xs:element name="BeginDate" type="xs:dateTime" />
                                        <xs:element name="EndDate" type="xs:dateTime" />
                                        <xs:element name="OpenDate" type="xs:dateTime" />
                                        <xs:element name="CloseDate" type="xs:dateTime" />
                                        <xs:element name="PreparerName" type="xs:string" />
                                        <xs:element name="PreparerCRID" type="mailxml_base:CRIDType" />
                                        <xs:element name="Origin" type="xs:string" />
                                        <xs:element name="Description" type="xs:string" />
                                    </xs:sequence>
                                </xs:complexType>
                            </xs:element>
                            <xs:element name="QualificationSummaryReport" minOccurs="0" maxOccurs="unbounded">
                                <xs:annotation>
                                    <xs:documentation>
                                    </xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:sequence>
                                        <xs:element name="RateCategory" type="xs:string" />
                                        <xs:element name="Pieces" type="xs:nonNegativeInteger" />
                                        <xs:element name="ClosedPieces" type="xs:nonNegativeInteger" />
                                        <xs:element name="FormType" type="mailxml_base:s02" />
                                        <xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
                                        <xs:element name="TotalClosedPieces" type="xs:nonNegativeInteger" />
                                        <xs:element name="PostageStatements">
                                            <xs:complexType>
                                                <xs:sequence>
                                                    <xs:element name="Line" type="mailxml_base:s02" />
                                                    <xs:element name="USPSProcessingDue">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="Pieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                                <xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="TotalPostage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="Finalized">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="Pieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                                <xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="TotalPostage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                </xs:sequence>
                                            </xs:complexType>
                                        </xs:element>
                                    </xs:sequence>
                                </xs:complexType>
                            </xs:element>
                            <xs:element name="ReconciliationReport" minOccurs="0" maxOccurs="unbounded">
                                <xs:annotation>
                                    <xs:documentation>
                                    </xs:documentation>
                                </xs:annotation>
                                <xs:complexType>
                                    <xs:sequence>
                                        <xs:element name="QualificationReports">
                                            <xs:annotation>
                                                <xs:documentation>
                                                </xs:documentation>
                                            </xs:annotation>
                                            <xs:complexType>
                                                <xs:sequence>
                                                    <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                    <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                    <xs:element name="Postage" type="xs:double" />
                                                    <xs:element name="ClosedContainers">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="PostageStatementsCanceled">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="PostageStatementsUSPSProcessingDue">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="PostageStatementsReworked">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="PostageStatementsFinalized">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="PostageStatementsReversed">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="PostageStatementsNotAvailable">
                                                        <xs:complexType>
                                                            <xs:sequence>
                                                                <xs:element name="OriginalPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="ActualPieces" type="xs:nonNegativeInteger" />
                                                                <xs:element name="Postage" type="xs:double" />
                                                            </xs:sequence>
                                                        </xs:complexType>
                                                    </xs:element>
                                                    <xs:element name="TotalPieces" type="xs:nonNegativeInteger" />
                                                    <xs:element name="TotalActualPieces" type="xs:nonNegativeInteger" />
                                                    <xs:element name="TotalPostage" type="xs:double" />
                                                </xs:sequence>
                                            </xs:complexType>
                                        </xs:element>
                                    </xs:sequence>
                                </xs:complexType>
                            </xs:element>
                            <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
QueryResults mailxml:QueryResults (1) (1)
QueryError mailxml:QueryError (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
CustomerGroupID mailxml:CustomerGroupID Required
MailingGroupID mailxml:MailingGroupID Required