File Differences Analysis

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

Base file: Schema 2_0\ChangeConsumerRequest.xsd

Compared file: schemas_211201\ChangeConsumerRequest.xsd

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

<!-- Change Consumer Request Schema for Ontario v2.0 2001/08/03 -->
<!-- Proposed Change Consumer Information Request Schema for Ontario v2.1 2001/12/21 --> (Item #636)

<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 Request Main SectionInformation Request Main Section            --> (Item #636)
<!--                                                -->
        
    <xsd:complexType name = "ChangeConsumerRequest">
        <xsd:sequence>
            <xsd:element name = "ChangeInformation" type = "ChangeInformation"      type = "ChangeInfo"                     minOccurs = "1" maxOccurs = "unbounded"/>
            <xsd:element name = "ConsumerInformation"   type = "ConsumerInformationWithContactChangeInfo"   minOccurs = "0" maxOccurs = "1"/>
            <xsd:element name = "AccountInformation"    type = "AccountInformationChangeConsumerRequestInfo"/>
        </xsd:sequence>
        <xsd:attribute name = "RequestedEffectiveDate"  type = "date" use = "optional"/>
    </xsd:complexType>

<!--                                                -->
<!--    Change Consumer Request Definitions         Information Request Definitions             -->
<!--                                                -->

    <xsd:complexType name = "AccountInformationChangeConsumerRequest">
        <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:sequence>
    </xsd:complexType>

</xsd:schema>