mms-client 1.9.3__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.
- mms_client/schemas/wsdl/mi-web-service-jbms.wsdl +276 -276
- mms_client/schemas/wsdl/omi-web-service.wsdl +262 -262
- mms_client/schemas/xsd/mi-market.xsd +2405 -2395
- mms_client/schemas/xsd/mi-outbnd-reports.xsd +1554 -1488
- mms_client/schemas/xsd/mi-report.xsd +379 -379
- mms_client/schemas/xsd/mpr.xsd +1858 -1816
- mms_client/schemas/xsd/omi.xsd +913 -793
- mms_client/services/base.py +48 -21
- mms_client/services/market.py +123 -1
- mms_client/services/omi.py +99 -0
- mms_client/types/award.py +6 -0
- mms_client/types/base.py +10 -6
- mms_client/types/bup.py +207 -0
- mms_client/types/fields.py +1 -1
- mms_client/types/market.py +15 -2
- mms_client/types/offer.py +6 -0
- mms_client/types/omi.py +26 -0
- mms_client/types/settlement.py +81 -0
- mms_client/types/surplus_capcity.py +187 -0
- mms_client/utils/errors.py +51 -0
- mms_client/utils/serialization.py +34 -18
- {mms_client-1.9.3.dist-info → mms_client-1.11.0.dist-info}/METADATA +10 -3
- mms_client-1.11.0.dist-info/RECORD +45 -0
- mms_client-1.9.3.dist-info/RECORD +0 -41
- {mms_client-1.9.3.dist-info → mms_client-1.11.0.dist-info}/LICENSE +0 -0
- {mms_client-1.9.3.dist-info → mms_client-1.11.0.dist-info}/WHEEL +0 -0
|
@@ -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
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<xs:enumeration value="
|
|
43
|
-
<xs:enumeration value="
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
<xs:enumeration value="
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
<xs:enumeration value="
|
|
52
|
-
<xs:enumeration value="
|
|
53
|
-
<xs:enumeration value="
|
|
54
|
-
<xs:enumeration value="
|
|
55
|
-
<xs:enumeration value="
|
|
56
|
-
<xs:enumeration value="
|
|
57
|
-
<xs:enumeration value="
|
|
58
|
-
<xs:enumeration value="
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
<xs:
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
<xs:enumeration value="
|
|
117
|
-
<xs:enumeration value="
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
<xs:
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
<xs:
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
<xs:
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
<xs:
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
<xs:enumeration value="
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
<xs:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
<xs:
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
<xs:
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
<xs:
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
<xs:
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
<xs:
|
|
205
|
-
<xs:
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
<xs:
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
<xs:enumeration value="
|
|
236
|
-
<xs:enumeration value="
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
<xs:
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
<xs:
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<xs:
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
<xs:
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
<xs:
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
<xs:enumeration value="
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
•
|
|
292
|
-
•
|
|
293
|
-
•
|
|
294
|
-
•
|
|
295
|
-
•
|
|
296
|
-
•
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
<xs:enumeration value="
|
|
303
|
-
<xs:enumeration value="
|
|
304
|
-
<xs:enumeration value="
|
|
305
|
-
<xs:enumeration value="
|
|
306
|
-
<xs:enumeration value="
|
|
307
|
-
<xs:enumeration value="
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
<xs:enumeration value="
|
|
320
|
-
<xs:enumeration value="
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
<xs:enumeration value="
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
<xs:enumeration value="
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
<xs:enumeration value="
|
|
398
|
-
<xs:enumeration value="
|
|
399
|
-
<xs:enumeration value="
|
|
400
|
-
<xs:enumeration value="
|
|
401
|
-
<xs:enumeration value="
|
|
402
|
-
<xs:enumeration value="
|
|
403
|
-
<xs:enumeration value="
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
<xs:enumeration value="
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
<xs:
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
<xs:simpleType name="
|
|
675
|
-
<xs:restriction base="xs:
|
|
676
|
-
<xs:
|
|
677
|
-
<xs:
|
|
678
|
-
<xs:
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
<xs:enumeration value="
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
<xs:enumeration value="
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
<xs:
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
<xs:
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
<xs:
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
<xs:
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
<xs:attribute name="
|
|
775
|
-
<xs:attribute name="
|
|
776
|
-
<xs:attribute name="
|
|
777
|
-
<xs:attribute name="
|
|
778
|
-
<xs:attribute name="
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
<xs:attribute name="
|
|
782
|
-
<xs:attribute name="
|
|
783
|
-
<xs:attribute name="
|
|
784
|
-
<xs:attribute name="
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
<xs:attribute name="
|
|
790
|
-
<xs:attribute name="
|
|
791
|
-
<xs:attribute name="
|
|
792
|
-
<xs:attribute name="
|
|
793
|
-
<xs:attribute name="
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
<xs:attribute name="
|
|
797
|
-
<xs:attribute name="
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
<xs:attribute name="
|
|
803
|
-
<xs:attribute name="
|
|
804
|
-
<xs:attribute name="
|
|
805
|
-
<xs:attribute name="
|
|
806
|
-
<xs:attribute name="
|
|
807
|
-
<xs:attribute name="
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
<xs:attribute name="
|
|
811
|
-
<xs:attribute name="
|
|
812
|
-
<xs:attribute name="
|
|
813
|
-
<xs:attribute name="
|
|
814
|
-
<xs:attribute name="
|
|
815
|
-
|
|
816
|
-
<xs:attribute name="
|
|
817
|
-
<xs:attribute name="
|
|
818
|
-
<xs:attribute name="
|
|
819
|
-
<xs:attribute name="
|
|
820
|
-
<xs:attribute name="
|
|
821
|
-
<xs:attribute name="
|
|
822
|
-
<xs:attribute name="
|
|
823
|
-
<xs:attribute name="
|
|
824
|
-
<xs:attribute name="
|
|
825
|
-
<xs:attribute name="
|
|
826
|
-
<xs:attribute name="
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
<xs:attribute name="
|
|
832
|
-
<xs:attribute name="
|
|
833
|
-
<xs:attribute name="
|
|
834
|
-
<xs:attribute name="
|
|
835
|
-
<xs:attribute name="
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
<xs:attribute name="
|
|
839
|
-
<xs:attribute name="
|
|
840
|
-
<xs:attribute name="
|
|
841
|
-
<xs:attribute name="
|
|
842
|
-
<xs:attribute name="
|
|
843
|
-
<xs:attribute name="
|
|
844
|
-
<xs:attribute name="
|
|
845
|
-
<xs:attribute name="
|
|
846
|
-
<xs:attribute name="
|
|
847
|
-
<xs:attribute name="
|
|
848
|
-
<xs:attribute name="
|
|
849
|
-
<xs:attribute name="
|
|
850
|
-
<xs:attribute name="
|
|
851
|
-
<xs:attribute name="
|
|
852
|
-
<xs:attribute name="
|
|
853
|
-
<xs:attribute name="
|
|
854
|
-
<xs:attribute name="
|
|
855
|
-
<xs:attribute name="
|
|
856
|
-
<xs:attribute name="
|
|
857
|
-
<xs:attribute name="
|
|
858
|
-
<xs:attribute name="
|
|
859
|
-
<xs:attribute name="
|
|
860
|
-
<xs:attribute name="
|
|
861
|
-
<xs:attribute name="
|
|
862
|
-
<xs:attribute name="
|
|
863
|
-
<xs:attribute name="
|
|
864
|
-
<xs:attribute name="
|
|
865
|
-
<xs:attribute name="
|
|
866
|
-
<xs:attribute name="
|
|
867
|
-
<xs:attribute name="
|
|
868
|
-
<xs:attribute name="
|
|
869
|
-
<xs:attribute name="
|
|
870
|
-
<xs:attribute name="
|
|
871
|
-
|
|
872
|
-
<xs:attribute name="
|
|
873
|
-
<xs:attribute name="
|
|
874
|
-
|
|
875
|
-
<xs:attribute name="
|
|
876
|
-
<xs:attribute name="
|
|
877
|
-
<xs:attribute name="
|
|
878
|
-
<xs:attribute name="
|
|
879
|
-
<xs:attribute name="
|
|
880
|
-
<xs:attribute name="
|
|
881
|
-
<xs:attribute name="
|
|
882
|
-
<xs:attribute name="
|
|
883
|
-
<xs:attribute name="
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
<xs:attribute name="
|
|
889
|
-
<xs:attribute name="
|
|
890
|
-
<xs:attribute name="
|
|
891
|
-
<xs:attribute name="
|
|
892
|
-
<xs:attribute name="
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
<xs:attribute name="
|
|
896
|
-
<xs:attribute name="
|
|
897
|
-
<xs:attribute name="
|
|
898
|
-
<xs:attribute name="
|
|
899
|
-
<xs:attribute name="
|
|
900
|
-
<xs:attribute name="
|
|
901
|
-
<xs:attribute name="
|
|
902
|
-
<xs:attribute name="
|
|
903
|
-
<xs:attribute name="
|
|
904
|
-
<xs:attribute name="
|
|
905
|
-
<xs:attribute name="
|
|
906
|
-
<xs:attribute name="
|
|
907
|
-
<xs:attribute name="
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
<xs:attribute name="
|
|
913
|
-
|
|
914
|
-
<xs:attribute name="
|
|
915
|
-
<xs:attribute name="
|
|
916
|
-
|
|
917
|
-
<xs:attribute name="
|
|
918
|
-
<xs:attribute name="
|
|
919
|
-
<xs:attribute name="
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
<xs:attribute name="
|
|
923
|
-
<xs:attribute name="
|
|
924
|
-
<xs:attribute name="
|
|
925
|
-
<xs:attribute name="
|
|
926
|
-
<xs:attribute name="
|
|
927
|
-
<xs:attribute name="
|
|
928
|
-
<xs:attribute name="
|
|
929
|
-
<xs:attribute name="
|
|
930
|
-
<xs:attribute name="
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
<xs:attribute name="
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
<xs:attribute name="
|
|
943
|
-
<xs:attribute name="
|
|
944
|
-
<xs:attribute name="
|
|
945
|
-
<xs:attribute name="
|
|
946
|
-
<xs:attribute name="
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
<xs:attribute name="
|
|
950
|
-
<xs:attribute name="
|
|
951
|
-
<xs:attribute name="
|
|
952
|
-
<xs:attribute name="
|
|
953
|
-
<xs:attribute name="
|
|
954
|
-
<xs:attribute name="
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
<xs:attribute name="
|
|
960
|
-
<xs:attribute name="
|
|
961
|
-
<xs:attribute name="
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
<xs:attribute name="
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
<xs:attribute name="
|
|
970
|
-
<xs:attribute name="
|
|
971
|
-
<xs:attribute name="
|
|
972
|
-
<xs:attribute name="
|
|
973
|
-
<xs:attribute name="
|
|
974
|
-
<xs:attribute name="
|
|
975
|
-
<xs:attribute name="
|
|
976
|
-
<xs:attribute name="
|
|
977
|
-
<xs:attribute name="
|
|
978
|
-
<xs:attribute name="
|
|
979
|
-
<xs:attribute name="
|
|
980
|
-
<xs:attribute name="
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
<xs:attribute name="
|
|
989
|
-
<xs:attribute name="
|
|
990
|
-
<xs:attribute name="
|
|
991
|
-
<xs:attribute name="
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
<xs:attribute name="
|
|
995
|
-
<xs:attribute name="
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
<xs:attribute name="
|
|
999
|
-
<xs:attribute name="
|
|
1000
|
-
<xs:attribute name="
|
|
1001
|
-
<xs:attribute name="
|
|
1002
|
-
<xs:attribute name="
|
|
1003
|
-
<xs:attribute name="
|
|
1004
|
-
<xs:attribute name="
|
|
1005
|
-
<xs:attribute name="
|
|
1006
|
-
<xs:attribute name="
|
|
1007
|
-
<xs:attribute name="
|
|
1008
|
-
<xs:attribute name="
|
|
1009
|
-
<xs:attribute name="
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
<xs:attribute name="
|
|
1018
|
-
<xs:attribute name="
|
|
1019
|
-
<xs:attribute name="
|
|
1020
|
-
<xs:attribute name="
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
<xs:attribute name="
|
|
1024
|
-
<xs:attribute name="
|
|
1025
|
-
<xs:attribute name="
|
|
1026
|
-
<xs:attribute name="
|
|
1027
|
-
<xs:attribute name="
|
|
1028
|
-
<xs:attribute name="
|
|
1029
|
-
<xs:attribute name="
|
|
1030
|
-
<xs:attribute name="
|
|
1031
|
-
<xs:attribute name="
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
<xs:attribute name="
|
|
1037
|
-
<xs:attribute name="
|
|
1038
|
-
<xs:attribute name="
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
<xs:attribute name="
|
|
1046
|
-
<xs:attribute name="
|
|
1047
|
-
|
|
1048
|
-
<xs:attribute name="
|
|
1049
|
-
<xs:attribute name="
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
<xs:attribute name="
|
|
1053
|
-
<xs:attribute name="
|
|
1054
|
-
<xs:attribute name="
|
|
1055
|
-
<xs:attribute name="
|
|
1056
|
-
<xs:attribute name="
|
|
1057
|
-
<xs:attribute name="
|
|
1058
|
-
<xs:attribute name="
|
|
1059
|
-
<xs:attribute name="
|
|
1060
|
-
<xs:attribute name="
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
<xs:attribute name="
|
|
1066
|
-
<xs:attribute name="
|
|
1067
|
-
<xs:attribute name="
|
|
1068
|
-
<xs:attribute name="
|
|
1069
|
-
<xs:attribute name="
|
|
1070
|
-
<xs:attribute name="
|
|
1071
|
-
<xs:attribute name="
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
<xs:attribute name="
|
|
1079
|
-
<xs:attribute name="
|
|
1080
|
-
<xs:attribute name="
|
|
1081
|
-
<xs:attribute name="
|
|
1082
|
-
<xs:attribute name="
|
|
1083
|
-
<xs:attribute name="
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
<xs:attribute name="
|
|
1087
|
-
<xs:attribute name="
|
|
1088
|
-
<xs:attribute name="
|
|
1089
|
-
<xs:attribute name="
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
<xs:attribute name="
|
|
1095
|
-
<xs:attribute name="
|
|
1096
|
-
<xs:attribute name="
|
|
1097
|
-
<xs:attribute name="
|
|
1098
|
-
|
|
1099
|
-
<xs:attribute name="
|
|
1100
|
-
<xs:attribute name="
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
<xs:attribute name="
|
|
1104
|
-
<xs:attribute name="
|
|
1105
|
-
<xs:attribute name="
|
|
1106
|
-
<xs:attribute name="
|
|
1107
|
-
<xs:attribute name="
|
|
1108
|
-
<xs:attribute name="
|
|
1109
|
-
<xs:attribute name="
|
|
1110
|
-
<xs:attribute name="
|
|
1111
|
-
<xs:attribute name="
|
|
1112
|
-
<xs:attribute name="
|
|
1113
|
-
<xs:attribute name="
|
|
1114
|
-
<xs:attribute name="
|
|
1115
|
-
|
|
1116
|
-
<xs:attribute name="
|
|
1117
|
-
<xs:attribute name="
|
|
1118
|
-
<xs:attribute name="
|
|
1119
|
-
<xs:attribute name="
|
|
1120
|
-
<xs:attribute name="
|
|
1121
|
-
<xs:attribute name="
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
<xs:attribute name="
|
|
1130
|
-
<xs:attribute name="
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
<xs:attribute name="
|
|
1134
|
-
<xs:attribute name="
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
<xs:attribute name="
|
|
1138
|
-
<xs:attribute name="
|
|
1139
|
-
<xs:attribute name="
|
|
1140
|
-
<xs:attribute name="
|
|
1141
|
-
<xs:attribute name="
|
|
1142
|
-
<xs:attribute name="
|
|
1143
|
-
<xs:attribute name="
|
|
1144
|
-
<xs:attribute name="
|
|
1145
|
-
<xs:attribute name="
|
|
1146
|
-
<xs:attribute name="
|
|
1147
|
-
<xs:attribute name="
|
|
1148
|
-
<xs:attribute name="
|
|
1149
|
-
<xs:attribute name="
|
|
1150
|
-
<xs:attribute name="
|
|
1151
|
-
<xs:attribute name="
|
|
1152
|
-
<xs:attribute name="
|
|
1153
|
-
<xs:attribute name="
|
|
1154
|
-
<xs:attribute name="
|
|
1155
|
-
<xs:attribute name="
|
|
1156
|
-
|
|
1157
|
-
<xs:attribute name="
|
|
1158
|
-
<xs:attribute name="
|
|
1159
|
-
<xs:attribute name="
|
|
1160
|
-
<xs:attribute name="
|
|
1161
|
-
<xs:attribute name="
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
<xs:attribute name="
|
|
1167
|
-
<xs:attribute name="
|
|
1168
|
-
|
|
1169
|
-
<xs:attribute name="
|
|
1170
|
-
<xs:attribute name="
|
|
1171
|
-
<xs:attribute name="
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
<xs:attribute name="
|
|
1175
|
-
<xs:attribute name="
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
<xs:attribute name="
|
|
1181
|
-
<xs:attribute name="
|
|
1182
|
-
<xs:attribute name="
|
|
1183
|
-
<xs:attribute name="
|
|
1184
|
-
<xs:attribute name="
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
<xs:attribute name="
|
|
1188
|
-
<xs:attribute name="
|
|
1189
|
-
<xs:attribute name="
|
|
1190
|
-
<xs:attribute name="
|
|
1191
|
-
<xs:attribute name="
|
|
1192
|
-
<xs:attribute name="
|
|
1193
|
-
<xs:attribute name="
|
|
1194
|
-
<xs:attribute name="
|
|
1195
|
-
<xs:attribute name="
|
|
1196
|
-
<xs:attribute name="
|
|
1197
|
-
<xs:attribute name="
|
|
1198
|
-
<xs:attribute name="
|
|
1199
|
-
<xs:attribute name="
|
|
1200
|
-
<xs:attribute name="
|
|
1201
|
-
|
|
1202
|
-
<xs:attribute name="
|
|
1203
|
-
|
|
1204
|
-
<xs:attribute name="
|
|
1205
|
-
<xs:attribute name="
|
|
1206
|
-
<xs:attribute name="
|
|
1207
|
-
<xs:attribute name="
|
|
1208
|
-
<xs:attribute name="
|
|
1209
|
-
<xs:attribute name="
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
<xs:attribute name="
|
|
1216
|
-
<xs:attribute name="
|
|
1217
|
-
<xs:attribute name="
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
<xs:attribute name="
|
|
1223
|
-
<xs:attribute name="
|
|
1224
|
-
<xs:attribute name="
|
|
1225
|
-
<xs:attribute name="
|
|
1226
|
-
<xs:attribute name="
|
|
1227
|
-
<xs:attribute name="
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
<xs:attribute name="
|
|
1231
|
-
<xs:attribute name="
|
|
1232
|
-
<xs:attribute name="
|
|
1233
|
-
<xs:attribute name="
|
|
1234
|
-
<xs:attribute name="
|
|
1235
|
-
<xs:attribute name="
|
|
1236
|
-
<xs:attribute name="
|
|
1237
|
-
<xs:attribute name="
|
|
1238
|
-
<xs:attribute name="
|
|
1239
|
-
<xs:attribute name="
|
|
1240
|
-
<xs:attribute name="
|
|
1241
|
-
<xs:attribute name="
|
|
1242
|
-
<xs:attribute name="
|
|
1243
|
-
<xs:attribute name="
|
|
1244
|
-
<xs:attribute name="
|
|
1245
|
-
|
|
1246
|
-
<xs:attribute name="
|
|
1247
|
-
<xs:attribute name="
|
|
1248
|
-
<xs:attribute name="
|
|
1249
|
-
<xs:attribute name="
|
|
1250
|
-
<xs:attribute name="
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
<xs:attribute name="
|
|
1256
|
-
<xs:attribute name="
|
|
1257
|
-
<xs:attribute name="
|
|
1258
|
-
<xs:attribute name="
|
|
1259
|
-
|
|
1260
|
-
<xs:attribute name="
|
|
1261
|
-
<xs:attribute name="
|
|
1262
|
-
|
|
1263
|
-
<xs:attribute name="
|
|
1264
|
-
<xs:attribute name="
|
|
1265
|
-
<xs:attribute name="
|
|
1266
|
-
<xs:attribute name="
|
|
1267
|
-
<xs:attribute name="
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
<xs:attribute name="
|
|
1274
|
-
<xs:attribute name="
|
|
1275
|
-
<xs:attribute name="
|
|
1276
|
-
<xs:attribute name="
|
|
1277
|
-
<xs:attribute name="
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
<xs:attribute name="
|
|
1281
|
-
<xs:attribute name="
|
|
1282
|
-
<xs:attribute name="
|
|
1283
|
-
<xs:attribute name="
|
|
1284
|
-
<xs:attribute name="
|
|
1285
|
-
<xs:attribute name="
|
|
1286
|
-
<xs:attribute name="
|
|
1287
|
-
<xs:attribute name="
|
|
1288
|
-
<xs:attribute name="
|
|
1289
|
-
<xs:attribute name="
|
|
1290
|
-
<xs:attribute name="
|
|
1291
|
-
<xs:attribute name="
|
|
1292
|
-
|
|
1293
|
-
<xs:attribute name="
|
|
1294
|
-
<xs:attribute name="
|
|
1295
|
-
<xs:attribute name="
|
|
1296
|
-
<xs:attribute name="
|
|
1297
|
-
<xs:attribute name="
|
|
1298
|
-
<xs:attribute name="
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
<xs:attribute name="
|
|
1305
|
-
|
|
1306
|
-
<xs:attribute name="
|
|
1307
|
-
<xs:attribute name="
|
|
1308
|
-
<xs:attribute name="
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
<xs:attribute name="
|
|
1316
|
-
<xs:attribute name="
|
|
1317
|
-
<xs:attribute name="
|
|
1318
|
-
<xs:attribute name="
|
|
1319
|
-
<xs:attribute name="
|
|
1320
|
-
<xs:attribute name="
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
<xs:attribute name="
|
|
1324
|
-
<xs:attribute name="
|
|
1325
|
-
<xs:attribute name="
|
|
1326
|
-
<xs:attribute name="
|
|
1327
|
-
<xs:attribute name="
|
|
1328
|
-
<xs:attribute name="
|
|
1329
|
-
<xs:attribute name="
|
|
1330
|
-
<xs:attribute name="
|
|
1331
|
-
<xs:attribute name="
|
|
1332
|
-
<xs:attribute name="
|
|
1333
|
-
<xs:attribute name="
|
|
1334
|
-
|
|
1335
|
-
<xs:attribute name="
|
|
1336
|
-
<xs:attribute name="
|
|
1337
|
-
<xs:attribute name="
|
|
1338
|
-
<xs:attribute name="
|
|
1339
|
-
<xs:attribute name="
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
<xs:attribute name="
|
|
1346
|
-
<xs:attribute name="
|
|
1347
|
-
<xs:attribute name="
|
|
1348
|
-
<xs:attribute name="
|
|
1349
|
-
<xs:attribute name="
|
|
1350
|
-
<xs:attribute name="
|
|
1351
|
-
<xs:attribute name="
|
|
1352
|
-
<xs:attribute name="
|
|
1353
|
-
<xs:attribute name="
|
|
1354
|
-
|
|
1355
|
-
<xs:attribute name="
|
|
1356
|
-
<xs:attribute name="
|
|
1357
|
-
<xs:attribute name="
|
|
1358
|
-
<xs:attribute name="
|
|
1359
|
-
<xs:attribute name="
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
<xs:attribute name="
|
|
1367
|
-
<xs:attribute name="
|
|
1368
|
-
<xs:attribute name="
|
|
1369
|
-
<xs:attribute name="
|
|
1370
|
-
<xs:attribute name="
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
<xs:attribute name="
|
|
1374
|
-
<xs:attribute name="
|
|
1375
|
-
<xs:attribute name="
|
|
1376
|
-
|
|
1377
|
-
<xs:attribute name="
|
|
1378
|
-
<xs:attribute name="
|
|
1379
|
-
<xs:attribute name="
|
|
1380
|
-
<xs:attribute name="
|
|
1381
|
-
<xs:attribute name="
|
|
1382
|
-
<xs:attribute name="
|
|
1383
|
-
<xs:attribute name="
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
<xs:attribute name="
|
|
1390
|
-
<xs:attribute name="
|
|
1391
|
-
<xs:attribute name="
|
|
1392
|
-
<xs:attribute name="
|
|
1393
|
-
<xs:attribute name="
|
|
1394
|
-
|
|
1395
|
-
<xs:attribute name="
|
|
1396
|
-
<xs:attribute name="
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
<xs:
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
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>
|