File Differences Analysis

Generated by CSDiff on 2002/01/03 4:00 PM

Base file: Schema 2_0\MarketParticipantDirectoryFA.xsd

Compared file: schemas_211201\MarketParticipantDirectoryFA.xsd

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

<!-- Market Participant Directory FA 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 FA Main Section   -->
<!--                                            -->

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

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

<!-- -->
    <xsd:complexType name = "MarketParticipantFA">
        <xsd:sequence>
            <xsd:element name = "CompanyName"       type = "lengthSixty"/>
            <xsd:element name = "OEBLicenceNumber"  type = "lengthThirteen"/>
        </xsd:sequence>
        <xsd:attribute name = "ParticipantType" type = "participantTypeFA" use = "required"/>
    </xsd:complexType>

</xsd:schema>