File Differences Analysis

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

Base file: Schema 2_0\MarketParticipantDirectory.xsd

Compared file: schemas_211201\MarketParticipantDirectory.xsd

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

<!-- Market Participant Directory 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"/>

<!--                                            -->
<!-- Market Participant Directory Main Section  -->
<!--                                            -->

    <xsd:complexType name = "MarketParticipantDirectory">
        <xsd:sequence>
            <xsd:element name = "Sender"    type = "Sender"/>
            <xsd:element name = "Recipient" type = "Recipient"/>
        </xsd:sequence>
    </xsd:complexType>

<!--                                                    -->
<!-- Market Participant Directory Definitions Section   -->
<!--                                                    -->

    <xsd:complexType name = "Sender">
        <xsd:sequence>
            <xsd:element name = "MarketParticipant" type = "MarketParticipant"/>
        </xsd:sequence>
    </xsd:complexType>

<!-- -->
    <xsd:complexType name = "Recipient">
        <xsd:sequence>
            <xsd:element name = "MarketParticipant" type = "MarketParticipant"/>
        </xsd:sequence>
    </xsd:complexType>

<!-- -->
    <xsd:complexType name = "MarketParticipant">
        <xsd:sequence>
            <xsd:element name = "CompanyName"       type = "lengthSixty"/>
            <xsd:element name = "OEBLicenceNumber"  type = "lengthThirteen"/>
        </xsd:sequence>

        <xsd:attribute name = "ParticipantType" type = "participantType" use = "required"/>
    </xsd:complexType>

</xsd:schema>