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