Definition Type: Element
Name: QualificationSummaryReport
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 PostageStatements in schema mailxml_120308_xsd Drilldown into TotalClosedPieces in schema mailxml_120308_xsd Drilldown into TotalPieces in schema mailxml_120308_xsd Drilldown into FormType in schema mailxml_120308_xsd Drilldown into ClosedPieces in schema mailxml_120308_xsd Drilldown into Pieces in schema mailxml_120308_xsd Drilldown into RateCategory in schema mailxml_120308_xsdXSD Diagram of QualificationSummaryReport in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RateCategory mailxml:RateCategory (1) (1)
Pieces mailxml:Pieces (1) (1)
ClosedPieces mailxml:ClosedPieces (1) (1)
FormType mailxml:FormType (1) (1)
TotalPieces mailxml:TotalPieces (1) (1)
TotalClosedPieces mailxml:TotalClosedPieces (1) (1)
PostageStatements mailxml:PostageStatements (1) (1)