File Differences Analysis

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

Base file: Schema 2_0\ChangeConsumerLocationAccept.xsd

Compared file: schemas_211201\ChangeConsumerLocationAccept.xsd

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

<!-- Change Consumer Location 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"/>

<!--                                                            -->
<!--    Change Consumer Location Accept Response Main Section   -->
<!--                                                            -->

    <xsd:complexType name = "ChangeConsumerLocationAccept">
        <xsd:sequence>
            <xsd:element name = "ConsumerInformation"   type = "ConsumerInformationWithContact"/>
            <xsd:element name = "AccountInformation"    type = "AccountInformationChangeConsumerLocationAccept"/>
        </xsd:sequence>

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

<!--                                                            -->
<!--    Change Consumer Location Accept Response Definitions    -->
<!--                                                            -->

    <xsd:complexType name = "AccountInformationChangeConsumerLocationAccept">
        <xsd:sequence>
            <xsd:element name = "ValidationInformation"                 type = "ValidationInformationStandard"/>
            <xsd:element name = "ConsumerAccountNumber"                 type = "ConsumerAccountNumber" minOccurs = "1" maxOccurs = "2"/>
            <xsd:element name = "PreviousLocationAccountNumber"         type = "PreviousLocationAccountNumber"/>
            <xsd:element name = "CommodityType"                         type = "commodityType"/>
            <xsd:element name = "SpecifiedMeterReadDate"                type = "date" minOccurs = "0" maxOccurs = "1"/>
            <xsd:element name = "BillingCycle"                          type = "BillingCycle" minOccurs = "0" maxOccurs = "1"/>
            <xsd:element name = "ServiceLocationInformation"            type = "ServiceLocationInformation"/>
            <xsd:element name = "BillingInformation"                    type = "NameWithAddressAndContact"/>
            <xsd:element name = "ThirdPartyForCopiesOfBills"            type = "NameWithAddress" minOccurs = "0" maxOccurs = "1"/>
        </xsd:sequence>

        <xsd:attribute name = "LanguagePreference"  type = "languagePreference" use = "required"/>
        <xsd:attribute name = "BillingMethod"       type = "billingMethod" use = "required"/>
        <xsd:attribute name = "PaymentArrangement"  type = "yesNo" use = "required"/>
        <xsd:attribute name = "BudgetBilling"       type = "yesNo" use = "required"/>
    </xsd:complexType>

</xsd:schema>