Definition Type: Element
Name: PaymentMessage
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 TimeOfTransaction in schema mailxml_120308_xsd Drilldown into DateOfTransaction in schema mailxml_120308_xsd Drilldown into PostageAmountPaid in schema mailxml_120308_xsd Drilldown into MailingFacility in schema mailxml_120308_xsd Drilldown into CustomerReferenceTransactionNumber in schema mailxml_120308_xsd Drilldown into PostageStatementTransactionNumber in schema mailxml_120308_xsdXSD Diagram of PaymentMessage in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:element name="PaymentMessage">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PostageStatementTransactionNumber" type="xs:string" />
            <xs:element name="CustomerReferenceTransactionNumber" type="xs:string" />
            <xs:element name="MailingFacility" type="xs:string" />
            <xs:element name="PostageAmountPaid" type="xs:double" />
            <xs:element name="DateOfTransaction" type="xs:date" />
            <xs:element name="TimeOfTransaction" type="xs:time" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PostageStatementTransactionNumber mailxml:PostageStatementTransactionNumber (1) (1)
CustomerReferenceTransactionNumber mailxml:CustomerReferenceTransactionNumber (1) (1)
MailingFacility mailxml:MailingFacility (1) (1)
PostageAmountPaid mailxml:PostageAmountPaid (1) (1)
DateOfTransaction mailxml:DateOfTransaction (1) (1)
TimeOfTransaction mailxml:TimeOfTransaction (1) (1)