Definition Type: Element
Name: QueryResults
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReturnInfo in schema mailxml_120308_xsd Drilldown into ReconciliationReport in schema mailxml_120308_xsd Drilldown into QualificationSummaryReport in schema mailxml_120308_xsd Drilldown into MailingGroupSummary in schema mailxml_120308_xsdXSD Diagram of QueryResults in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MailingGroupSummary mailxml:MailingGroupSummary (1) (1)
QualificationSummaryReport mailxml:QualificationSummaryReport 0 unbounded
ReconciliationReport mailxml:ReconciliationReport 0 unbounded
ReturnInfo mailxml:ReturnInfo 0 (1)