File Differences Analysis

Generated by CSDiff on 2002/01/03 3:37 PM

Base file: Schema 2_0\HistoricalPaymentAccept.xsd

Compared file: schemas_211201\HistoricalPaymentAccept.xsd

<?xml version = "1.0" encoding = "ISO-8859-1"?>

<!-- Historical Payment Accept Response Schema for Ontario v2.0 2001/08/031 2001/12/21 -->

<xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"  
        xmlns = "http://www.oeb.gov.on.ca/" (Item #570)
        targetNamespace = "http://www.oeb.gov.on.ca/" (Item #570)
        elementFormDefault="qualified">

    <xsd:include schemaLocation = "SimpleTypes.xsd"/>
    <xsd:include schemaLocation = "CommonTypes.xsd"/>

<!--                                                            -->
<!--    Historical Payment Accept Response Main Section     -->
<!--                                                            -->

    <xsd:complexType name = "HistoricalPaymentAccept">
        <xsd:sequence>
            <xsd:element name = "ConsumerInformation"   type = "ConsumerInformationStandard"/>
            <xsd:element name = "AccountInformation"    type = "AccountInformationHistoricalPaymentAccept"/>    
        </xsd:sequence>

        <xsd:attribute name = "OriginalTransactionReferenceNumber"  type = "lengthThirty" use = "required"/> (Item #600)
    </xsd:complexType>

<!--                                                        -->
<!--    Historical Payment Accept Response Definitions      -->
<!--                                                        -->

    <xsd:complexType name = "AccountInformationHistoricalPaymentAccept">
        <xsd:sequence>
            <xsd:element name = "ValidationInformation" type = "ValidationInformationStandard"/>
            <xsd:element name = "ConsumerAccountNumber" type = "ConsumerAccountNumber" minOccurs = "1" maxOccurs = "2"/>
            <xsd:element name = "CommodityType"         type = "commodityType"/>
            <xsd:element name = "PaymentSummary">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name = "NumberOfPaymentPeriods"    type = "numberOfPaymentPeriods"/>
                        <xsd:element name = "NumberOfDisconnects"       type = "numberOfDisconnects"/>
                        <xsd:element name = "NumberOfNSFChecks"         type = "numberOfNSFChecks"/>
                        <xsd:element name = "NumberOfDaysOverdue"       type = "numberOfDaysOverdue"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>

    </xsd:complexType>

</xsd:schema>