mms-client 1.10.0__py3-none-any.whl → 1.11.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1489 +1,1555 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <xs:schema elementFormDefault="qualified"
3
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
- version="1.0">
5
-
6
- <xs:annotation>
7
- <xs:documentation xml:lang="en">
8
-
9
- +-----------------------------------------------+
10
- | |
11
- | COPYRIGHT (c) 2017 |
12
- | |
13
- | ABB BUSINESS MANAGEMENT SYSTEMS |
14
- | |
15
- | All rights reserved |
16
- | |
17
- +-----------------------------------------------+
18
-
19
- This is the XML schema for MI outbound reports.
20
-
21
- History:
22
-
23
- 001 26-Aug-2019 ABB Initial version.
24
- 002 24-Dec-2019 ABB Changes by JPABB as per XSD_PointOut_R08
25
- 003 20-Jan-2019 ABB Changes as per XSD_PointOut_R09
26
- 004 22-Jul-2020 ABB Changes as per XSD_PointOut_R12
27
- 005 21-Aug-2020 ABB Changes for CR-12
28
- 006 12-Mar-2021 HAPG Changes for Phase2
29
- 007 07-Jul-2021 HAPG Changes for CR-12; change CommandMethod to SignalType
30
- 008 14-Dec-2021 HAPG SF5691151; matching XSD with Interface
31
- 009 13-May-2022 HENG Ph2.5; Updated FromCapacity in BUP to accommodate negative values
32
- 010 28-Nov-2022 HENG Changes for Ph3;
33
-
34
- </xs:documentation>
35
- </xs:annotation>
36
-
37
- <xs:element name="OutboundData" type="OutboundDataType"/>
38
-
39
- <xs:simpleType name="DatasetNameType">
40
- <xs:restriction base="xs:string">
41
- <xs:enumeration value="ResourceList"/>
42
- <xs:enumeration value="BSP_ResourceList"/>
43
- <xs:enumeration value="ResourceSttl"/>
44
- <xs:enumeration value="ResourceSttlOTM"/>
45
- <xs:enumeration value="Offers"/>
46
- <xs:enumeration value="BSP_Offers"/>
47
- <xs:enumeration value="ReserveReqs"/>
48
- <xs:enumeration value="BUP"/>
49
- <xs:enumeration value="BSP_BUP"/>
50
- <xs:enumeration value="MOL"/>
51
- <xs:enumeration value="ContractResult"/>
52
- <xs:enumeration value="BSP_ContractResult"/>
53
- <xs:enumeration value="MeasureBaseContractResult"/>
54
- <xs:enumeration value="BSP_MeasureBaseContractResult"/>
55
- <xs:enumeration value="ContractResultAfterGC"/>
56
- <xs:enumeration value="BSP_ContractResultAfterGC"/>
57
- <xs:enumeration value="SwitchRequest"/>
58
- <xs:enumeration value="AccessLog"/>
59
- </xs:restriction>
60
- </xs:simpleType>
61
-
62
- <xs:simpleType name="JapaneseStringType">
63
- <xs:restriction base="xs:string">
64
- </xs:restriction>
65
- </xs:simpleType>
66
-
67
- <xs:simpleType name="AsciiJapaneseStringType">
68
- <xs:restriction base="xs:string">
69
- </xs:restriction>
70
- </xs:simpleType>
71
-
72
- <xs:simpleType name="DateTimeIndicatorType">
73
- <xs:restriction base="xs:string">
74
- <xs:enumeration value="JST"/>
75
- </xs:restriction>
76
- </xs:simpleType>
77
-
78
- <xs:simpleType name="DatasetTypeType">
79
- <xs:restriction base="xs:string">
80
- <xs:enumeration value="ON_DEMAND"/>
81
- </xs:restriction>
82
- </xs:simpleType>
83
-
84
- <xs:simpleType name="DateStampType">
85
- <xs:restriction base="xs:date"/>
86
- </xs:simpleType>
87
-
88
- <xs:simpleType name="DateTypeType">
89
- <xs:restriction base="xs:string">
90
- <xs:enumeration value="TRADE"/>
91
- </xs:restriction>
92
- </xs:simpleType>
93
-
94
- <xs:simpleType name="TimeStampType">
95
- <xs:restriction base="xs:dateTime"/>
96
- </xs:simpleType>
97
-
98
- <xs:simpleType name="ErrorType">
99
- <xs:restriction base="xs:string" />
100
- </xs:simpleType>
101
-
102
- <xs:simpleType name="RowType">
103
- <xs:restriction base="xs:integer">
104
- <xs:maxInclusive value="99999999"/>
105
- <xs:minInclusive value="1"/>
106
- </xs:restriction>
107
- </xs:simpleType>
108
-
109
- <xs:simpleType name="ApplicationNameType">
110
- <xs:restriction base="xs:string" />
111
- </xs:simpleType>
112
-
113
- <xs:simpleType name="ActionPerformedType">
114
- <xs:restriction base="xs:string">
115
- <xs:enumeration value="SUBMIT"/>
116
- <xs:enumeration value="QUERY"/>
117
- <xs:enumeration value="DOWNLOAD"/>
118
- </xs:restriction>
119
- </xs:simpleType>
120
-
121
- <xs:simpleType name="MarketContextType">
122
- <xs:restriction base="xs:string">
123
- <xs:maxLength value="256"/>
124
- <xs:minLength value="1"/>
125
- </xs:restriction>
126
- </xs:simpleType>
127
-
128
- <xs:simpleType name="VenidType">
129
- <xs:restriction base="xs:string">
130
- <xs:maxLength value="64"/>
131
- <xs:minLength value="1"/>
132
- </xs:restriction>
133
- </xs:simpleType>
134
-
135
- <xs:simpleType name="ModelNameType">
136
- <xs:restriction base="AsciiJapaneseStringType">
137
- <xs:maxLength value="50"/>
138
- <xs:minLength value="1"/>
139
- </xs:restriction>
140
- </xs:simpleType>
141
-
142
- <xs:simpleType name="TransactionIDType">
143
- <xs:restriction base="xs:string">
144
- <xs:maxLength value="10"/>
145
- <xs:minLength value="1"/>
146
- </xs:restriction>
147
- </xs:simpleType>
148
-
149
- <!-- Codes for ContractSourceType
150
- 1: MA
151
- 2: SWITCHING
152
- -->
153
-
154
- <xs:simpleType name="ContractSourceType">
155
- <xs:restriction base="xs:string">
156
- <xs:enumeration value="1"/>
157
- <xs:enumeration value="2"/>
158
- </xs:restriction>
159
- </xs:simpleType>
160
-
161
- <xs:simpleType name="UserNameType">
162
- <xs:restriction base="xs:string">
163
- <xs:maxLength value="12"/>
164
- <xs:minLength value="1"/>
165
- </xs:restriction>
166
- </xs:simpleType>
167
-
168
- <xs:simpleType name="InPlantRateType">
169
- <xs:restriction base="xs:string">
170
- <xs:maxLength value="100"/>
171
- <xs:minLength value="1"/>
172
- </xs:restriction>
173
- </xs:simpleType>
174
-
175
- <xs:simpleType name="TimeToSwitchOpBandType">
176
- <xs:restriction base="xs:integer">
177
- <xs:maxInclusive value="99"/>
178
- <xs:minInclusive value="0"/>
179
- </xs:restriction>
180
- </xs:simpleType>
181
-
182
- <xs:simpleType name="ContractNumberType">
183
- <xs:restriction base="xs:string">
184
- <xs:maxLength value="50"/>
185
- <xs:minLength value="1"/>
186
- </xs:restriction>
187
- </xs:simpleType>
188
-
189
- <xs:simpleType name="JBMSIdType">
190
- <xs:restriction base="xs:long">
191
- <xs:minInclusive value="1"/>
192
- <xs:maxInclusive value="999999999999999999"/>
193
- </xs:restriction>
194
- </xs:simpleType>
195
-
196
- <xs:simpleType name="JBMSIdOnd16Type">
197
- <xs:restriction base="xs:string">
198
- </xs:restriction>
199
- </xs:simpleType>
200
-
201
- <xs:simpleType name="OfferIDType">
202
- <xs:restriction base="xs:string">
203
- <xs:maxLength value="30"/>
204
- <xs:minLength value="1"/>
205
- <xs:pattern value="[a-zA-Z0-9_-]*"/>
206
- </xs:restriction>
207
- </xs:simpleType>
208
-
209
- <xs:simpleType name="TextStringType">
210
- <xs:restriction base="xs:string" />
211
- </xs:simpleType>
212
-
213
- <xs:simpleType name="ParticipantNameType">
214
- <xs:restriction base="xs:string">
215
- <xs:length value="4"/>
216
- </xs:restriction>
217
- </xs:simpleType>
218
-
219
- <xs:simpleType name="OCCTOCodeType">
220
- <xs:restriction base="xs:string">
221
- <xs:length value="4"/>
222
- </xs:restriction>
223
- </xs:simpleType>
224
-
225
- <xs:simpleType name="CompanyShortNameType">
226
- <xs:restriction base="JapaneseStringType">
227
- <xs:maxLength value="10"/>
228
- <xs:minLength value="1"/>
229
- </xs:restriction>
230
- </xs:simpleType>
231
-
232
- <xs:simpleType name="ParticipantTypeType">
233
- <xs:restriction base="xs:string">
234
- <xs:enumeration value="BSP"/>
235
- <xs:enumeration value="TSO"/>
236
- <xs:enumeration value="MO"/>
237
- </xs:restriction>
238
- </xs:simpleType>
239
-
240
- <xs:simpleType name="ResourceNameType">
241
- <xs:restriction base="xs:string">
242
- <xs:maxLength value="10"/>
243
- <xs:minLength value="1"/>
244
- </xs:restriction>
245
- </xs:simpleType>
246
-
247
- <xs:simpleType name="SystemCodeType">
248
- <xs:restriction base="xs:string">
249
- <xs:length value="5"/>
250
- </xs:restriction>
251
- </xs:simpleType>
252
-
253
- <xs:simpleType name="ResourceShortNameType">
254
- <xs:restriction base="JapaneseStringType">
255
- <xs:maxLength value="10"/>
256
- <xs:minLength value="1"/>
257
- </xs:restriction>
258
- </xs:simpleType>
259
-
260
- <xs:simpleType name="ResourceLongNameType">
261
- <xs:restriction base="JapaneseStringType">
262
- <xs:maxLength value="50"/>
263
- <xs:minLength value="1"/>
264
- </xs:restriction>
265
- </xs:simpleType>
266
-
267
- <xs:simpleType name="BGCodeType">
268
- <xs:restriction base="xs:string">
269
- <xs:maxLength value="5"/>
270
- <xs:minLength value="5"/>
271
- </xs:restriction>
272
- </xs:simpleType>
273
-
274
- <xs:simpleType name="AddressType">
275
- <xs:restriction base="xs:string">
276
- <xs:maxLength value="50"/>
277
- <xs:minLength value="1"/>
278
- </xs:restriction>
279
- </xs:simpleType>
280
-
281
- <!-- Market Types -->
282
- <xs:simpleType name="MarketTypeType">
283
- <xs:restriction base="xs:string">
284
- <xs:enumeration value="DAM"/>
285
- <xs:enumeration value="WAM"/>
286
- </xs:restriction>
287
- </xs:simpleType>
288
-
289
- <!-- Codes for Resource Type
290
- • 01: THERMAL
291
- 02: HYDRO
292
- 03: PUMP
293
- 04: BATTERY
294
- 05: VPP_GEN
295
- 06: VPP_GEN_AND_DEM
296
- 07: VPP_DEM
297
-
298
- -->
299
- <xs:simpleType name="ResourceTypeType">
300
- <xs:restriction base="xs:string">
301
- <xs:enumeration value="01"/>
302
- <xs:enumeration value="02"/>
303
- <xs:enumeration value="03"/>
304
- <xs:enumeration value="04"/>
305
- <xs:enumeration value="05"/>
306
- <xs:enumeration value="06"/>
307
- <xs:enumeration value="07"/>
308
- </xs:restriction>
309
- </xs:simpleType>
310
-
311
- <!-- Codes for Thermal Type
312
- 1: GT
313
- 2: GTCC
314
- 9: OTHERS
315
- -->
316
- <xs:simpleType name="ThermalTypeType">
317
- <xs:restriction base="xs:string">
318
- <xs:enumeration value="1"/>
319
- <xs:enumeration value="2"/>
320
- <xs:enumeration value="9"/>
321
- </xs:restriction>
322
- </xs:simpleType>
323
-
324
- <!-- Codes for Commodity Category Type
325
- True: Primary, Secondary 1/2, Tertiary 1/2:Available for Offering
326
- False: Primary, Secondary 1/2, Tertiary 1/2:Not Available for Offering
327
- -->
328
- <xs:simpleType name="CommodityCategoryOfferType">
329
- <xs:restriction base="xs:boolean">
330
- </xs:restriction>
331
- </xs:simpleType>
332
-
333
- <!-- Codes for Command Method Type
334
- 1: ACTUAL_OUTPUT_ORDER
335
- 2: DIFFERENTIAL_OUTPUT_ORDER
336
- -->
337
- <xs:simpleType name="SignalTypeType">
338
- <xs:restriction base="xs:string">
339
- <xs:enumeration value="1"/>
340
- <xs:enumeration value="2"/>
341
- </xs:restriction>
342
- </xs:simpleType>
343
-
344
- <!-- Codes for Baseline Setting Method Type
345
- 1: PREDICTION_BASE
346
- 2: MEASUREMENT_BASE
347
- -->
348
- <xs:simpleType name="BaselineSettingsMethodType">
349
- <xs:restriction base="xs:string">
350
- <xs:enumeration value="1"/>
351
- <xs:enumeration value="2"/>
352
- </xs:restriction>
353
- </xs:simpleType>
354
-
355
- <!-- Codes for Availability of remaining reserve utilization Type
356
-  0: NOT_AVAILABLE
357
-  1: AVAILABLE_FOR_UP_ONLY
358
-  2: AVAILABLE_FOR_DOWN_ONLY
359
- 3: AVAILABLE_FOR_UP_AND_DOWN
360
- -->
361
- <xs:simpleType name="RemResvUtilizationType">
362
- <xs:restriction base="xs:string">
363
- <xs:enumeration value="0"/>
364
- <xs:enumeration value="1"/>
365
- <xs:enumeration value="2"/>
366
- <xs:enumeration value="3"/>
367
- </xs:restriction>
368
- </xs:simpleType>
369
-
370
- <!-- Codes for ProcurementAreaType
371
- 01: CROSS-REGIONAL
372
- -->
373
-
374
- <xs:simpleType name="ProcurementAreaType">
375
- <xs:restriction base="xs:string">
376
- <xs:enumeration value="01"/>
377
- </xs:restriction>
378
- </xs:simpleType>
379
-
380
- <!-- Codes for Areas
381
-  01: HOKKAIDO
382
-  02: TOHOKU
383
-  03: TOKYO
384
- 04: CHUBU
385
- 05: HOKURIKU
386
- 06: KANSAI
387
- 07: CHUGOKU
388
- 08: SHIKOKU
389
- 09: KYUSHU
390
- 10: OKINAWA
391
- -->
392
- <xs:simpleType name="AreaType">
393
- <xs:restriction base="xs:string">
394
- <xs:enumeration value="01"/>
395
- <xs:enumeration value="02"/>
396
- <xs:enumeration value="03"/>
397
- <xs:enumeration value="04"/>
398
- <xs:enumeration value="05"/>
399
- <xs:enumeration value="06"/>
400
- <xs:enumeration value="07"/>
401
- <xs:enumeration value="08"/>
402
- <xs:enumeration value="09"/>
403
- <xs:enumeration value="10"/>
404
- </xs:restriction>
405
- </xs:simpleType>
406
-
407
- <!-- Codes for DirectionType
408
- 1: UP
409
- 2: DOWN
410
- -->
411
-
412
- <xs:simpleType name="DirectionType">
413
- <xs:restriction base="xs:string">
414
- <xs:enumeration value="1"/>
415
- <xs:enumeration value="2"/>
416
- </xs:restriction>
417
- </xs:simpleType>
418
-
419
- <!-- Codes for ContractResultValueType
420
- 1: FULL
421
- 2: PARTIAL
422
- -->
423
-
424
- <xs:simpleType name="ContractResultValueType">
425
- <xs:restriction base="xs:string">
426
- <xs:enumeration value="1"/>
427
- <xs:enumeration value="2"/>
428
- </xs:restriction>
429
- </xs:simpleType>
430
-
431
- <xs:simpleType name="PriceDetailsType">
432
- <xs:restriction base="xs:string">
433
- <xs:enumeration value="OUTPUT BAND"/>
434
- <xs:enumeration value="ABC CONSTANT"/>
435
- <xs:enumeration value="STARTUP COST"/>
436
- </xs:restriction>
437
- </xs:simpleType>
438
-
439
- <xs:simpleType name="BandNumberType">
440
- <xs:restriction base="xs:integer">
441
- <xs:minInclusive value="1"/>
442
- <xs:maxInclusive value="20"/>
443
- </xs:restriction>
444
- </xs:simpleType>
445
-
446
- <xs:simpleType name="CaseNumberType">
447
- <xs:restriction base="xs:integer">
448
- <xs:minInclusive value="1"/>
449
- <xs:maxInclusive value="10"/>
450
- </xs:restriction>
451
- </xs:simpleType>
452
-
453
- <xs:simpleType name="StackNumberType">
454
- <xs:restriction base="xs:integer">
455
- <xs:minInclusive value="1"/>
456
- <xs:maxInclusive value="20"/>
457
- </xs:restriction>
458
- </xs:simpleType>
459
-
460
- <xs:simpleType name="DownloadFileNameType">
461
- <xs:restriction base="xs:string">
462
- <xs:maxLength value="60"/>
463
- <xs:minLength value="5"/>
464
- </xs:restriction>
465
- </xs:simpleType>
466
-
467
-
468
- <xs:simpleType name="BaselineLoadFileNameType">
469
- <xs:restriction base="xs:string">
470
- <xs:minLength value="31"/>
471
- <xs:maxLength value="40"/>
472
- <xs:pattern value="W9_[0-9]{4}_[0-9]{8}_[0-9]{2}_[A-Z0-9]{5}_[A-Z0-9_\-]{1,10}\.xml"/>
473
- </xs:restriction>
474
- </xs:simpleType>
475
-
476
- <xs:simpleType name="FileNameType">
477
- <xs:restriction base="xs:string">
478
- <xs:minLength value="31"/>
479
- <xs:maxLength value="40"/>
480
- </xs:restriction>
481
- </xs:simpleType>
482
-
483
- <xs:simpleType name="FileIdentifierType">
484
- <xs:restriction base="xs:long">
485
- </xs:restriction>
486
- </xs:simpleType>
487
-
488
- <xs:simpleType name="StatusType">
489
- <xs:restriction base="xs:string">
490
- <xs:enumeration value="APPROVED"/>
491
- </xs:restriction>
492
- </xs:simpleType>
493
-
494
- <xs:simpleType name="ContractStatusType">
495
- <xs:restriction base="xs:string">
496
- <xs:enumeration value="ACTIVE"/>
497
- <xs:enumeration value="SWITCHED"/>
498
- <xs:enumeration value="TENTATIVE"/>
499
- <xs:enumeration value="TSO"/>
500
- </xs:restriction>
501
- </xs:simpleType>
502
-
503
- <xs:simpleType name="RequestStatusType">
504
- <xs:restriction base="xs:string">
505
- <xs:enumeration value="Requested"/>
506
- <xs:enumeration value="Acknowledged"/>
507
- </xs:restriction>
508
- </xs:simpleType>
509
-
510
- <xs:simpleType name="kWPosValue7Type0Min">
511
- <xs:restriction base="xs:integer">
512
- <xs:maxInclusive value="9999999"/>
513
- <xs:minInclusive value="0"/>
514
- </xs:restriction>
515
- </xs:simpleType>
516
-
517
- <xs:simpleType name="KwPosNegValue7.0Type">
518
- <xs:restriction base="xs:int">
519
- <xs:minInclusive value="-9999999"/>
520
- <xs:maxInclusive value="9999999"/>
521
- </xs:restriction>
522
- </xs:simpleType>
523
-
524
- <xs:simpleType name="DRPatternNameType">
525
- <xs:restriction base="JapaneseStringType">
526
- <xs:maxLength value="10"/>
527
- <xs:minLength value="1"/>
528
- </xs:restriction>
529
- </xs:simpleType>
530
-
531
- <xs:simpleType name="DRPatternNumberType">
532
- <xs:restriction base="xs:integer">
533
- <xs:maxInclusive value="20"/>
534
- <xs:minInclusive value="1"/>
535
- </xs:restriction>
536
- </xs:simpleType>
537
-
538
- <xs:simpleType name="PatternNumberType">
539
- <xs:restriction base="xs:integer">
540
- <xs:maxInclusive value="10"/>
541
- <xs:minInclusive value="1"/>
542
- </xs:restriction>
543
- </xs:simpleType>
544
-
545
- <xs:simpleType name="StopTimeType">
546
- <xs:restriction base="xs:integer">
547
- <xs:maxInclusive value="999"/>
548
- <xs:minInclusive value="0"/>
549
- </xs:restriction>
550
- </xs:simpleType>
551
-
552
- <xs:simpleType name="RankType">
553
- <xs:restriction base="xs:integer">
554
- <xs:maxInclusive value="9999999"/>
555
- <xs:minInclusive value="1"/>
556
- </xs:restriction>
557
- </xs:simpleType>
558
-
559
- <xs:simpleType name="kVAType">
560
- <xs:restriction base="xs:integer">
561
- <xs:maxInclusive value="9999999"/>
562
- <xs:minInclusive value="1000"/>
563
- </xs:restriction>
564
- </xs:simpleType>
565
-
566
- <xs:simpleType name="kVType">
567
- <xs:restriction base="xs:decimal">
568
- <xs:maxInclusive value="1000.0"/>
569
- <xs:minInclusive value="0"/>
570
- </xs:restriction>
571
- </xs:simpleType>
572
-
573
- <xs:simpleType name="kWhType">
574
- <xs:restriction base="xs:integer">
575
- <xs:maxInclusive value="9999999"/>
576
- <xs:minInclusive value="1000"/>
577
- </xs:restriction>
578
- </xs:simpleType>
579
-
580
- <xs:simpleType name="PercentageType1">
581
- <xs:restriction base="xs:decimal">
582
- <xs:maxInclusive value="100.0"/>
583
- <xs:minInclusive value="0"/>
584
- </xs:restriction>
585
- </xs:simpleType>
586
-
587
- <xs:simpleType name="PercentageType2">
588
- <xs:restriction base="xs:decimal">
589
- <xs:maxInclusive value="100.00"/>
590
- <xs:minInclusive value="0"/>
591
- </xs:restriction>
592
- </xs:simpleType>
593
-
594
- <xs:simpleType name="PriceValue7.2Type">
595
- <xs:restriction base="xs:decimal">
596
- <xs:maxInclusive value="10000.00"/>
597
- <xs:minInclusive value="0.00"/>
598
- </xs:restriction>
599
- </xs:simpleType>
600
-
601
- <xs:simpleType name="PriceValue6.1Type">
602
- <xs:restriction base="xs:decimal">
603
- <xs:maxInclusive value="99999.9"/>
604
- <xs:minInclusive value="-99999.9"/>
605
- </xs:restriction>
606
- </xs:simpleType>
607
-
608
- <xs:simpleType name="PriceValue8Type">
609
- <xs:restriction base="xs:integer">
610
- <xs:maxInclusive value="99999999"/>
611
- <xs:minInclusive value="0"/>
612
- </xs:restriction>
613
- </xs:simpleType>
614
-
615
- <xs:simpleType name="PriceValue8.2Type">
616
- <xs:restriction base="xs:decimal">
617
- <xs:minInclusive value="0.00"/>
618
- <xs:maxInclusive value="1000000.00"/>
619
- <xs:fractionDigits value="2" />
620
- </xs:restriction>
621
- </xs:simpleType>
622
-
623
- <xs:simpleType name="KwPosValue13.0Type">
624
- <xs:restriction base="xs:long">
625
- <xs:minInclusive value="0"/>
626
- <xs:maxInclusive value="9999999999999"/>
627
- </xs:restriction>
628
- </xs:simpleType>
629
-
630
-
631
- <xs:simpleType name="PriceValue6.2Type">
632
- <xs:restriction base="xs:decimal">
633
- <xs:minInclusive value="0.00"/>
634
- <xs:maxInclusive value="9999.99"/>
635
- <xs:fractionDigits value="2" />
636
- </xs:restriction>
637
- </xs:simpleType>
638
-
639
- <xs:simpleType name="FrequencyType">
640
- <xs:restriction base="xs:decimal">
641
- <xs:maxInclusive value="70.0"/>
642
- <xs:minInclusive value="40.0"/>
643
- </xs:restriction>
644
- </xs:simpleType>
645
-
646
- <!-- Codes for Contract Type
647
-  1: MARKET
648
-  2: MARKET_AND_POWER_SUPPLY_II
649
-  3: POWER_SUPPLY_II
650
-  4: ONLY_POWER_SUPPLY_I’
651
-  5: MARKET_AND_REMAINING_RESERVE_UTILIZATION
652
-  6: REMAINING_RESERVE_UTILIZATION
653
- -->
654
- <xs:simpleType name="ContractTypeType">
655
- <xs:restriction base="xs:string">
656
- <xs:enumeration value="1"/>
657
- <xs:enumeration value="2"/>
658
- <xs:enumeration value="3"/>
659
- <xs:enumeration value="4"/>
660
- <xs:enumeration value="5"/>
661
- <xs:enumeration value="6"/>
662
- </xs:restriction>
663
- </xs:simpleType>
664
-
665
- <!-- Codes for Commodity Category Type
666
- 1000:PRIMARY
667
- 2100:SECONDARY(1)
668
- 2200:SECONDARY(2)
669
- 3100:TERTIARY(1)
670
- 3200:TERTIARY(2)
671
- 4000:COMPOUND
672
- -->
673
-
674
- <xs:simpleType name="CommodityCategoryType">
675
- <xs:restriction base="xs:string">
676
- <xs:enumeration value="1000"/>
677
- <xs:enumeration value="2100"/>
678
- <xs:enumeration value="2200"/>
679
- <xs:enumeration value="3100"/>
680
- <xs:enumeration value="3200"/>
681
- <xs:enumeration value="4000"/>
682
- </xs:restriction>
683
- </xs:simpleType>
684
-
685
- <!-- Codes for Command Operation Method Type
686
- 1:DEDICATED_LINE
687
- 2:SIMPLE_COMMAND
688
- 3:OFFLINE
689
- -->
690
- <xs:simpleType name="PriSec1CommandOperationMethodType">
691
- <xs:restriction base="xs:string">
692
- <xs:enumeration value="1"/>
693
- <xs:enumeration value="3"/>
694
- </xs:restriction>
695
- </xs:simpleType>
696
-
697
- <xs:simpleType name="Sec2Ter1Ter2CommandOperationMethodType">
698
- <xs:restriction base="xs:string">
699
- <xs:enumeration value="1"/>
700
- <xs:enumeration value="2"/>
701
- </xs:restriction>
702
- </xs:simpleType>
703
-
704
-
705
- <xs:simpleType name="YesNoType">
706
- <xs:restriction base="xs:string">
707
- <xs:enumeration value="Y"/>
708
- <xs:enumeration value="N"/>
709
- </xs:restriction>
710
- </xs:simpleType>
711
-
712
- <!-- Codes for AvailNotAvailType
713
- 1:AVAILABLE
714
- 0:NOT_AVAILABLE
715
- -->
716
- <xs:simpleType name="AvailNotAvailType">
717
- <xs:restriction base="xs:string">
718
- <xs:enumeration value="1"/>
719
- <xs:enumeration value="0"/>
720
- </xs:restriction>
721
- </xs:simpleType>
722
-
723
- <xs:complexType name="MessagesType">
724
- <xs:sequence>
725
- <xs:element name="ERROR" type="ErrorType" minOccurs="0" maxOccurs="unbounded" />
726
- </xs:sequence>
727
- </xs:complexType>
728
-
729
- <!-- 3.2.1.1.1 OND_0023a Resource List for TSO -->
730
- <xs:complexType name="ResourceListType">
731
- <xs:attribute name="ROW" type="RowType" use="optional"/>
732
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
733
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
734
- <xs:attribute name="StartDate" type="DateStampType" use="required"/>
735
- <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
736
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
737
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
738
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
739
- <xs:attribute name="Area" type="AreaType" use="required"/>
740
- <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
741
- <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
742
- <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
743
- <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
744
- <xs:attribute name="Ter2" type="CommodityCategoryOfferType" use="optional"/>
745
- <xs:attribute name="ContractType" type="ContractTypeType" use="required"/>
746
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
747
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
748
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
749
- <xs:attribute name="BaselineSettingsMethod" type="BaselineSettingsMethodType" use="optional"/>
750
- <xs:attribute name="SignalType" type="SignalTypeType" use="required"/>
751
- <xs:attribute name="PriRemResvUtilization" type="RemResvUtilizationType" use="required"/>
752
- <xs:attribute name="Sec1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
753
- <xs:attribute name="Sec2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
754
- <xs:attribute name="Ter1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
755
- <xs:attribute name="Ter2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
756
- </xs:complexType>
757
-
758
- <!-- 3.2.1.1.2 OND_0023b: Resource List for BSP -->
759
- <xs:complexType name="BSP_ResourceListType">
760
- <xs:attribute name="ROW" type="RowType" use="optional"/>
761
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
762
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
763
- <xs:attribute name="StartDate" type="DateStampType" use="required"/>
764
- <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
765
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
766
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
767
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
768
- <xs:attribute name="Area" type="AreaType" use="required"/>
769
- <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
770
- <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
771
- <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
772
- <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
773
- <xs:attribute name="Ter2" type="CommodityCategoryOfferType" use="optional"/>
774
- <xs:attribute name="ContractType" type="ContractTypeType" use="required"/>
775
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
776
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
777
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
778
- <xs:attribute name="BaselineSettingsMethod" type="BaselineSettingsMethodType" use="optional"/>
779
- <xs:attribute name="SignalType" type="SignalTypeType" use="required"/>
780
- <xs:attribute name="PriRemResvUtilization" type="RemResvUtilizationType" use="required"/>
781
- <xs:attribute name="Sec1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
782
- <xs:attribute name="Sec2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
783
- <xs:attribute name="Ter1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
784
- <xs:attribute name="Ter2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
785
- </xs:complexType>
786
-
787
- <!-- 3.2.1.2 OND_0033: Resources master for settlement -->
788
- <xs:complexType name="ResourceSttlType">
789
- <xs:attribute name="ROW" type="RowType" use="optional"/>
790
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
791
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
792
- <xs:attribute name="ResourceLongName" type="ResourceLongNameType" use="required"/>
793
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
794
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
795
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
796
- <xs:attribute name="StartDate" type="DateStampType" use="required"/>
797
- <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
798
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
799
- <xs:attribute name="Area" type="AreaType" use="required"/>
800
- <xs:attribute name="ContractType" type="ContractTypeType" use="required"/>
801
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
802
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
803
- <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
804
- <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
805
- <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
806
- <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
807
- <xs:attribute name="Ter2" type="CommodityCategoryOfferType" use="optional"/>
808
- <xs:attribute name="BaselineSettingsMethod" type="BaselineSettingsMethodType" use="optional"/>
809
- <xs:attribute name="SignalType" type="SignalTypeType" use="required"/>
810
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
811
- <xs:attribute name="Address" type="AddressType" use="required"/>
812
- <xs:attribute name="ModelName" type="ModelNameType" use="optional"/>
813
- <xs:attribute name="ThermalType" type="ThermalTypeType" use="optional"/>
814
- <xs:attribute name="RatedCapacity" type="kVAType" use="optional"/>
815
- <xs:attribute name="BatteryCapacity" type="kWhType" use="optional"/>
816
- <xs:attribute name="RatedVoltage" type="kVType" use="optional"/>
817
- <xs:attribute name="VoltageForContOpPct" type="PercentageType1" use="optional"/>
818
- <xs:attribute name="VoltageAdjustment" type="AvailNotAvailType" use="required"/>
819
- <xs:attribute name="RatedPowerFactorPct" type="PercentageType1" use="optional"/>
820
- <xs:attribute name="InPlantRate" type="InPlantRateType" use="optional"/>
821
- <xs:attribute name="BlackStart" type="AvailNotAvailType" use="optional"/>
822
- <xs:attribute name="FCBOperation" type="AvailNotAvailType" use="optional"/>
823
- <xs:attribute name="OverPowerOperation" type="AvailNotAvailType" use="optional"/>
824
- <xs:attribute name="PeakModeOperation" type="AvailNotAvailType" use="optional"/>
825
- <xs:attribute name="DSS" type="AvailNotAvailType" use="optional"/>
826
- <xs:attribute name="PumpUpCharging" type="AvailNotAvailType" use="optional"/>
827
- <xs:attribute name="VarSpeedOpChrgAdjOp" type="AvailNotAvailType" use="optional"/>
828
- <xs:attribute name="PhaseModifyingOp" type="AvailNotAvailType" use="optional"/>
829
- <xs:attribute name="PatternName" type="DRPatternNameType" use="optional"/>
830
- <xs:attribute name="PatternNumber" type="DRPatternNumberType" use="optional"/>
831
- <xs:attribute name="DRPatternStartDate" type="DateStampType" use="optional"/>
832
- <xs:attribute name="DRPatternEndDate" type="DateStampType" use="optional"/>
833
- <xs:attribute name="FileName" type="FileNameType" use="optional"/>
834
- <xs:attribute name="FileIdentifier" type="FileIdentifierType" use="optional"/>
835
- <xs:attribute name="DRPatternPriPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
836
- <xs:attribute name="DRPatternSec1PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
837
- <xs:attribute name="DRPatternSec2PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
838
- <xs:attribute name="DRPatternTer1PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
839
- <xs:attribute name="DRPatternTer2PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
840
- <xs:attribute name="DRPatternPriRemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
841
- <xs:attribute name="DRPatternSec1RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
842
- <xs:attribute name="DRPatternSec2RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
843
- <xs:attribute name="DRPatternTer1RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
844
- <xs:attribute name="DRPatternTer2RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
845
- <xs:attribute name="PriRemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
846
- <xs:attribute name="Sec1RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
847
- <xs:attribute name="Sec2RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
848
- <xs:attribute name="Ter1RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
849
- <xs:attribute name="Ter2RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
850
- <xs:attribute name="Status" type="StatusType" use="optional"/>
851
- <xs:attribute name="RatedOutput" type="kWPosValue7Type0Min" use="optional"/>
852
- <xs:attribute name="MinimumOutput" type="kWPosValue7Type0Min" use="optional"/>
853
- <xs:attribute name="MaxOutputOPMode" type="kWPosValue7Type0Min" use="optional"/>
854
- <xs:attribute name="MaxOutputPeakMode" type="kWPosValue7Type0Min" use="optional"/>
855
- <xs:attribute name="SwitchOutput" type="kWPosValue7Type0Min" use="optional"/>
856
- <xs:attribute name="TimeToSwitchOpBand" type="TimeToSwitchOpBandType" use="optional"/>
857
- <xs:attribute name="VENID" type="VenidType" use="optional"/>
858
- <xs:attribute name="BGCode" type="BGCodeType" use="optional"/>
859
- <xs:attribute name="PriMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
860
- <xs:attribute name="Sec1MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
861
- <xs:attribute name="Sec2MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
862
- <xs:attribute name="Ter1MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
863
- <xs:attribute name="Ter2MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
864
- <xs:attribute name="PriRemResvUtilization" type="RemResvUtilizationType" use="required"/>
865
- <xs:attribute name="Sec1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
866
- <xs:attribute name="Sec2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
867
- <xs:attribute name="Ter1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
868
- <xs:attribute name="Ter2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
869
- <xs:attribute name="PriContinuousTime" type="TextStringType" use="optional"/>
870
- <xs:attribute name="Sec1ContinuousTime" type="TextStringType" use="optional"/>
871
- <xs:attribute name="Sec2ContinuousTime" type="TextStringType" use="optional"/>
872
- <xs:attribute name="Ter1ContinuousTime" type="TextStringType" use="optional"/>
873
- <xs:attribute name="Ter2ContinuousTime" type="TextStringType" use="optional"/>
874
- <xs:attribute name="Sec2DownTime" type="TextStringType" use="optional"/>
875
- <xs:attribute name="PriResponseTime" type="TextStringType" use="optional"/>
876
- <xs:attribute name="Sec1ResponseTime" type="TextStringType" use="optional"/>
877
- <xs:attribute name="Sec2ResponseTime" type="TextStringType" use="optional"/>
878
- <xs:attribute name="Ter1ResponseTime" type="TextStringType" use="optional"/>
879
- <xs:attribute name="Ter2ResponseTime" type="TextStringType" use="optional"/>
880
- <xs:attribute name="GfWidthOutOfRatedOutput" type="kWPosValue7Type0Min" use="optional"/>
881
- <xs:attribute name="MarketContext" type="MarketContextType" use="optional"/>
882
- <xs:attribute name="ContractExstOfPowerSupplyiP" type="AvailNotAvailType" use="optional"/>
883
- <xs:attribute name="PowerSourceiPDecMaxUnitPrice" type="PriceValue6.2Type" use="optional"/>
884
- </xs:complexType>
885
-
886
- <!-- 3.2.1.3 OND_0033a: Resources master OTM for settlement -->
887
- <xs:complexType name="ResourceSttlOTMType">
888
- <xs:attribute name="ROW" type="RowType" use="optional"/>
889
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
890
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
891
- <xs:attribute name="ResourceLongName" type="ResourceLongNameType" use="required"/>
892
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
893
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
894
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
895
- <xs:attribute name="StartDate" type="DateStampType" use="required"/>
896
- <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
897
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
898
- <xs:attribute name="Area" type="AreaType" use="required"/>
899
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
900
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
901
- <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
902
- <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
903
- <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
904
- <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
905
- <xs:attribute name="ThermalType" type="ThermalTypeType" use="optional"/>
906
- <xs:attribute name="OutputBand" type="KwPosNegValue7.0Type" use="required"/>
907
- <xs:attribute name="VariationSpeedOTM" type="kWPosValue7Type0Min" use="required"/>
908
- </xs:complexType>
909
-
910
- <!-- 3.2.2.1.1 OND_0013a: Offers For TSO/MO -->
911
- <xs:complexType name="OffersType">
912
- <xs:attribute name="ROW" type="RowType" use="optional"/>
913
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
914
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
915
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
916
- <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
917
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
918
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
919
- <xs:attribute name="Area" type="AreaType" use="required"/>
920
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
921
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
922
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
923
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
924
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
925
- <xs:attribute name="StackNumber" type="StackNumberType" use="required"/>
926
- <xs:attribute name="MinimumSupplyQuantity" type="kWPosValue7Type0Min" use="required"/>
927
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
928
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
929
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
930
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
931
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
932
- <xs:attribute name="OfferUnitPrice" type="PriceValue7.2Type" use="required"/>
933
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
934
- <xs:attribute name="CompletionDate" type="TimeStampType" use="required"/>
935
- </xs:complexType>
936
-
937
- <!-- 3.2.2.1.2 OND_0013b: Offers for BSPs -->
938
- <xs:complexType name="BSP_OffersType">
939
- <xs:attribute name="ROW" type="RowType" use="optional"/>
940
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
941
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
942
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
943
- <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
944
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
945
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
946
- <xs:attribute name="Area" type="AreaType" use="required"/>
947
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
948
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
949
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
950
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
951
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
952
- <xs:attribute name="StackNumber" type="StackNumberType" use="required"/>
953
- <xs:attribute name="MinimumSupplyQuantity" type="kWPosValue7Type0Min" use="required"/>
954
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
955
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
956
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
957
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
958
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
959
- <xs:attribute name="OfferUnitPrice" type="PriceValue7.2Type" use="required"/>
960
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
961
- <xs:attribute name="CompletionDate" type="TimeStampType" use="required"/>
962
- </xs:complexType>
963
-
964
- <!-- 3.2.2.2 OND_0011: Reserve Requirements -->
965
- <xs:complexType name="ReserveReqsType">
966
- <xs:attribute name="ROW" type="RowType" use="optional"/>
967
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
968
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
969
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
970
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
971
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
972
- <xs:attribute name="RequiringArea" type="AreaType" use="required"/>
973
- <xs:attribute name="PrimaryReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
974
- <xs:attribute name="Secondary1ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
975
- <xs:attribute name="Secondary2ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
976
- <xs:attribute name="Tertiary1ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
977
- <xs:attribute name="Tertiary2ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
978
- <xs:attribute name="PToS1CompoundReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
979
- <xs:attribute name="PToS2CompoundReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
980
- <xs:attribute name="PToT1CompoundReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
981
- </xs:complexType>
982
-
983
- <!-- 3.2.2.3.1 OND_0007a: BUP for TSO/MO -->
984
- <xs:complexType name="BUPType">
985
- <xs:attribute name="ROW" type="RowType" use="optional"/>
986
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
987
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
988
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
989
- <xs:attribute name="Area" type="AreaType" use="required"/>
990
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
991
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
992
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
993
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
994
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
995
- <xs:attribute name="PatternNumber" type="PatternNumberType" use="required"/>
996
- <xs:attribute name="PatternRemark" type="TextStringType" use="optional"/>
997
- <xs:attribute name="PriceDetails" type="PriceDetailsType" use="optional"/>
998
- <xs:attribute name="BandNumber" type="BandNumberType" use="optional"/>
999
- <xs:attribute name="FromCapacity" type="KwPosNegValue7.0Type" use="optional"/>
1000
- <xs:attribute name="V1" type="PriceValue6.2Type" use="optional"/>
1001
- <xs:attribute name="V2" type="PriceValue6.2Type" use="optional"/>
1002
- <xs:attribute name="V4Upward" type="PriceValue6.2Type" use="optional"/>
1003
- <xs:attribute name="A" type="PriceValue6.1Type" use="optional"/>
1004
- <xs:attribute name="B" type="PriceValue6.1Type" use="optional"/>
1005
- <xs:attribute name="C" type="PriceValue6.1Type" use="optional"/>
1006
- <xs:attribute name="CaseNumber" type="CaseNumberType" use="optional"/>
1007
- <xs:attribute name="StopTime" type="StopTimeType" use="optional"/>
1008
- <xs:attribute name="V3" type="PriceValue8Type" use="optional"/>
1009
- <xs:attribute name="StartupCostRemark" type="TextStringType" use="optional"/>
1010
- </xs:complexType>
1011
-
1012
- <!-- 3.2.2.3.2 OND_0007b: BUP for BSP -->
1013
- <xs:complexType name="BSP_BUPType">
1014
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1015
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1016
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1017
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1018
- <xs:attribute name="Area" type="AreaType" use="required"/>
1019
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1020
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1021
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1022
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1023
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1024
- <xs:attribute name="PatternNumber" type="PatternNumberType" use="required"/>
1025
- <xs:attribute name="PatternRemark" type="TextStringType" use="optional"/>
1026
- <xs:attribute name="PriceDetails" type="PriceDetailsType" use="optional"/>
1027
- <xs:attribute name="BandNumber" type="BandNumberType" use="optional"/>
1028
- <xs:attribute name="FromCapacity" type="KwPosNegValue7.0Type" use="optional"/>
1029
- <xs:attribute name="V1" type="PriceValue6.2Type" use="optional"/>
1030
- <xs:attribute name="V2" type="PriceValue6.2Type" use="optional"/>
1031
- <xs:attribute name="V4Upward" type="PriceValue6.2Type" use="optional"/>
1032
- <xs:attribute name="A" type="PriceValue6.1Type" use="optional"/>
1033
- <xs:attribute name="B" type="PriceValue6.1Type" use="optional"/>
1034
- <xs:attribute name="C" type="PriceValue6.1Type" use="optional"/>
1035
- <xs:attribute name="CaseNumber" type="CaseNumberType" use="optional"/>
1036
- <xs:attribute name="StopTime" type="StopTimeType" use="optional"/>
1037
- <xs:attribute name="V3" type="PriceValue8Type" use="optional"/>
1038
- <xs:attribute name="StartupCostRemark" type="TextStringType" use="optional"/>
1039
- </xs:complexType>
1040
-
1041
- <!-- 3.2.3.1 OND_0014: Merit Order List -->
1042
- <xs:complexType name="MOLType">
1043
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1044
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1045
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1046
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1047
- <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1048
- <xs:attribute name="ProcurementArea" type="ProcurementAreaType" use="required"/>
1049
- <xs:attribute name="Area" type="AreaType" use="required"/>
1050
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1051
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1052
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1053
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1054
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1055
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1056
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1057
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1058
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1059
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1060
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1061
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1062
- <xs:attribute name="CompoundOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1063
- <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1064
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1065
- <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1066
- <xs:attribute name="Rank" type="RankType" use="required"/>
1067
- <xs:attribute name="PrimaryCumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1068
- <xs:attribute name="Secondary1CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1069
- <xs:attribute name="Secondary2CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1070
- <xs:attribute name="Tertiary1CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1071
- <xs:attribute name="Tertiary2CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1072
- <xs:attribute name="CompoundCumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1073
- <xs:attribute name="SubmissionTime" type="TimeStampType" use="required"/>
1074
- </xs:complexType>
1075
-
1076
- <!-- 3.2.3.2.1 OND_0015: Power Source Contract Results for TSO -->
1077
- <xs:complexType name="ContractResultType">
1078
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1079
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1080
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1081
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1082
- <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1083
- <xs:attribute name="ContractNumber" type="ContractNumberType" use="required"/>
1084
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1085
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1086
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1087
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1088
- <xs:attribute name="OperatorCode" type="OCCTOCodeType" use="required"/>
1089
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1090
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1091
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1092
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1093
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1094
- <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1095
- <xs:attribute name="LinkedArea" type="AreaType" use="required"/>
1096
- <xs:attribute name="Area" type="AreaType" use="required"/>
1097
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
1098
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
1099
- <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1100
- <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1101
- <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1102
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1103
- <xs:attribute name="UpdateTime" type="TimeStampType" use="required"/>
1104
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1105
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1106
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1107
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1108
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1109
- <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1110
- <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1111
- <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1112
- <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1113
- <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1114
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1115
- <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1116
- <xs:attribute name="BaseLineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1117
- <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1118
- <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="optional"/>
1119
- <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1120
- <xs:attribute name="ContractResult" type="ContractResultValueType" use="required"/>
1121
- <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1122
- </xs:complexType>
1123
-
1124
- <!-- 3.2.3.2.2 OND_0016: Power Source Contract Results for BSP -->
1125
- <xs:complexType name="BSP_ContractResultType">
1126
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1127
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1128
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1129
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1130
- <xs:attribute name="ContractNumber" type="ContractNumberType" use="optional"/>
1131
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1132
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1133
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1134
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1135
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1136
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1137
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1138
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1139
- <xs:attribute name="Area" type="AreaType" use="required"/>
1140
- <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1141
- <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1142
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1143
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1144
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1145
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1146
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1147
- <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1148
- <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1149
- <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1150
- <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1151
- <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1152
- <xs:attribute name="UpdateTime" type="TimeStampType" use="optional"/>
1153
- <xs:attribute name="ContractResult" type="ContractResultValueType" use="optional"/>
1154
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1155
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1156
- <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1157
- <xs:attribute name="BaseLineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1158
- <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1159
- <xs:attribute name="SourceJBMSId" type="JBMSIdOnd16Type" use="optional"/>
1160
- <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1161
- <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1162
- </xs:complexType>
1163
-
1164
- <!-- 3.2.3.2.3 OND_0015a: Measurement Base Power Source Contract Result for TSO -->
1165
- <xs:complexType name="MeasureBaseContractResultType">
1166
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1167
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1168
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1169
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1170
- <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1171
- <xs:attribute name="ContractNumber" type="ContractNumberType" use="required"/>
1172
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1173
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1174
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1175
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1176
- <xs:attribute name="OperatorCode" type="OCCTOCodeType" use="required"/>
1177
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1178
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1179
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1180
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1181
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1182
- <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1183
- <xs:attribute name="LinkedArea" type="AreaType" use="required"/>
1184
- <xs:attribute name="Area" type="AreaType" use="required"/>
1185
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
1186
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
1187
- <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1188
- <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1189
- <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1190
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1191
- <xs:attribute name="UpdateTime" type="TimeStampType" use="required"/>
1192
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1193
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1194
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1195
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1196
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1197
- <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1198
- <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1199
- <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1200
- <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1201
- <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1202
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1203
- <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1204
- <xs:attribute name="BaseLineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1205
- <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1206
- <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="optional"/>
1207
- <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1208
- <xs:attribute name="ContractResult" type="ContractResultValueType" use="required"/>
1209
- <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1210
- </xs:complexType>
1211
-
1212
-
1213
- <!-- 3.2.3.2.4 OND_0016a: Measurement Base Power Source Contract Result for BSP -->
1214
- <xs:complexType name="BSP_MeasureBaseContractResultType">
1215
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1216
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1217
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1218
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1219
- <xs:attribute name="ContractNumber" type="ContractNumberType" use="optional"/>
1220
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1221
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1222
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1223
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1224
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1225
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1226
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1227
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1228
- <xs:attribute name="Area" type="AreaType" use="required"/>
1229
- <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1230
- <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1231
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1232
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1233
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1234
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1235
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1236
- <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1237
- <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1238
- <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1239
- <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1240
- <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1241
- <xs:attribute name="UpdateTime" type="TimeStampType" use="optional"/>
1242
- <xs:attribute name="ContractResult" type="ContractResultValueType" use="optional"/>
1243
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1244
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1245
- <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1246
- <xs:attribute name="BaseLineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1247
- <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1248
- <xs:attribute name="SourceJBMSId" type="JBMSIdOnd16Type" use="optional"/>
1249
- <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1250
- <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1251
- </xs:complexType>
1252
-
1253
- <!-- 3.2.3.2.5 OND_0015b: Power Source Contract Results After GC for TSO -->
1254
- <xs:complexType name="ContractResultAfterGCType">
1255
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1256
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1257
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1258
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1259
- <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1260
- <xs:attribute name="ContractNumber" type="ContractNumberType" use="required"/>
1261
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1262
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1263
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1264
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1265
- <xs:attribute name="OperatorCode" type="OCCTOCodeType" use="required"/>
1266
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1267
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1268
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1269
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1270
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1271
- <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1272
- <xs:attribute name="LinkedArea" type="AreaType" use="required"/>
1273
- <xs:attribute name="Area" type="AreaType" use="required"/>
1274
- <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
1275
- <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
1276
- <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1277
- <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1278
- <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1279
- <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1280
- <xs:attribute name="UpdateTime" type="TimeStampType" use="required"/>
1281
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1282
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1283
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1284
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1285
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1286
- <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1287
- <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1288
- <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1289
- <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1290
- <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1291
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1292
- <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1293
- <xs:attribute name="BaseLineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1294
- <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1295
- <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="optional"/>
1296
- <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1297
- <xs:attribute name="ContractResult" type="ContractResultValueType" use="required"/>
1298
- <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1299
- </xs:complexType>
1300
-
1301
-
1302
- <!-- 3.2.3.2.6 OND_0016b: Power Source Contract Results After GC for BSP -->
1303
- <xs:complexType name="BSP_ContractResultAfterGCType">
1304
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1305
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1306
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1307
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1308
- <xs:attribute name="ContractNumber" type="ContractNumberType" use="optional"/>
1309
- <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1310
- <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1311
- <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1312
- <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1313
- <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1314
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1315
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1316
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1317
- <xs:attribute name="Area" type="AreaType" use="required"/>
1318
- <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1319
- <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1320
- <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1321
- <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1322
- <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1323
- <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1324
- <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1325
- <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1326
- <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1327
- <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1328
- <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1329
- <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1330
- <xs:attribute name="UpdateTime" type="TimeStampType" use="optional"/>
1331
- <xs:attribute name="ContractResult" type="ContractResultValueType" use="optional"/>
1332
- <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1333
- <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1334
- <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1335
- <xs:attribute name="BaseLineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1336
- <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1337
- <xs:attribute name="SourceJBMSId" type="JBMSIdOnd16Type" use="optional"/>
1338
- <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1339
- <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1340
- </xs:complexType>
1341
-
1342
-
1343
- <!-- 3.2.3.3 OND_0036: TSO Switching Request -->
1344
- <xs:complexType name="SwitchRequestType">
1345
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1346
- <xs:attribute name="ContractNO" type="ContractNumberType" use="required"/>
1347
- <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="required"/>
1348
- <xs:attribute name="RequestTime" type="TimeStampType" use="required"/>
1349
- <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1350
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1351
- <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1352
- <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1353
- <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1354
- <xs:attribute name="Direction" type="DirectionType" use="required"/>
1355
- <xs:attribute name="LinkingArea" type="AreaType" use="required"/>
1356
- <xs:attribute name="SourceArea" type="AreaType" use="required"/>
1357
- <xs:attribute name="SourceParticipantName" type="ParticipantNameType" use="required"/>
1358
- <xs:attribute name="SourceOperatorCode" type="OCCTOCodeType" use="required"/>
1359
- <xs:attribute name="SourceCompanyShortName" type="CompanyShortNameType" use="required"/>
1360
- <xs:attribute name="SourceResourceName" type="ResourceNameType" use="required"/>
1361
- <xs:attribute name="SourceSystemCode" type="SystemCodeType" use="required"/>
1362
- <xs:attribute name="SourceResourceShortName" type="ResourceShortNameType" use="required"/>
1363
- <xs:attribute name="SourceResourceType" type="ResourceTypeType" use="required"/>
1364
- <xs:attribute name="SourceDRCustomerPattern" type="DRPatternNumberType" use="optional"/>
1365
- <xs:attribute name="SourceTertiary2Quantity" type="kWPosValue7Type0Min" use="optional"/>
1366
- <xs:attribute name="SourcePrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1367
- <xs:attribute name="SourceSecondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1368
- <xs:attribute name="SourceSecondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1369
- <xs:attribute name="SourceTertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1370
- <xs:attribute name="SourceCompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1371
- <xs:attribute name="SourcePrice" type="PriceValue7.2Type" use="required"/>
1372
- <xs:attribute name="PrimaryRequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1373
- <xs:attribute name="Secondary1RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1374
- <xs:attribute name="Secondary2RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1375
- <xs:attribute name="Tertiary1RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1376
- <xs:attribute name="Tertiary2RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1377
- <xs:attribute name="CompoundRequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1378
- <xs:attribute name="PrimaryRemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1379
- <xs:attribute name="Secondary1RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1380
- <xs:attribute name="Secondary2RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1381
- <xs:attribute name="Tertiary1RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1382
- <xs:attribute name="Tertiary2RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1383
- <xs:attribute name="CompoundRemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1384
- <xs:attribute name="RequestStatus" type="RequestStatusType" use="required"/>
1385
- </xs:complexType>
1386
-
1387
- <!-- 3.2.4 User Access Log -->
1388
- <xs:complexType name="AccessLogType">
1389
- <xs:attribute name="ROW" type="RowType" use="optional"/>
1390
- <xs:attribute name="Name" type="ParticipantNameType" use="required"/>
1391
- <xs:attribute name="UserName" type="UserNameType" use="required"/>
1392
- <xs:attribute name="TransactionID" type="TransactionIDType" use="optional"/>
1393
- <xs:attribute name="ActionPerformed" type="ActionPerformedType" use="required"/>
1394
- <xs:attribute name="ApplicationName" type="ApplicationNameType" use="required"/>
1395
- <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1396
- <xs:attribute name="EndTime" type="TimeStampType" use="optional"/>
1397
- <xs:attribute name="DownloadFileName" type="DownloadFileNameType" use="optional"/>
1398
- </xs:complexType>
1399
-
1400
-
1401
- <xs:complexType name="OutboundDataType">
1402
- <xs:sequence>
1403
- <xs:element name="MESSAGES" type="MessagesType" minOccurs="0" maxOccurs="1"/>
1404
- <xs:choice minOccurs="0" maxOccurs="unbounded">
1405
-
1406
- <!-- 3.2.1.1.1 OND _0023a: Resource List for TSO/MO -->
1407
- <xs:element name="ResourceList" type="ResourceListType"
1408
- minOccurs="0" maxOccurs="unbounded"/>
1409
-
1410
- <!-- 3.2.1.1.2 OND _0023b: Resource List for BSP -->
1411
- <xs:element name="BSP_ResourceList" type="BSP_ResourceListType"
1412
- minOccurs="0" maxOccurs="unbounded"/>
1413
-
1414
- <!-- 3.2.1.2 OND_0033: Resources master for settlement for TSO/MO-->
1415
- <xs:element name="ResourceSttl" type="ResourceSttlType"
1416
- minOccurs="0" maxOccurs="unbounded"/>
1417
-
1418
- <!-- 3.2.1.3 OND_0033a: Resources master OTM for settlement -->
1419
- <xs:element name="ResourceSttlOTM" type="ResourceSttlOTMType"
1420
- minOccurs="0" maxOccurs="unbounded"/>
1421
-
1422
- <!-- 3.2.2.1.1 OND_0013a: Offers for TSO/MO-->
1423
- <xs:element name="Offers" type="OffersType"
1424
- minOccurs="0" maxOccurs="unbounded"/>
1425
-
1426
- <!-- 3.2.2.1.2 OND_0013b: Offers for BSP-->
1427
- <xs:element name="BSP_Offers" type="BSP_OffersType"
1428
- minOccurs="0" maxOccurs="unbounded"/>
1429
-
1430
- <!-- 3.2.2.2 OND_0011: Reserve Requirements -->
1431
- <xs:element name="ReserveReqs" type="ReserveReqsType"
1432
- minOccurs="0" maxOccurs="unbounded"/>
1433
-
1434
- <!-- 3.2.2.3.1 OND_0007a: BUP for TSO/MO -->
1435
- <xs:element name="BUP" type="BUPType"
1436
- minOccurs="0" maxOccurs="unbounded"/>
1437
-
1438
- <!-- 3.2.2.3.2 OND_0007b: BUP for BSP -->
1439
- <xs:element name="BSP_BUP" type="BSP_BUPType"
1440
- minOccurs="0" maxOccurs="unbounded"/>
1441
-
1442
- <!-- 3.2.3.1 OND_0014: Merit Order List -->
1443
- <xs:element name="MOL" type="MOLType"
1444
- minOccurs="0" maxOccurs="unbounded"/>
1445
-
1446
- <!-- 3.2.3.2.1 OND_0015: Power Source Contract Results for TSO -->
1447
- <xs:element name="ContractResult" type="ContractResultType"
1448
- minOccurs="0" maxOccurs="unbounded"/>
1449
-
1450
- <!-- 3.2.3.2.2 OND_0016: Power Source Contract Results for BSP -->
1451
- <xs:element name="BSP_ContractResult" type="BSP_ContractResultType"
1452
- minOccurs="0" maxOccurs="unbounded"/>
1453
-
1454
- <!-- 3.2.3.2.3 OND_0015a: Measurement Base Power Source Contract Result for TSO -->
1455
- <xs:element name="MeasureBaseContractResult" type="MeasureBaseContractResultType"
1456
- minOccurs="0" maxOccurs="unbounded"/>
1457
-
1458
- <!-- 3.2.3.2.4 OND_0016a: Measurement Base Power Source Contract Result for BSP -->
1459
- <xs:element name="BSP_MeasureBaseContractResult" type="BSP_MeasureBaseContractResultType"
1460
- minOccurs="0" maxOccurs="unbounded"/>
1461
-
1462
- <!-- 3.2.3.2.1 OND_0015b: Power Source Contract Results After GC for TSO -->
1463
- <xs:element name="ContractResultAfterGC" type="ContractResultAfterGCType"
1464
- minOccurs="0" maxOccurs="unbounded"/>
1465
-
1466
- <!-- 3.2.3.2.2 OND_0016b: Power Source Contract Results After GC for BSP -->
1467
- <xs:element name="BSP_ContractResultAfterGC" type="BSP_ContractResultAfterGCType"
1468
- minOccurs="0" maxOccurs="unbounded"/>
1469
-
1470
- <!-- 3.2.3.3 OND_0036: TSO Switching Request -->
1471
- <xs:element name="SwitchRequest" type="SwitchRequestType"
1472
- minOccurs="0" maxOccurs="unbounded"/>
1473
-
1474
- <!-- 3.2.4 User Access Log -->
1475
- <xs:element name="AccessLog" type="AccessLogType"
1476
- minOccurs="0" maxOccurs="unbounded"/>
1477
-
1478
- </xs:choice>
1479
- </xs:sequence>
1480
-
1481
- <xs:attribute name="DatasetName" type="DatasetNameType" use="optional"/>
1482
- <xs:attribute name="DatasetType" type="DatasetTypeType" use="optional"/>
1483
- <xs:attribute name="Date" type="DateStampType" use="optional"/>
1484
- <xs:attribute name="DateType" type="DateTypeType" use="optional"/>
1485
- <xs:attribute name="DateTimeIndicator" type="DateTimeIndicatorType" use="optional"/>
1486
- <xs:attribute name="PublishTime" type="TimeStampType" use="optional"/>
1487
- </xs:complexType>
1488
-
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema elementFormDefault="qualified"
3
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
4
+ version="1.0">
5
+
6
+ <xs:annotation>
7
+ <xs:documentation xml:lang="en">
8
+
9
+ +-----------------------------------------------+
10
+ | |
11
+ | COPYRIGHT (c) 2017 |
12
+ | |
13
+ | ABB BUSINESS MANAGEMENT SYSTEMS |
14
+ | |
15
+ | All rights reserved |
16
+ | |
17
+ +-----------------------------------------------+
18
+
19
+ This is the XML schema for MI outbound reports.
20
+
21
+ History:
22
+
23
+ 001 26-Aug-2019 ABB Initial version.
24
+ 002 24-Dec-2019 ABB Changes by JPABB as per XSD_PointOut_R08
25
+ 003 20-Jan-2019 ABB Changes as per XSD_PointOut_R09
26
+ 004 22-Jul-2020 ABB Changes as per XSD_PointOut_R12
27
+ 005 21-Aug-2020 ABB Changes for CR-12
28
+ 006 12-Mar-2021 HAPG Changes for Phase2
29
+ 007 07-Jul-2021 HAPG Changes for CR-12; change CommandMethod to SignalType
30
+ 008 14-Dec-2021 HAPG SF5691151; matching XSD with Interface
31
+ 009 13-May-2022 HENG Ph2.5; Updated FromCapacity in BUP to accommodate negative values
32
+ 010 28-Nov-2022 HENG Changes for Ph3;
33
+ 011 25-Mar-2024 HENG Changes for Ph4;
34
+
35
+ </xs:documentation>
36
+ </xs:annotation>
37
+
38
+ <xs:element name="OutboundData" type="OutboundDataType"/>
39
+
40
+ <xs:simpleType name="DatasetNameType">
41
+ <xs:restriction base="xs:string">
42
+ <xs:enumeration value="ResourceList"/>
43
+ <xs:enumeration value="BSP_ResourceList"/>
44
+ <xs:enumeration value="ResourceSttl"/>
45
+ <xs:enumeration value="ResourceSttlOTM"/>
46
+ <xs:enumeration value="Offers"/>
47
+ <xs:enumeration value="BSP_Offers"/>
48
+ <xs:enumeration value="ReserveReqs"/>
49
+ <xs:enumeration value="BUP"/>
50
+ <xs:enumeration value="BSP_BUP"/>
51
+ <xs:enumeration value="MOL"/>
52
+ <xs:enumeration value="ContractResult"/>
53
+ <xs:enumeration value="BSP_ContractResult"/>
54
+ <xs:enumeration value="MeasureBaseContractResult"/>
55
+ <xs:enumeration value="BSP_MeasureBaseContractResult"/>
56
+ <xs:enumeration value="ContractResultAfterGC"/>
57
+ <xs:enumeration value="BSP_ContractResultAfterGC"/>
58
+ <xs:enumeration value="SwitchRequest"/>
59
+ <xs:enumeration value="AccessLog"/>
60
+ </xs:restriction>
61
+ </xs:simpleType>
62
+
63
+ <xs:simpleType name="JapaneseStringType">
64
+ <xs:restriction base="xs:string">
65
+ </xs:restriction>
66
+ </xs:simpleType>
67
+
68
+ <xs:simpleType name="AsciiJapaneseStringType">
69
+ <xs:restriction base="xs:string">
70
+ </xs:restriction>
71
+ </xs:simpleType>
72
+
73
+ <xs:simpleType name="DateTimeIndicatorType">
74
+ <xs:restriction base="xs:string">
75
+ <xs:enumeration value="JST"/>
76
+ </xs:restriction>
77
+ </xs:simpleType>
78
+
79
+ <xs:simpleType name="DatasetTypeType">
80
+ <xs:restriction base="xs:string">
81
+ <xs:enumeration value="ON_DEMAND"/>
82
+ </xs:restriction>
83
+ </xs:simpleType>
84
+
85
+ <xs:simpleType name="DateStampType">
86
+ <xs:restriction base="xs:date"/>
87
+ </xs:simpleType>
88
+
89
+ <xs:simpleType name="DateTypeType">
90
+ <xs:restriction base="xs:string">
91
+ <xs:enumeration value="TRADE"/>
92
+ </xs:restriction>
93
+ </xs:simpleType>
94
+
95
+ <xs:simpleType name="TimeStampType">
96
+ <xs:restriction base="xs:dateTime"/>
97
+ </xs:simpleType>
98
+
99
+ <xs:simpleType name="ErrorType">
100
+ <xs:restriction base="xs:string" />
101
+ </xs:simpleType>
102
+
103
+ <xs:simpleType name="RowType">
104
+ <xs:restriction base="xs:integer">
105
+ <xs:maxInclusive value="99999999"/>
106
+ <xs:minInclusive value="1"/>
107
+ </xs:restriction>
108
+ </xs:simpleType>
109
+
110
+ <xs:simpleType name="ApplicationNameType">
111
+ <xs:restriction base="xs:string" />
112
+ </xs:simpleType>
113
+
114
+ <xs:simpleType name="ActionPerformedType">
115
+ <xs:restriction base="xs:string">
116
+ <xs:enumeration value="SUBMIT"/>
117
+ <xs:enumeration value="QUERY"/>
118
+ <xs:enumeration value="DOWNLOAD"/>
119
+ </xs:restriction>
120
+ </xs:simpleType>
121
+
122
+ <xs:simpleType name="MarketContextType">
123
+ <xs:restriction base="xs:string">
124
+ <xs:maxLength value="256"/>
125
+ <xs:minLength value="1"/>
126
+ </xs:restriction>
127
+ </xs:simpleType>
128
+
129
+ <xs:simpleType name="VenidType">
130
+ <xs:restriction base="xs:string">
131
+ <xs:maxLength value="64"/>
132
+ <xs:minLength value="1"/>
133
+ </xs:restriction>
134
+ </xs:simpleType>
135
+
136
+ <xs:simpleType name="ModelNameType">
137
+ <xs:restriction base="AsciiJapaneseStringType">
138
+ <xs:maxLength value="50"/>
139
+ <xs:minLength value="1"/>
140
+ </xs:restriction>
141
+ </xs:simpleType>
142
+
143
+ <xs:simpleType name="TransactionIDType">
144
+ <xs:restriction base="xs:string">
145
+ <xs:maxLength value="10"/>
146
+ <xs:minLength value="1"/>
147
+ </xs:restriction>
148
+ </xs:simpleType>
149
+
150
+ <!-- Codes for ContractSourceType
151
+ 1: MA
152
+ 2: SWITCHING
153
+ -->
154
+
155
+ <xs:simpleType name="ContractSourceType">
156
+ <xs:restriction base="xs:string">
157
+ <xs:enumeration value="1"/>
158
+ <xs:enumeration value="2"/>
159
+ </xs:restriction>
160
+ </xs:simpleType>
161
+
162
+ <xs:simpleType name="UserNameType">
163
+ <xs:restriction base="xs:string">
164
+ <xs:maxLength value="12"/>
165
+ <xs:minLength value="1"/>
166
+ </xs:restriction>
167
+ </xs:simpleType>
168
+
169
+ <xs:simpleType name="InPlantRateType">
170
+ <xs:restriction base="xs:string">
171
+ <xs:maxLength value="100"/>
172
+ <xs:minLength value="1"/>
173
+ </xs:restriction>
174
+ </xs:simpleType>
175
+
176
+ <xs:simpleType name="TimeToSwitchOpBandType">
177
+ <xs:restriction base="xs:integer">
178
+ <xs:maxInclusive value="99"/>
179
+ <xs:minInclusive value="0"/>
180
+ </xs:restriction>
181
+ </xs:simpleType>
182
+
183
+ <xs:simpleType name="ContractNumberType">
184
+ <xs:restriction base="xs:string">
185
+ <xs:maxLength value="50"/>
186
+ <xs:minLength value="1"/>
187
+ </xs:restriction>
188
+ </xs:simpleType>
189
+
190
+ <xs:simpleType name="JBMSIdType">
191
+ <xs:restriction base="xs:long">
192
+ <xs:minInclusive value="1"/>
193
+ <xs:maxInclusive value="999999999999999999"/>
194
+ </xs:restriction>
195
+ </xs:simpleType>
196
+
197
+ <xs:simpleType name="JBMSIdOnd16Type">
198
+ <xs:restriction base="xs:string">
199
+ </xs:restriction>
200
+ </xs:simpleType>
201
+
202
+ <xs:simpleType name="OfferIDType">
203
+ <xs:restriction base="xs:string">
204
+ <xs:maxLength value="30"/>
205
+ <xs:minLength value="1"/>
206
+ <xs:pattern value="[a-zA-Z0-9_-]*"/>
207
+ </xs:restriction>
208
+ </xs:simpleType>
209
+
210
+ <xs:simpleType name="TextStringType">
211
+ <xs:restriction base="xs:string" />
212
+ </xs:simpleType>
213
+
214
+ <xs:simpleType name="ParticipantNameType">
215
+ <xs:restriction base="xs:string">
216
+ <xs:length value="4"/>
217
+ </xs:restriction>
218
+ </xs:simpleType>
219
+
220
+ <xs:simpleType name="OCCTOCodeType">
221
+ <xs:restriction base="xs:string">
222
+ <xs:length value="4"/>
223
+ </xs:restriction>
224
+ </xs:simpleType>
225
+
226
+ <xs:simpleType name="CompanyShortNameType">
227
+ <xs:restriction base="JapaneseStringType">
228
+ <xs:maxLength value="10"/>
229
+ <xs:minLength value="1"/>
230
+ </xs:restriction>
231
+ </xs:simpleType>
232
+
233
+ <xs:simpleType name="ParticipantTypeType">
234
+ <xs:restriction base="xs:string">
235
+ <xs:enumeration value="BSP"/>
236
+ <xs:enumeration value="TSO"/>
237
+ <xs:enumeration value="MO"/>
238
+ </xs:restriction>
239
+ </xs:simpleType>
240
+
241
+ <xs:simpleType name="ResourceNameType">
242
+ <xs:restriction base="xs:string">
243
+ <xs:maxLength value="10"/>
244
+ <xs:minLength value="1"/>
245
+ </xs:restriction>
246
+ </xs:simpleType>
247
+
248
+ <xs:simpleType name="SystemCodeType">
249
+ <xs:restriction base="xs:string">
250
+ <xs:length value="5"/>
251
+ </xs:restriction>
252
+ </xs:simpleType>
253
+
254
+ <xs:simpleType name="ResourceShortNameType">
255
+ <xs:restriction base="JapaneseStringType">
256
+ <xs:maxLength value="10"/>
257
+ <xs:minLength value="1"/>
258
+ </xs:restriction>
259
+ </xs:simpleType>
260
+
261
+ <xs:simpleType name="ResourceLongNameType">
262
+ <xs:restriction base="JapaneseStringType">
263
+ <xs:maxLength value="50"/>
264
+ <xs:minLength value="1"/>
265
+ </xs:restriction>
266
+ </xs:simpleType>
267
+
268
+ <xs:simpleType name="BGCodeType">
269
+ <xs:restriction base="xs:string">
270
+ <xs:maxLength value="5"/>
271
+ <xs:minLength value="5"/>
272
+ </xs:restriction>
273
+ </xs:simpleType>
274
+
275
+ <xs:simpleType name="AddressType">
276
+ <xs:restriction base="xs:string">
277
+ <xs:maxLength value="50"/>
278
+ <xs:minLength value="1"/>
279
+ </xs:restriction>
280
+ </xs:simpleType>
281
+
282
+ <!-- Market Types -->
283
+ <xs:simpleType name="MarketTypeType">
284
+ <xs:restriction base="xs:string">
285
+ <xs:enumeration value="DAM"/>
286
+ <xs:enumeration value="WAM"/>
287
+ </xs:restriction>
288
+ </xs:simpleType>
289
+
290
+ <!-- Codes for Resource Type
291
+ 01: THERMAL
292
+ 02: HYDRO
293
+ 03: PUMP
294
+ 04: BATTERY
295
+ 05: VPP_GEN
296
+ 06: VPP_GEN_AND_DEM
297
+ • 07: VPP_DEM
298
+
299
+ -->
300
+ <xs:simpleType name="ResourceTypeType">
301
+ <xs:restriction base="xs:string">
302
+ <xs:enumeration value="01"/>
303
+ <xs:enumeration value="02"/>
304
+ <xs:enumeration value="03"/>
305
+ <xs:enumeration value="04"/>
306
+ <xs:enumeration value="05"/>
307
+ <xs:enumeration value="06"/>
308
+ <xs:enumeration value="07"/>
309
+ </xs:restriction>
310
+ </xs:simpleType>
311
+
312
+ <!-- Codes for Thermal Type
313
+ 1: GT
314
+ 2: GTCC
315
+ 9: OTHERS
316
+ -->
317
+ <xs:simpleType name="ThermalTypeType">
318
+ <xs:restriction base="xs:string">
319
+ <xs:enumeration value="1"/>
320
+ <xs:enumeration value="2"/>
321
+ <xs:enumeration value="9"/>
322
+ </xs:restriction>
323
+ </xs:simpleType>
324
+
325
+ <!-- Codes for Commodity Category Type
326
+ True: Primary, Secondary 1/2, Tertiary 1/2:Available for Offering
327
+ False: Primary, Secondary 1/2, Tertiary 1/2:Not Available for Offering
328
+ -->
329
+ <xs:simpleType name="CommodityCategoryOfferType">
330
+ <xs:restriction base="xs:boolean">
331
+ </xs:restriction>
332
+ </xs:simpleType>
333
+
334
+ <!-- Codes for Command Method Type
335
+ 1: ACTUAL_OUTPUT_ORDER
336
+ 2: DIFFERENTIAL_OUTPUT_ORDER
337
+ -->
338
+ <xs:simpleType name="SignalTypeType">
339
+ <xs:restriction base="xs:string">
340
+ <xs:enumeration value="1"/>
341
+ <xs:enumeration value="2"/>
342
+ </xs:restriction>
343
+ </xs:simpleType>
344
+
345
+ <!-- Codes for Baseline Setting Method Type
346
+ 1: PREDICTION_BASE
347
+ 2: MEASUREMENT_BASE
348
+ 3: SEQUENTIAL_MEASUREMENT_BASE
349
+ -->
350
+ <xs:simpleType name="BaselineSettingsMethodType">
351
+ <xs:restriction base="xs:string">
352
+ <xs:enumeration value="1"/>
353
+ <xs:enumeration value="2"/>
354
+ <xs:enumeration value="3"/>
355
+ </xs:restriction>
356
+ </xs:simpleType>
357
+
358
+ <!-- Codes for Availability of remaining reserve utilization Type
359
+ 0: NOT_AVAILABLE
360
+  1: AVAILABLE_FOR_UP_ONLY
361
+  2: AVAILABLE_FOR_DOWN_ONLY
362
+  3: AVAILABLE_FOR_UP_AND_DOWN
363
+ -->
364
+ <xs:simpleType name="RemResvUtilizationType">
365
+ <xs:restriction base="xs:string">
366
+ <xs:enumeration value="0"/>
367
+ <xs:enumeration value="1"/>
368
+ <xs:enumeration value="2"/>
369
+ <xs:enumeration value="3"/>
370
+ </xs:restriction>
371
+ </xs:simpleType>
372
+
373
+ <!-- Codes for ProcurementAreaType
374
+ 01: CROSS-REGIONAL
375
+ -->
376
+
377
+ <xs:simpleType name="ProcurementAreaType">
378
+ <xs:restriction base="xs:string">
379
+ <xs:enumeration value="01"/>
380
+ </xs:restriction>
381
+ </xs:simpleType>
382
+
383
+ <!-- Codes for Areas
384
+ 01: HOKKAIDO
385
+ 02: TOHOKU
386
+ 03: TOKYO
387
+ 04: CHUBU
388
+ 05: HOKURIKU
389
+ 06: KANSAI
390
+ 07: CHUGOKU
391
+  08: SHIKOKU
392
+  09: KYUSHU
393
+  10: OKINAWA
394
+ -->
395
+ <xs:simpleType name="AreaType">
396
+ <xs:restriction base="xs:string">
397
+ <xs:enumeration value="01"/>
398
+ <xs:enumeration value="02"/>
399
+ <xs:enumeration value="03"/>
400
+ <xs:enumeration value="04"/>
401
+ <xs:enumeration value="05"/>
402
+ <xs:enumeration value="06"/>
403
+ <xs:enumeration value="07"/>
404
+ <xs:enumeration value="08"/>
405
+ <xs:enumeration value="09"/>
406
+ <xs:enumeration value="10"/>
407
+ </xs:restriction>
408
+ </xs:simpleType>
409
+
410
+ <!-- Codes for DirectionType
411
+ 1: UP
412
+ 2: DOWN
413
+ -->
414
+
415
+ <xs:simpleType name="DirectionType">
416
+ <xs:restriction base="xs:string">
417
+ <xs:enumeration value="1"/>
418
+ <xs:enumeration value="2"/>
419
+ </xs:restriction>
420
+ </xs:simpleType>
421
+
422
+ <!-- Codes for ContractResultValueType
423
+ 1: FULL
424
+ 2: PARTIAL
425
+ -->
426
+
427
+ <xs:simpleType name="ContractResultValueType">
428
+ <xs:restriction base="xs:string">
429
+ <xs:enumeration value="1"/>
430
+ <xs:enumeration value="2"/>
431
+ </xs:restriction>
432
+ </xs:simpleType>
433
+
434
+ <xs:simpleType name="PriceDetailsType">
435
+ <xs:restriction base="xs:string">
436
+ <xs:enumeration value="OUTPUT BAND"/>
437
+ <xs:enumeration value="ABC CONSTANT"/>
438
+ <xs:enumeration value="STARTUP COST"/>
439
+ </xs:restriction>
440
+ </xs:simpleType>
441
+
442
+ <xs:simpleType name="BandNumberType">
443
+ <xs:restriction base="xs:integer">
444
+ <xs:minInclusive value="1"/>
445
+ <xs:maxInclusive value="20"/>
446
+ </xs:restriction>
447
+ </xs:simpleType>
448
+
449
+ <xs:simpleType name="CaseNumberType">
450
+ <xs:restriction base="xs:integer">
451
+ <xs:minInclusive value="1"/>
452
+ <xs:maxInclusive value="10"/>
453
+ </xs:restriction>
454
+ </xs:simpleType>
455
+
456
+ <xs:simpleType name="StackNumberType">
457
+ <xs:restriction base="xs:integer">
458
+ <xs:minInclusive value="1"/>
459
+ <xs:maxInclusive value="20"/>
460
+ </xs:restriction>
461
+ </xs:simpleType>
462
+
463
+ <xs:simpleType name="DownloadFileNameType">
464
+ <xs:restriction base="xs:string">
465
+ <xs:maxLength value="60"/>
466
+ <xs:minLength value="5"/>
467
+ </xs:restriction>
468
+ </xs:simpleType>
469
+
470
+
471
+ <xs:simpleType name="BaselineLoadFileNameType">
472
+ <xs:restriction base="xs:string">
473
+ <xs:minLength value="31"/>
474
+ <xs:maxLength value="40"/>
475
+ <xs:pattern value="W9_[0-9]{4}_[0-9]{8}_[0-9]{2}_[A-Z0-9]{5}_[A-Z0-9_\-]{1,10}\.xml"/>
476
+ </xs:restriction>
477
+ </xs:simpleType>
478
+
479
+ <xs:simpleType name="FileNameType">
480
+ <xs:restriction base="xs:string">
481
+ <xs:minLength value="31"/>
482
+ <xs:maxLength value="40"/>
483
+ </xs:restriction>
484
+ </xs:simpleType>
485
+
486
+ <xs:simpleType name="FileIdentifierType">
487
+ <xs:restriction base="xs:long">
488
+ </xs:restriction>
489
+ </xs:simpleType>
490
+
491
+ <xs:simpleType name="StatusType">
492
+ <xs:restriction base="xs:string">
493
+ <xs:enumeration value="APPROVED"/>
494
+ </xs:restriction>
495
+ </xs:simpleType>
496
+
497
+ <xs:simpleType name="ContractStatusType">
498
+ <xs:restriction base="xs:string">
499
+ <xs:enumeration value="ACTIVE"/>
500
+ <xs:enumeration value="SWITCHED"/>
501
+ <xs:enumeration value="TENTATIVE"/>
502
+ <xs:enumeration value="TSO"/>
503
+ </xs:restriction>
504
+ </xs:simpleType>
505
+
506
+ <xs:simpleType name="RequestStatusType">
507
+ <xs:restriction base="xs:string">
508
+ <xs:enumeration value="Requested"/>
509
+ <xs:enumeration value="Acknowledged"/>
510
+ </xs:restriction>
511
+ </xs:simpleType>
512
+
513
+ <xs:simpleType name="kWPosValue7Type0Min">
514
+ <xs:restriction base="xs:integer">
515
+ <xs:maxInclusive value="9999999"/>
516
+ <xs:minInclusive value="0"/>
517
+ </xs:restriction>
518
+ </xs:simpleType>
519
+
520
+ <xs:simpleType name="KwPosNegValue7.0Type">
521
+ <xs:restriction base="xs:int">
522
+ <xs:minInclusive value="-9999999"/>
523
+ <xs:maxInclusive value="9999999"/>
524
+ </xs:restriction>
525
+ </xs:simpleType>
526
+
527
+ <xs:simpleType name="DRPatternNameType">
528
+ <xs:restriction base="JapaneseStringType">
529
+ <xs:maxLength value="10"/>
530
+ <xs:minLength value="1"/>
531
+ </xs:restriction>
532
+ </xs:simpleType>
533
+
534
+ <xs:simpleType name="DRPatternNumberType">
535
+ <xs:restriction base="xs:integer">
536
+ <xs:maxInclusive value="20"/>
537
+ <xs:minInclusive value="1"/>
538
+ </xs:restriction>
539
+ </xs:simpleType>
540
+
541
+ <xs:simpleType name="PatternNumberType">
542
+ <xs:restriction base="xs:integer">
543
+ <xs:maxInclusive value="10"/>
544
+ <xs:minInclusive value="1"/>
545
+ </xs:restriction>
546
+ </xs:simpleType>
547
+
548
+ <xs:simpleType name="StopTimeType">
549
+ <xs:restriction base="xs:integer">
550
+ <xs:maxInclusive value="999"/>
551
+ <xs:minInclusive value="0"/>
552
+ </xs:restriction>
553
+ </xs:simpleType>
554
+
555
+ <xs:simpleType name="RankType">
556
+ <xs:restriction base="xs:integer">
557
+ <xs:maxInclusive value="9999999"/>
558
+ <xs:minInclusive value="1"/>
559
+ </xs:restriction>
560
+ </xs:simpleType>
561
+
562
+ <xs:simpleType name="kVAType">
563
+ <xs:restriction base="xs:integer">
564
+ <xs:maxInclusive value="9999999"/>
565
+ <xs:minInclusive value="1000"/>
566
+ </xs:restriction>
567
+ </xs:simpleType>
568
+
569
+ <xs:simpleType name="kVType">
570
+ <xs:restriction base="xs:decimal">
571
+ <xs:maxInclusive value="1000.0"/>
572
+ <xs:minInclusive value="0"/>
573
+ </xs:restriction>
574
+ </xs:simpleType>
575
+
576
+ <xs:simpleType name="kWhType">
577
+ <xs:restriction base="xs:integer">
578
+ <xs:maxInclusive value="9999999"/>
579
+ <xs:minInclusive value="1000"/>
580
+ </xs:restriction>
581
+ </xs:simpleType>
582
+
583
+ <xs:simpleType name="PercentageType1">
584
+ <xs:restriction base="xs:decimal">
585
+ <xs:maxInclusive value="100.0"/>
586
+ <xs:minInclusive value="0"/>
587
+ </xs:restriction>
588
+ </xs:simpleType>
589
+
590
+ <xs:simpleType name="PercentageType2">
591
+ <xs:restriction base="xs:decimal">
592
+ <xs:maxInclusive value="100.00"/>
593
+ <xs:minInclusive value="0"/>
594
+ </xs:restriction>
595
+ </xs:simpleType>
596
+
597
+ <xs:simpleType name="PriceValue7.2Type">
598
+ <xs:restriction base="xs:decimal">
599
+ <xs:maxInclusive value="10000.00"/>
600
+ <xs:minInclusive value="0.00"/>
601
+ <xs:fractionDigits value="2" />
602
+ </xs:restriction>
603
+ </xs:simpleType>
604
+
605
+ <xs:simpleType name="PriceValue6.1Type">
606
+ <xs:restriction base="xs:decimal">
607
+ <xs:maxInclusive value="99999.9"/>
608
+ <xs:minInclusive value="-99999.9"/>
609
+ </xs:restriction>
610
+ </xs:simpleType>
611
+
612
+ <xs:simpleType name="PriceValue8Type">
613
+ <xs:restriction base="xs:integer">
614
+ <xs:maxInclusive value="99999999"/>
615
+ <xs:minInclusive value="0"/>
616
+ </xs:restriction>
617
+ </xs:simpleType>
618
+
619
+ <xs:simpleType name="PriceValue8.2Type">
620
+ <xs:restriction base="xs:decimal">
621
+ <xs:minInclusive value="0.00"/>
622
+ <xs:maxInclusive value="1000000.00"/>
623
+ <xs:fractionDigits value="2" />
624
+ </xs:restriction>
625
+ </xs:simpleType>
626
+
627
+ <xs:simpleType name="KwPosValue13.0Type">
628
+ <xs:restriction base="xs:long">
629
+ <xs:minInclusive value="0"/>
630
+ <xs:maxInclusive value="9999999999999"/>
631
+ </xs:restriction>
632
+ </xs:simpleType>
633
+
634
+
635
+ <xs:simpleType name="PriceValue6.2Type">
636
+ <xs:restriction base="xs:decimal">
637
+ <xs:minInclusive value="0.00"/>
638
+ <xs:maxInclusive value="9999.99"/>
639
+ <xs:fractionDigits value="2" />
640
+ </xs:restriction>
641
+ </xs:simpleType>
642
+
643
+ <xs:simpleType name="FrequencyType">
644
+ <xs:restriction base="xs:decimal">
645
+ <xs:maxInclusive value="70.0"/>
646
+ <xs:minInclusive value="40.0"/>
647
+ </xs:restriction>
648
+ </xs:simpleType>
649
+
650
+ <xs:simpleType name="hZPosValue1.4Type0Min">
651
+ <xs:restriction base="xs:decimal">
652
+ <xs:minInclusive value="0.0000"/>
653
+ <xs:maxInclusive value="9.9999"/>
654
+ <xs:fractionDigits value="4"/>
655
+ </xs:restriction>
656
+ </xs:simpleType>
657
+
658
+ <xs:simpleType name="TimeSecInterval1.2Type">
659
+ <xs:restriction base="xs:decimal">
660
+ <xs:minInclusive value="0.00"/>
661
+ <xs:maxInclusive value="9.99"/>
662
+ <xs:fractionDigits value="2"/>
663
+ </xs:restriction>
664
+ </xs:simpleType>
665
+
666
+ <xs:simpleType name="hZPosValue1.3Type0Min">
667
+ <xs:restriction base="xs:decimal">
668
+ <xs:minInclusive value="0.000"/>
669
+ <xs:maxInclusive value="9.999"/>
670
+ <xs:fractionDigits value="3"/>
671
+ </xs:restriction>
672
+ </xs:simpleType>
673
+
674
+ <xs:simpleType name="TimeSecInterval1.1Type">
675
+ <xs:restriction base="xs:decimal">
676
+ <xs:minInclusive value="0.0"/>
677
+ <xs:maxInclusive value="9.9"/>
678
+ <xs:fractionDigits value="1"/>
679
+ </xs:restriction>
680
+ </xs:simpleType>
681
+
682
+
683
+ <!-- Codes for Contract Type
684
+  1: MARKET
685
+  2: MARKET_AND_POWER_SUPPLY_II
686
+ 3: POWER_SUPPLY_II
687
+ 4: ONLY_POWER_SUPPLY_I’
688
+ 5: MARKET_AND_REMAINING_RESERVE_UTILIZATION
689
+  6: REMAINING_RESERVE_UTILIZATION
690
+ -->
691
+ <xs:simpleType name="ContractTypeType">
692
+ <xs:restriction base="xs:string">
693
+ <xs:enumeration value="1"/>
694
+ <xs:enumeration value="2"/>
695
+ <xs:enumeration value="3"/>
696
+ <xs:enumeration value="4"/>
697
+ <xs:enumeration value="5"/>
698
+ <xs:enumeration value="6"/>
699
+ </xs:restriction>
700
+ </xs:simpleType>
701
+
702
+ <!-- Codes for Commodity Category Type
703
+ 1000:PRIMARY
704
+ 2100:SECONDARY(1)
705
+ 2200:SECONDARY(2)
706
+ 3100:TERTIARY(1)
707
+ 3200:TERTIARY(2)
708
+ 4000:COMPOUND
709
+ -->
710
+
711
+ <xs:simpleType name="CommodityCategoryType">
712
+ <xs:restriction base="xs:string">
713
+ <xs:enumeration value="1000"/>
714
+ <xs:enumeration value="2100"/>
715
+ <xs:enumeration value="2200"/>
716
+ <xs:enumeration value="3100"/>
717
+ <xs:enumeration value="3200"/>
718
+ <xs:enumeration value="4000"/>
719
+ </xs:restriction>
720
+ </xs:simpleType>
721
+
722
+ <!-- Codes for Command Operation Method Type
723
+ 1:DEDICATED_LINE
724
+ 2:SIMPLE_COMMAND
725
+ 3:OFFLINE
726
+ -->
727
+ <xs:simpleType name="PriSec1CommandOperationMethodType">
728
+ <xs:restriction base="xs:string">
729
+ <xs:enumeration value="1"/>
730
+ <xs:enumeration value="3"/>
731
+ </xs:restriction>
732
+ </xs:simpleType>
733
+
734
+ <xs:simpleType name="Sec2Ter1Ter2CommandOperationMethodType">
735
+ <xs:restriction base="xs:string">
736
+ <xs:enumeration value="1"/>
737
+ <xs:enumeration value="2"/>
738
+ </xs:restriction>
739
+ </xs:simpleType>
740
+
741
+
742
+ <xs:simpleType name="YesNoType">
743
+ <xs:restriction base="xs:string">
744
+ <xs:enumeration value="Y"/>
745
+ <xs:enumeration value="N"/>
746
+ </xs:restriction>
747
+ </xs:simpleType>
748
+
749
+ <!-- Codes for AvailNotAvailType
750
+ 1:AVAILABLE
751
+ 0:NOT_AVAILABLE
752
+ -->
753
+ <xs:simpleType name="AvailNotAvailType">
754
+ <xs:restriction base="xs:string">
755
+ <xs:enumeration value="1"/>
756
+ <xs:enumeration value="0"/>
757
+ </xs:restriction>
758
+ </xs:simpleType>
759
+
760
+ <xs:complexType name="MessagesType">
761
+ <xs:sequence>
762
+ <xs:element name="ERROR" type="ErrorType" minOccurs="0" maxOccurs="unbounded" />
763
+ </xs:sequence>
764
+ </xs:complexType>
765
+
766
+ <xs:simpleType name="CreatorType">
767
+ <xs:restriction base="xs:string">
768
+ </xs:restriction>
769
+ </xs:simpleType>
770
+
771
+ <!-- 3.2.1.1.1 OND_0023a Resource List for TSO -->
772
+ <xs:complexType name="ResourceListType">
773
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
774
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
775
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
776
+ <xs:attribute name="StartDate" type="DateStampType" use="required"/>
777
+ <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
778
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
779
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
780
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
781
+ <xs:attribute name="Area" type="AreaType" use="required"/>
782
+ <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
783
+ <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
784
+ <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
785
+ <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
786
+ <xs:attribute name="Ter2" type="CommodityCategoryOfferType" use="optional"/>
787
+ <xs:attribute name="ContractType" type="ContractTypeType" use="required"/>
788
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
789
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
790
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
791
+ <xs:attribute name="BaselineSettingsMethod" type="BaselineSettingsMethodType" use="optional"/>
792
+ <xs:attribute name="SignalType" type="SignalTypeType" use="required"/>
793
+ <xs:attribute name="PriRemResvUtilization" type="RemResvUtilizationType" use="required"/>
794
+ <xs:attribute name="Sec1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
795
+ <xs:attribute name="Sec2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
796
+ <xs:attribute name="Ter1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
797
+ <xs:attribute name="Ter2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
798
+ </xs:complexType>
799
+
800
+ <!-- 3.2.1.1.2 OND_0023b: Resource List for BSP -->
801
+ <xs:complexType name="BSP_ResourceListType">
802
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
803
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
804
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
805
+ <xs:attribute name="StartDate" type="DateStampType" use="required"/>
806
+ <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
807
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
808
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
809
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
810
+ <xs:attribute name="Area" type="AreaType" use="required"/>
811
+ <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
812
+ <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
813
+ <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
814
+ <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
815
+ <xs:attribute name="Ter2" type="CommodityCategoryOfferType" use="optional"/>
816
+ <xs:attribute name="ContractType" type="ContractTypeType" use="required"/>
817
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
818
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
819
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
820
+ <xs:attribute name="BaselineSettingsMethod" type="BaselineSettingsMethodType" use="optional"/>
821
+ <xs:attribute name="SignalType" type="SignalTypeType" use="required"/>
822
+ <xs:attribute name="PriRemResvUtilization" type="RemResvUtilizationType" use="required"/>
823
+ <xs:attribute name="Sec1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
824
+ <xs:attribute name="Sec2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
825
+ <xs:attribute name="Ter1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
826
+ <xs:attribute name="Ter2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
827
+ </xs:complexType>
828
+
829
+ <!-- 3.2.1.2 OND_0033: Resources master for settlement -->
830
+ <xs:complexType name="ResourceSttlType">
831
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
832
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
833
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
834
+ <xs:attribute name="ResourceLongName" type="ResourceLongNameType" use="required"/>
835
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
836
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
837
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
838
+ <xs:attribute name="StartDate" type="DateStampType" use="required"/>
839
+ <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
840
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
841
+ <xs:attribute name="Area" type="AreaType" use="required"/>
842
+ <xs:attribute name="ContractType" type="ContractTypeType" use="required"/>
843
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
844
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
845
+ <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
846
+ <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
847
+ <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
848
+ <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
849
+ <xs:attribute name="Ter2" type="CommodityCategoryOfferType" use="optional"/>
850
+ <xs:attribute name="BaselineSettingsMethod" type="BaselineSettingsMethodType" use="optional"/>
851
+ <xs:attribute name="SignalType" type="SignalTypeType" use="required"/>
852
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
853
+ <xs:attribute name="Address" type="AddressType" use="required"/>
854
+ <xs:attribute name="ModelName" type="ModelNameType" use="optional"/>
855
+ <xs:attribute name="ThermalType" type="ThermalTypeType" use="optional"/>
856
+ <xs:attribute name="RatedCapacity" type="kVAType" use="optional"/>
857
+ <xs:attribute name="BatteryCapacity" type="kWhType" use="optional"/>
858
+ <xs:attribute name="RatedVoltage" type="kVType" use="optional"/>
859
+ <xs:attribute name="VoltageForContOpPct" type="PercentageType1" use="optional"/>
860
+ <xs:attribute name="VoltageAdjustment" type="AvailNotAvailType" use="required"/>
861
+ <xs:attribute name="RatedPowerFactorPct" type="PercentageType1" use="optional"/>
862
+ <xs:attribute name="InPlantRate" type="InPlantRateType" use="optional"/>
863
+ <xs:attribute name="BlackStart" type="AvailNotAvailType" use="optional"/>
864
+ <xs:attribute name="FCBOperation" type="AvailNotAvailType" use="optional"/>
865
+ <xs:attribute name="OverPowerOperation" type="AvailNotAvailType" use="optional"/>
866
+ <xs:attribute name="PeakModeOperation" type="AvailNotAvailType" use="optional"/>
867
+ <xs:attribute name="DSS" type="AvailNotAvailType" use="optional"/>
868
+ <xs:attribute name="PumpUpCharging" type="AvailNotAvailType" use="optional"/>
869
+ <xs:attribute name="VarSpeedOpChrgAdjOp" type="AvailNotAvailType" use="optional"/>
870
+ <xs:attribute name="PhaseModifyingOp" type="AvailNotAvailType" use="optional"/>
871
+ <xs:attribute name="PatternName" type="DRPatternNameType" use="optional"/>
872
+ <xs:attribute name="PatternNumber" type="DRPatternNumberType" use="optional"/>
873
+ <xs:attribute name="DRPatternStartDate" type="DateStampType" use="optional"/>
874
+ <xs:attribute name="DRPatternEndDate" type="DateStampType" use="optional"/>
875
+ <xs:attribute name="FileName" type="FileNameType" use="optional"/>
876
+ <xs:attribute name="FileIdentifier" type="FileIdentifierType" use="optional"/>
877
+ <xs:attribute name="DRPatternPriPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
878
+ <xs:attribute name="DRPatternSec1PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
879
+ <xs:attribute name="DRPatternSec2PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
880
+ <xs:attribute name="DRPatternTer1PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
881
+ <xs:attribute name="DRPatternTer2PossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
882
+ <xs:attribute name="DRPatternPriRemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
883
+ <xs:attribute name="DRPatternSec1RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
884
+ <xs:attribute name="DRPatternSec2RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
885
+ <xs:attribute name="DRPatternTer1RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
886
+ <xs:attribute name="DRPatternTer2RemResvPossibleSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
887
+ <xs:attribute name="PriRemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
888
+ <xs:attribute name="Sec1RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
889
+ <xs:attribute name="Sec2RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
890
+ <xs:attribute name="Ter1RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
891
+ <xs:attribute name="Ter2RemResvMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
892
+ <xs:attribute name="Status" type="StatusType" use="optional"/>
893
+ <xs:attribute name="RatedOutput" type="kWPosValue7Type0Min" use="optional"/>
894
+ <xs:attribute name="MinimumOutput" type="kWPosValue7Type0Min" use="optional"/>
895
+ <xs:attribute name="MaxOutputOPMode" type="kWPosValue7Type0Min" use="optional"/>
896
+ <xs:attribute name="MaxOutputPeakMode" type="kWPosValue7Type0Min" use="optional"/>
897
+ <xs:attribute name="SwitchOutput" type="kWPosValue7Type0Min" use="optional"/>
898
+ <xs:attribute name="TimeToSwitchOpBand" type="TimeToSwitchOpBandType" use="optional"/>
899
+ <xs:attribute name="VENID" type="VenidType" use="optional"/>
900
+ <xs:attribute name="BGCode" type="BGCodeType" use="optional"/>
901
+ <xs:attribute name="PriMaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
902
+ <xs:attribute name="Sec1MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
903
+ <xs:attribute name="Sec2MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
904
+ <xs:attribute name="Ter1MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
905
+ <xs:attribute name="Ter2MaximumSupplyQuantity" type="kWPosValue7Type0Min" use="optional"/>
906
+ <xs:attribute name="PriRemResvUtilization" type="RemResvUtilizationType" use="required"/>
907
+ <xs:attribute name="Sec1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
908
+ <xs:attribute name="Sec2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
909
+ <xs:attribute name="Ter1RemResvUtilization" type="RemResvUtilizationType" use="required"/>
910
+ <xs:attribute name="Ter2RemResvUtilization" type="RemResvUtilizationType" use="required"/>
911
+ <xs:attribute name="PriContinuousTime" type="TextStringType" use="optional"/>
912
+ <xs:attribute name="Sec1ContinuousTime" type="TextStringType" use="optional"/>
913
+ <xs:attribute name="Sec2ContinuousTime" type="TextStringType" use="optional"/>
914
+ <xs:attribute name="Ter1ContinuousTime" type="TextStringType" use="optional"/>
915
+ <xs:attribute name="Ter2ContinuousTime" type="TextStringType" use="optional"/>
916
+ <xs:attribute name="Sec2DownTime" type="TextStringType" use="optional"/>
917
+ <xs:attribute name="PriResponseTime" type="TextStringType" use="optional"/>
918
+ <xs:attribute name="Sec1ResponseTime" type="TextStringType" use="optional"/>
919
+ <xs:attribute name="Sec2ResponseTime" type="TextStringType" use="optional"/>
920
+ <xs:attribute name="Ter1ResponseTime" type="TextStringType" use="optional"/>
921
+ <xs:attribute name="Ter2ResponseTime" type="TextStringType" use="optional"/>
922
+ <xs:attribute name="GfWidthOutOfRatedOutput" type="kWPosValue7Type0Min" use="optional"/>
923
+ <xs:attribute name="MarketContext" type="MarketContextType" use="optional"/>
924
+ <xs:attribute name="ContractExstOfPowerSupplyiP" type="AvailNotAvailType" use="optional"/>
925
+ <xs:attribute name="PowerSourceiPDecMaxUnitPrice" type="PriceValue6.2Type" use="optional"/>
926
+ <xs:attribute name="GfVariationRate" type="PercentageType1" use="optional"/>
927
+ <xs:attribute name="DeadBand" type="hZPosValue1.4Type0Min" use="optional"/>
928
+ <xs:attribute name="FrequencyMeasurementInterval" type="TimeSecInterval1.2Type" use="optional"/>
929
+ <xs:attribute name="FrequencyMeasurementError" type="hZPosValue1.3Type0Min" use="optional"/>
930
+ <xs:attribute name="DelayTime" type="TimeSecInterval1.1Type" use="optional"/>
931
+ </xs:complexType>
932
+
933
+ <!-- 3.2.1.3 OND_0033a: Resources master OTM for settlement -->
934
+ <xs:complexType name="ResourceSttlOTMType">
935
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
936
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
937
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
938
+ <xs:attribute name="ResourceLongName" type="ResourceLongNameType" use="required"/>
939
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
940
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
941
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
942
+ <xs:attribute name="StartDate" type="DateStampType" use="required"/>
943
+ <xs:attribute name="EndDate" type="DateStampType" use="optional"/>
944
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
945
+ <xs:attribute name="Area" type="AreaType" use="required"/>
946
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
947
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
948
+ <xs:attribute name="Pri" type="CommodityCategoryOfferType" use="optional"/>
949
+ <xs:attribute name="Sec1" type="CommodityCategoryOfferType" use="optional"/>
950
+ <xs:attribute name="Sec2" type="CommodityCategoryOfferType" use="optional"/>
951
+ <xs:attribute name="Ter1" type="CommodityCategoryOfferType" use="optional"/>
952
+ <xs:attribute name="ThermalType" type="ThermalTypeType" use="optional"/>
953
+ <xs:attribute name="OutputBand" type="KwPosNegValue7.0Type" use="required"/>
954
+ <xs:attribute name="VariationSpeedOTM" type="kWPosValue7Type0Min" use="required"/>
955
+ </xs:complexType>
956
+
957
+ <!-- 3.2.2.1.1 OND_0013a: Offers For TSO/MO -->
958
+ <xs:complexType name="OffersType">
959
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
960
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
961
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
962
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
963
+ <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
964
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
965
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
966
+ <xs:attribute name="Area" type="AreaType" use="required"/>
967
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
968
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
969
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
970
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
971
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
972
+ <xs:attribute name="StackNumber" type="StackNumberType" use="required"/>
973
+ <xs:attribute name="MinimumSupplyQuantity" type="kWPosValue7Type0Min" use="required"/>
974
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
975
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
976
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
977
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
978
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
979
+ <xs:attribute name="OfferUnitPrice" type="PriceValue7.2Type" use="required"/>
980
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
981
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
982
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
983
+ <xs:attribute name="CompletionDate" type="TimeStampType" use="required"/>
984
+ </xs:complexType>
985
+
986
+ <!-- 3.2.2.1.2 OND_0013b: Offers for BSPs -->
987
+ <xs:complexType name="BSP_OffersType">
988
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
989
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
990
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
991
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
992
+ <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
993
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
994
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
995
+ <xs:attribute name="Area" type="AreaType" use="required"/>
996
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
997
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
998
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
999
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1000
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1001
+ <xs:attribute name="StackNumber" type="StackNumberType" use="required"/>
1002
+ <xs:attribute name="MinimumSupplyQuantity" type="kWPosValue7Type0Min" use="required"/>
1003
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1004
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1005
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1006
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1007
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1008
+ <xs:attribute name="OfferUnitPrice" type="PriceValue7.2Type" use="required"/>
1009
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1010
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1011
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1012
+ <xs:attribute name="CompletionDate" type="TimeStampType" use="required"/>
1013
+ </xs:complexType>
1014
+
1015
+ <!-- 3.2.2.2 OND_0011: Reserve Requirements -->
1016
+ <xs:complexType name="ReserveReqsType">
1017
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1018
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1019
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1020
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1021
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1022
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1023
+ <xs:attribute name="RequiringArea" type="AreaType" use="required"/>
1024
+ <xs:attribute name="PrimaryReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1025
+ <xs:attribute name="Secondary1ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1026
+ <xs:attribute name="Secondary2ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1027
+ <xs:attribute name="Tertiary1ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1028
+ <xs:attribute name="Tertiary2ReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1029
+ <xs:attribute name="PToS1CompoundReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1030
+ <xs:attribute name="PToS2CompoundReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1031
+ <xs:attribute name="PToT1CompoundReserveQuantity" type="kWPosValue7Type0Min" use="optional"/>
1032
+ </xs:complexType>
1033
+
1034
+ <!-- 3.2.2.3.1 OND_0007a: BUP for TSO/MO -->
1035
+ <xs:complexType name="BUPType">
1036
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1037
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1038
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1039
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1040
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1041
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1042
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1043
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1044
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1045
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1046
+ <xs:attribute name="PatternNumber" type="PatternNumberType" use="required"/>
1047
+ <xs:attribute name="PatternRemark" type="TextStringType" use="optional"/>
1048
+ <xs:attribute name="PriceDetails" type="PriceDetailsType" use="optional"/>
1049
+ <xs:attribute name="BandNumber" type="BandNumberType" use="optional"/>
1050
+ <xs:attribute name="FromCapacity" type="KwPosNegValue7.0Type" use="optional"/>
1051
+ <xs:attribute name="V1" type="PriceValue6.2Type" use="optional"/>
1052
+ <xs:attribute name="V2" type="PriceValue6.2Type" use="optional"/>
1053
+ <xs:attribute name="V4Upward" type="PriceValue6.2Type" use="optional"/>
1054
+ <xs:attribute name="A" type="PriceValue6.1Type" use="optional"/>
1055
+ <xs:attribute name="B" type="PriceValue6.1Type" use="optional"/>
1056
+ <xs:attribute name="C" type="PriceValue6.1Type" use="optional"/>
1057
+ <xs:attribute name="CaseNumber" type="CaseNumberType" use="optional"/>
1058
+ <xs:attribute name="StopTime" type="StopTimeType" use="optional"/>
1059
+ <xs:attribute name="V3" type="PriceValue8Type" use="optional"/>
1060
+ <xs:attribute name="StartupCostRemark" type="TextStringType" use="optional"/>
1061
+ </xs:complexType>
1062
+
1063
+ <!-- 3.2.2.3.2 OND_0007b: BUP for BSP -->
1064
+ <xs:complexType name="BSP_BUPType">
1065
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1066
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1067
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1068
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1069
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1070
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1071
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1072
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1073
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1074
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1075
+ <xs:attribute name="PatternNumber" type="PatternNumberType" use="required"/>
1076
+ <xs:attribute name="PatternRemark" type="TextStringType" use="optional"/>
1077
+ <xs:attribute name="PriceDetails" type="PriceDetailsType" use="optional"/>
1078
+ <xs:attribute name="BandNumber" type="BandNumberType" use="optional"/>
1079
+ <xs:attribute name="FromCapacity" type="KwPosNegValue7.0Type" use="optional"/>
1080
+ <xs:attribute name="V1" type="PriceValue6.2Type" use="optional"/>
1081
+ <xs:attribute name="V2" type="PriceValue6.2Type" use="optional"/>
1082
+ <xs:attribute name="V4Upward" type="PriceValue6.2Type" use="optional"/>
1083
+ <xs:attribute name="A" type="PriceValue6.1Type" use="optional"/>
1084
+ <xs:attribute name="B" type="PriceValue6.1Type" use="optional"/>
1085
+ <xs:attribute name="C" type="PriceValue6.1Type" use="optional"/>
1086
+ <xs:attribute name="CaseNumber" type="CaseNumberType" use="optional"/>
1087
+ <xs:attribute name="StopTime" type="StopTimeType" use="optional"/>
1088
+ <xs:attribute name="V3" type="PriceValue8Type" use="optional"/>
1089
+ <xs:attribute name="StartupCostRemark" type="TextStringType" use="optional"/>
1090
+ </xs:complexType>
1091
+
1092
+ <!-- 3.2.3.1 OND_0014: Merit Order List -->
1093
+ <xs:complexType name="MOLType">
1094
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1095
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1096
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1097
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1098
+ <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1099
+ <xs:attribute name="ProcurementArea" type="ProcurementAreaType" use="required"/>
1100
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1101
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1102
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1103
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1104
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1105
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1106
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1107
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1108
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1109
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1110
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1111
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1112
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1113
+ <xs:attribute name="CompoundOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1114
+ <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1115
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1116
+ <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1117
+ <xs:attribute name="Rank" type="RankType" use="required"/>
1118
+ <xs:attribute name="PrimaryCumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1119
+ <xs:attribute name="Secondary1CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1120
+ <xs:attribute name="Secondary2CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1121
+ <xs:attribute name="Tertiary1CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1122
+ <xs:attribute name="Tertiary2CumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1123
+ <xs:attribute name="CompoundCumulativeAmount" type="KwPosValue13.0Type" use="optional"/>
1124
+ <xs:attribute name="SubmissionTime" type="TimeStampType" use="required"/>
1125
+ </xs:complexType>
1126
+
1127
+ <!-- 3.2.3.2.1 OND_0015: Power Source Contract Results for TSO -->
1128
+ <xs:complexType name="ContractResultType">
1129
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1130
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1131
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1132
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1133
+ <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1134
+ <xs:attribute name="ContractNumber" type="ContractNumberType" use="required"/>
1135
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1136
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1137
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1138
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1139
+ <xs:attribute name="OperatorCode" type="OCCTOCodeType" use="required"/>
1140
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1141
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1142
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1143
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1144
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1145
+ <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1146
+ <xs:attribute name="LinkedArea" type="AreaType" use="required"/>
1147
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1148
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
1149
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
1150
+ <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1151
+ <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1152
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1153
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1154
+ <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1155
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1156
+ <xs:attribute name="UpdateTime" type="TimeStampType" use="required"/>
1157
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1158
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1159
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1160
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1161
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1162
+ <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1163
+ <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1164
+ <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1165
+ <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1166
+ <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1167
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1168
+ <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1169
+ <xs:attribute name="BaselineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1170
+ <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1171
+ <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="optional"/>
1172
+ <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1173
+ <xs:attribute name="ContractResult" type="ContractResultValueType" use="required"/>
1174
+ <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1175
+ <xs:attribute name="Creator" type="CreatorType" use="optional"/>
1176
+ </xs:complexType>
1177
+
1178
+ <!-- 3.2.3.2.2 OND_0016: Power Source Contract Results for BSP -->
1179
+ <xs:complexType name="BSP_ContractResultType">
1180
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1181
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1182
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1183
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1184
+ <xs:attribute name="ContractNumber" type="ContractNumberType" use="optional"/>
1185
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1186
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1187
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1188
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1189
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1190
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1191
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1192
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1193
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1194
+ <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1195
+ <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1196
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1197
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1198
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1199
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1200
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1201
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1202
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1203
+ <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1204
+ <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1205
+ <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1206
+ <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1207
+ <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1208
+ <xs:attribute name="UpdateTime" type="TimeStampType" use="optional"/>
1209
+ <xs:attribute name="ContractResult" type="ContractResultValueType" use="optional"/>
1210
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1211
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1212
+ <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1213
+ <xs:attribute name="BaselineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1214
+ <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1215
+ <xs:attribute name="SourceJBMSId" type="JBMSIdOnd16Type" use="optional"/>
1216
+ <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1217
+ <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1218
+ </xs:complexType>
1219
+
1220
+ <!-- 3.2.3.2.3 OND_0015a: Measurement Base Power Source Contract Result for TSO -->
1221
+ <xs:complexType name="MeasureBaseContractResultType">
1222
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1223
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1224
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1225
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1226
+ <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1227
+ <xs:attribute name="ContractNumber" type="ContractNumberType" use="required"/>
1228
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1229
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1230
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1231
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1232
+ <xs:attribute name="OperatorCode" type="OCCTOCodeType" use="required"/>
1233
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1234
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1235
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1236
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1237
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1238
+ <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1239
+ <xs:attribute name="LinkedArea" type="AreaType" use="required"/>
1240
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1241
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
1242
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
1243
+ <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1244
+ <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1245
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1246
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1247
+ <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1248
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1249
+ <xs:attribute name="UpdateTime" type="TimeStampType" use="required"/>
1250
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1251
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1252
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1253
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1254
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1255
+ <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1256
+ <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1257
+ <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1258
+ <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1259
+ <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1260
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1261
+ <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1262
+ <xs:attribute name="BaselineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1263
+ <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1264
+ <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="optional"/>
1265
+ <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1266
+ <xs:attribute name="ContractResult" type="ContractResultValueType" use="required"/>
1267
+ <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1268
+ </xs:complexType>
1269
+
1270
+
1271
+ <!-- 3.2.3.2.4 OND_0016a: Measurement Base Power Source Contract Result for BSP -->
1272
+ <xs:complexType name="BSP_MeasureBaseContractResultType">
1273
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1274
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1275
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1276
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1277
+ <xs:attribute name="ContractNumber" type="ContractNumberType" use="optional"/>
1278
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1279
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1280
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1281
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1282
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1283
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1284
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1285
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1286
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1287
+ <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1288
+ <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1289
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1290
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1291
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1292
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1293
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1294
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1295
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1296
+ <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1297
+ <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1298
+ <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1299
+ <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1300
+ <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1301
+ <xs:attribute name="UpdateTime" type="TimeStampType" use="optional"/>
1302
+ <xs:attribute name="ContractResult" type="ContractResultValueType" use="optional"/>
1303
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1304
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1305
+ <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1306
+ <xs:attribute name="BaselineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1307
+ <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1308
+ <xs:attribute name="SourceJBMSId" type="JBMSIdOnd16Type" use="optional"/>
1309
+ <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1310
+ <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1311
+ </xs:complexType>
1312
+
1313
+ <!-- 3.2.3.2.5 OND_0015b: Power Source Contract Results After GC for TSO -->
1314
+ <xs:complexType name="ContractResultAfterGCType">
1315
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1316
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1317
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1318
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1319
+ <xs:attribute name="OfferID" type="OfferIDType" use="required"/>
1320
+ <xs:attribute name="ContractNumber" type="ContractNumberType" use="required"/>
1321
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1322
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1323
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1324
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1325
+ <xs:attribute name="OperatorCode" type="OCCTOCodeType" use="required"/>
1326
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1327
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1328
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1329
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1330
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1331
+ <xs:attribute name="OfferPrice" type="PriceValue7.2Type" use="required"/>
1332
+ <xs:attribute name="LinkedArea" type="AreaType" use="required"/>
1333
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1334
+ <xs:attribute name="PriSec1CommandOperationMethod" type="PriSec1CommandOperationMethodType" use="optional"/>
1335
+ <xs:attribute name="Sec2Ter1Ter2CommandOperationMethod" type="Sec2Ter1Ter2CommandOperationMethodType" use="optional"/>
1336
+ <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1337
+ <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1338
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1339
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1340
+ <xs:attribute name="CorrectedUnitPrice" type="PriceValue8.2Type" use="required"/>
1341
+ <xs:attribute name="CoefficientTR2" type="PercentageType2" use="optional"/>
1342
+ <xs:attribute name="UpdateTime" type="TimeStampType" use="required"/>
1343
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1344
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1345
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1346
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1347
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1348
+ <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1349
+ <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1350
+ <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1351
+ <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1352
+ <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1353
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1354
+ <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1355
+ <xs:attribute name="BaselineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1356
+ <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1357
+ <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="optional"/>
1358
+ <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1359
+ <xs:attribute name="ContractResult" type="ContractResultValueType" use="required"/>
1360
+ <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1361
+ </xs:complexType>
1362
+
1363
+
1364
+ <!-- 3.2.3.2.6 OND_0016b: Power Source Contract Results After GC for BSP -->
1365
+ <xs:complexType name="BSP_ContractResultAfterGCType">
1366
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1367
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1368
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1369
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1370
+ <xs:attribute name="ContractNumber" type="ContractNumberType" use="optional"/>
1371
+ <xs:attribute name="ResourceName" type="ResourceNameType" use="required"/>
1372
+ <xs:attribute name="SystemCode" type="SystemCodeType" use="required"/>
1373
+ <xs:attribute name="ParticipantName" type="ParticipantNameType" use="required"/>
1374
+ <xs:attribute name="CompanyShortName" type="CompanyShortNameType" use="required"/>
1375
+ <xs:attribute name="ResourceShortName" type="ResourceShortNameType" use="required"/>
1376
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1377
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1378
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1379
+ <xs:attribute name="Area" type="AreaType" use="required"/>
1380
+ <xs:attribute name="Tertiary2ContractQuantity" type="kWPosValue7Type0Min" use="optional"/>
1381
+ <xs:attribute name="ContractPrice" type="PriceValue7.2Type" use="required"/>
1382
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1383
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1384
+ <xs:attribute name="PrimaryOfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1385
+ <xs:attribute name="Secondary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1386
+ <xs:attribute name="Secondary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1387
+ <xs:attribute name="Tertiary1OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1388
+ <xs:attribute name="Tertiary2OfferQuantity" type="kWPosValue7Type0Min" use="optional"/>
1389
+ <xs:attribute name="PrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1390
+ <xs:attribute name="Secondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1391
+ <xs:attribute name="Secondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1392
+ <xs:attribute name="Tertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1393
+ <xs:attribute name="CompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1394
+ <xs:attribute name="UpdateTime" type="TimeStampType" use="optional"/>
1395
+ <xs:attribute name="ContractResult" type="ContractResultValueType" use="optional"/>
1396
+ <xs:attribute name="ResourceType" type="ResourceTypeType" use="required"/>
1397
+ <xs:attribute name="DRPatternNumber" type="DRPatternNumberType" use="optional"/>
1398
+ <xs:attribute name="BaselineLoadFileNameNeg" type="BaselineLoadFileNameType" use="optional"/>
1399
+ <xs:attribute name="BaselineLoadFileNamePos" type="BaselineLoadFileNameType" use="optional"/>
1400
+ <xs:attribute name="JBMSId" type="JBMSIdType" use="required"/>
1401
+ <xs:attribute name="SourceJBMSId" type="JBMSIdOnd16Type" use="optional"/>
1402
+ <xs:attribute name="Status" type="ContractStatusType" use="required"/>
1403
+ <xs:attribute name="ContractSource" type="ContractSourceType" use="required"/>
1404
+ </xs:complexType>
1405
+
1406
+
1407
+ <!-- 3.2.3.3 OND_0036: TSO Switching Request -->
1408
+ <xs:complexType name="SwitchRequestType">
1409
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1410
+ <xs:attribute name="ContractNO" type="ContractNumberType" use="required"/>
1411
+ <xs:attribute name="SourceJBMSId" type="JBMSIdType" use="required"/>
1412
+ <xs:attribute name="RequestTime" type="TimeStampType" use="required"/>
1413
+ <xs:attribute name="EndTime" type="TimeStampType" use="required"/>
1414
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1415
+ <xs:attribute name="TradeDate" type="DateStampType" use="required"/>
1416
+ <xs:attribute name="CommodityCategory" type="CommodityCategoryType" use="required"/>
1417
+ <xs:attribute name="MarketType" type="MarketTypeType" use="required"/>
1418
+ <xs:attribute name="Direction" type="DirectionType" use="required"/>
1419
+ <xs:attribute name="LinkingArea" type="AreaType" use="required"/>
1420
+ <xs:attribute name="SourceArea" type="AreaType" use="required"/>
1421
+ <xs:attribute name="SourceParticipantName" type="ParticipantNameType" use="required"/>
1422
+ <xs:attribute name="SourceOperatorCode" type="OCCTOCodeType" use="required"/>
1423
+ <xs:attribute name="SourceCompanyShortName" type="CompanyShortNameType" use="required"/>
1424
+ <xs:attribute name="SourceResourceName" type="ResourceNameType" use="required"/>
1425
+ <xs:attribute name="SourceSystemCode" type="SystemCodeType" use="required"/>
1426
+ <xs:attribute name="SourceResourceShortName" type="ResourceShortNameType" use="required"/>
1427
+ <xs:attribute name="SourceResourceType" type="ResourceTypeType" use="required"/>
1428
+ <xs:attribute name="SourceDRCustomerPattern" type="DRPatternNumberType" use="optional"/>
1429
+ <xs:attribute name="SourceTertiary2Quantity" type="kWPosValue7Type0Min" use="optional"/>
1430
+ <xs:attribute name="SourcePrimaryValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1431
+ <xs:attribute name="SourceSecondary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1432
+ <xs:attribute name="SourceSecondary2ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1433
+ <xs:attribute name="SourceTertiary1ValidContractQty" type="kWPosValue7Type0Min" use="optional"/>
1434
+ <xs:attribute name="SourceCompoundSufficientQty" type="kWPosValue7Type0Min" use="optional"/>
1435
+ <xs:attribute name="SourcePrice" type="PriceValue7.2Type" use="required"/>
1436
+ <xs:attribute name="RampDownUnitPrice" type="PriceValue7.2Type" use="required"/>
1437
+ <xs:attribute name="StartUpUnitPrice" type="PriceValue7.2Type" use="required"/>
1438
+ <xs:attribute name="PrimaryRequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1439
+ <xs:attribute name="Secondary1RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1440
+ <xs:attribute name="Secondary2RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1441
+ <xs:attribute name="Tertiary1RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1442
+ <xs:attribute name="Tertiary2RequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1443
+ <xs:attribute name="CompoundRequestedQuantity" type="kWPosValue7Type0Min" use="optional"/>
1444
+ <xs:attribute name="PrimaryRemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1445
+ <xs:attribute name="Secondary1RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1446
+ <xs:attribute name="Secondary2RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1447
+ <xs:attribute name="Tertiary1RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1448
+ <xs:attribute name="Tertiary2RemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1449
+ <xs:attribute name="CompoundRemainingRequestQty" type="kWPosValue7Type0Min" use="optional"/>
1450
+ <xs:attribute name="RequestStatus" type="RequestStatusType" use="required"/>
1451
+ </xs:complexType>
1452
+
1453
+ <!-- 3.2.4 User Access Log -->
1454
+ <xs:complexType name="AccessLogType">
1455
+ <xs:attribute name="ROW" type="RowType" use="optional"/>
1456
+ <xs:attribute name="Name" type="ParticipantNameType" use="required"/>
1457
+ <xs:attribute name="UserName" type="UserNameType" use="required"/>
1458
+ <xs:attribute name="TransactionID" type="TransactionIDType" use="optional"/>
1459
+ <xs:attribute name="ActionPerformed" type="ActionPerformedType" use="required"/>
1460
+ <xs:attribute name="ApplicationName" type="ApplicationNameType" use="required"/>
1461
+ <xs:attribute name="StartTime" type="TimeStampType" use="required"/>
1462
+ <xs:attribute name="EndTime" type="TimeStampType" use="optional"/>
1463
+ <xs:attribute name="DownloadFileName" type="DownloadFileNameType" use="optional"/>
1464
+ </xs:complexType>
1465
+
1466
+
1467
+ <xs:complexType name="OutboundDataType">
1468
+ <xs:sequence>
1469
+ <xs:element name="MESSAGES" type="MessagesType" minOccurs="0" maxOccurs="1"/>
1470
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
1471
+
1472
+ <!-- 3.2.1.1.1 OND _0023a: Resource List for TSO/MO -->
1473
+ <xs:element name="ResourceList" type="ResourceListType"
1474
+ minOccurs="0" maxOccurs="unbounded"/>
1475
+
1476
+ <!-- 3.2.1.1.2 OND _0023b: Resource List for BSP -->
1477
+ <xs:element name="BSP_ResourceList" type="BSP_ResourceListType"
1478
+ minOccurs="0" maxOccurs="unbounded"/>
1479
+
1480
+ <!-- 3.2.1.2 OND_0033: Resources master for settlement for TSO/MO-->
1481
+ <xs:element name="ResourceSttl" type="ResourceSttlType"
1482
+ minOccurs="0" maxOccurs="unbounded"/>
1483
+
1484
+ <!-- 3.2.1.3 OND_0033a: Resources master OTM for settlement -->
1485
+ <xs:element name="ResourceSttlOTM" type="ResourceSttlOTMType"
1486
+ minOccurs="0" maxOccurs="unbounded"/>
1487
+
1488
+ <!-- 3.2.2.1.1 OND_0013a: Offers for TSO/MO-->
1489
+ <xs:element name="Offers" type="OffersType"
1490
+ minOccurs="0" maxOccurs="unbounded"/>
1491
+
1492
+ <!-- 3.2.2.1.2 OND_0013b: Offers for BSP-->
1493
+ <xs:element name="BSP_Offers" type="BSP_OffersType"
1494
+ minOccurs="0" maxOccurs="unbounded"/>
1495
+
1496
+ <!-- 3.2.2.2 OND_0011: Reserve Requirements -->
1497
+ <xs:element name="ReserveReqs" type="ReserveReqsType"
1498
+ minOccurs="0" maxOccurs="unbounded"/>
1499
+
1500
+ <!-- 3.2.2.3.1 OND_0007a: BUP for TSO/MO -->
1501
+ <xs:element name="BUP" type="BUPType"
1502
+ minOccurs="0" maxOccurs="unbounded"/>
1503
+
1504
+ <!-- 3.2.2.3.2 OND_0007b: BUP for BSP -->
1505
+ <xs:element name="BSP_BUP" type="BSP_BUPType"
1506
+ minOccurs="0" maxOccurs="unbounded"/>
1507
+
1508
+ <!-- 3.2.3.1 OND_0014: Merit Order List -->
1509
+ <xs:element name="MOL" type="MOLType"
1510
+ minOccurs="0" maxOccurs="unbounded"/>
1511
+
1512
+ <!-- 3.2.3.2.1 OND_0015: Power Source Contract Results for TSO -->
1513
+ <xs:element name="ContractResult" type="ContractResultType"
1514
+ minOccurs="0" maxOccurs="unbounded"/>
1515
+
1516
+ <!-- 3.2.3.2.2 OND_0016: Power Source Contract Results for BSP -->
1517
+ <xs:element name="BSP_ContractResult" type="BSP_ContractResultType"
1518
+ minOccurs="0" maxOccurs="unbounded"/>
1519
+
1520
+ <!-- 3.2.3.2.3 OND_0015a: Measurement Base Power Source Contract Result for TSO -->
1521
+ <xs:element name="MeasureBaseContractResult" type="MeasureBaseContractResultType"
1522
+ minOccurs="0" maxOccurs="unbounded"/>
1523
+
1524
+ <!-- 3.2.3.2.4 OND_0016a: Measurement Base Power Source Contract Result for BSP -->
1525
+ <xs:element name="BSP_MeasureBaseContractResult" type="BSP_MeasureBaseContractResultType"
1526
+ minOccurs="0" maxOccurs="unbounded"/>
1527
+
1528
+ <!-- 3.2.3.2.1 OND_0015b: Power Source Contract Results After GC for TSO -->
1529
+ <xs:element name="ContractResultAfterGC" type="ContractResultAfterGCType"
1530
+ minOccurs="0" maxOccurs="unbounded"/>
1531
+
1532
+ <!-- 3.2.3.2.2 OND_0016b: Power Source Contract Results After GC for BSP -->
1533
+ <xs:element name="BSP_ContractResultAfterGC" type="BSP_ContractResultAfterGCType"
1534
+ minOccurs="0" maxOccurs="unbounded"/>
1535
+
1536
+ <!-- 3.2.3.3 OND_0036: TSO Switching Request -->
1537
+ <xs:element name="SwitchRequest" type="SwitchRequestType"
1538
+ minOccurs="0" maxOccurs="unbounded"/>
1539
+
1540
+ <!-- 3.2.4 User Access Log -->
1541
+ <xs:element name="AccessLog" type="AccessLogType"
1542
+ minOccurs="0" maxOccurs="unbounded"/>
1543
+
1544
+ </xs:choice>
1545
+ </xs:sequence>
1546
+
1547
+ <xs:attribute name="DatasetName" type="DatasetNameType" use="optional"/>
1548
+ <xs:attribute name="DatasetType" type="DatasetTypeType" use="optional"/>
1549
+ <xs:attribute name="Date" type="DateStampType" use="optional"/>
1550
+ <xs:attribute name="DateType" type="DateTypeType" use="optional"/>
1551
+ <xs:attribute name="DateTimeIndicator" type="DateTimeIndicatorType" use="optional"/>
1552
+ <xs:attribute name="PublishTime" type="TimeStampType" use="optional"/>
1553
+ </xs:complexType>
1554
+
1489
1555
  </xs:schema>