-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmust-be-nulls.gdbot
825 lines (822 loc) · 98.9 KB
/
must-be-nulls.gdbot
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
#: ruleID : ruleTitle : Mode : FC : FCsubtype : Condition : ActionType : Action : Comments
# These rules indicate a number of fields that must be null for certain feature class subtypes
# Generated from M:\HAL\TeamNIS\Tools\PythonStuff\gdbot\run_prod\rules\NIS-TvungneAttributter_mod.xlsx
: 11001 : Attribute BCNSHP must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : BCNSHP is not null : LOG : BCNSHP :
: 11002 : Attribute BOYSHP must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : BOYSHP is not null : LOG : BOYSHP :
: 11003 : Attribute CALSGN must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CALSGN is not null : LOG : CALSGN :
: 11004 : Attribute CATCAM must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATCAM is not null : LOG : CATCAM :
: 11005 : Attribute CATFOG must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATFOG is not null : LOG : CATFOG :
: 11006 : Attribute CATINB must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATINB is not null : LOG : CATINB :
: 11007 : Attribute CATLAM must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATLAM is not null : LOG : CATLAM :
: 11008 : Attribute CATLIT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATLIT is not null : LOG : CATLIT :
: 11009 : Attribute CATRAS must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATRAS is not null : LOG : CATRAS :
: 11010 : Attribute CATROS must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATROS is not null : LOG : CATROS :
: 11011 : Attribute CATRTB must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATRTB is not null : LOG : CATRTB :
: 11012 : Attribute CATSPM must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CATSPM is not null : LOG : CATSPM :
: 11015 : Attribute COMCHA must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : COMCHA is not null : LOG : COMCHA :
: 11016 : Attribute CONDTN must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CONDTN is not null : LOG : CONDTN :
: 11017 : Attribute CONRAD must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CONRAD is not null : LOG : CONRAD :
: 11018 : Attribute CONVIS must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : CONVIS is not null : LOG : CONVIS :
: 11021 : Attribute ELEVAT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : ELEVAT is not null : LOG : ELEVAT :
: 11022 : Attribute ESTRNG must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : ESTRNG is not null : LOG : ESTRNG :
: 11023 : Attribute EXCLIT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : EXCLIT is not null : LOG : EXCLIT :
: 11025 : Attribute HORACC must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : HORACC is not null : LOG : HORACC :
: 11026 : Attribute HORLEN must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : HORLEN is not null : LOG : HORLEN :
: 11027 : Attribute HORWID must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : HORWID is not null : LOG : HORWID :
: 11029 : Attribute LITCHR must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : LITCHR is not null : LOG : LITCHR :
: 11030 : Attribute LITVIS must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : LITVIS is not null : LOG : LITVIS :
: 11032 : Attribute MLTYLT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : MLTYLT is not null : LOG : MLTYLT :
: 11033 : Attribute NATCON must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : NATCON is not null : LOG : NATCON :
: 11035 : Attribute NOBJNM must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : NOBJNM is not null : LOG : NOBJNM :
: 11037 : Attribute OBJNAM must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : OBJNAM is not null : LOG : OBJNAM :
: 11038 : Attribute ORIENT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : ORIENT is not null : LOG : ORIENT :
: 11039 : Attribute P_HORDAT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : P_HORDAT is not null : LOG : P_HORDAT :
: 11045 : Attribute PRODCT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : PRODCT is not null : LOG : PRODCT :
: 11046 : Attribute RADWAL must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : RADWAL is not null : LOG : RADWAL :
: 11051 : Attribute SECTR1 must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SECTR1 is not null : LOG : SECTR1 :
: 11052 : Attribute SECTR2 must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SECTR2 is not null : LOG : SECTR2 :
: 11053 : Attribute SIGFRQ must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SIGFRQ is not null : LOG : SIGFRQ :
: 11054 : Attribute SIGGEN must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SIGGEN is not null : LOG : SIGGEN :
: 11055 : Attribute SIGGRP must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SIGGRP is not null : LOG : SIGGRP :
: 11056 : Attribute SIGPER must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SIGPER is not null : LOG : SIGPER :
: 11057 : Attribute SIGSEQ must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : SIGSEQ is not null : LOG : SIGSEQ :
: 11063 : Attribute URGENT must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : URGENT is not null : LOG : URGENT :
: 11064 : Attribute VALMXR must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : VALMXR is not null : LOG : VALMXR :
: 11065 : Attribute VALNMR must be NULL for TOPMAR : SQL : AidsToNavigationP : TOPMAR : VALNMR is not null : LOG : VALNMR :
: 11070 : Attribute BOYSHP must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : BOYSHP is not null : LOG : BOYSHP :
: 11071 : Attribute CALSGN must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CALSGN is not null : LOG : CALSGN :
: 11072 : Attribute CATCAM must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATCAM is not null : LOG : CATCAM :
: 11073 : Attribute CATFOG must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATFOG is not null : LOG : CATFOG :
: 11074 : Attribute CATINB must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATINB is not null : LOG : CATINB :
: 11075 : Attribute CATLAM must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATLAM is not null : LOG : CATLAM :
: 11076 : Attribute CATLIT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATLIT is not null : LOG : CATLIT :
: 11077 : Attribute CATRAS must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATRAS is not null : LOG : CATRAS :
: 11078 : Attribute CATROS must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATROS is not null : LOG : CATROS :
: 11079 : Attribute CATRTB must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : CATRTB is not null : LOG : CATRTB :
: 11083 : Attribute COMCHA must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : COMCHA is not null : LOG : COMCHA :
: 11090 : Attribute ESTRNG must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : ESTRNG is not null : LOG : ESTRNG :
: 11091 : Attribute EXCLIT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : EXCLIT is not null : LOG : EXCLIT :
: 11093 : Attribute HORACC must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : HORACC is not null : LOG : HORACC :
: 11094 : Attribute HORLEN must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : HORLEN is not null : LOG : HORLEN :
: 11095 : Attribute HORWID must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : HORWID is not null : LOG : HORWID :
: 11097 : Attribute LITCHR must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : LITCHR is not null : LOG : LITCHR :
: 11098 : Attribute LITVIS must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : LITVIS is not null : LOG : LITVIS :
: 11100 : Attribute MLTYLT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : MLTYLT is not null : LOG : MLTYLT :
: 11106 : Attribute ORIENT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : ORIENT is not null : LOG : ORIENT :
: 11107 : Attribute P_HORDAT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : P_HORDAT is not null : LOG : P_HORDAT :
: 11113 : Attribute PRODCT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : PRODCT is not null : LOG : PRODCT :
: 11114 : Attribute RADWAL must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : RADWAL is not null : LOG : RADWAL :
: 11119 : Attribute SECTR1 must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SECTR1 is not null : LOG : SECTR1 :
: 11120 : Attribute SECTR2 must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SECTR2 is not null : LOG : SECTR2 :
: 11121 : Attribute SIGFRQ must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SIGFRQ is not null : LOG : SIGFRQ :
: 11122 : Attribute SIGGEN must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SIGGEN is not null : LOG : SIGGEN :
: 11123 : Attribute SIGGRP must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SIGGRP is not null : LOG : SIGGRP :
: 11124 : Attribute SIGPER must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SIGPER is not null : LOG : SIGPER :
: 11125 : Attribute SIGSEQ must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : SIGSEQ is not null : LOG : SIGSEQ :
: 11129 : Attribute TOPSHP must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : TOPSHP is not null : LOG : TOPSHP :
: 11131 : Attribute URGENT must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : URGENT is not null : LOG : URGENT :
: 11132 : Attribute VALMXR must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : VALMXR is not null : LOG : VALMXR :
: 11133 : Attribute VALNMR must be NULL for BCNSPP : SQL : AidsToNavigationP : BCNSPP : VALNMR is not null : LOG : VALNMR :
: 11137 : Attribute BCNSHP must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : BCNSHP is not null : LOG : BCNSHP :
: 11139 : Attribute CALSGN must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CALSGN is not null : LOG : CALSGN :
: 11140 : Attribute CATCAM must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATCAM is not null : LOG : CATCAM :
: 11141 : Attribute CATFOG must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATFOG is not null : LOG : CATFOG :
: 11142 : Attribute CATINB must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATINB is not null : LOG : CATINB :
: 11143 : Attribute CATLAM must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATLAM is not null : LOG : CATLAM :
: 11144 : Attribute CATLIT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATLIT is not null : LOG : CATLIT :
: 11145 : Attribute CATRAS must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATRAS is not null : LOG : CATRAS :
: 11146 : Attribute CATROS must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATROS is not null : LOG : CATROS :
: 11147 : Attribute CATRTB must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CATRTB is not null : LOG : CATRTB :
: 11151 : Attribute COMCHA must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : COMCHA is not null : LOG : COMCHA :
: 11152 : Attribute CONDTN must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CONDTN is not null : LOG : CONDTN :
: 11154 : Attribute CONVIS must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : CONVIS is not null : LOG : CONVIS :
: 11157 : Attribute ELEVAT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : ELEVAT is not null : LOG : ELEVAT :
: 11158 : Attribute ESTRNG must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : ESTRNG is not null : LOG : ESTRNG :
: 11159 : Attribute EXCLIT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : EXCLIT is not null : LOG : EXCLIT :
: 11160 : Attribute HEIGHT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : HEIGHT is not null : LOG : HEIGHT :
: 11161 : Attribute HORACC must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : HORACC is not null : LOG : HORACC :
: 11162 : Attribute HORLEN must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : HORLEN is not null : LOG : HORLEN :
: 11163 : Attribute HORWID must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : HORWID is not null : LOG : HORWID :
: 11165 : Attribute LITCHR must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : LITCHR is not null : LOG : LITCHR :
: 11166 : Attribute LITVIS must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : LITVIS is not null : LOG : LITVIS :
: 11168 : Attribute MLTYLT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : MLTYLT is not null : LOG : MLTYLT :
: 11174 : Attribute ORIENT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : ORIENT is not null : LOG : ORIENT :
: 11175 : Attribute P_HORDAT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : P_HORDAT is not null : LOG : P_HORDAT :
: 11181 : Attribute PRODCT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : PRODCT is not null : LOG : PRODCT :
: 11182 : Attribute RADWAL must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : RADWAL is not null : LOG : RADWAL :
: 11187 : Attribute SECTR1 must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SECTR1 is not null : LOG : SECTR1 :
: 11188 : Attribute SECTR2 must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SECTR2 is not null : LOG : SECTR2 :
: 11189 : Attribute SIGFRQ must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SIGFRQ is not null : LOG : SIGFRQ :
: 11190 : Attribute SIGGEN must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SIGGEN is not null : LOG : SIGGEN :
: 11191 : Attribute SIGGRP must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SIGGRP is not null : LOG : SIGGRP :
: 11192 : Attribute SIGPER must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SIGPER is not null : LOG : SIGPER :
: 11193 : Attribute SIGSEQ must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : SIGSEQ is not null : LOG : SIGSEQ :
: 11197 : Attribute TOPSHP must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : TOPSHP is not null : LOG : TOPSHP :
: 11199 : Attribute URGENT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : URGENT is not null : LOG : URGENT :
: 11200 : Attribute VALMXR must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : VALMXR is not null : LOG : VALMXR :
: 11201 : Attribute VALNMR must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : VALNMR is not null : LOG : VALNMR :
: 11203 : Attribute VERDAT must be NULL for BOYSPP : SQL : AidsToNavigationP : BOYSPP : VERDAT is not null : LOG : VERDAT :
: 11205 : Attribute BCNSHP must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : BCNSHP is not null : LOG : BCNSHP :
: 11206 : Attribute BOYSHP must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : BOYSHP is not null : LOG : BOYSHP :
: 11207 : Attribute CALSGN must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CALSGN is not null : LOG : CALSGN :
: 11208 : Attribute CATCAM must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATCAM is not null : LOG : CATCAM :
: 11209 : Attribute CATFOG must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATFOG is not null : LOG : CATFOG :
: 11210 : Attribute CATINB must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATINB is not null : LOG : CATINB :
: 11211 : Attribute CATLAM must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATLAM is not null : LOG : CATLAM :
: 11213 : Attribute CATRAS must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATRAS is not null : LOG : CATRAS :
: 11214 : Attribute CATROS must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATROS is not null : LOG : CATROS :
: 11215 : Attribute CATRTB must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATRTB is not null : LOG : CATRTB :
: 11216 : Attribute CATSPM must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CATSPM is not null : LOG : CATSPM :
: 11218 : Attribute COLPAT must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : COLPAT is not null : LOG : COLPAT :
: 11219 : Attribute COMCHA must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : COMCHA is not null : LOG : COMCHA :
: 11220 : Attribute CONDTN must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CONDTN is not null : LOG : CONDTN :
: 11221 : Attribute CONRAD must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CONRAD is not null : LOG : CONRAD :
: 11222 : Attribute CONVIS must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : CONVIS is not null : LOG : CONVIS :
: 11225 : Attribute ELEVAT must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : ELEVAT is not null : LOG : ELEVAT :
: 11226 : Attribute ESTRNG must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : ESTRNG is not null : LOG : ESTRNG :
: 11229 : Attribute HORACC must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : HORACC is not null : LOG : HORACC :
: 11230 : Attribute HORLEN must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : HORLEN is not null : LOG : HORLEN :
: 11231 : Attribute HORWID must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : HORWID is not null : LOG : HORWID :
: 11237 : Attribute NATCON must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : NATCON is not null : LOG : NATCON :
: 11243 : Attribute P_HORDAT must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : P_HORDAT is not null : LOG : P_HORDAT :
: 11248 : Attribute PICREP must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : PICREP is not null : LOG : PICREP :
: 11249 : Attribute PRODCT must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : PRODCT is not null : LOG : PRODCT :
: 11250 : Attribute RADWAL must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : RADWAL is not null : LOG : RADWAL :
: 11257 : Attribute SIGFRQ must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : SIGFRQ is not null : LOG : SIGFRQ :
: 11258 : Attribute SIGGEN must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : SIGGEN is not null : LOG : SIGGEN :
: 11265 : Attribute TOPSHP must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : TOPSHP is not null : LOG : TOPSHP :
: 11267 : Attribute URGENT must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : URGENT is not null : LOG : URGENT :
: 11268 : Attribute VALMXR must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : VALMXR is not null : LOG : VALMXR :
: 11272 : Attribute VERLEN must be NULL for LIGHTS : SQL : AidsToNavigationP : LIGHTS : VERLEN is not null : LOG : VERLEN :
: 11274 : Attribute CATSLC must be NULL for COALNE : SQL : CoastlineL : COALNE : CATSLC is not null : LOG : CATSLC :
: 11276 : Attribute COLPAT must be NULL for COALNE : SQL : CoastlineL : COALNE : COLPAT is not null : LOG : COLPAT :
: 11277 : Attribute CONDTN must be NULL for COALNE : SQL : CoastlineL : COALNE : CONDTN is not null : LOG : CONDTN :
: 11280 : Attribute DATEND must be NULL for COALNE : SQL : CoastlineL : COALNE : DATEND is not null : LOG : DATEND :
: 11281 : Attribute DATSTA must be NULL for COALNE : SQL : CoastlineL : COALNE : DATSTA is not null : LOG : DATSTA :
: 11283 : Attribute HEIGHT must be NULL for COALNE : SQL : CoastlineL : COALNE : HEIGHT is not null : LOG : HEIGHT :
: 11284 : Attribute HORACC must be NULL for COALNE : SQL : CoastlineL : COALNE : HORACC is not null : LOG : HORACC :
: 11285 : Attribute HORCLR must be NULL for COALNE : SQL : CoastlineL : COALNE : HORCLR is not null : LOG : HORCLR :
: 11286 : Attribute HORLEN must be NULL for COALNE : SQL : CoastlineL : COALNE : HORLEN is not null : LOG : HORLEN :
: 11287 : Attribute HORWID must be NULL for COALNE : SQL : CoastlineL : COALNE : HORWID is not null : LOG : HORWID :
: 11289 : Attribute NATCON must be NULL for COALNE : SQL : CoastlineL : COALNE : NATCON is not null : LOG : NATCON :
: 11294 : Attribute P_HORDAT must be NULL for COALNE : SQL : CoastlineL : COALNE : P_HORDAT is not null : LOG : P_HORDAT :
: 11304 : Attribute STATUS must be NULL for COALNE : SQL : CoastlineL : COALNE : STATUS is not null : LOG : STATUS :
: 11308 : Attribute VERLEN must be NULL for COALNE : SQL : CoastlineL : COALNE : VERLEN is not null : LOG : VERLEN :
: 11309 : Attribute WATLEV must be NULL for COALNE : SQL : CoastlineL : COALNE : WATLEV is not null : LOG : WATLEV :
: 11310 : Attribute CATCOA must be NULL for SLCONS : SQL : CoastlineL : SLCONS : CATCOA is not null : LOG : CATCOA :
: 11319 : Attribute ELEVAT must be NULL for SLCONS : SQL : CoastlineL : SLCONS : ELEVAT is not null : LOG : ELEVAT :
: 11331 : Attribute P_HORDAT must be NULL for SLCONS : SQL : CoastlineL : SLCONS : P_HORDAT is not null : LOG : P_HORDAT :
: 11334 : Attribute PICREP must be NULL for SLCONS : SQL : CoastlineL : SLCONS : PICREP is not null : LOG : PICREP :
: 11347 : Attribute BUISHP must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : BUISHP is not null : LOG : BUISHP :
: 11348 : Attribute BURDEP must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : BURDEP is not null : LOG : BURDEP :
: 11349 : Attribute CATAIR must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATAIR is not null : LOG : CATAIR :
: 11350 : Attribute CATBRG must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATBRG is not null : LOG : CATBRG :
: 11352 : Attribute CATCON must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATCON is not null : LOG : CATCON :
: 11353 : Attribute CATDAM must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATDAM is not null : LOG : CATDAM :
: 11354 : Attribute CATFOR must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATFOR is not null : LOG : CATFOR :
: 11355 : Attribute CATLMK must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATLMK is not null : LOG : CATLMK :
: 11356 : Attribute CATPRA must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATPRA is not null : LOG : CATPRA :
: 11357 : Attribute CATPYL must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATPYL is not null : LOG : CATPYL :
: 11358 : Attribute CATROD must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATROD is not null : LOG : CATROD :
: 11359 : Attribute CATRUN must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATRUN is not null : LOG : CATRUN :
: 11360 : Attribute CATSIL must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : CATSIL is not null : LOG : CATSIL :
: 11361 : Attribute COLOUR must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : COLOUR is not null : LOG : COLOUR :
: 11362 : Attribute COLPAT must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : COLPAT is not null : LOG : COLPAT :
: 11366 : Attribute DATEND must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : DATEND is not null : LOG : DATEND :
: 11367 : Attribute DATSTA must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : DATSTA is not null : LOG : DATSTA :
: 11368 : Attribute ELEVAT must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : ELEVAT is not null : LOG : ELEVAT :
: 11369 : Attribute FUNCTN must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : FUNCTN is not null : LOG : FUNCTN :
: 11371 : Attribute HORACC must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : HORACC is not null : LOG : HORACC :
: 11372 : Attribute HORCLR must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : HORCLR is not null : LOG : HORCLR :
: 11374 : Attribute NATCON must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : NATCON is not null : LOG : NATCON :
: 11379 : Attribute PEREND must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : PEREND is not null : LOG : PEREND :
: 11380 : Attribute PERSTA must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : PERSTA is not null : LOG : PERSTA :
: 11382 : Attribute PRODCT must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : PRODCT is not null : LOG : PRODCT :
: 11389 : Attribute STATUS must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : STATUS is not null : LOG : STATUS :
: 11392 : Attribute VERCCL must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : VERCCL is not null : LOG : VERCCL :
: 11393 : Attribute VERCLR must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : VERCLR is not null : LOG : VERCLR :
: 11394 : Attribute VERCOP must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : VERCOP is not null : LOG : VERCOP :
: 11396 : Attribute VERLEN must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : VERLEN is not null : LOG : VERLEN :
: 11397 : Attribute WATLEV must be NULL for BUAARE : SQL : CulturalFeaturesA : BUAARE : WATLEV is not null : LOG : WATLEV :
: 11398 : Attribute BURDEP must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : BURDEP is not null : LOG : BURDEP :
: 11399 : Attribute CATBRG must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATBRG is not null : LOG : CATBRG :
: 11401 : Attribute CATCON must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATCON is not null : LOG : CATCON :
: 11402 : Attribute CATDAM must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATDAM is not null : LOG : CATDAM :
: 11403 : Attribute CATFNC must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATFNC is not null : LOG : CATFNC :
: 11404 : Attribute CATFOR must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATFOR is not null : LOG : CATFOR :
: 11405 : Attribute CATLMK must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATLMK is not null : LOG : CATLMK :
: 11406 : Attribute CATPIP must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATPIP is not null : LOG : CATPIP :
: 11407 : Attribute CATROD must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATROD is not null : LOG : CATROD :
: 11408 : Attribute CATRUN must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : CATRUN is not null : LOG : CATRUN :
: 11409 : Attribute COLOUR must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : COLOUR is not null : LOG : COLOUR :
: 11410 : Attribute COLPAT must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : COLPAT is not null : LOG : COLPAT :
: 11416 : Attribute ELEVAT must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : ELEVAT is not null : LOG : ELEVAT :
: 11417 : Attribute FUNCTN must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : FUNCTN is not null : LOG : FUNCTN :
: 11418 : Attribute HEIGHT must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : HEIGHT is not null : LOG : HEIGHT :
: 11419 : Attribute HORACC must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : HORACC is not null : LOG : HORACC :
: 11420 : Attribute HORCLR must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : HORCLR is not null : LOG : HORCLR :
: 11423 : Attribute LIFCAP must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : LIFCAP is not null : LOG : LIFCAP :
: 11424 : Attribute NATCON must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : NATCON is not null : LOG : NATCON :
: 11429 : Attribute P_HORDAT must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : P_HORDAT is not null : LOG : P_HORDAT :
: 11432 : Attribute PEREND must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : PEREND is not null : LOG : PEREND :
: 11433 : Attribute PERSTA must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : PERSTA is not null : LOG : PERSTA :
: 11434 : Attribute PICREP must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : PICREP is not null : LOG : PICREP :
: 11435 : Attribute PRODCT must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : PRODCT is not null : LOG : PRODCT :
: 11445 : Attribute VERCCL must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : VERCCL is not null : LOG : VERCCL :
: 11447 : Attribute VERCOP must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : VERCOP is not null : LOG : VERCOP :
: 11450 : Attribute VERLEN must be NULL for CBLOHD : SQL : CulturalFeaturesL : CBLOHD : VERLEN is not null : LOG : VERLEN :
: 11451 : Attribute BUISHP must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : BUISHP is not null : LOG : BUISHP :
: 11452 : Attribute BURDEP must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : BURDEP is not null : LOG : BURDEP :
: 11453 : Attribute CATAIR must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATAIR is not null : LOG : CATAIR :
: 11454 : Attribute CATBRG must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATBRG is not null : LOG : CATBRG :
: 11456 : Attribute CATCTR must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATCTR is not null : LOG : CATCTR :
: 11457 : Attribute CATDAM must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATDAM is not null : LOG : CATDAM :
: 11458 : Attribute CATFOR must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATFOR is not null : LOG : CATFOR :
: 11459 : Attribute CATLMK must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATLMK is not null : LOG : CATLMK :
: 11460 : Attribute CATPRA must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATPRA is not null : LOG : CATPRA :
: 11461 : Attribute CATPYL must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATPYL is not null : LOG : CATPYL :
: 11462 : Attribute CATROD must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATROD is not null : LOG : CATROD :
: 11463 : Attribute CATRUN must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATRUN is not null : LOG : CATRUN :
: 11464 : Attribute CATSIL must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : CATSIL is not null : LOG : CATSIL :
: 11465 : Attribute COLOUR must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : COLOUR is not null : LOG : COLOUR :
: 11466 : Attribute COLPAT must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : COLPAT is not null : LOG : COLPAT :
: 11470 : Attribute DATEND must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : DATEND is not null : LOG : DATEND :
: 11471 : Attribute DATSTA must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : DATSTA is not null : LOG : DATSTA :
: 11472 : Attribute ELEVAT must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : ELEVAT is not null : LOG : ELEVAT :
: 11473 : Attribute FUNCTN must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : FUNCTN is not null : LOG : FUNCTN :
: 11475 : Attribute HORACC must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : HORACC is not null : LOG : HORACC :
: 11476 : Attribute HORCLR must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : HORCLR is not null : LOG : HORCLR :
: 11478 : Attribute NATCON must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : NATCON is not null : LOG : NATCON :
: 11483 : Attribute P_HORDAT must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : P_HORDAT is not null : LOG : P_HORDAT :
: 11486 : Attribute PEREND must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : PEREND is not null : LOG : PEREND :
: 11487 : Attribute PERSTA must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : PERSTA is not null : LOG : PERSTA :
: 11489 : Attribute PRODCT must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : PRODCT is not null : LOG : PRODCT :
: 11496 : Attribute STATUS must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : STATUS is not null : LOG : STATUS :
: 11499 : Attribute VERCCL must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : VERCCL is not null : LOG : VERCCL :
: 11500 : Attribute VERCLR must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : VERCLR is not null : LOG : VERCLR :
: 11501 : Attribute VERCOP must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : VERCOP is not null : LOG : VERCOP :
: 11503 : Attribute VERLEN must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : VERLEN is not null : LOG : VERLEN :
: 11504 : Attribute WATLEV must be NULL for BUAARE : SQL : CulturalFeaturesP : BUAARE : WATLEV is not null : LOG : WATLEV :
: 11506 : Attribute BURDEP must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : BURDEP is not null : LOG : BURDEP :
: 11507 : Attribute CATAIR must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATAIR is not null : LOG : CATAIR :
: 11508 : Attribute CATBRG must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATBRG is not null : LOG : CATBRG :
: 11509 : Attribute CATBUA must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATBUA is not null : LOG : CATBUA :
: 11510 : Attribute CATCTR must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATCTR is not null : LOG : CATCTR :
: 11511 : Attribute CATDAM must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATDAM is not null : LOG : CATDAM :
: 11512 : Attribute CATFOR must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATFOR is not null : LOG : CATFOR :
: 11513 : Attribute CATLMK must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATLMK is not null : LOG : CATLMK :
: 11514 : Attribute CATPRA must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATPRA is not null : LOG : CATPRA :
: 11515 : Attribute CATPYL must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATPYL is not null : LOG : CATPYL :
: 11516 : Attribute CATROD must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATROD is not null : LOG : CATROD :
: 11517 : Attribute CATRUN must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATRUN is not null : LOG : CATRUN :
: 11518 : Attribute CATSIL must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : CATSIL is not null : LOG : CATSIL :
: 11524 : Attribute DATEND must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : DATEND is not null : LOG : DATEND :
: 11525 : Attribute DATSTA must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : DATSTA is not null : LOG : DATSTA :
: 11529 : Attribute HORACC must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : HORACC is not null : LOG : HORACC :
: 11530 : Attribute HORCLR must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : HORCLR is not null : LOG : HORCLR :
: 11537 : Attribute P_HORDAT must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : P_HORDAT is not null : LOG : P_HORDAT :
: 11540 : Attribute PEREND must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : PEREND is not null : LOG : PEREND :
: 11541 : Attribute PERSTA must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : PERSTA is not null : LOG : PERSTA :
: 11543 : Attribute PRODCT must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : PRODCT is not null : LOG : PRODCT :
: 11553 : Attribute VERCCL must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : VERCCL is not null : LOG : VERCCL :
: 11554 : Attribute VERCLR must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : VERCLR is not null : LOG : VERCLR :
: 11555 : Attribute VERCOP must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : VERCOP is not null : LOG : VERCOP :
: 11558 : Attribute WATLEV must be NULL for BUISGL : SQL : CulturalFeaturesP : BUISGL : WATLEV is not null : LOG : WATLEV :
: 11559 : Attribute BUISHP must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : BUISHP is not null : LOG : BUISHP :
: 11560 : Attribute BURDEP must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : BURDEP is not null : LOG : BURDEP :
: 11561 : Attribute CATAIR must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATAIR is not null : LOG : CATAIR :
: 11562 : Attribute CATBRG must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATBRG is not null : LOG : CATBRG :
: 11563 : Attribute CATBUA must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATBUA is not null : LOG : CATBUA :
: 11564 : Attribute CATCTR must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATCTR is not null : LOG : CATCTR :
: 11565 : Attribute CATDAM must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATDAM is not null : LOG : CATDAM :
: 11566 : Attribute CATFOR must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATFOR is not null : LOG : CATFOR :
: 11568 : Attribute CATPRA must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATPRA is not null : LOG : CATPRA :
: 11569 : Attribute CATPYL must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATPYL is not null : LOG : CATPYL :
: 11570 : Attribute CATROD must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATROD is not null : LOG : CATROD :
: 11571 : Attribute CATRUN must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATRUN is not null : LOG : CATRUN :
: 11572 : Attribute CATSIL must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : CATSIL is not null : LOG : CATSIL :
: 11578 : Attribute DATEND must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : DATEND is not null : LOG : DATEND :
: 11579 : Attribute DATSTA must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : DATSTA is not null : LOG : DATSTA :
: 11583 : Attribute HORACC must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : HORACC is not null : LOG : HORACC :
: 11584 : Attribute HORCLR must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : HORCLR is not null : LOG : HORCLR :
: 11591 : Attribute P_HORDAT must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : P_HORDAT is not null : LOG : P_HORDAT :
: 11594 : Attribute PEREND must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : PEREND is not null : LOG : PEREND :
: 11595 : Attribute PERSTA must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : PERSTA is not null : LOG : PERSTA :
: 11597 : Attribute PRODCT must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : PRODCT is not null : LOG : PRODCT :
: 11607 : Attribute VERCCL must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : VERCCL is not null : LOG : VERCCL :
: 11608 : Attribute VERCLR must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : VERCLR is not null : LOG : VERCLR :
: 11609 : Attribute VERCOP must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : VERCOP is not null : LOG : VERCOP :
: 11612 : Attribute WATLEV must be NULL for LNDMRK : SQL : CulturalFeaturesP : LNDMRK : WATLEV is not null : LOG : WATLEV :
: 11613 : Attribute BUISHP must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : BUISHP is not null : LOG : BUISHP :
: 11614 : Attribute BURDEP must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : BURDEP is not null : LOG : BURDEP :
: 11615 : Attribute CATAIR must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATAIR is not null : LOG : CATAIR :
: 11616 : Attribute CATBRG must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATBRG is not null : LOG : CATBRG :
: 11617 : Attribute CATBUA must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATBUA is not null : LOG : CATBUA :
: 11618 : Attribute CATCTR must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATCTR is not null : LOG : CATCTR :
: 11619 : Attribute CATDAM must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATDAM is not null : LOG : CATDAM :
: 11620 : Attribute CATFOR must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATFOR is not null : LOG : CATFOR :
: 11621 : Attribute CATLMK must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATLMK is not null : LOG : CATLMK :
: 11622 : Attribute CATPRA must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATPRA is not null : LOG : CATPRA :
: 11624 : Attribute CATROD must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATROD is not null : LOG : CATROD :
: 11625 : Attribute CATRUN must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATRUN is not null : LOG : CATRUN :
: 11626 : Attribute CATSIL must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : CATSIL is not null : LOG : CATSIL :
: 11634 : Attribute ELEVAT must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : ELEVAT is not null : LOG : ELEVAT :
: 11635 : Attribute FUNCTN must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : FUNCTN is not null : LOG : FUNCTN :
: 11637 : Attribute HORACC must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : HORACC is not null : LOG : HORACC :
: 11638 : Attribute HORCLR must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : HORCLR is not null : LOG : HORCLR :
: 11645 : Attribute P_HORDAT must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : P_HORDAT is not null : LOG : P_HORDAT :
: 11648 : Attribute PEREND must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : PEREND is not null : LOG : PEREND :
: 11649 : Attribute PERSTA must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : PERSTA is not null : LOG : PERSTA :
: 11651 : Attribute PRODCT must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : PRODCT is not null : LOG : PRODCT :
: 11658 : Attribute STATUS must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : STATUS is not null : LOG : STATUS :
: 11661 : Attribute VERCCL must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : VERCCL is not null : LOG : VERCCL :
: 11662 : Attribute VERCLR must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : VERCLR is not null : LOG : VERCLR :
: 11663 : Attribute VERCOP must be NULL for PYLONS : SQL : CulturalFeaturesP : PYLONS : VERCOP is not null : LOG : VERCOP :
: 11667 : Attribute CATFIF must be NULL for OBSTRN : SQL : DangersA : OBSTRN : CATFIF is not null : LOG : CATFIF :
: 11669 : Attribute CATWAT must be NULL for OBSTRN : SQL : DangersA : OBSTRN : CATWAT is not null : LOG : CATWAT :
: 11670 : Attribute CATWRK must be NULL for OBSTRN : SQL : DangersA : OBSTRN : CATWRK is not null : LOG : CATWRK :
: 11672 : Attribute CONRAD must be NULL for OBSTRN : SQL : DangersA : OBSTRN : CONRAD is not null : LOG : CONRAD :
: 11673 : Attribute CONVIS must be NULL for OBSTRN : SQL : DangersA : OBSTRN : CONVIS is not null : LOG : CONVIS :
: 11674 : Attribute DATEND must be NULL for OBSTRN : SQL : DangersA : OBSTRN : DATEND is not null : LOG : DATEND :
: 11675 : Attribute DATSTA must be NULL for OBSTRN : SQL : DangersA : OBSTRN : DATSTA is not null : LOG : DATSTA :
: 11686 : Attribute PEREND must be NULL for OBSTRN : SQL : DangersA : OBSTRN : PEREND is not null : LOG : PEREND :
: 11687 : Attribute PERSTA must be NULL for OBSTRN : SQL : DangersA : OBSTRN : PERSTA is not null : LOG : PERSTA :
: 11688 : Attribute PICREP must be NULL for OBSTRN : SQL : DangersA : OBSTRN : PICREP is not null : LOG : PICREP :
: 11706 : Attribute CATFIF must be NULL for UWTROC : SQL : DangersP : UWTROC : CATFIF is not null : LOG : CATFIF :
: 11707 : Attribute CATOBS must be NULL for UWTROC : SQL : DangersP : UWTROC : CATOBS is not null : LOG : CATOBS :
: 11708 : Attribute CATWAT must be NULL for UWTROC : SQL : DangersP : UWTROC : CATWAT is not null : LOG : CATWAT :
: 11709 : Attribute CATWRK must be NULL for UWTROC : SQL : DangersP : UWTROC : CATWRK is not null : LOG : CATWRK :
: 11710 : Attribute CONDTN must be NULL for UWTROC : SQL : DangersP : UWTROC : CONDTN is not null : LOG : CONDTN :
: 11711 : Attribute CONRAD must be NULL for UWTROC : SQL : DangersP : UWTROC : CONRAD is not null : LOG : CONRAD :
: 11712 : Attribute CONVIS must be NULL for UWTROC : SQL : DangersP : UWTROC : CONVIS is not null : LOG : CONVIS :
: 11713 : Attribute DATEND must be NULL for UWTROC : SQL : DangersP : UWTROC : DATEND is not null : LOG : DATEND :
: 11714 : Attribute DATSTA must be NULL for UWTROC : SQL : DangersP : UWTROC : DATSTA is not null : LOG : DATSTA :
: 11716 : Attribute HEIGHT must be NULL for UWTROC : SQL : DangersP : UWTROC : HEIGHT is not null : LOG : HEIGHT :
: 11718 : Attribute NATCON must be NULL for UWTROC : SQL : DangersP : UWTROC : NATCON is not null : LOG : NATCON :
: 11725 : Attribute P_HORDAT must be NULL for UWTROC : SQL : DangersP : UWTROC : P_HORDAT is not null : LOG : P_HORDAT :
: 11728 : Attribute PEREND must be NULL for UWTROC : SQL : DangersP : UWTROC : PEREND is not null : LOG : PEREND :
: 11729 : Attribute PERSTA must be NULL for UWTROC : SQL : DangersP : UWTROC : PERSTA is not null : LOG : PERSTA :
: 11730 : Attribute PICREP must be NULL for UWTROC : SQL : DangersP : UWTROC : PICREP is not null : LOG : PICREP :
: 11731 : Attribute PRODCT must be NULL for UWTROC : SQL : DangersP : UWTROC : PRODCT is not null : LOG : PRODCT :
: 11744 : Attribute VERACC must be NULL for UWTROC : SQL : DangersP : UWTROC : VERACC is not null : LOG : VERACC :
: 11746 : Attribute VERLEN must be NULL for UWTROC : SQL : DangersP : UWTROC : VERLEN is not null : LOG : VERLEN :
: 11748 : Attribute CATFIF must be NULL for WRECKS : SQL : DangersP : WRECKS : CATFIF is not null : LOG : CATFIF :
: 11749 : Attribute CATOBS must be NULL for WRECKS : SQL : DangersP : WRECKS : CATOBS is not null : LOG : CATOBS :
: 11750 : Attribute CATWAT must be NULL for WRECKS : SQL : DangersP : WRECKS : CATWAT is not null : LOG : CATWAT :
: 11752 : Attribute CONDTN must be NULL for WRECKS : SQL : DangersP : WRECKS : CONDTN is not null : LOG : CONDTN :
: 11755 : Attribute DATEND must be NULL for WRECKS : SQL : DangersP : WRECKS : DATEND is not null : LOG : DATEND :
: 11756 : Attribute DATSTA must be NULL for WRECKS : SQL : DangersP : WRECKS : DATSTA is not null : LOG : DATSTA :
: 11760 : Attribute NATCON must be NULL for WRECKS : SQL : DangersP : WRECKS : NATCON is not null : LOG : NATCON :
: 11761 : Attribute NATQUA must be NULL for WRECKS : SQL : DangersP : WRECKS : NATQUA is not null : LOG : NATQUA :
: 11762 : Attribute NATSUR must be NULL for WRECKS : SQL : DangersP : WRECKS : NATSUR is not null : LOG : NATSUR :
: 11767 : Attribute P_HORDAT must be NULL for WRECKS : SQL : DangersP : WRECKS : P_HORDAT is not null : LOG : P_HORDAT :
: 11770 : Attribute PEREND must be NULL for WRECKS : SQL : DangersP : WRECKS : PEREND is not null : LOG : PEREND :
: 11771 : Attribute PERSTA must be NULL for WRECKS : SQL : DangersP : WRECKS : PERSTA is not null : LOG : PERSTA :
: 11773 : Attribute PRODCT must be NULL for WRECKS : SQL : DangersP : WRECKS : PRODCT is not null : LOG : PRODCT :
: 11794 : Attribute NOBJNM must be NULL for DEPARE : SQL : DepthsA : DEPARE : NOBJNM is not null : LOG : NOBJNM :
: 11796 : Attribute OBJNAM must be NULL for DEPARE : SQL : DepthsA : DEPARE : OBJNAM is not null : LOG : OBJNAM :
: 11797 : Attribute PICREP must be NULL for DEPARE : SQL : DepthsA : DEPARE : PICREP is not null : LOG : PICREP :
: 11801 : Attribute RESTRN must be NULL for DEPARE : SQL : DepthsA : DEPARE : RESTRN is not null : LOG : RESTRN :
: 11807 : Attribute TECSOU must be NULL for DEPARE : SQL : DepthsA : DEPARE : TECSOU is not null : LOG : TECSOU :
: 11810 : Attribute DRVAL1 must be NULL for UNSARE : SQL : DepthsA : UNSARE : DRVAL1 is not null : LOG : DRVAL1 :
: 11811 : Attribute DRVAL2 must be NULL for UNSARE : SQL : DepthsA : UNSARE : DRVAL2 is not null : LOG : DRVAL2 :
: 11814 : Attribute NOBJNM must be NULL for UNSARE : SQL : DepthsA : UNSARE : NOBJNM is not null : LOG : NOBJNM :
: 11816 : Attribute OBJNAM must be NULL for UNSARE : SQL : DepthsA : UNSARE : OBJNAM is not null : LOG : OBJNAM :
: 11817 : Attribute PICREP must be NULL for UNSARE : SQL : DepthsA : UNSARE : PICREP is not null : LOG : PICREP :
: 11818 : Attribute QUASOU must be NULL for UNSARE : SQL : DepthsA : UNSARE : QUASOU is not null : LOG : QUASOU :
: 11821 : Attribute RESTRN must be NULL for UNSARE : SQL : DepthsA : UNSARE : RESTRN is not null : LOG : RESTRN :
: 11826 : Attribute SOUACC must be NULL for UNSARE : SQL : DepthsA : UNSARE : SOUACC is not null : LOG : SOUACC :
: 11827 : Attribute TECSOU must be NULL for UNSARE : SQL : DepthsA : UNSARE : TECSOU is not null : LOG : TECSOU :
: 11829 : Attribute VERDAT must be NULL for UNSARE : SQL : DepthsA : UNSARE : VERDAT is not null : LOG : VERDAT :
: 11830 : Attribute DRVAL1 must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : DRVAL1 is not null : LOG : DRVAL1 :
: 11831 : Attribute DRVAL2 must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : DRVAL2 is not null : LOG : DRVAL2 :
: 11834 : Attribute NOBJNM must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : NOBJNM is not null : LOG : NOBJNM :
: 11836 : Attribute OBJNAM must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : OBJNAM is not null : LOG : OBJNAM :
: 11837 : Attribute P_HORDAT must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : P_HORDAT is not null : LOG : P_HORDAT :
: 11840 : Attribute PICREP must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : PICREP is not null : LOG : PICREP :
: 11841 : Attribute QUASOU must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : QUASOU is not null : LOG : QUASOU :
: 11848 : Attribute SOUACC must be NULL for DEPCNT : SQL : DepthsL : DEPCNT : SOUACC is not null : LOG : SOUACC :
: 11863 : Attribute PICREP must be NULL for ICEARE : SQL : IceFeaturesA : ICEARE : PICREP is not null : LOG : PICREP :
: 11875 : Attribute CATCOV must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : CATCOV is not null : LOG : CATCOV :
: 11876 : Attribute CATQUA must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : CATQUA is not null : LOG : CATQUA :
: 11877 : Attribute CATZOC must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : CATZOC is not null : LOG : CATZOC :
: 11878 : Attribute CSCALE must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : CSCALE is not null : LOG : CSCALE :
: 11879 : Attribute DRVAL1 must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : DRVAL1 is not null : LOG : DRVAL1 :
: 11880 : Attribute DRVAL2 must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : DRVAL2 is not null : LOG : DRVAL2 :
: 11881 : Attribute HORACC must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : HORACC is not null : LOG : HORACC :
: 11882 : Attribute HORDAT must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : HORDAT is not null : LOG : HORDAT :
: 11886 : Attribute NOBJNM must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : NOBJNM is not null : LOG : NOBJNM :
: 11888 : Attribute OBJNAM must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : OBJNAM is not null : LOG : OBJNAM :
: 11890 : Attribute PICREP must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : PICREP is not null : LOG : PICREP :
: 11891 : Attribute POSACC must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : POSACC is not null : LOG : POSACC :
: 11892 : Attribute PUBREF must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : PUBREF is not null : LOG : PUBREF :
: 11893 : Attribute QUAPOS must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : QUAPOS is not null : LOG : QUAPOS :
: 11894 : Attribute QUASOU must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : QUASOU is not null : LOG : QUASOU :
: 11899 : Attribute SCVAL1 must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SCVAL1 is not null : LOG : SCVAL1 :
: 11900 : Attribute SCVAL2 must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SCVAL2 is not null : LOG : SCVAL2 :
: 11901 : Attribute SDISMN must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SDISMN is not null : LOG : SDISMN :
: 11902 : Attribute SDISMX must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SDISMX is not null : LOG : SDISMX :
: 11903 : Attribute SHIPAM must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SHIPAM is not null : LOG : SHIPAM :
: 11906 : Attribute SOUACC must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SOUACC is not null : LOG : SOUACC :
: 11907 : Attribute SURATH must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SURATH is not null : LOG : SURATH :
: 11908 : Attribute SUREND must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SUREND is not null : LOG : SUREND :
: 11909 : Attribute SURSTA must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SURSTA is not null : LOG : SURSTA :
: 11910 : Attribute SURTYP must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : SURTYP is not null : LOG : SURTYP :
: 11911 : Attribute TECSOU must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : TECSOU is not null : LOG : TECSOU :
: 11913 : Attribute VERACC must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : VERACC is not null : LOG : VERACC :
: 11914 : Attribute VERDAT must be NULL for M_NSYS : SQL : MetaDataA : M_NSYS : VERDAT is not null : LOG : VERDAT :
: 11915 : Attribute CATCOV must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : CATCOV is not null : LOG : CATCOV :
: 11918 : Attribute CSCALE must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : CSCALE is not null : LOG : CSCALE :
: 11921 : Attribute HORACC must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : HORACC is not null : LOG : HORACC :
: 11922 : Attribute HORDAT must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : HORDAT is not null : LOG : HORDAT :
: 11924 : Attribute MARSYS must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : MARSYS is not null : LOG : MARSYS :
: 11926 : Attribute NOBJNM must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : NOBJNM is not null : LOG : NOBJNM :
: 11928 : Attribute OBJNAM must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : OBJNAM is not null : LOG : OBJNAM :
: 11929 : Attribute ORIENT must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : ORIENT is not null : LOG : ORIENT :
: 11930 : Attribute PICREP must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : PICREP is not null : LOG : PICREP :
: 11932 : Attribute PUBREF must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : PUBREF is not null : LOG : PUBREF :
: 11933 : Attribute QUAPOS must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : QUAPOS is not null : LOG : QUAPOS :
: 11934 : Attribute QUASOU must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : QUASOU is not null : LOG : QUASOU :
: 11937 : Attribute SCAMAX must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SCAMAX is not null : LOG : SCAMAX :
: 11938 : Attribute SCAMIN must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SCAMIN is not null : LOG : SCAMIN :
: 11939 : Attribute SCVAL1 must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SCVAL1 is not null : LOG : SCVAL1 :
: 11940 : Attribute SCVAL2 must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SCVAL2 is not null : LOG : SCVAL2 :
: 11941 : Attribute SDISMN must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SDISMN is not null : LOG : SDISMN :
: 11942 : Attribute SDISMX must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SDISMX is not null : LOG : SDISMX :
: 11943 : Attribute SHIPAM must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SHIPAM is not null : LOG : SHIPAM :
: 11947 : Attribute SURATH must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SURATH is not null : LOG : SURATH :
: 11950 : Attribute SURTYP must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : SURTYP is not null : LOG : SURTYP :
: 11953 : Attribute VERACC must be NULL for M_QUAL : SQL : MetaDataA : M_QUAL : VERACC is not null : LOG : VERACC :
: 11955 : Attribute CATCOV must be NULL for M_SREL : SQL : MetaDataA : M_SREL : CATCOV is not null : LOG : CATCOV :
: 11956 : Attribute CATQUA must be NULL for M_SREL : SQL : MetaDataA : M_SREL : CATQUA is not null : LOG : CATQUA :
: 11957 : Attribute CATZOC must be NULL for M_SREL : SQL : MetaDataA : M_SREL : CATZOC is not null : LOG : CATZOC :
: 11958 : Attribute CSCALE must be NULL for M_SREL : SQL : MetaDataA : M_SREL : CSCALE is not null : LOG : CSCALE :
: 11959 : Attribute DRVAL1 must be NULL for M_SREL : SQL : MetaDataA : M_SREL : DRVAL1 is not null : LOG : DRVAL1 :
: 11960 : Attribute DRVAL2 must be NULL for M_SREL : SQL : MetaDataA : M_SREL : DRVAL2 is not null : LOG : DRVAL2 :
: 11961 : Attribute HORACC must be NULL for M_SREL : SQL : MetaDataA : M_SREL : HORACC is not null : LOG : HORACC :
: 11962 : Attribute HORDAT must be NULL for M_SREL : SQL : MetaDataA : M_SREL : HORDAT is not null : LOG : HORDAT :
: 11964 : Attribute MARSYS must be NULL for M_SREL : SQL : MetaDataA : M_SREL : MARSYS is not null : LOG : MARSYS :
: 11966 : Attribute NOBJNM must be NULL for M_SREL : SQL : MetaDataA : M_SREL : NOBJNM is not null : LOG : NOBJNM :
: 11968 : Attribute OBJNAM must be NULL for M_SREL : SQL : MetaDataA : M_SREL : OBJNAM is not null : LOG : OBJNAM :
: 11969 : Attribute ORIENT must be NULL for M_SREL : SQL : MetaDataA : M_SREL : ORIENT is not null : LOG : ORIENT :
: 11970 : Attribute PICREP must be NULL for M_SREL : SQL : MetaDataA : M_SREL : PICREP is not null : LOG : PICREP :
: 11971 : Attribute POSACC must be NULL for M_SREL : SQL : MetaDataA : M_SREL : POSACC is not null : LOG : POSACC :
: 11972 : Attribute PUBREF must be NULL for M_SREL : SQL : MetaDataA : M_SREL : PUBREF is not null : LOG : PUBREF :
: 11977 : Attribute SCAMAX must be NULL for M_SREL : SQL : MetaDataA : M_SREL : SCAMAX is not null : LOG : SCAMAX :
: 11978 : Attribute SCAMIN must be NULL for M_SREL : SQL : MetaDataA : M_SREL : SCAMIN is not null : LOG : SCAMIN :
: 11983 : Attribute SHIPAM must be NULL for M_SREL : SQL : MetaDataA : M_SREL : SHIPAM is not null : LOG : SHIPAM :
: 11986 : Attribute SOUACC must be NULL for M_SREL : SQL : MetaDataA : M_SREL : SOUACC is not null : LOG : SOUACC :
: 11993 : Attribute VERACC must be NULL for M_SREL : SQL : MetaDataA : M_SREL : VERACC is not null : LOG : VERACC :
: 11994 : Attribute VERDAT must be NULL for M_SREL : SQL : MetaDataA : M_SREL : VERDAT is not null : LOG : VERDAT :
: 11995 : Attribute CATLND must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CATLND is not null : LOG : CATLND :
: 11996 : Attribute CATSEA must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CATSEA is not null : LOG : CATSEA :
: 11997 : Attribute CATSLO must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CATSLO is not null : LOG : CATSLO :
: 11998 : Attribute CATVEG must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CATVEG is not null : LOG : CATVEG :
: 11999 : Attribute COLOUR must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : COLOUR is not null : LOG : COLOUR :
: 12000 : Attribute CONDTN must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CONDTN is not null : LOG : CONDTN :
: 12001 : Attribute CONRAD must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CONRAD is not null : LOG : CONRAD :
: 12002 : Attribute CONVIS must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : CONVIS is not null : LOG : CONVIS :
: 12004 : Attribute HEIGHT must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : HEIGHT is not null : LOG : HEIGHT :
: 12006 : Attribute NATCON must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : NATCON is not null : LOG : NATCON :
: 12007 : Attribute NATQUA must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : NATQUA is not null : LOG : NATQUA :
: 12008 : Attribute NATSUR must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : NATSUR is not null : LOG : NATSUR :
: 12013 : Attribute PICREP must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : PICREP is not null : LOG : PICREP :
: 12020 : Attribute STATUS must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : STATUS is not null : LOG : STATUS :
: 12024 : Attribute VERLEN must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : VERLEN is not null : LOG : VERLEN :
: 12025 : Attribute WATLEV must be NULL for LAKARE : SQL : NaturalFeaturesA : LAKARE : WATLEV is not null : LOG : WATLEV :
: 12027 : Attribute CATSEA must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : CATSEA is not null : LOG : CATSEA :
: 12028 : Attribute CATSLO must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : CATSLO is not null : LOG : CATSLO :
: 12029 : Attribute CATVEG must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : CATVEG is not null : LOG : CATVEG :
: 12030 : Attribute COLOUR must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : COLOUR is not null : LOG : COLOUR :
: 12031 : Attribute CONDTN must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : CONDTN is not null : LOG : CONDTN :
: 12032 : Attribute CONRAD must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : CONRAD is not null : LOG : CONRAD :
: 12033 : Attribute CONVIS must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : CONVIS is not null : LOG : CONVIS :
: 12034 : Attribute ELEVAT must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : ELEVAT is not null : LOG : ELEVAT :
: 12035 : Attribute HEIGHT must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : HEIGHT is not null : LOG : HEIGHT :
: 12037 : Attribute NATCON must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : NATCON is not null : LOG : NATCON :
: 12044 : Attribute PICREP must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : PICREP is not null : LOG : PICREP :
: 12051 : Attribute STATUS must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : STATUS is not null : LOG : STATUS :
: 12053 : Attribute VERACC must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : VERACC is not null : LOG : VERACC :
: 12054 : Attribute VERDAT must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : VERDAT is not null : LOG : VERDAT :
: 12055 : Attribute VERLEN must be NULL for LNDRGN : SQL : NaturalFeaturesA : LNDRGN : VERLEN is not null : LOG : VERLEN :
: 12057 : Attribute CATLND must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CATLND is not null : LOG : CATLND :
: 12058 : Attribute CATSEA must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CATSEA is not null : LOG : CATSEA :
: 12059 : Attribute CATSLO must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CATSLO is not null : LOG : CATSLO :
: 12060 : Attribute CATVEG must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CATVEG is not null : LOG : CATVEG :
: 12061 : Attribute COLOUR must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : COLOUR is not null : LOG : COLOUR :
: 12062 : Attribute CONDTN must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CONDTN is not null : LOG : CONDTN :
: 12063 : Attribute CONRAD must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CONRAD is not null : LOG : CONRAD :
: 12064 : Attribute CONVIS must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : CONVIS is not null : LOG : CONVIS :
: 12065 : Attribute ELEVAT must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : ELEVAT is not null : LOG : ELEVAT :
: 12066 : Attribute HEIGHT must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : HEIGHT is not null : LOG : HEIGHT :
: 12068 : Attribute NATCON must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : NATCON is not null : LOG : NATCON :
: 12069 : Attribute NATQUA must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : NATQUA is not null : LOG : NATQUA :
: 12070 : Attribute NATSUR must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : NATSUR is not null : LOG : NATSUR :
: 12075 : Attribute PICREP must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : PICREP is not null : LOG : PICREP :
: 12084 : Attribute VERACC must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : VERACC is not null : LOG : VERACC :
: 12085 : Attribute VERDAT must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : VERDAT is not null : LOG : VERDAT :
: 12086 : Attribute VERLEN must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : VERLEN is not null : LOG : VERLEN :
: 12087 : Attribute WATLEV must be NULL for RIVERS : SQL : NaturalFeaturesA : RIVERS : WATLEV is not null : LOG : WATLEV :
: 12088 : Attribute CATLND must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : CATLND is not null : LOG : CATLND :
: 12090 : Attribute CATSLO must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : CATSLO is not null : LOG : CATSLO :
: 12091 : Attribute CATVEG must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : CATVEG is not null : LOG : CATVEG :
: 12092 : Attribute COLOUR must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : COLOUR is not null : LOG : COLOUR :
: 12093 : Attribute CONDTN must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : CONDTN is not null : LOG : CONDTN :
: 12094 : Attribute CONRAD must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : CONRAD is not null : LOG : CONRAD :
: 12095 : Attribute CONVIS must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : CONVIS is not null : LOG : CONVIS :
: 12096 : Attribute ELEVAT must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : ELEVAT is not null : LOG : ELEVAT :
: 12097 : Attribute HEIGHT must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : HEIGHT is not null : LOG : HEIGHT :
: 12099 : Attribute NATCON must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : NATCON is not null : LOG : NATCON :
: 12100 : Attribute NATQUA must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : NATQUA is not null : LOG : NATQUA :
: 12101 : Attribute NATSUR must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : NATSUR is not null : LOG : NATSUR :
: 12106 : Attribute PICREP must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : PICREP is not null : LOG : PICREP :
: 12113 : Attribute STATUS must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : STATUS is not null : LOG : STATUS :
: 12115 : Attribute VERACC must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : VERACC is not null : LOG : VERACC :
: 12116 : Attribute VERDAT must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : VERDAT is not null : LOG : VERDAT :
: 12117 : Attribute VERLEN must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : VERLEN is not null : LOG : VERLEN :
: 12118 : Attribute WATLEV must be NULL for SEAARE : SQL : NaturalFeaturesA : SEAARE : WATLEV is not null : LOG : WATLEV :
: 12119 : Attribute CATLND must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : CATLND is not null : LOG : CATLND :
: 12120 : Attribute CATSEA must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : CATSEA is not null : LOG : CATSEA :
: 12121 : Attribute CATSLO must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : CATSLO is not null : LOG : CATSLO :
: 12122 : Attribute CATVEG must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : CATVEG is not null : LOG : CATVEG :
: 12123 : Attribute COLOUR must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : COLOUR is not null : LOG : COLOUR :
: 12125 : Attribute CONRAD must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : CONRAD is not null : LOG : CONRAD :
: 12126 : Attribute CONVIS must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : CONVIS is not null : LOG : CONVIS :
: 12127 : Attribute ELEVAT must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : ELEVAT is not null : LOG : ELEVAT :
: 12128 : Attribute HEIGHT must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : HEIGHT is not null : LOG : HEIGHT :
: 12130 : Attribute NATCON must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : NATCON is not null : LOG : NATCON :
: 12131 : Attribute NATQUA must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : NATQUA is not null : LOG : NATQUA :
: 12132 : Attribute NATSUR must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : NATSUR is not null : LOG : NATSUR :
: 12137 : Attribute PICREP must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : PICREP is not null : LOG : PICREP :
: 12146 : Attribute VERACC must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : VERACC is not null : LOG : VERACC :
: 12147 : Attribute VERDAT must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : VERDAT is not null : LOG : VERDAT :
: 12148 : Attribute VERLEN must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : VERLEN is not null : LOG : VERLEN :
: 12149 : Attribute WATLEV must be NULL for LNDARE : SQL : NaturalFeaturesA : LNDARE : WATLEV is not null : LOG : WATLEV :
: 12150 : Attribute CATSLO must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : CATSLO is not null : LOG : CATSLO :
: 12151 : Attribute CATVEG must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : CATVEG is not null : LOG : CATVEG :
: 12152 : Attribute COLOUR must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : COLOUR is not null : LOG : COLOUR :
: 12153 : Attribute CONDTN must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : CONDTN is not null : LOG : CONDTN :
: 12154 : Attribute CONRAD must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : CONRAD is not null : LOG : CONRAD :
: 12155 : Attribute CONVIS must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : CONVIS is not null : LOG : CONVIS :
: 12156 : Attribute ELEVAT must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : ELEVAT is not null : LOG : ELEVAT :
: 12157 : Attribute HEIGHT must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : HEIGHT is not null : LOG : HEIGHT :
: 12159 : Attribute NATCON must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : NATCON is not null : LOG : NATCON :
: 12160 : Attribute NATQUA must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : NATQUA is not null : LOG : NATQUA :
: 12161 : Attribute NATSUR must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : NATSUR is not null : LOG : NATSUR :
: 12166 : Attribute P_HORDAT must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : P_HORDAT is not null : LOG : P_HORDAT :
: 12169 : Attribute PICREP must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : PICREP is not null : LOG : PICREP :
: 12178 : Attribute VERACC must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : VERACC is not null : LOG : VERACC :
: 12179 : Attribute VERDAT must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : VERDAT is not null : LOG : VERDAT :
: 12180 : Attribute VERLEN must be NULL for RIVERS : SQL : NaturalFeaturesL : RIVERS : VERLEN is not null : LOG : VERLEN :
: 12181 : Attribute CATSLO must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : CATSLO is not null : LOG : CATSLO :
: 12182 : Attribute CATVEG must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : CATVEG is not null : LOG : CATVEG :
: 12183 : Attribute COLOUR must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : COLOUR is not null : LOG : COLOUR :
: 12184 : Attribute CONDTN must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : CONDTN is not null : LOG : CONDTN :
: 12185 : Attribute CONRAD must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : CONRAD is not null : LOG : CONRAD :
: 12188 : Attribute HEIGHT must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : HEIGHT is not null : LOG : HEIGHT :
: 12190 : Attribute NATCON must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : NATCON is not null : LOG : NATCON :
: 12191 : Attribute NATQUA must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : NATQUA is not null : LOG : NATQUA :
: 12192 : Attribute NATSUR must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : NATSUR is not null : LOG : NATSUR :
: 12197 : Attribute P_HORDAT must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : P_HORDAT is not null : LOG : P_HORDAT :
: 12200 : Attribute PICREP must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : PICREP is not null : LOG : PICREP :
: 12207 : Attribute STATUS must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : STATUS is not null : LOG : STATUS :
: 12211 : Attribute VERLEN must be NULL for LNDELV : SQL : NaturalFeaturesL : LNDELV : VERLEN is not null : LOG : VERLEN :
: 12212 : Attribute CATLND must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : CATLND is not null : LOG : CATLND :
: 12213 : Attribute CATSEA must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : CATSEA is not null : LOG : CATSEA :
: 12214 : Attribute CATSLO must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : CATSLO is not null : LOG : CATSLO :
: 12215 : Attribute CATVEG must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : CATVEG is not null : LOG : CATVEG :
: 12216 : Attribute COLOUR must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : COLOUR is not null : LOG : COLOUR :
: 12218 : Attribute CONRAD must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : CONRAD is not null : LOG : CONRAD :
: 12219 : Attribute CONVIS must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : CONVIS is not null : LOG : CONVIS :
: 12220 : Attribute ELEVAT must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : ELEVAT is not null : LOG : ELEVAT :
: 12221 : Attribute HEIGHT must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : HEIGHT is not null : LOG : HEIGHT :
: 12223 : Attribute NATCON must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : NATCON is not null : LOG : NATCON :
: 12224 : Attribute NATQUA must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : NATQUA is not null : LOG : NATQUA :
: 12225 : Attribute NATSUR must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : NATSUR is not null : LOG : NATSUR :
: 12230 : Attribute P_HORDAT must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : P_HORDAT is not null : LOG : P_HORDAT :
: 12233 : Attribute PICREP must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : PICREP is not null : LOG : PICREP :
: 12242 : Attribute VERACC must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : VERACC is not null : LOG : VERACC :
: 12243 : Attribute VERDAT must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : VERDAT is not null : LOG : VERDAT :
: 12244 : Attribute VERLEN must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : VERLEN is not null : LOG : VERLEN :
: 12245 : Attribute WATLEV must be NULL for LNDARE : SQL : NaturalFeaturesP : LNDARE : WATLEV is not null : LOG : WATLEV :
: 12247 : Attribute CATSEA must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : CATSEA is not null : LOG : CATSEA :
: 12248 : Attribute CATSLO must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : CATSLO is not null : LOG : CATSLO :
: 12249 : Attribute CATVEG must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : CATVEG is not null : LOG : CATVEG :
: 12250 : Attribute COLOUR must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : COLOUR is not null : LOG : COLOUR :
: 12251 : Attribute CONDTN must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : CONDTN is not null : LOG : CONDTN :
: 12252 : Attribute CONRAD must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : CONRAD is not null : LOG : CONRAD :
: 12253 : Attribute CONVIS must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : CONVIS is not null : LOG : CONVIS :
: 12254 : Attribute ELEVAT must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : ELEVAT is not null : LOG : ELEVAT :
: 12255 : Attribute HEIGHT must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : HEIGHT is not null : LOG : HEIGHT :
: 12257 : Attribute NATCON must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : NATCON is not null : LOG : NATCON :
: 12264 : Attribute P_HORDAT must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : P_HORDAT is not null : LOG : P_HORDAT :
: 12267 : Attribute PICREP must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : PICREP is not null : LOG : PICREP :
: 12274 : Attribute STATUS must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : STATUS is not null : LOG : STATUS :
: 12276 : Attribute VERACC must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : VERACC is not null : LOG : VERACC :
: 12277 : Attribute VERDAT must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : VERDAT is not null : LOG : VERDAT :
: 12278 : Attribute VERLEN must be NULL for LNDRGN : SQL : NaturalFeaturesP : LNDRGN : VERLEN is not null : LOG : VERLEN :
: 12280 : Attribute CATLND must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : CATLND is not null : LOG : CATLND :
: 12282 : Attribute CATSLO must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : CATSLO is not null : LOG : CATSLO :
: 12283 : Attribute CATVEG must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : CATVEG is not null : LOG : CATVEG :
: 12284 : Attribute COLOUR must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : COLOUR is not null : LOG : COLOUR :
: 12285 : Attribute CONDTN must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : CONDTN is not null : LOG : CONDTN :
: 12286 : Attribute CONRAD must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : CONRAD is not null : LOG : CONRAD :
: 12287 : Attribute CONVIS must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : CONVIS is not null : LOG : CONVIS :
: 12288 : Attribute ELEVAT must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : ELEVAT is not null : LOG : ELEVAT :
: 12289 : Attribute HEIGHT must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : HEIGHT is not null : LOG : HEIGHT :
: 12291 : Attribute NATCON must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : NATCON is not null : LOG : NATCON :
: 12292 : Attribute NATQUA must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : NATQUA is not null : LOG : NATQUA :
: 12293 : Attribute NATSUR must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : NATSUR is not null : LOG : NATSUR :
: 12298 : Attribute P_HORDAT must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : P_HORDAT is not null : LOG : P_HORDAT :
: 12301 : Attribute PICREP must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : PICREP is not null : LOG : PICREP :
: 12308 : Attribute STATUS must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : STATUS is not null : LOG : STATUS :
: 12310 : Attribute VERACC must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : VERACC is not null : LOG : VERACC :
: 12311 : Attribute VERDAT must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : VERDAT is not null : LOG : VERDAT :
: 12312 : Attribute VERLEN must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : VERLEN is not null : LOG : VERLEN :
: 12313 : Attribute WATLEV must be NULL for SEAARE : SQL : NaturalFeaturesP : SEAARE : WATLEV is not null : LOG : WATLEV :
: 12314 : Attribute CATLND must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : CATLND is not null : LOG : CATLND :
: 12315 : Attribute CATSEA must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : CATSEA is not null : LOG : CATSEA :
: 12316 : Attribute CATSLO must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : CATSLO is not null : LOG : CATSLO :
: 12317 : Attribute CATVEG must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : CATVEG is not null : LOG : CATVEG :
: 12318 : Attribute COLOUR must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : COLOUR is not null : LOG : COLOUR :
: 12319 : Attribute CONDTN must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : CONDTN is not null : LOG : CONDTN :
: 12320 : Attribute CONRAD must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : CONRAD is not null : LOG : CONRAD :
: 12323 : Attribute HEIGHT must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : HEIGHT is not null : LOG : HEIGHT :
: 12325 : Attribute NATCON must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : NATCON is not null : LOG : NATCON :
: 12326 : Attribute NATQUA must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : NATQUA is not null : LOG : NATQUA :
: 12327 : Attribute NATSUR must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : NATSUR is not null : LOG : NATSUR :
: 12332 : Attribute P_HORDAT must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : P_HORDAT is not null : LOG : P_HORDAT :
: 12335 : Attribute PICREP must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : PICREP is not null : LOG : PICREP :
: 12342 : Attribute STATUS must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : STATUS is not null : LOG : STATUS :
: 12346 : Attribute VERLEN must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : VERLEN is not null : LOG : VERLEN :
: 12347 : Attribute WATLEV must be NULL for LNDELV : SQL : NaturalFeaturesP : LNDELV : WATLEV is not null : LOG : WATLEV :
: 12350 : Attribute CATPIP must be NULL for CBLSUB : SQL : OffshoreInstallationsL : CBLSUB : CATPIP is not null : LOG : CATPIP :
: 12361 : Attribute P_HORDAT must be NULL for CBLSUB : SQL : OffshoreInstallationsL : CBLSUB : P_HORDAT is not null : LOG : P_HORDAT :
: 12364 : Attribute PICREP must be NULL for CBLSUB : SQL : OffshoreInstallationsL : CBLSUB : PICREP is not null : LOG : PICREP :
: 12365 : Attribute PRODCT must be NULL for CBLSUB : SQL : OffshoreInstallationsL : CBLSUB : PRODCT is not null : LOG : PRODCT :
: 12374 : Attribute VERACC must be NULL for CBLSUB : SQL : OffshoreInstallationsL : CBLSUB : VERACC is not null : LOG : VERACC :
: 12376 : Attribute VERLEN must be NULL for CBLSUB : SQL : OffshoreInstallationsL : CBLSUB : VERLEN is not null : LOG : VERLEN :
: 12377 : Attribute BOYSHP must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : BOYSHP is not null : LOG : BOYSHP :
: 12378 : Attribute CATCHP must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATCHP is not null : LOG : CATCHP :
: 12379 : Attribute CATCRN must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATCRN is not null : LOG : CATCRN :
: 12380 : Attribute CATDIS must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATDIS is not null : LOG : CATDIS :
: 12381 : Attribute CATGAT must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATGAT is not null : LOG : CATGAT :
: 12382 : Attribute CATHAF must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATHAF is not null : LOG : CATHAF :
: 12383 : Attribute CATHLK must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATHLK is not null : LOG : CATHLK :
: 12384 : Attribute CATMOR must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATMOR is not null : LOG : CATMOR :
: 12385 : Attribute CATPIL must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATPIL is not null : LOG : CATPIL :
: 12387 : Attribute CATRSC must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATRSC is not null : LOG : CATRSC :
: 12388 : Attribute CATSCF must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATSCF is not null : LOG : CATSCF :
: 12389 : Attribute CATSIT must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATSIT is not null : LOG : CATSIT :
: 12390 : Attribute CATSIW must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CATSIW is not null : LOG : CATSIW :
: 12393 : Attribute COMCHA must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : COMCHA is not null : LOG : COMCHA :
: 12395 : Attribute CONRAD must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : CONRAD is not null : LOG : CONRAD :
: 12399 : Attribute DRVAL1 must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : DRVAL1 is not null : LOG : DRVAL1 :
: 12401 : Attribute HORACC must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : HORACC is not null : LOG : HORACC :
: 12402 : Attribute HORCLR must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : HORCLR is not null : LOG : HORCLR :
: 12403 : Attribute HORLEN must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : HORLEN is not null : LOG : HORLEN :
: 12404 : Attribute HORWID must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : HORWID is not null : LOG : HORWID :
: 12406 : Attribute LIFCAP must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : LIFCAP is not null : LOG : LIFCAP :
: 12407 : Attribute NATCON must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : NATCON is not null : LOG : NATCON :
: 12410 : Attribute NPLDST must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : NPLDST is not null : LOG : NPLDST :
: 12413 : Attribute ORIENT must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : ORIENT is not null : LOG : ORIENT :
: 12414 : Attribute P_HORDAT must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : P_HORDAT is not null : LOG : P_HORDAT :
: 12417 : Attribute PEREND must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : PEREND is not null : LOG : PEREND :
: 12418 : Attribute PERSTA must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : PERSTA is not null : LOG : PERSTA :
: 12419 : Attribute PICREP must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : PICREP is not null : LOG : PICREP :
: 12420 : Attribute PILDST must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : PILDST is not null : LOG : PILDST :
: 12421 : Attribute QUASOU must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : QUASOU is not null : LOG : QUASOU :
: 12422 : Attribute RADIUS must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : RADIUS is not null : LOG : RADIUS :
: 12429 : Attribute SOUACC must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : SOUACC is not null : LOG : SOUACC :
: 12430 : Attribute STATUS must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : STATUS is not null : LOG : STATUS :
: 12433 : Attribute VERCLR must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : VERCLR is not null : LOG : VERCLR :
: 12436 : Attribute WATLEV must be NULL for PILPNT : SQL : PortsAndServicesP : PILPNT : WATLEV is not null : LOG : WATLEV :
: 12437 : Attribute CATACH must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : CATACH is not null : LOG : CATACH :
: 12438 : Attribute CATDPG must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : CATDPG is not null : LOG : CATDPG :
: 12439 : Attribute CATMFA must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : CATMFA is not null : LOG : CATMFA :
: 12440 : Attribute CATREA must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : CATREA is not null : LOG : CATREA :
: 12441 : Attribute DATEND must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : DATEND is not null : LOG : DATEND :
: 12442 : Attribute DATSTA must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : DATSTA is not null : LOG : DATSTA :
: 12443 : Attribute EXPSOU must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : EXPSOU is not null : LOG : EXPSOU :
: 12451 : Attribute PEREND must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : PEREND is not null : LOG : PEREND :
: 12452 : Attribute PERSTA must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : PERSTA is not null : LOG : PERSTA :
: 12454 : Attribute QUASOU must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : QUASOU is not null : LOG : QUASOU :
: 12455 : Attribute RADIUS must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : RADIUS is not null : LOG : RADIUS :
: 12458 : Attribute RESTRN must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : RESTRN is not null : LOG : RESTRN :
: 12463 : Attribute SOUACC must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : SOUACC is not null : LOG : SOUACC :
: 12464 : Attribute STATUS must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : STATUS is not null : LOG : STATUS :
: 12466 : Attribute VALSOU must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : VALSOU is not null : LOG : VALSOU :
: 12467 : Attribute VERACC must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : VERACC is not null : LOG : VERACC :
: 12468 : Attribute VERDAT must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : VERDAT is not null : LOG : VERDAT :
: 12469 : Attribute VERLEN must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : VERLEN is not null : LOG : VERLEN :
: 12470 : Attribute WATLEV must be NULL for ADMARE : SQL : RegulatedAreasAndLimitsA : ADMARE : WATLEV is not null : LOG : WATLEV :
: 12471 : Attribute CATACH must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : CATACH is not null : LOG : CATACH :
: 12472 : Attribute CATDPG must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : CATDPG is not null : LOG : CATDPG :
: 12473 : Attribute CATMFA must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : CATMFA is not null : LOG : CATMFA :
: 12474 : Attribute CATREA must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : CATREA is not null : LOG : CATREA :
: 12475 : Attribute DATEND must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : DATEND is not null : LOG : DATEND :
: 12476 : Attribute DATSTA must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : DATSTA is not null : LOG : DATSTA :
: 12477 : Attribute EXPSOU must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : EXPSOU is not null : LOG : EXPSOU :
: 12479 : Attribute JRSDTN must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : JRSDTN is not null : LOG : JRSDTN :
: 12482 : Attribute NOBJNM must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : NOBJNM is not null : LOG : NOBJNM :
: 12484 : Attribute OBJNAM must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : OBJNAM is not null : LOG : OBJNAM :
: 12485 : Attribute PEREND must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : PEREND is not null : LOG : PEREND :
: 12486 : Attribute PERSTA must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : PERSTA is not null : LOG : PERSTA :
: 12487 : Attribute PICREP must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : PICREP is not null : LOG : PICREP :
: 12488 : Attribute QUASOU must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : QUASOU is not null : LOG : QUASOU :
: 12489 : Attribute RADIUS must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : RADIUS is not null : LOG : RADIUS :
: 12497 : Attribute SOUACC must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : SOUACC is not null : LOG : SOUACC :
: 12498 : Attribute STATUS must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : STATUS is not null : LOG : STATUS :
: 12500 : Attribute VALSOU must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : VALSOU is not null : LOG : VALSOU :
: 12501 : Attribute VERACC must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : VERACC is not null : LOG : VERACC :
: 12502 : Attribute VERDAT must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : VERDAT is not null : LOG : VERDAT :
: 12503 : Attribute VERLEN must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : VERLEN is not null : LOG : VERLEN :
: 12504 : Attribute WATLEV must be NULL for TESARE : SQL : RegulatedAreasAndLimitsA : TESARE : WATLEV is not null : LOG : WATLEV :
: 12505 : Attribute CATACH must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : CATACH is not null : LOG : CATACH :
: 12506 : Attribute CATDPG must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : CATDPG is not null : LOG : CATDPG :
: 12507 : Attribute CATMFA must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : CATMFA is not null : LOG : CATMFA :
: 12508 : Attribute CATREA must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : CATREA is not null : LOG : CATREA :
: 12509 : Attribute DATEND must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : DATEND is not null : LOG : DATEND :
: 12510 : Attribute DATSTA must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : DATSTA is not null : LOG : DATSTA :
: 12511 : Attribute EXPSOU must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : EXPSOU is not null : LOG : EXPSOU :
: 12513 : Attribute JRSDTN must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : JRSDTN is not null : LOG : JRSDTN :
: 12516 : Attribute NOBJNM must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : NOBJNM is not null : LOG : NOBJNM :
: 12518 : Attribute OBJNAM must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : OBJNAM is not null : LOG : OBJNAM :
: 12519 : Attribute PEREND must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : PEREND is not null : LOG : PEREND :
: 12520 : Attribute PERSTA must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : PERSTA is not null : LOG : PERSTA :
: 12521 : Attribute PICREP must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : PICREP is not null : LOG : PICREP :
: 12522 : Attribute QUASOU must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : QUASOU is not null : LOG : QUASOU :
: 12523 : Attribute RADIUS must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : RADIUS is not null : LOG : RADIUS :
: 12526 : Attribute RESTRN must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : RESTRN is not null : LOG : RESTRN :
: 12531 : Attribute SOUACC must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : SOUACC is not null : LOG : SOUACC :
: 12532 : Attribute STATUS must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : STATUS is not null : LOG : STATUS :
: 12534 : Attribute VALSOU must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : VALSOU is not null : LOG : VALSOU :
: 12535 : Attribute VERACC must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : VERACC is not null : LOG : VERACC :
: 12536 : Attribute VERDAT must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : VERDAT is not null : LOG : VERDAT :
: 12537 : Attribute VERLEN must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : VERLEN is not null : LOG : VERLEN :
: 12538 : Attribute WATLEV must be NULL for EXEZNE : SQL : RegulatedAreasAndLimitsA : EXEZNE : WATLEV is not null : LOG : WATLEV :
: 12539 : Attribute CATACH must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : CATACH is not null : LOG : CATACH :
: 12540 : Attribute CATDPG must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : CATDPG is not null : LOG : CATDPG :
: 12541 : Attribute CATMFA must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : CATMFA is not null : LOG : CATMFA :
: 12542 : Attribute CATREA must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : CATREA is not null : LOG : CATREA :
: 12543 : Attribute DATEND must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : DATEND is not null : LOG : DATEND :
: 12544 : Attribute DATSTA must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : DATSTA is not null : LOG : DATSTA :
: 12545 : Attribute EXPSOU must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : EXPSOU is not null : LOG : EXPSOU :
: 12547 : Attribute JRSDTN must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : JRSDTN is not null : LOG : JRSDTN :
: 12553 : Attribute PEREND must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : PEREND is not null : LOG : PEREND :
: 12554 : Attribute PERSTA must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : PERSTA is not null : LOG : PERSTA :
: 12555 : Attribute PICREP must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : PICREP is not null : LOG : PICREP :
: 12556 : Attribute QUASOU must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : QUASOU is not null : LOG : QUASOU :
: 12557 : Attribute RADIUS must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : RADIUS is not null : LOG : RADIUS :
: 12560 : Attribute RESTRN must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : RESTRN is not null : LOG : RESTRN :
: 12565 : Attribute SOUACC must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : SOUACC is not null : LOG : SOUACC :
: 12568 : Attribute VALSOU must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : VALSOU is not null : LOG : VALSOU :
: 12569 : Attribute VERACC must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : VERACC is not null : LOG : VERACC :
: 12570 : Attribute VERDAT must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : VERDAT is not null : LOG : VERDAT :
: 12571 : Attribute VERLEN must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : VERLEN is not null : LOG : VERLEN :
: 12572 : Attribute WATLEV must be NULL for FSHZNE : SQL : RegulatedAreasAndLimitsA : FSHZNE : WATLEV is not null : LOG : WATLEV :
: 12573 : Attribute CATMFA must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : CATMFA is not null : LOG : CATMFA :
: 12574 : Attribute DATEND must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : DATEND is not null : LOG : DATEND :
: 12575 : Attribute DATSTA must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : DATSTA is not null : LOG : DATSTA :
: 12576 : Attribute EXPSOU must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : EXPSOU is not null : LOG : EXPSOU :
: 12580 : Attribute NOBJNM must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : NOBJNM is not null : LOG : NOBJNM :
: 12582 : Attribute OBJNAM must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : OBJNAM is not null : LOG : OBJNAM :
: 12583 : Attribute P_HORDAT must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : P_HORDAT is not null : LOG : P_HORDAT :
: 12586 : Attribute PEREND must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : PEREND is not null : LOG : PEREND :
: 12587 : Attribute PERSTA must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : PERSTA is not null : LOG : PERSTA :
: 12588 : Attribute PICREP must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : PICREP is not null : LOG : PICREP :
: 12589 : Attribute QUASOU must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : QUASOU is not null : LOG : QUASOU :
: 12592 : Attribute RESTRN must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : RESTRN is not null : LOG : RESTRN :
: 12597 : Attribute SOUACC must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : SOUACC is not null : LOG : SOUACC :
: 12598 : Attribute STATUS must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : STATUS is not null : LOG : STATUS :
: 12600 : Attribute VALSOU must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : VALSOU is not null : LOG : VALSOU :
: 12601 : Attribute VERACC must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : VERACC is not null : LOG : VERACC :
: 12602 : Attribute VERDAT must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : VERDAT is not null : LOG : VERDAT :
: 12603 : Attribute VERLEN must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : VERLEN is not null : LOG : VERLEN :
: 12604 : Attribute WATLEV must be NULL for STSLNE : SQL : RegulatedAreasAndLimitsL : STSLNE : WATLEV is not null : LOG : WATLEV :
: 12606 : Attribute CATDPG must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : CATDPG is not null : LOG : CATDPG :
: 12607 : Attribute CATMFA must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : CATMFA is not null : LOG : CATMFA :
: 12610 : Attribute EXPSOU must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : EXPSOU is not null : LOG : EXPSOU :
: 12612 : Attribute NATION must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : NATION is not null : LOG : NATION :
: 12617 : Attribute P_HORDAT must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : P_HORDAT is not null : LOG : P_HORDAT :
: 12622 : Attribute PICREP must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : PICREP is not null : LOG : PICREP :
: 12623 : Attribute QUASOU must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : QUASOU is not null : LOG : QUASOU :
: 12624 : Attribute RADIUS must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : RADIUS is not null : LOG : RADIUS :
: 12632 : Attribute SOUACC must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : SOUACC is not null : LOG : SOUACC :
: 12635 : Attribute VALSOU must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : VALSOU is not null : LOG : VALSOU :
: 12636 : Attribute VERACC must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : VERACC is not null : LOG : VERACC :
: 12637 : Attribute VERDAT must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : VERDAT is not null : LOG : VERDAT :
: 12638 : Attribute VERLEN must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : VERLEN is not null : LOG : VERLEN :
: 12639 : Attribute WATLEV must be NULL for ACHARE : SQL : RegulatedAreasAndLimitsP : ACHARE : WATLEV is not null : LOG : WATLEV :
: 12640 : Attribute CATWED must be NULL for SBDARE : SQL : SeabedA : SBDARE : CATWED is not null : LOG : CATWED :
: 12649 : Attribute PICREP must be NULL for SBDARE : SQL : SeabedA : SBDARE : PICREP is not null : LOG : PICREP :
: 12657 : Attribute VERACC must be NULL for SBDARE : SQL : SeabedA : SBDARE : VERACC is not null : LOG : VERACC :
: 12658 : Attribute VERLEN must be NULL for SBDARE : SQL : SeabedA : SBDARE : VERLEN is not null : LOG : VERLEN :
: 12661 : Attribute HORDAT must be NULL for SOUNDG : SQL : SoundingsP : SOUNDG : HORDAT is not null : LOG : HORDAT :
: 12667 : Attribute PICREP must be NULL for SOUNDG : SQL : SoundingsP : SOUNDG : PICREP is not null : LOG : PICREP :
: 12682 : Attribute CATFRY must be NULL for RECTRC : SQL : TracksAndRoutesA : RECTRC : CATFRY is not null : LOG : CATFRY :
: 12683 : Attribute CATNAV must be NULL for RECTRC : SQL : TracksAndRoutesA : RECTRC : CATNAV is not null : LOG : CATNAV :
: 12685 : Attribute CATTSS must be NULL for RECTRC : SQL : TracksAndRoutesA : RECTRC : CATTSS is not null : LOG : CATTSS :
: 12686 : Attribute COMCHA must be NULL for RECTRC : SQL : TracksAndRoutesA : RECTRC : COMCHA is not null : LOG : COMCHA :
: 12699 : Attribute PICREP must be NULL for RECTRC : SQL : TracksAndRoutesA : RECTRC : PICREP is not null : LOG : PICREP :
: 12703 : Attribute RESTRN must be NULL for RECTRC : SQL : TracksAndRoutesA : RECTRC : RESTRN is not null : LOG : RESTRN :