Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1f69eca0e655f17f362f3bcfb3105e58c94797d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
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
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
398
399
400
401
402
403
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
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
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
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
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:constraints="http://www.eclipse.org/papyrus/constraints/0.9" xmlns:contexts="http://www.eclipse.org/papyrus/properties/contexts/0.9">
  <contexts:Context xmi:id="_bYd04JLDEeWbp4A9_-WIrQ" name="nattable" label="Table Configuration Models">
    <tabs xmi:id="_bYd04ZLDEeWbp4A9_-WIrQ" label="Table" id="Table" category="default" priority="1">
      <sections xmi:id="_bYd04pLDEeWbp4A9_-WIrQ" name="Single Table" sectionFile="ui/SingleTable.xwt">
        <widget href="ui/SingleTable.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd045LDEeWbp4A9_-WIrQ" name="Multiple Table" sectionFile="ui/MultipleTable.xwt">
        <widget href="ui/MultipleTable.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd05JLDEeWbp4A9_-WIrQ" name="Single TableConfiguration" sectionFile="ui/SingleTableConfiguration.xwt">
        <widget href="ui/SingleTableConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd05ZLDEeWbp4A9_-WIrQ" name="Multiple TableConfiguration" sectionFile="ui/MultipleTableConfiguration.xwt">
        <widget href="ui/MultipleTableConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd05pLDEeWbp4A9_-WIrQ" name="Single AbstractAxisProvider" sectionFile="ui/SingleAbstractAxisProvider.xwt">
        <widget href="ui/SingleAbstractAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd055LDEeWbp4A9_-WIrQ" name="Multiple AbstractAxisProvider" sectionFile="ui/MultipleAbstractAxisProvider.xwt">
        <widget href="ui/MultipleAbstractAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd06JLDEeWbp4A9_-WIrQ" name="Single AxisProvider" sectionFile="ui/SingleAxisProvider.xwt">
        <widget href="ui/SingleAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd06ZLDEeWbp4A9_-WIrQ" name="Multiple AxisProvider" sectionFile="ui/MultipleAxisProvider.xwt">
        <widget href="ui/MultipleAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYd06pLDEeWbp4A9_-WIrQ" name="Single IMasterAxisProvider" sectionFile="ui/SingleIMasterAxisProvider.xwt">
        <widget href="ui/SingleIMasterAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb8JLDEeWbp4A9_-WIrQ" name="Multiple IMasterAxisProvider" sectionFile="ui/MultipleIMasterAxisProvider.xwt">
        <widget href="ui/MultipleIMasterAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb8ZLDEeWbp4A9_-WIrQ" name="Single ISlaveAxisProvider" sectionFile="ui/SingleISlaveAxisProvider.xwt">
        <widget href="ui/SingleISlaveAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb8pLDEeWbp4A9_-WIrQ" name="Multiple ISlaveAxisProvider" sectionFile="ui/MultipleISlaveAxisProvider.xwt">
        <widget href="ui/MultipleISlaveAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb85LDEeWbp4A9_-WIrQ" name="Single SlaveObjectAxisProvider" sectionFile="ui/SingleSlaveObjectAxisProvider.xwt">
        <widget href="ui/SingleSlaveObjectAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb9JLDEeWbp4A9_-WIrQ" name="Multiple SlaveObjectAxisProvider" sectionFile="ui/MultipleSlaveObjectAxisProvider.xwt">
        <widget href="ui/MultipleSlaveObjectAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb9ZLDEeWbp4A9_-WIrQ" name="Single MasterObjectAxisProvider" sectionFile="ui/SingleMasterObjectAxisProvider.xwt">
        <widget href="ui/SingleMasterObjectAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb9pLDEeWbp4A9_-WIrQ" name="Multiple MasterObjectAxisProvider" sectionFile="ui/MultipleMasterObjectAxisProvider.xwt">
        <widget href="ui/MultipleMasterObjectAxisProvider.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb95LDEeWbp4A9_-WIrQ" name="Single ILabelProviderConfiguration" sectionFile="ui/SingleILabelProviderConfiguration.xwt">
        <widget href="ui/SingleILabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb-JLDEeWbp4A9_-WIrQ" name="Multiple ILabelProviderConfiguration" sectionFile="ui/MultipleILabelProviderConfiguration.xwt">
        <widget href="ui/MultipleILabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb-ZLDEeWbp4A9_-WIrQ" name="Single ObjectLabelProviderConfiguration" sectionFile="ui/SingleObjectLabelProviderConfiguration.xwt">
        <widget href="ui/SingleObjectLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb-pLDEeWbp4A9_-WIrQ" name="Multiple ObjectLabelProviderConfiguration" sectionFile="ui/MultipleObjectLabelProviderConfiguration.xwt">
        <widget href="ui/MultipleObjectLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb-5LDEeWbp4A9_-WIrQ" name="Single FeatureLabelProviderConfiguration" sectionFile="ui/SingleFeatureLabelProviderConfiguration.xwt">
        <widget href="ui/SingleFeatureLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb_JLDEeWbp4A9_-WIrQ" name="Multiple FeatureLabelProviderConfiguration" sectionFile="ui/MultipleFeatureLabelProviderConfiguration.xwt">
        <widget href="ui/MultipleFeatureLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb_ZLDEeWbp4A9_-WIrQ" name="Single AbstractHeaderAxisConfiguration" sectionFile="ui/SingleAbstractHeaderAxisConfiguration.xwt">
        <widget href="ui/SingleAbstractHeaderAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb_pLDEeWbp4A9_-WIrQ" name="Multiple AbstractHeaderAxisConfiguration" sectionFile="ui/MultipleAbstractHeaderAxisConfiguration.xwt">
        <widget href="ui/MultipleAbstractHeaderAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYeb_5LDEeWbp4A9_-WIrQ" name="Single AxisManagerRepresentation" sectionFile="ui/SingleAxisManagerRepresentation.xwt">
        <widget href="ui/SingleAxisManagerRepresentation.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecAJLDEeWbp4A9_-WIrQ" name="Multiple AxisManagerRepresentation" sectionFile="ui/MultipleAxisManagerRepresentation.xwt">
        <widget href="ui/MultipleAxisManagerRepresentation.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecAZLDEeWbp4A9_-WIrQ" name="Single AxisManagerConfiguration" sectionFile="ui/SingleAxisManagerConfiguration.xwt">
        <widget href="ui/SingleAxisManagerConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecApLDEeWbp4A9_-WIrQ" name="Multiple AxisManagerConfiguration" sectionFile="ui/MultipleAxisManagerConfiguration.xwt">
        <widget href="ui/MultipleAxisManagerConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecA5LDEeWbp4A9_-WIrQ" name="Single TableHeaderAxisConfiguration" sectionFile="ui/SingleTableHeaderAxisConfiguration.xwt">
        <widget href="ui/SingleTableHeaderAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecBJLDEeWbp4A9_-WIrQ" name="Multiple TableHeaderAxisConfiguration" sectionFile="ui/MultipleTableHeaderAxisConfiguration.xwt">
        <widget href="ui/MultipleTableHeaderAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecBZLDEeWbp4A9_-WIrQ" name="Single LocalTableHeaderAxisConfiguration" sectionFile="ui/SingleLocalTableHeaderAxisConfiguration.xwt">
        <widget href="ui/SingleLocalTableHeaderAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecBpLDEeWbp4A9_-WIrQ" name="Multiple LocalTableHeaderAxisConfiguration" sectionFile="ui/MultipleLocalTableHeaderAxisConfiguration.xwt">
        <widget href="ui/MultipleLocalTableHeaderAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecB5LDEeWbp4A9_-WIrQ" name="Single IAxisConfiguration" sectionFile="ui/SingleIAxisConfiguration.xwt">
        <widget href="ui/SingleIAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecCJLDEeWbp4A9_-WIrQ" name="Multiple IAxisConfiguration" sectionFile="ui/MultipleIAxisConfiguration.xwt">
        <widget href="ui/MultipleIAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecCZLDEeWbp4A9_-WIrQ" name="Single FeatureAxisConfiguration" sectionFile="ui/SingleFeatureAxisConfiguration.xwt">
        <widget href="ui/SingleFeatureAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecCpLDEeWbp4A9_-WIrQ" name="Multiple FeatureAxisConfiguration" sectionFile="ui/MultipleFeatureAxisConfiguration.xwt">
        <widget href="ui/MultipleFeatureAxisConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecC5LDEeWbp4A9_-WIrQ" name="Single IFillingConfiguration" sectionFile="ui/SingleIFillingConfiguration.xwt">
        <widget href="ui/SingleIFillingConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecDJLDEeWbp4A9_-WIrQ" name="Multiple IFillingConfiguration" sectionFile="ui/MultipleIFillingConfiguration.xwt">
        <widget href="ui/MultipleIFillingConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecDZLDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureValueFillingConfiguration" sectionFile="ui/SingleEStructuralFeatureValueFillingConfiguration.xwt">
        <widget href="ui/SingleEStructuralFeatureValueFillingConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecDpLDEeWbp4A9_-WIrQ" name="Multiple EStructuralFeatureValueFillingConfiguration" sectionFile="ui/MultipleEStructuralFeatureValueFillingConfiguration.xwt">
        <widget href="ui/MultipleEStructuralFeatureValueFillingConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecD5LDEeWbp4A9_-WIrQ" name="Single IPasteConfiguration" sectionFile="ui/SingleIPasteConfiguration.xwt">
        <widget href="ui/SingleIPasteConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecEJLDEeWbp4A9_-WIrQ" name="Multiple IPasteConfiguration" sectionFile="ui/MultipleIPasteConfiguration.xwt">
        <widget href="ui/MultipleIPasteConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecEZLDEeWbp4A9_-WIrQ" name="Single PasteEObjectConfiguration" sectionFile="ui/SinglePasteEObjectConfiguration.xwt">
        <widget href="ui/SinglePasteEObjectConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecEpLDEeWbp4A9_-WIrQ" name="Multiple PasteEObjectConfiguration" sectionFile="ui/MultiplePasteEObjectConfiguration.xwt">
        <widget href="ui/MultiplePasteEObjectConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecE5LDEeWbp4A9_-WIrQ" name="Single AbstractTableTester" sectionFile="ui/SingleAbstractTableTester.xwt">
        <widget href="ui/SingleAbstractTableTester.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecFJLDEeWbp4A9_-WIrQ" name="Multiple AbstractTableTester" sectionFile="ui/MultipleAbstractTableTester.xwt">
        <widget href="ui/MultipleAbstractTableTester.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecFZLDEeWbp4A9_-WIrQ" name="Single JavaTableTester" sectionFile="ui/SingleJavaTableTester.xwt">
        <widget href="ui/SingleJavaTableTester.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecFpLDEeWbp4A9_-WIrQ" name="Multiple JavaTableTester" sectionFile="ui/MultipleJavaTableTester.xwt">
        <widget href="ui/MultipleJavaTableTester.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecF5LDEeWbp4A9_-WIrQ" name="Single IAxis" sectionFile="ui/SingleIAxis.xwt">
        <widget href="ui/SingleIAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecGJLDEeWbp4A9_-WIrQ" name="Multiple IAxis" sectionFile="ui/MultipleIAxis.xwt">
        <widget href="ui/MultipleIAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecGZLDEeWbp4A9_-WIrQ" name="Single IdAxis" sectionFile="ui/SingleIdAxis.xwt">
        <widget href="ui/SingleIdAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecGpLDEeWbp4A9_-WIrQ" name="Multiple IdAxis" sectionFile="ui/MultipleIdAxis.xwt">
        <widget href="ui/MultipleIdAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecG5LDEeWbp4A9_-WIrQ" name="Single ObjectAxis" sectionFile="ui/SingleObjectAxis.xwt">
        <widget href="ui/SingleObjectAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecHJLDEeWbp4A9_-WIrQ" name="Multiple ObjectAxis" sectionFile="ui/MultipleObjectAxis.xwt">
        <widget href="ui/MultipleObjectAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecHZLDEeWbp4A9_-WIrQ" name="Single EObjectAxis" sectionFile="ui/SingleEObjectAxis.xwt">
        <widget href="ui/SingleEObjectAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYecHpLDEeWbp4A9_-WIrQ" name="Multiple EObjectAxis" sectionFile="ui/MultipleEObjectAxis.xwt">
        <widget href="ui/MultipleEObjectAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDAJLDEeWbp4A9_-WIrQ" name="Single FeatureAxis" sectionFile="ui/SingleFeatureAxis.xwt">
        <widget href="ui/SingleFeatureAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDAZLDEeWbp4A9_-WIrQ" name="Multiple FeatureAxis" sectionFile="ui/MultipleFeatureAxis.xwt">
        <widget href="ui/MultipleFeatureAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDApLDEeWbp4A9_-WIrQ" name="Single FeatureIdAxis" sectionFile="ui/SingleFeatureIdAxis.xwt">
        <widget href="ui/SingleFeatureIdAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDA5LDEeWbp4A9_-WIrQ" name="Multiple FeatureIdAxis" sectionFile="ui/MultipleFeatureIdAxis.xwt">
        <widget href="ui/MultipleFeatureIdAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDBJLDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureAxis" sectionFile="ui/SingleEStructuralFeatureAxis.xwt">
        <widget href="ui/SingleEStructuralFeatureAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDBZLDEeWbp4A9_-WIrQ" name="Multiple EStructuralFeatureAxis" sectionFile="ui/MultipleEStructuralFeatureAxis.xwt">
        <widget href="ui/MultipleEStructuralFeatureAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDBpLDEeWbp4A9_-WIrQ" name="Single ObjectIdAxis" sectionFile="ui/SingleObjectIdAxis.xwt">
        <widget href="ui/SingleObjectIdAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDB5LDEeWbp4A9_-WIrQ" name="Multiple ObjectIdAxis" sectionFile="ui/MultipleObjectIdAxis.xwt">
        <widget href="ui/MultipleObjectIdAxis.xwt#/"/>
      </sections>
      <sections xmi:id="_lFizkJOGEeWeQ8lFehLIEQ" name="Single Tree Table" sectionFile="ui/SingleTreeTable.xwt">
        <widget href="ui/SingleTreeTable.xwt#/"/>
      </sections>
    </tabs>
    <tabs xmi:id="_bYfDCJLDEeWbp4A9_-WIrQ" label="Appearance" id="TableAppearance" category="default" afterTab="_bYd04ZLDEeWbp4A9_-WIrQ">
      <sections xmi:id="_hIAtIJQtEeWx9KtEop_Tug" name="SingleNormalTableAppearance" sectionFile="ui/SingleNormalTableAppearance.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_2SAlsJQtEeWx9KtEop_Tug" name="isNormalTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.nattable.properties/model/Environment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_1knLypMSEeWeQ8lFehLIEQ" name="expectedValue" value="false"/>
        </constraints>
        <widget href="ui/SingleNormalTableAppearance.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDCZLDEeWbp4A9_-WIrQ" name="SingleTableAppearance" sectionFile="ui/SingleTableAppearance.xwt">
        <widget href="ui/SingleTableAppearance.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDCpLDEeWbp4A9_-WIrQ" name="ColumnFeatureLabelProviderConfiguration" sectionFile="ui/ColumnFeatureLabelProviderConfiguration.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDC5LDEeWbp4A9_-WIrQ" name="hasColumnFeatureLabelConfigurationConstraint" overrideable="false">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDDJLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasColumnFeatureLabelConfigurationConstraint"/>
        </constraints>
        <widget href="ui/ColumnFeatureLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDDZLDEeWbp4A9_-WIrQ" name="ColumnObjectLabelProviderConfiguration" sectionFile="ui/ColumnObjectLabelProviderConfiguration.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDDpLDEeWbp4A9_-WIrQ" name="hasColumnObjectLabelConfigurationConstraint" overrideable="false">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDD5LDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasColumnObjectLabelConfigurationConstraint"/>
        </constraints>
        <widget href="ui/ColumnObjectLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDEJLDEeWbp4A9_-WIrQ" name="RowFeatureLabelProviderConfiguration" sectionFile="ui/RowFeatureLabelProviderConfiguration.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDEZLDEeWbp4A9_-WIrQ" name="hasRowFeatureLabelConfigurationConstraint" overrideable="false">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDEpLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasRowFeatureLabelConfigurationConstraint"/>
        </constraints>
        <widget href="ui/RowFeatureLabelProviderConfiguration.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDE5LDEeWbp4A9_-WIrQ" name="RowObjectLabelProviderConfiguration" sectionFile="ui/RowObjectLabelProviderConfiguration.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDFJLDEeWbp4A9_-WIrQ" name="hasRowObjectLabelConfigurationConstraint" overrideable="false">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDFZLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasRowObjectLabelConfigurationConstraint"/>
        </constraints>
        <widget href="ui/RowObjectLabelProviderConfiguration.xwt#/"/>
      </sections>
    </tabs>
    <tabs xmi:id="_bYfDFpLDEeWbp4A9_-WIrQ" label="Paste" id="Paste In Table" category="default" afterTab="_bYfDCJLDEeWbp4A9_-WIrQ">
      <sections xmi:id="_bYfDF5LDEeWbp4A9_-WIrQ" name="CanPasteEObjectColumnSection" sectionFile="ui/CanPasteEObjectColumnSection.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDGJLDEeWbp4A9_-WIrQ" name="canPasteColumnEObjectConstraint">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDGZLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CanCreateColumnElementContraint"/>
        </constraints>
        <widget href="ui/CanPasteEObjectColumnSection.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDGpLDEeWbp4A9_-WIrQ" name="CantPasteEObjectColumnSection" sectionFile="ui/CantPasteEObjectColumnSection.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDG5LDEeWbp4A9_-WIrQ" name="cantPasteColumnEObjectConstraint">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDHJLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CantCreateColumnElementContraint"/>
        </constraints>
        <widget href="ui/CantPasteEObjectColumnSection.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDHZLDEeWbp4A9_-WIrQ" name="CanPasteEObjectRowSection" sectionFile="ui/CanPasteEObjectRowSection.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDHpLDEeWbp4A9_-WIrQ" name="canPasteEObjectRowConstraint">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDH5LDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CanCreateRowElementContraint"/>
        </constraints>
        <widget href="ui/CanPasteEObjectRowSection.xwt#/"/>
      </sections>
      <sections xmi:id="_bYfDIJLDEeWbp4A9_-WIrQ" name="CantPasteEObjectRowSection" sectionFile="ui/CantPasteEObjectRowSection.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDIZLDEeWbp4A9_-WIrQ" name="cantPasteEObjectRowConstraint">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDIpLDEeWbp4A9_-WIrQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.CantCreateRowElementContraint"/>
        </constraints>
        <widget href="ui/CantPasteEObjectRowSection.xwt#/"/>
      </sections>
      <sections xmi:id="_HDwIwJQnEeWx9KtEop_Tug" name="HasTreeFillingConfiguration" sectionFile="ui/HasTreeFillingConfiguration.xwt">
        <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_Og7sAJQnEeWx9KtEop_Tug" name="hasTreeFillingConfigurationConstraint">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.4"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_sEFvqqOFEeWeQ8lFehLIEQ" name="className" value="org.eclipse.papyrus.infra.nattable.properties.constraints.HasTreeFillingConfigurationConstraint"/>
        </constraints>
        <widget href="ui/HasTreeFillingConfiguration.xwt#/"/>
      </sections>
    </tabs>
    <views xmi:id="_bYfDI5LDEeWbp4A9_-WIrQ" name="Single Table" sections="_bYd04pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYg4hJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_3Ik7MJOGEeWeQ8lFehLIEQ" name="isSingleNormalTable">
        <constraints xmi:id="_bYfDJJLDEeWbp4A9_-WIrQ" name="isSingleTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDJZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDJpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
        </constraints>
        <constraints xmi:id="_3Ik7MpOGEeWeQ8lFehLIEQ" name="isTreeTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.nattable.properties/model/Environment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_1knLypNSEeWeQ8lFehLIEQ" name="expectedValue" value="false"/>
        </constraints>
      </constraints>
    </views>
    <views xmi:id="_jgp5YJOGEeWeQ8lFehLIEQ" name="Single Tree Table" sections="_lFizkJOGEeWeQ8lFehLIEQ" automaticContext="true" datacontexts="_bYg4hJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_5X6gkJOGEeWeQ8lFehLIEQ" name="isSingleTreeTable">
        <constraints xmi:id="_DhW1wJOHEeWeQ8lFehLIEQ" name="isSingleTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.constraints/Model/ConstraintEnvironment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_1knLyZNSEeWeQ8lFehLIEQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_1knLypNSEeWeQ8lFehLIEQ" name="className" value="Table"/>
        </constraints>
        <constraints xmi:id="_E8Bc8JOHEeWeQ8lFehLIEQ" name="isTreeTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.nattable.properties/model/Environment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_1knLypNSEeWeQ8lFehLIEQ" name="expectedValue" value="true"/>
        </constraints>
      </constraints>
    </views>
    <views xmi:id="_bYfDJ5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple Table" sections="_bYd045LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYg4hJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:CompositeConstraint" xmi:id="_BlaGcJOHEeWeQ8lFehLIEQ" name="isMultipleNormalTable">
        <constraints xmi:id="_bYfDKJLDEeWbp4A9_-WIrQ" name="isMultipleTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDKZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDKpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
        </constraints>
        <constraints xmi:id="_BlaGcpOHEeWeQ8lFehLIEQ" name="isTreeTable">
          <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.nattable.properties/model/Environment.xmi#//@constraintTypes.0"/>
          <properties xsi:type="constraints:ValueProperty" xmi:id="_1knLypNSEeWeQ8lFehLIEQ" name="expectedValue" value="false"/>
        </constraints>
      </constraints>
    </views>
    <views xmi:id="_bYfDK5LDEeWbp4A9_-WIrQ" name="Single TableConfiguration" sections="_bYd05JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfX5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDLJLDEeWbp4A9_-WIrQ" name="isSingleTableConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDLZLDEeWbp4A9_-WIrQ" name="className" value="TableConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDLpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYfDL5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TableConfiguration" sections="_bYd05ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfX5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDMJLDEeWbp4A9_-WIrQ" name="isMultipleTableConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDMZLDEeWbp4A9_-WIrQ" name="className" value="TableConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDMpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYfDM5LDEeWbp4A9_-WIrQ" name="Single AbstractAxisProvider" sections="_bYd05pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfa5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDNJLDEeWbp4A9_-WIrQ" name="isSingleAbstractAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDNZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDNpLDEeWbp4A9_-WIrQ" name="className" value="AbstractAxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfDN5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AbstractAxisProvider" sections="_bYd055LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfa5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDOJLDEeWbp4A9_-WIrQ" name="isMultipleAbstractAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDOZLDEeWbp4A9_-WIrQ" name="className" value="AbstractAxisProvider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfDOpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfDO5LDEeWbp4A9_-WIrQ" name="Single AxisProvider" sections="_bYd06JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfb5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfDPJLDEeWbp4A9_-WIrQ" name="isSingleAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqEJLDEeWbp4A9_-WIrQ" name="className" value="AxisProvider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqEZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqEpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AxisProvider" sections="_bYd06ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfb5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqE5LDEeWbp4A9_-WIrQ" name="isMultipleAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqFJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqFZLDEeWbp4A9_-WIrQ" name="className" value="AxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqFpLDEeWbp4A9_-WIrQ" name="Single IMasterAxisProvider" sections="_bYd06pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqF5LDEeWbp4A9_-WIrQ" name="isSingleIMasterAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqGJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqGZLDEeWbp4A9_-WIrQ" name="className" value="IMasterAxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqGpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IMasterAxisProvider" sections="_bYeb8JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqG5LDEeWbp4A9_-WIrQ" name="isMultipleIMasterAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqHJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqHZLDEeWbp4A9_-WIrQ" name="className" value="IMasterAxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqHpLDEeWbp4A9_-WIrQ" name="Single ISlaveAxisProvider" sections="_bYeb8ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqH5LDEeWbp4A9_-WIrQ" name="isSingleISlaveAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqIJLDEeWbp4A9_-WIrQ" name="className" value="ISlaveAxisProvider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqIZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqIpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ISlaveAxisProvider" sections="_bYeb8pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfbpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqI5LDEeWbp4A9_-WIrQ" name="isMultipleISlaveAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqJJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqJZLDEeWbp4A9_-WIrQ" name="className" value="ISlaveAxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqJpLDEeWbp4A9_-WIrQ" name="Single SlaveObjectAxisProvider" sections="_bYeb85LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqJ5LDEeWbp4A9_-WIrQ" name="isSingleSlaveObjectAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqKJLDEeWbp4A9_-WIrQ" name="className" value="SlaveObjectAxisProvider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqKZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqKpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple SlaveObjectAxisProvider" sections="_bYeb9JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqK5LDEeWbp4A9_-WIrQ" name="isMultipleSlaveObjectAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqLJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqLZLDEeWbp4A9_-WIrQ" name="className" value="SlaveObjectAxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqLpLDEeWbp4A9_-WIrQ" name="Single MasterObjectAxisProvider" sections="_bYeb9ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqL5LDEeWbp4A9_-WIrQ" name="isSingleMasterObjectAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqMJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqMZLDEeWbp4A9_-WIrQ" name="className" value="MasterObjectAxisProvider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqMpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple MasterObjectAxisProvider" sections="_bYeb9pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfcpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqM5LDEeWbp4A9_-WIrQ" name="isMultipleMasterObjectAxisProvider">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqNJLDEeWbp4A9_-WIrQ" name="className" value="MasterObjectAxisProvider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqNZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqNpLDEeWbp4A9_-WIrQ" name="Single ILabelProviderConfiguration" sections="_bYeb95LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqN5LDEeWbp4A9_-WIrQ" name="isSingleILabelProviderConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqOJLDEeWbp4A9_-WIrQ" name="className" value="ILabelProviderConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqOZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqOpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ILabelProviderConfiguration" sections="_bYeb-JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqO5LDEeWbp4A9_-WIrQ" name="isMultipleILabelProviderConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqPJLDEeWbp4A9_-WIrQ" name="className" value="ILabelProviderConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqPZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqPpLDEeWbp4A9_-WIrQ" name="Single ObjectLabelProviderConfiguration" sections="_bYeb-ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfepLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqP5LDEeWbp4A9_-WIrQ" name="isSingleObjectLabelProviderConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqQJLDEeWbp4A9_-WIrQ" name="className" value="ObjectLabelProviderConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqQZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqQpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ObjectLabelProviderConfiguration" sections="_bYeb-pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfepLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqQ5LDEeWbp4A9_-WIrQ" name="isMultipleObjectLabelProviderConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqRJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqRZLDEeWbp4A9_-WIrQ" name="className" value="ObjectLabelProviderConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqRpLDEeWbp4A9_-WIrQ" name="Single FeatureLabelProviderConfiguration" sections="_bYeb-5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqR5LDEeWbp4A9_-WIrQ" name="isSingleFeatureLabelProviderConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqSJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqSZLDEeWbp4A9_-WIrQ" name="className" value="FeatureLabelProviderConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqSpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureLabelProviderConfiguration" sections="_bYeb_JLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfdZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqS5LDEeWbp4A9_-WIrQ" name="isMultipleFeatureLabelProviderConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqTJLDEeWbp4A9_-WIrQ" name="className" value="FeatureLabelProviderConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqTZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattablecontentprovider"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqTpLDEeWbp4A9_-WIrQ" name="Single AbstractHeaderAxisConfiguration" sections="_bYeb_ZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhffpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqT5LDEeWbp4A9_-WIrQ" name="isSingleAbstractHeaderAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqUJLDEeWbp4A9_-WIrQ" name="className" value="AbstractHeaderAxisConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqUZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqUpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AbstractHeaderAxisConfiguration" sections="_bYeb_pLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhffpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqU5LDEeWbp4A9_-WIrQ" name="isMultipleAbstractHeaderAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqVJLDEeWbp4A9_-WIrQ" name="className" value="AbstractHeaderAxisConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqVZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqVpLDEeWbp4A9_-WIrQ" name="Single AxisManagerRepresentation" sections="_bYeb_5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfhZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqV5LDEeWbp4A9_-WIrQ" name="isSingleAxisManagerRepresentation">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqWJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqWZLDEeWbp4A9_-WIrQ" name="className" value="AxisManagerRepresentation"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqWpLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AxisManagerRepresentation" sections="_bYecAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfhZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqW5LDEeWbp4A9_-WIrQ" name="isMultipleAxisManagerRepresentation">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqXJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqXZLDEeWbp4A9_-WIrQ" name="className" value="AxisManagerRepresentation"/>
      </constraints>
    </views>
    <views xmi:id="_bYfqXpLDEeWbp4A9_-WIrQ" name="Single AxisManagerConfiguration" sections="_bYecAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfipLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYfqX5LDEeWbp4A9_-WIrQ" name="isSingleAxisManagerConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYfqYJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRIJLDEeWbp4A9_-WIrQ" name="className" value="AxisManagerConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRIZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AxisManagerConfiguration" sections="_bYecApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfipLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRIpLDEeWbp4A9_-WIrQ" name="isMultipleAxisManagerConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRI5LDEeWbp4A9_-WIrQ" name="className" value="AxisManagerConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRJJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRJZLDEeWbp4A9_-WIrQ" name="Single TableHeaderAxisConfiguration" sections="_bYecA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfjpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRJpLDEeWbp4A9_-WIrQ" name="isSingleTableHeaderAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRJ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRKJLDEeWbp4A9_-WIrQ" name="className" value="TableHeaderAxisConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRKZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TableHeaderAxisConfiguration" sections="_bYecBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfjpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRKpLDEeWbp4A9_-WIrQ" name="isMultipleTableHeaderAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRK5LDEeWbp4A9_-WIrQ" name="className" value="TableHeaderAxisConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRLJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRLZLDEeWbp4A9_-WIrQ" name="Single LocalTableHeaderAxisConfiguration" sections="_bYecBZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRLpLDEeWbp4A9_-WIrQ" name="isSingleLocalTableHeaderAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRL5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRMJLDEeWbp4A9_-WIrQ" name="className" value="LocalTableHeaderAxisConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRMZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple LocalTableHeaderAxisConfiguration" sections="_bYecBpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRMpLDEeWbp4A9_-WIrQ" name="isMultipleLocalTableHeaderAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRM5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRNJLDEeWbp4A9_-WIrQ" name="className" value="LocalTableHeaderAxisConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRNZLDEeWbp4A9_-WIrQ" name="Single IAxisConfiguration" sections="_bYecB5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRNpLDEeWbp4A9_-WIrQ" name="isSingleIAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRN5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgROJLDEeWbp4A9_-WIrQ" name="className" value="IAxisConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgROZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IAxisConfiguration" sections="_bYecCJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfkpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgROpLDEeWbp4A9_-WIrQ" name="isMultipleIAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRO5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRPJLDEeWbp4A9_-WIrQ" name="className" value="IAxisConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRPZLDEeWbp4A9_-WIrQ" name="Single FeatureAxisConfiguration" sections="_bYecCZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfk5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRPpLDEeWbp4A9_-WIrQ" name="isSingleFeatureAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRP5LDEeWbp4A9_-WIrQ" name="className" value="FeatureAxisConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRQJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRQZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureAxisConfiguration" sections="_bYecCpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfk5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRQpLDEeWbp4A9_-WIrQ" name="isMultipleFeatureAxisConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRQ5LDEeWbp4A9_-WIrQ" name="className" value="FeatureAxisConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRRJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRRZLDEeWbp4A9_-WIrQ" name="Single IFillingConfiguration" sections="_bYecC5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRRpLDEeWbp4A9_-WIrQ" name="isSingleIFillingConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRR5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRSJLDEeWbp4A9_-WIrQ" name="className" value="IFillingConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRSZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IFillingConfiguration" sections="_bYecDJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRSpLDEeWbp4A9_-WIrQ" name="isMultipleIFillingConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRS5LDEeWbp4A9_-WIrQ" name="className" value="IFillingConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRTJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRTZLDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureValueFillingConfiguration" sections="_bYecDZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRTpLDEeWbp4A9_-WIrQ" name="isSingleEStructuralFeatureValueFillingConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRT5LDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureValueFillingConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRUJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRUZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EStructuralFeatureValueFillingConfiguration" sections="_bYecDpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhflpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRUpLDEeWbp4A9_-WIrQ" name="isMultipleEStructuralFeatureValueFillingConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRU5LDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureValueFillingConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRVJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRVZLDEeWbp4A9_-WIrQ" name="Single IPasteConfiguration" sections="_bYecD5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRVpLDEeWbp4A9_-WIrQ" name="isSingleIPasteConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRV5LDEeWbp4A9_-WIrQ" name="className" value="IPasteConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRWJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRWZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IPasteConfiguration" sections="_bYecEJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRWpLDEeWbp4A9_-WIrQ" name="isMultipleIPasteConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRW5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRXJLDEeWbp4A9_-WIrQ" name="className" value="IPasteConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRXZLDEeWbp4A9_-WIrQ" name="Single PasteEObjectConfiguration" sections="_bYecEZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRXpLDEeWbp4A9_-WIrQ" name="isSinglePasteEObjectConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRX5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRYJLDEeWbp4A9_-WIrQ" name="className" value="PasteEObjectConfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRYZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple PasteEObjectConfiguration" sections="_bYecEpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfmZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRYpLDEeWbp4A9_-WIrQ" name="isMultiplePasteEObjectConfiguration">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRY5LDEeWbp4A9_-WIrQ" name="className" value="PasteEObjectConfiguration"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRZJLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRZZLDEeWbp4A9_-WIrQ" name="Single AbstractTableTester" sections="_bYecE5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYgRZpLDEeWbp4A9_-WIrQ" name="isSingleAbstractTableTester">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRZ5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYgRaJLDEeWbp4A9_-WIrQ" name="className" value="AbstractTableTester"/>
      </constraints>
    </views>
    <views xmi:id="_bYgRaZLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple AbstractTableTester" sections="_bYecFJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4MJLDEeWbp4A9_-WIrQ" name="isMultipleAbstractTableTester">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4MZLDEeWbp4A9_-WIrQ" name="className" value="AbstractTableTester"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4MpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4M5LDEeWbp4A9_-WIrQ" name="Single JavaTableTester" sections="_bYecFZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4NJLDEeWbp4A9_-WIrQ" name="isSingleJavaTableTester">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4NZLDEeWbp4A9_-WIrQ" name="className" value="JavaTableTester"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4NpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4N5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple JavaTableTester" sections="_bYecFpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfnpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4OJLDEeWbp4A9_-WIrQ" name="isMultipleJavaTableTester">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4OZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattabletester"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4OpLDEeWbp4A9_-WIrQ" name="className" value="JavaTableTester"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4O5LDEeWbp4A9_-WIrQ" name="Single IAxis" sections="_bYecF5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfoZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4PJLDEeWbp4A9_-WIrQ" name="isSingleIAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4PZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4PpLDEeWbp4A9_-WIrQ" name="className" value="IAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4P5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IAxis" sections="_bYecGJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfoZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4QJLDEeWbp4A9_-WIrQ" name="isMultipleIAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4QZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4QpLDEeWbp4A9_-WIrQ" name="className" value="IAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4Q5LDEeWbp4A9_-WIrQ" name="Single IdAxis" sections="_bYecGZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfpJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4RJLDEeWbp4A9_-WIrQ" name="isSingleIdAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4RZLDEeWbp4A9_-WIrQ" name="className" value="IdAxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4RpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4R5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple IdAxis" sections="_bYecGpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfpJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4SJLDEeWbp4A9_-WIrQ" name="isMultipleIdAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4SZLDEeWbp4A9_-WIrQ" name="className" value="IdAxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4SpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4S5LDEeWbp4A9_-WIrQ" name="Single ObjectAxis" sections="_bYecG5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4TJLDEeWbp4A9_-WIrQ" name="isSingleObjectAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4TZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4TpLDEeWbp4A9_-WIrQ" name="className" value="ObjectAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4T5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ObjectAxis" sections="_bYecHJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqpLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4UJLDEeWbp4A9_-WIrQ" name="isMultipleObjectAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4UZLDEeWbp4A9_-WIrQ" name="className" value="ObjectAxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4UpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4U5LDEeWbp4A9_-WIrQ" name="Single EObjectAxis" sections="_bYecHZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfppLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4VJLDEeWbp4A9_-WIrQ" name="isSingleEObjectAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4VZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4VpLDEeWbp4A9_-WIrQ" name="className" value="EObjectAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4V5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EObjectAxis" sections="_bYecHpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfppLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4WJLDEeWbp4A9_-WIrQ" name="isMultipleEObjectAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4WZLDEeWbp4A9_-WIrQ" name="className" value="EObjectAxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4WpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4W5LDEeWbp4A9_-WIrQ" name="Single FeatureAxis" sections="_bYfDAJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4XJLDEeWbp4A9_-WIrQ" name="isSingleFeatureAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4XZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4XpLDEeWbp4A9_-WIrQ" name="className" value="FeatureAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4X5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureAxis" sections="_bYfDAZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfqJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4YJLDEeWbp4A9_-WIrQ" name="isMultipleFeatureAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4YZLDEeWbp4A9_-WIrQ" name="className" value="FeatureAxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4YpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4Y5LDEeWbp4A9_-WIrQ" name="Single FeatureIdAxis" sections="_bYfDApLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4ZJLDEeWbp4A9_-WIrQ" name="isSingleFeatureIdAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4ZZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4ZpLDEeWbp4A9_-WIrQ" name="className" value="FeatureIdAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4Z5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple FeatureIdAxis" sections="_bYfDA5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4aJLDEeWbp4A9_-WIrQ" name="isMultipleFeatureIdAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4aZLDEeWbp4A9_-WIrQ" name="className" value="FeatureIdAxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4apLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4a5LDEeWbp4A9_-WIrQ" name="Single EStructuralFeatureAxis" sections="_bYfDBJLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4bJLDEeWbp4A9_-WIrQ" name="isSingleEStructuralFeatureAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4bZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4bpLDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4b5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple EStructuralFeatureAxis" sections="_bYfDBZLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfrZLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4cJLDEeWbp4A9_-WIrQ" name="isMultipleEStructuralFeatureAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4cZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4cpLDEeWbp4A9_-WIrQ" name="className" value="EStructuralFeatureAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4c5LDEeWbp4A9_-WIrQ" name="Single ObjectIdAxis" sections="_bYfDBpLDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfr5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4dJLDEeWbp4A9_-WIrQ" name="isSingleObjectIdAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4dZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4dpLDEeWbp4A9_-WIrQ" name="className" value="ObjectIdAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4d5LDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple ObjectIdAxis" sections="_bYfDB5LDEeWbp4A9_-WIrQ" automaticContext="true" datacontexts="_bYhfr5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4eJLDEeWbp4A9_-WIrQ" name="isMultipleObjectIdAxis">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4eZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxis"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4epLDEeWbp4A9_-WIrQ" name="className" value="ObjectIdAxis"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4e5LDEeWbp4A9_-WIrQ" name="SingleTableAppearance" sections="_bYfDCZLDEeWbp4A9_-WIrQ _bYfDCpLDEeWbp4A9_-WIrQ _bYfDDZLDEeWbp4A9_-WIrQ _bYfDEJLDEeWbp4A9_-WIrQ _bYfDE5LDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4fJLDEeWbp4A9_-WIrQ" name="singleTable">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4fZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4fpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
      </constraints>
    </views>
    <views xmi:id="_bYg4f5LDEeWbp4A9_-WIrQ" name="SinglePasteInTable" sections="_bYfDF5LDEeWbp4A9_-WIrQ _bYfDGpLDEeWbp4A9_-WIrQ _bYfDHZLDEeWbp4A9_-WIrQ _bYfDIJLDEeWbp4A9_-WIrQ">
      <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYg4gJLDEeWbp4A9_-WIrQ" name="singleTable">
        <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4gZLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model"/>
        <properties xsi:type="constraints:ValueProperty" xmi:id="_bYg4gpLDEeWbp4A9_-WIrQ" name="className" value="Table"/>
      </constraints>
    </views>
    <dataContexts xmi:id="_bYg4g5LDEeWbp4A9_-WIrQ" name="nattable" label="nattable">
      <elements xmi:id="_bYg4hJLDEeWbp4A9_-WIrQ" name="Table" supertypes="_bYhfXJLDEeWbp4A9_-WIrQ">
        <properties xmi:id="_bYhfQJLDEeWbp4A9_-WIrQ" name="context" type="Reference"/>
        <properties xmi:id="_bYhfQZLDEeWbp4A9_-WIrQ" name="tableConfiguration" type="Reference"/>
        <properties xmi:id="_bYhfQpLDEeWbp4A9_-WIrQ" name="invertAxis"/>
        <properties xmi:id="_bYhfQ5LDEeWbp4A9_-WIrQ" name="columnAxisProvidersHistory" type="Reference" multiplicity="-1"/>
        <properties xmi:id="_bYhfRJLDEeWbp4A9_-WIrQ" name="rowAxisProvidersHistory" type="Reference" multiplicity="-1"/>
        <properties xmi:id="_bYhfRZLDEeWbp4A9_-WIrQ" name="localRowHeaderAxisConfiguration" type="Reference"/>
        <properties xmi:id="_bYhfRpLDEeWbp4A9_-WIrQ" name="localColumnHeaderAxisConfiguration" type="Reference"/>
        <properties xmi:id="_bYhfR5LDEeWbp4A9_-WIrQ" name="currentRowAxisProvider" type="Reference"/>
        <properties xmi:id="_bYhfSJLDEeWbp4A9_-WIrQ" name="currentColumnAxisProvider" type="Reference"/>
        <properties xmi:id="_bYhfSZLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayIcon" label="Display Column FeatureIcon" type="Boolean" description="Display Column Icon"/>
        <properties xmi:id="_bYhfSpLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayLabel" label="Display Column Feature Label" type="Boolean" description="Display Column Label"/>
        <properties xmi:id="_bYhfS5LDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayIsDerived" label="Display Column Feature IsDerived" type="Boolean" description="Display Column Feature IsDerived"/>
        <properties xmi:id="_bYhfTJLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayType" label="Display Column Feature Type" type="Boolean" description="Display Column Feature Type"/>
        <properties xmi:id="_bYhfTZLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayMultiplicity" label="Display Column Feature Multiplicity" type="Boolean" description="Display Column Feature Multiplicity"/>
        <properties xmi:id="_bYhfTpLDEeWbp4A9_-WIrQ" name="columnFeatureLabelProviderConfigurationDisplayName" label="Display Column Feature Name" type="Boolean" description="Display Column Feature Name"/>
        <properties xmi:id="_bYhfT5LDEeWbp4A9_-WIrQ" name="columnObjectLabelProviderConfigurationDisplayIcon" label="Display Column Object Icon" type="Boolean" description="Display Column Object Icon"/>
        <properties xmi:id="_bYhfUJLDEeWbp4A9_-WIrQ" name="columnObjectLabelProviderConfigurationDisplayLabel" label="Display Column Object Label" type="Boolean" description="Display Column Object Label"/>
        <properties xmi:id="_bYhfUZLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayIcon" label="Display Row FeatureIcon" type="Boolean" description="Display Row Icon"/>
        <properties xmi:id="_bYhfUpLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayLabel" label="Display Row Feature Label" type="Boolean" description="Display Row Label"/>
        <properties xmi:id="_bYhfU5LDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayIsDerived" label="Display Row Feature IsDerived" type="Boolean" description="Display Row Feature IsDerived"/>
        <properties xmi:id="_bYhfVJLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayType" label="Display Row Feature Type" type="Boolean" description="Display Row Feature Type"/>
        <properties xmi:id="_bYhfVZLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayMultiplicity" label="Display Row Feature Multiplicity" type="Boolean" description="Display Row Feature Multiplicity"/>
        <properties xmi:id="_bYhfVpLDEeWbp4A9_-WIrQ" name="rowFeatureLabelProviderConfigurationDisplayName" label="Display Row Feature Name" type="Boolean" description="Display Row Feature Name"/>
        <properties xmi:id="_bYhfV5LDEeWbp4A9_-WIrQ" name="rowObjectLabelProviderConfigurationDisplayIcon" label="Display Row Object Icon" type="Boolean" description="Display Row Object Icon"/>
        <properties xmi:id="_bYhfWJLDEeWbp4A9_-WIrQ" name="rowObjectLabelProviderConfigurationDisplayLabel" label="Display Row Object Label" type="Boolean" description="Display Row Object Label"/>
        <properties xmi:id="_bYhfWZLDEeWbp4A9_-WIrQ" name="rowPastedEObjectId" label="Row Pasted Element Type Id" description="Row Pasted Element Type Id"/>
        <properties xmi:id="_bYhfWpLDEeWbp4A9_-WIrQ" name="rowPastedEObjectContainmentFeature" label="Row Pasted EObject Contaiment Feature"/>
      </elements>
      <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfW5LDEeWbp4A9_-WIrQ" name="nattableconfiguration">
        <elements xmi:id="_bYhfXJLDEeWbp4A9_-WIrQ" name="TableNamedElement">
          <properties xmi:id="_bYhfXZLDEeWbp4A9_-WIrQ" name="description"/>
          <properties xmi:id="_bYhfXpLDEeWbp4A9_-WIrQ" name="name"/>
        </elements>
        <elements xmi:id="_bYhfX5LDEeWbp4A9_-WIrQ" name="TableConfiguration" supertypes="_bYhfXJLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfYJLDEeWbp4A9_-WIrQ" name="type"/>
          <properties xmi:id="_bYhfYZLDEeWbp4A9_-WIrQ" name="iconPath"/>
          <properties xmi:id="_bYhfYpLDEeWbp4A9_-WIrQ" name="creationTester" type="Reference"/>
          <properties xmi:id="_bYhfY5LDEeWbp4A9_-WIrQ" name="cellEditorDeclaration" type="Enumeration"/>
          <properties xmi:id="_bYhfZJLDEeWbp4A9_-WIrQ" name="rowHeaderAxisConfiguration" type="Reference"/>
          <properties xmi:id="_bYhfZZLDEeWbp4A9_-WIrQ" name="columnHeaderAxisConfiguration" type="Reference"/>
          <properties xmi:id="_bYhfZpLDEeWbp4A9_-WIrQ" name="columnAxisProviders" type="Reference" multiplicity="-1"/>
          <properties xmi:id="_bYhfZ5LDEeWbp4A9_-WIrQ" name="rowAxisProviders" type="Reference" multiplicity="-1"/>
          <properties xmi:id="_bYhfaJLDEeWbp4A9_-WIrQ" name="defaultRowAxisProvider" type="Reference"/>
          <properties xmi:id="_bYhfaZLDEeWbp4A9_-WIrQ" name="defaultColumnAxisProvider" type="Reference"/>
        </elements>
      </elements>
      <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfapLDEeWbp4A9_-WIrQ" name="nattableaxisprovider">
        <elements xmi:id="_bYhfa5LDEeWbp4A9_-WIrQ" name="AbstractAxisProvider"/>
        <elements xmi:id="_bYhfbJLDEeWbp4A9_-WIrQ" name="IMasterAxisProvider" supertypes="_bYhfb5LDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfbZLDEeWbp4A9_-WIrQ" name="disconnectSlave"/>
        </elements>
        <elements xmi:id="_bYhfbpLDEeWbp4A9_-WIrQ" name="ISlaveAxisProvider" supertypes="_bYhfb5LDEeWbp4A9_-WIrQ"/>
        <elements xmi:id="_bYhfb5LDEeWbp4A9_-WIrQ" name="AxisProvider" supertypes="_bYhfa5LDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfcJLDEeWbp4A9_-WIrQ" name="axis" type="Reference" multiplicity="-1"/>
        </elements>
        <elements xmi:id="_bYhfcZLDEeWbp4A9_-WIrQ" name="SlaveObjectAxisProvider" supertypes="_bYhfbpLDEeWbp4A9_-WIrQ"/>
        <elements xmi:id="_bYhfcpLDEeWbp4A9_-WIrQ" name="MasterObjectAxisProvider" supertypes="_bYhfbJLDEeWbp4A9_-WIrQ"/>
      </elements>
      <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfc5LDEeWbp4A9_-WIrQ" name="nattablelabelprovider">
        <elements xmi:id="_bYhfdJLDEeWbp4A9_-WIrQ" name="ILabelProviderConfiguration"/>
        <elements xmi:id="_bYhfdZLDEeWbp4A9_-WIrQ" name="FeatureLabelProviderConfiguration" supertypes="_bYhfepLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfdpLDEeWbp4A9_-WIrQ" name="displayIsDerived"/>
          <properties xmi:id="_bYhfd5LDEeWbp4A9_-WIrQ" name="displayType"/>
          <properties xmi:id="_bYhfeJLDEeWbp4A9_-WIrQ" name="displayMultiplicity"/>
          <properties xmi:id="_bYhfeZLDEeWbp4A9_-WIrQ" name="displayName"/>
        </elements>
        <elements xmi:id="_bYhfepLDEeWbp4A9_-WIrQ" name="ObjectLabelProviderConfiguration" supertypes="_bYhfdJLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfe5LDEeWbp4A9_-WIrQ" name="displayIcon"/>
          <properties xmi:id="_bYhffJLDEeWbp4A9_-WIrQ" name="displayLabel"/>
        </elements>
      </elements>
      <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhffZLDEeWbp4A9_-WIrQ" name="nattableaxisconfiguration">
        <elements xmi:id="_bYhffpLDEeWbp4A9_-WIrQ" name="AbstractHeaderAxisConfiguration">
          <properties xmi:id="_bYhff5LDEeWbp4A9_-WIrQ" name="indexStyle" type="Enumeration"/>
          <properties xmi:id="_bYhfgJLDEeWbp4A9_-WIrQ" name="displayLabel"/>
          <properties xmi:id="_bYhfgZLDEeWbp4A9_-WIrQ" name="displayFilter"/>
          <properties xmi:id="_bYhfgpLDEeWbp4A9_-WIrQ" name="displayIndex"/>
          <properties xmi:id="_bYhfg5LDEeWbp4A9_-WIrQ" name="ownedLabelConfigurations" type="Reference" multiplicity="-1"/>
          <properties xmi:id="_bYhfhJLDEeWbp4A9_-WIrQ" name="ownedAxisConfigurations" type="Reference" multiplicity="-1"/>
        </elements>
        <elements xmi:id="_bYhfhZLDEeWbp4A9_-WIrQ" name="AxisManagerRepresentation">
          <properties xmi:id="_bYhfhpLDEeWbp4A9_-WIrQ" name="axisManagerId"/>
          <properties xmi:id="_bYhfh5LDEeWbp4A9_-WIrQ" name="labelProviderContext"/>
          <properties xmi:id="_bYhfiJLDEeWbp4A9_-WIrQ" name="headerLabelConfiguration" type="Reference"/>
          <properties xmi:id="_bYhfiZLDEeWbp4A9_-WIrQ" name="specificAxisConfigurations" type="Reference" multiplicity="-1"/>
        </elements>
        <elements xmi:id="_bYhfipLDEeWbp4A9_-WIrQ" name="AxisManagerConfiguration">
          <properties xmi:id="_bYhfi5LDEeWbp4A9_-WIrQ" name="localHeaderLabelConfiguration" type="Reference"/>
          <properties xmi:id="_bYhfjJLDEeWbp4A9_-WIrQ" name="axisManager" type="Reference"/>
          <properties xmi:id="_bYhfjZLDEeWbp4A9_-WIrQ" name="localSpecificConfigurations" type="Reference" multiplicity="-1"/>
        </elements>
        <elements xmi:id="_bYhfjpLDEeWbp4A9_-WIrQ" name="TableHeaderAxisConfiguration" supertypes="_bYhffpLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfj5LDEeWbp4A9_-WIrQ" name="axisManagers" type="Reference" multiplicity="-1"/>
        </elements>
        <elements xmi:id="_bYhfkJLDEeWbp4A9_-WIrQ" name="LocalTableHeaderAxisConfiguration" supertypes="_bYhffpLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfkZLDEeWbp4A9_-WIrQ" name="axisManagerConfigurations" type="Reference" multiplicity="-1"/>
        </elements>
        <elements xmi:id="_bYhfkpLDEeWbp4A9_-WIrQ" name="IAxisConfiguration"/>
        <elements xmi:id="_bYhfk5LDEeWbp4A9_-WIrQ" name="FeatureAxisConfiguration" supertypes="_bYhfkpLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhflJLDEeWbp4A9_-WIrQ" name="showOnlyCommonFeature" type="Boolean"/>
        </elements>
        <elements xmi:id="_bYhflZLDEeWbp4A9_-WIrQ" name="IFillingConfiguration" supertypes="_bYhfkpLDEeWbp4A9_-WIrQ"/>
        <elements xmi:id="_bYhflpLDEeWbp4A9_-WIrQ" name="EStructuralFeatureValueFillingConfiguration" supertypes="_bYhflZLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfl5LDEeWbp4A9_-WIrQ" name="listenFeature" type="Reference"/>
        </elements>
        <elements xmi:id="_bYhfmJLDEeWbp4A9_-WIrQ" name="IPasteConfiguration" supertypes="_bYhfkpLDEeWbp4A9_-WIrQ"/>
        <elements xmi:id="_bYhfmZLDEeWbp4A9_-WIrQ" name="PasteEObjectConfiguration" supertypes="_bYhfmJLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfmpLDEeWbp4A9_-WIrQ" name="pastedElementId"/>
          <properties xmi:id="_bYhfm5LDEeWbp4A9_-WIrQ" name="pasteElementContainementFeature" type="Reference"/>
        </elements>
      </elements>
      <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfnJLDEeWbp4A9_-WIrQ" name="nattabletester">
        <elements xmi:id="_bYhfnZLDEeWbp4A9_-WIrQ" name="AbstractTableTester"/>
        <elements xmi:id="_bYhfnpLDEeWbp4A9_-WIrQ" name="JavaTableTester" supertypes="_bYhfnZLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfn5LDEeWbp4A9_-WIrQ" name="tester"/>
        </elements>
      </elements>
      <elements xsi:type="contexts:DataContextPackage" xmi:id="_bYhfoJLDEeWbp4A9_-WIrQ" name="nattableaxis">
        <elements xmi:id="_bYhfoZLDEeWbp4A9_-WIrQ" name="IAxis">
          <properties xmi:id="_bYhfopLDEeWbp4A9_-WIrQ" name="manager" type="Reference"/>
          <properties xmi:id="_bYhfo5LDEeWbp4A9_-WIrQ" name="alias"/>
        </elements>
        <elements xmi:id="_bYhfpJLDEeWbp4A9_-WIrQ" name="IdAxis" supertypes="_bYhfoZLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfpZLDEeWbp4A9_-WIrQ" name="element"/>
        </elements>
        <elements xmi:id="_bYhfppLDEeWbp4A9_-WIrQ" name="EObjectAxis" supertypes="_bYhfqpLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfp5LDEeWbp4A9_-WIrQ" name="element" type="Reference"/>
        </elements>
        <elements xmi:id="_bYhfqJLDEeWbp4A9_-WIrQ" name="FeatureAxis" supertypes="_bYhfoZLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfqZLDEeWbp4A9_-WIrQ" name="localLabelConfiguration" type="Reference"/>
        </elements>
        <elements xmi:id="_bYhfqpLDEeWbp4A9_-WIrQ" name="ObjectAxis" supertypes="_bYhfoZLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfq5LDEeWbp4A9_-WIrQ" name="localLabelConfiguration" type="Reference"/>
        </elements>
        <elements xmi:id="_bYhfrJLDEeWbp4A9_-WIrQ" name="FeatureIdAxis" supertypes="_bYhfpJLDEeWbp4A9_-WIrQ _bYhfqJLDEeWbp4A9_-WIrQ"/>
        <elements xmi:id="_bYhfrZLDEeWbp4A9_-WIrQ" name="EStructuralFeatureAxis" supertypes="_bYhfqJLDEeWbp4A9_-WIrQ">
          <properties xmi:id="_bYhfrpLDEeWbp4A9_-WIrQ" name="element" type="Reference"/>
        </elements>
        <elements xmi:id="_bYhfr5LDEeWbp4A9_-WIrQ" name="ObjectIdAxis" supertypes="_bYhfpJLDEeWbp4A9_-WIrQ _bYhfqpLDEeWbp4A9_-WIrQ"/>
      </elements>
      <modelElementFactory href="Environment.xmi#//@modelElementFactories.0"/>
    </dataContexts>
  </contexts:Context>
  <contexts:View xmi:id="_bYhfsJLDEeWbp4A9_-WIrQ" name="Single TableNamedElement" automaticContext="true" datacontexts="_bYhfXJLDEeWbp4A9_-WIrQ">
    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYhfsZLDEeWbp4A9_-WIrQ" name="isSingleTableNamedElement">
      <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
      <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhfspLDEeWbp4A9_-WIrQ" name="className" value="TableNamedElement"/>
      <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhfs5LDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
    </constraints>
  </contexts:View>
  <contexts:View xmi:id="_bYhftJLDEeWbp4A9_-WIrQ" elementMultiplicity="-1" name="Multiple TableNamedElement" automaticContext="true" datacontexts="_bYhfXJLDEeWbp4A9_-WIrQ">
    <constraints xsi:type="constraints:SimpleConstraint" xmi:id="_bYhftZLDEeWbp4A9_-WIrQ" name="isMultipleTableNamedElement">
      <constraintType href="ppe:/environment/org.eclipse.papyrus.infra.properties.ui/model/Environment.xmi#//@constraintTypes.0"/>
      <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhftpLDEeWbp4A9_-WIrQ" name="nsUri" value="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"/>
      <properties xsi:type="constraints:ValueProperty" xmi:id="_bYhft5LDEeWbp4A9_-WIrQ" name="className" value="TableNamedElement"/>
    </constraints>
  </contexts:View>
</xmi:XMI>

Back to the top