File Differences Analysis

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

Base file: Schema 2_0\PIPEDocument.xsd

Compared file: schemas_211201\PIPEDocument.xsd

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

<!-- PIPE Document 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 = "MarketParticipantDirectory.xsd"/>
    <xsd:include schemaLocation = "PIPTransaction.xsd"/>

<!--                                        -->
<!-- The Main XML Document                  -->
<!--                                        -->

    <xsd:element name = "PIPEDocument" type = "PIPEDocument"/>

    <xsd:complexType name = "PIPEDocument">
        <xsd:sequence>
            <xsd:element name = "MarketParticipantDirectory"    type = "MarketParticipantDirectory"/>
            <xsd:element name = "PIPTransaction"                type = "PIPTransaction" minOccurs = "1" maxOccurs = "unbounded"/>
        </xsd:sequence>

        <xsd:attribute name = "Version"                     type = "version" use = "required"/>
        <xsd:attribute name = "DocumentReferenceNumber"     type = "lengthThirty" use = "required"/>
        <xsd:attribute name = "CreationDate"                type = "dateTimeSecond" use = "required"/>

    </xsd:complexType>

</xsd:schema>