(Item #603-New EBT Transaction.)

Notes:

+The information for the NSLSDaily transaction comes from the data that is available from the 'Preliminary Statement' from the IMO.

+ No Application Acknowledgement response is required for this transaction.

+ Any re-sent NSLS information will replace the older copies of the data in this transaction. Because of this, no cancel transaction is required.

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

<!-- NSLS Daily Schema for Ontario v2.1 2001/12/21 -->

<xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema"

xmlns = "http://www.oeb.gov.on.ca"

targetNamespace = "http://www.oeb.gov.on.ca"

elementFormDefault="qualified">

<xsd:include schemaLocation = "SimpleTypes.xsd"/>

<!-- -->

<!-- NSLS Daily Main Section -->

<!-- -->

<xsd:complexType name = "NSLSDaily">

<xsd:sequence>

<xsd:element name = "Zone" minOccurs = "1" maxOccurs = "unbounded">

<xsd:complexType>

<xsd:sequence>

<xsd:element name = "NSLSEntry" type = "NSLSEntry" minOccurs = "24" maxOccurs = "24"/>

</xsd:sequence>

<xsd:attribute name = "ZoneID" type = "lengthThirty"/>

</xsd:complexType>

</xsd:element>

</xsd:sequence>

<xsd:attribute name = "Date" type = "date" use = "required"/>

<xsd:attribute name = "UnitOfMeasure" type = "NSLSUnitOfMeasure" use = "optional"/>

</xsd:complexType>

<!-- -->

<!-- NSLS Daily Definitions -->

<!-- -->

<xsd:complexType name = "NSLSEntry">

<xsd:sequence>

<xsd:element name = "Consumption" type = "usageData"/>

<xsd:element name = "Price" type = "rateAmount"/>

</xsd:sequence>

</xsd:complexType>

<xsd:simpleType name="NSLSUnitOfMeasure">

<xsd:restriction base="xsd:string">

<xsd:enumeration value="kWh" />

</xsd:restriction>

</xsd:simpleType>

</xsd:schema>