-
Notifications
You must be signed in to change notification settings - Fork 3
/
BuildingsExtended3D Mapping Table.xml
944 lines (944 loc) · 227 KB
/
BuildingsExtended3D Mapping Table.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
<?xml version="1.0" encoding="UTF-8"?><Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns:x="urn:schemas-microsoft-com:office:excel"><DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"><Author>ShapeChange</Author></DocumentProperties><Styles><Style ss:ID="Default" ss:Name="Normal"><Alignment/><Borders/><Font/><Interior/><NumberFormat/><Protection/></Style><Style ss:ID="s0"><Alignment ss:Horizontal="Center" ss:Vertical="Top" ss:WrapText="1"/><Font ss:Size="8.0"/></Style><Style ss:ID="s1"><Alignment ss:Horizontal="Center" ss:Vertical="Top" ss:WrapText="1"/><Font ss:Size="8.0"/><Interior ss:Color="#FCF305" ss:Pattern="Solid"/></Style><Style ss:ID="s2"><Alignment ss:Horizontal="Center" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="2"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="2"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="2"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="2"/></Borders><Font ss:Bold="1" ss:Size="12.0"/><Interior ss:Color="#99CCFF" ss:Pattern="Solid"/></Style><Style ss:ID="s3"><Alignment ss:Horizontal="Center" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="2"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="2"/></Borders><Font ss:Bold="1" ss:Size="11.0"/><Interior ss:Color="#B0B0B0" ss:Pattern="Solid"/></Style><Style ss:ID="s4"><Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="1"/></Borders><Font ss:Bold="1" ss:Size="10.0"/></Style><Style ss:ID="s41"><Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="1"/></Borders><Font ss:Bold="1" ss:Color="#0000FF" ss:Size="10.0"/></Style><Style ss:ID="s42"><Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="1"/></Borders><Font ss:Bold="1" ss:Color="#008080" ss:Size="10.0"/></Style><Style ss:ID="s5"><Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="1"/></Borders><Font ss:Size="8.0"/></Style><Style ss:ID="s51"><Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="1"/></Borders><Font ss:Color="#0000FF" ss:Size="8.0"/></Style><Style ss:ID="s52"><Alignment ss:Horizontal="Left" ss:Vertical="Top" ss:WrapText="1"/><Borders><Border ss:LineStyle="Continuous" ss:Position="Bottom" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Left" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Right" ss:Weight="1"/><Border ss:LineStyle="Continuous" ss:Position="Top" ss:Weight="1"/></Borders><Font ss:Color="#008080" ss:Size="8.0"/></Style></Styles><Worksheet ss:Name="Matching Table"><Table ss:DefaultColumnWidth="100.0" ss:DefaultRowHeight="10.0" ss:StyleID="s0" x:FullColumns="1" x:FullRows="1"><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s1" ss:Width="12.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Column ss:AutoFitWidth="0" ss:StyleID="s0" ss:Width="100.0"/><Row ss:AutoFitHeight="0" ss:Height="19.0"><Cell ss:MergeAcross="6" ss:StyleID="s2"><Data ss:Type="String">Application Schema 'BuildingsExtended3D' (version 3.0)</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:MergeAcross="8" ss:StyleID="s2"><Data ss:Type="String">Application Schema <provide name of source schema></Data></Cell></Row><Row ss:AutoFitHeight="1" ss:Height="40.0"><Cell ss:StyleID="s3"><Data ss:Type="String">Type</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Documentation</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Attribute <Font html:Color="#0000FF">Association role </Font><Font html:Color="#008080">Constraint</Font></B></Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Attribute / <Font html:Color="#0000FF">Association role</Font> / <Font html:Color="#008080">Constraint</Font> documentation</B></Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Values / Enumerations</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Multiplicity</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Voidable / Non-Voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"><Data ss:Type="String">Type</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Documentation</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Attribute <Font html:Color="#0000FF">Association role </Font><Font html:Color="#008080">Constraint</Font></B></Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Attribute / <Font html:Color="#0000FF">Association role</Font> / <Font html:Color="#008080">Constraint</Font> documentation</B></Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Values / Enumerations</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Multiplicity</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Voidable / Non-Voidable</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Status</Data></Cell><Cell ss:StyleID="s3"><Data ss:Type="String">Remarks</Data></Cell></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">ClosureSurface</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BoundarySurface</Font></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
ClosureSurface
ClosureSurfaces are used for buildings which are not enclosed completely, for example airplane hangars or barns. In order to represent those objects as geometrically closed volume object, the open sides are sealed (virtually closed) by ClosureSurfaces. NOTE: Those special surfaces are taken into account, when needed to compute volumes and are neglected, when they are irrelevant or not appropriate, for example in visualisations.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="49" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Building</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> Building<I> Building</I><I> AbstractBuilding</I><I> AbstractConstruction</I><I> BuildingInfo</I><I> BuildingAndBuildingUnitInfo</I></Font></Data></Cell><Cell ss:MergeDown="49" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Building
A Building is an enclosed construction above and/or underground, used or intended for the shelter of humans, animals or things or for the production of economic goods. A building refers to any structure permanently constructed or erected on its site.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Begin lifespan version
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">conditionOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Condition of construction
Status of the construction. EXAMPLES: functional, projected, ruin</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ConditionOfConstructionValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of construction
Date of construction.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfDemolition</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of demolition
Date of demolition.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfRenovation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of last major renovation
Date of last major renovation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">elevation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Elevation
Vertically-constrained dimensional property consisting of an absolute measure referenced to a well-defined surface which is commonly taken as origin (geoïd, water level, etc.). Source: adapted from the definition given in the data specification of the theme Elevation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Elevation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
End lifespan version
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">externalReference</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
External reference
Reference to an external information system containing any piece of information related to the spatial object. EXAMPLE 1: Reference to another spatial data set containing another view on buildings; the externalReference may be used for instance to ensure consistency between 2D and 3D representations of the same buildings
EXAMPLE 2: Reference to cadastral or dwelling register. The reference to this register may enable to find legal information related to the building, such as the owner(s) or valuation criteria (e.g. type of heating, toilet, kitchen)
EXAMPLE 3: Reference to the system recording the building permits. The reference to the building permits may be used to find detailed information about the building physical and temporal aspects.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ExternalReference </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heightAboveGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Height above ground
Height above ground. NOTE: height above ground may be defined as the difference between elevation at a low reference (ground level) and elevation as a high reference (e.g. roof level, top of construction)</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeightAboveGround </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspire id
External object identifier of the spatial object. An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">name</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Name
Name of the construction. EXAMPLES: Big Ben, Eiffel Tower, Sacrada Familia</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GeographicalName </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">buildingNature</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Building nature
Characteristic of the building that makes it generally of interest for mappings applications. The characteristic may be related to the physical aspect and/or to the function of the building. This attribute focuses on the physical aspect of the building; however, this physical aspect is often expressed as a function (e.g. stadium, silo, windmill); this attribute aims to fulfil mainly mapping purposes and addresses only specific, noticeable buildings.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingNatureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">currentUse</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Current use
Activity hosted within the building. This attribute addresses mainly the buildings hosting human activities. NOTE: . This attribute aims to fulfill management requirements, such as computation of population or spatial planning ; this classification aims to be exhaustive for the functional buildings hosting human activities.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">CurrentUse </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfDwellings</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of dwellings
Number of dwellings. A dwelling is a residential unit which may consist of one or several rooms designed for the occupation of households.
NOTE: In the data sets including building units, a dwelling is a residential building unit or, only when that building has no building units, a residential building<i>.</i>
EXAMPLES: a single building dwelling could be a detached or semi-detached house. A block of flats will contain multiple dwellings determined by the number of individual flats.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfBuildingUnits</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of building units
Number of building units in the building. A BuildingUnit is a subdivision of Building with its own lockable access from the outside or from a common area (i.e. not from another BuildingUnit), which is atomic, functionally independent, and may be separately sold, rented out, inherited, etc. Building units are spatial objects aimed at subdividing buildings and/or building parts into smaller parts that are treated as seperate entities in daily life. A building unit is homogeneous, regarding management aspects.
EXAMPLES: It may be e.g. an apartment in a condominium, a terraced house, or a shop inside a shopping arcade.
NOTE 1: According to national regulations, a building unit may be a flat, a cellar, a garage or set of a flat, a cellar and a garage.
NOTE 2: According to national regulation, a building that is one entity for daily life (typically, a single family house) may be considered as a Building composed of one BuildingUnit or as a Building composed of zero BuildingUnit.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfFloorsAboveGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of floors above ground
Number of floors above ground.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">parts</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The building parts composing the Building. A building may be a simple building (with no BuildingPart) or a composed building (with several BuildingParts).</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">BuildingPart </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry2D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 2D
<font color="#0f0f0f">2D or 2.5D geometric representation.</font>
<font color="#0f0f0f">
</font><font color="#0f0f0f"> </font>
<font color="#0f0f0f"> NOTE: Multiple representations of the geometry are possible (e.g. by surface and by point).</font></Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry2D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 1
3D geometric representation at level of detail (LoD) 1, consisting of the generalized representation of the outer boundary by vertical lateral surfaces and horizontal base polygons.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD1 </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD2</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 2
3D geometric representation at level of detail (LoD) 2, consisting of the generalized representation of the outer boundary by vertical lateral surfaces and a prototypical roof shape or cover (from a defined list of roof shapes) NOTE: The prototypical roof shapes come from a defined list of roof shapes, in City GML; this list is equivalent to the code list RoofTypeValue, provided in the extended2D profile (without the hyperbolic parabaloidal roof).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD2 </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD3</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 3
3D geometric representation at level of detail (LoD) 3, consisting of the detailed representation of the outer boundary (including protrusions, facade elements and window recesses) as well as of the roof shape (including dormers, chimneys).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD4</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 4
3D geometric representation at level of detail (LoD) 4, consisting of the detailed representation of the outer boundary (including protrusions, facade elements, and window recesses) as well as of the roof shape (including dormers, chimneys). NOTE: The LoD4 representation is equivalent to the LoD3 representation in core 3D application schema. The LoD 4 representation is more meaningful in extended 3D application schema, with the optional description of building interior.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToElectricity</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to electricity
An indication if the building or building part or building unit is connected or not to the public electricity network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToGas</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to gas
An indication if the building or building part or building unit is connected or not to the public gas network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToSewage</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to sewage
An indication if the building or building part or building unit is connected or not to the public sewage network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToWater</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to water
An indication if the building or building part or building unit is connected or not to the public water network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">document</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Document
Any document providing information about the building or building part or building unit. EXAMPLES: the building permit, a photo of facade or inner yard, a sketch of interior, the building code, the energy performance assessment, an emergency plan</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Document </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">energyPerformance</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Energy performance
The energy performance of the building or building part or building unit . NOTE: The energy performance is required by the Energy Performance of Building Directive for the new buildings being rent or sold.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">EnergyPerformance </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heatingSource</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Heating source
The source of energy used for the heating EXAMPLES: electricity, natural gas</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeatingSourceValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heatingSystem</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Heating system
The system of heating EXAMPLES : stove, central heating, heat pump</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeatingSystemValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">address</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Address
The address(es) of the building or building part or building unit. This attribute provides the current address(es) of the building or building component in the structured data type defined in theme Address.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">AddressRepresentation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">officialArea</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Official area
The area of the building or building part or building unit as registered in an official information system</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OfficialArea </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">officialValue</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Official value
The value of the building or building part or building unit as registered in official information system</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OfficialValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">cadastralParcel</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Cadastral parcel
The cadastral parcel(s) to which the building or building part or building unit is officially related.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">CadastralParcel </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">address</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Address
The address(es) of the building or building part or building unit.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AddressRepresentation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heightBelowGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Height below ground
Height below ground of the building or building part.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfFloorsBelowGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of floors below ground
The number of floors below ground of the building or building part. EXAMPLES: includes cellars, underground carparks ...</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">floorDistribution</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Floor distribution
The range(s) of floors of the building or building part. EXAMPLE: [0,5] for a 6 floors building located on ground.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">FloorRange </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">floorDescription</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Floor description
The description of a given range of building floors.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">FloorDescription </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">roofType</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Roof type
The shape of the roof.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">RoofTypeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfFacade</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Material of facade
Material(s) of the building or building part facade.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfFacadeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfRoof</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Material of roof
Material(s) of the building or building part roof.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfRoofValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfStructure</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Material of structure
Material(s) of the building structure. NOTE: generally, the building structure consists of the supporting walls or columns.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfStructureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">buildingUnit</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Building unit
The building unit(s) belonging to the building or building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AbstractBuildingUnit </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">installation</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The installation(s) serving the building or building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AbstractInstallation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">interiorInstallation</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The interior installation(s) serving the building.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">InteriorInstallation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">appearance</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The texture(s) attached to the building and giving it its appearance.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">ParameterizedTexture </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">boundedBy</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The surface(s) bounding the building.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">BoundarySurface </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">room</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The room(s) composing the building.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Room </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="4" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Opening</B></Data></Cell><Cell ss:MergeDown="4" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Opening
The feature type <i>Opening </i>is the (abstract) base class for semantically describing openings like doors or windows in outer or inner walls. Openings only exist in models of LoD3 or LoD4. NOTE: when using LoD3 of CityGML (as indicated in this INSPIRE Extended3D application schema), the spatial object type Opening is limited to the openings in the outer walls of the building
Source : adapted from CityGML</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
3D geometric representation of the opening (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="3" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">TextCoordList</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"><I> TextureParametrization</I></Font></Data></Cell><Cell ss:MergeDown="3" ss:StyleID="s5"><Data ss:Type="String">-- Name --
TextCoordList
Way to map a texture file to a surface of the exterior shell of a building, by explicitly relating the coordinates of the image to the corresponding coordinates on the surface in the building shell.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">texture</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The texture to be applied to the spatial object.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">ParameterizedTexture </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">ring</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
ring
Uniform Resource Identifier; gives indication where the ring (limit of image) may be found.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">URI </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">textureCoordinates</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
textureCoordinates
List of coordinates in the texture file.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Number </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="2" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">TextCoordGen</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"><I> TextureParametrization</I></Font></Data></Cell><Cell ss:MergeDown="2" ss:StyleID="s5"><Data ss:Type="String">-- Name --
TextCoordGen
Way to map a texture file (2D image coordinates) to a surface of the exterior shell of a building (3D real-world coordinates), by applying a transformation between the two coordinate reference systems.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">texture</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The texture to be applied to the spatial object.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">ParameterizedTexture </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">worldToTexture</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
worldToTexture
Matrix of the transformation between the file coordinates in an image to the geographical coordinates.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">TransformationMatrix3x4 </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="4" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Window</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> Opening</Font></Data></Cell><Cell ss:MergeDown="4" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Window
Windows in the exterior shell of a building, or hatches between adjacent rooms. NOTE 1: The formal difference between the classes window and door is that in normal cases windows are not specifically intended for the transit of people or vehicles.
NOTE 2: when using LoD3 of CityGML (as indicated in INSPIRE Extended3D aplication schema), the feature type Window is limited to the windows in the exterior shell of the building.
Source : adapted from CityGML.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
3D geometric representation of the opening (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="9" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">BoundaryGeometry3D</B></Data></Cell><Cell ss:MergeDown="9" ss:StyleID="s5"><Data ss:Type="String">-- Name --
BoundaryGeometry3D
The information related to the boundary geometry as 3D data.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">horizontalGeometryEstimatedAccuracyLoD2</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
horizontalGeometryEstimatedAccuracyLoD2
The estimated absolute positional accuracy of the (X,Y) coordinates of the LoD2 boundary representation, in the INSPIRE official Coordinate Reference System. Absolute positional accuracy is defined as the mean value of the positional uncertainties for a set of positions where the positional uncertainties are defined as the distance between a measured position and what is considered as the corresponding true position. NOTE: this mean value may come from quality measures on a homogeneous population of buildings or from an estimation based on the knowledge of the production processes and of their accuracy.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">horizontalGeometryEstimatedAccuracyLoD3</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
horizontalGeometryEstimatedAccuracyLoD3
The estimated absolute positional accuracy of the (X,Y) coordinates of the LoD3 boundary representation, in the INSPIRE official Coordinate Reference System. Absolute positional accuracy is defined as the mean value of the positional uncertainties for a set of positions where the positional uncertainties are defined as the distance between a measured position and what is considered as the corresponding true position. NOTE: this mean value may come from quality measures on a homogeneous population of buildings or from an estimation based on the knowledge of the production processes and of their accuracy.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">horizontalGeometryEstimatedAccuracyLoD4</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
horizontalGeometryEstimatedAccuracyLoD4
The estimated absolute positional accuracy of the (X,Y) coordinates of the LoD4 boundary representation, in the INSPIRE official Coordinate Reference System. Absolute positional accuracy is defined as the mean value of the positional uncertainties for a set of positions where the positional uncertainties are defined as the distance between a measured position and what is considered as the corresponding true position. NOTE: this mean value may come from quality measures on a homogeneous population of buildings or from an estimation based on the knowledge of the production processes and of their accuracy.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">LoD2MultiSurface</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
LoD2MultiSurface
The geometry of the boundary, corresponding to the LoD2 of CityGML. LoD2 of City GML implies generalised geometry with vertical walls and simple roof shapes.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_MultiSurface </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">LoD3MultiSurface</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
LoD3MultiSurface
The geometry of the boundary, corresponding to the LoD3 of CityGML. LoD3 of City GML represents the exact geometry of the building, approximating its true shape.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_MultiSurface </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">LoD4MultiSurface</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
LoD4MultiSurface
The geometry of the boundary, corresponding to the LoD4 of CityGML. LoD4 of City GML represents the accurate geometry of the building, approximating its true shape.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_MultiSurface </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">verticalGeometryEstimatedAccuracyLoD2</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
verticalGeometryEstimatedAccuracyLoD2
The estimated absolute positional accuracy of the Z coordinate of the LoD2 boundary representation, in the INSPIRE official Coordinate Reference System. Absolute positional accuracy is defined as the mean value of the positional uncertainties for a set of positions where the positional uncertainties are defined as the distance between a measured position and what is considered as the corresponding true position.
NOTE:This mean value may come from quality measures on a homogeneous population of buildings or from an estimation based on the knowledge of the production processes and of their accuracy.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">verticalGeometryEstimatedAccuracyLoD3</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
verticalGeometryEstimatedAccuracyLoD3
The estimated absolute positional accuracy of the Z coordinate of the LoD3 boundary representation, in the INSPIRE official Coordinate Reference System. Absolute positional accuracy is defined as the mean value of the positional uncertainties for a set of positions where the positional uncertainties are defined as the distance between a measured position and what is considered as the corresponding true position. NOTE:This mean value may come from quality measures on a homogeneous population of buildings or from an estimation based on the knowledge of the production processes and of their accuracy.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">verticalGeometryEstimatedAccuracyLoD4</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
verticalGeometryEstimatedAccuracyLoD4
The estimated absolute positional accuracy of the Z coordinate of the LoD4 boundary representation, in the INSPIRE official Coordinate Reference System. Absolute positional accuracy is defined as the mean value of the positional uncertainties for a set of positions where the positional uncertainties are defined as the distance between a measured position and what is considered as the corresponding true position. NOTE:This mean value may come from quality measures on a homogeneous population of buildings or from an estimation based on the knowledge of the production processes and of their accuracy.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="1" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">TransformationMatrix3x4</B></Data></Cell><Cell ss:MergeDown="1" ss:StyleID="s5"><Data ss:Type="String">-- Name --
TransformationMatrix3x4
A matrix providing the transformation function between coordinates of the texture image and the geographical coordinates.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">elements</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
elements
The matrix elements.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Number </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Room</B></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Room
A room is any distinguishable space within a structure. Usually, a room is separated from other spaces by interior walls; moreover, it is separated from outdoor areas by an exterior wall, sometimes with a door.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
3D geometric representation of the room.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Solid </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">roomNature</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
roomNature
The nature (intended use or function) of the room.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">RoomNatureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">InteriorInstallation</B></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
InteriorInstallation
An internal construction (generally of small size) or an internal device, serving the building or building part EXAMPLE: stairs, lift</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
3D geometric representation of the internal installation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Object </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">installationNature</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
installationNature
The nature of the internal installation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">InternalInstallationNatureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="6" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">RoofSurface</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BoundarySurface</Font></Data></Cell><Cell ss:MergeDown="6" ss:StyleID="s5"><Data ss:Type="String">-- Name --
RoofSurface
The surfaces delimiting major roof parts of a building or building part are expressed by the feature type <i>RoofSurface</i>. Source: adapted from CityGML</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfRoof</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
materialOfRoof
Material(s) of the building roof.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfRoofValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="48" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">BuildingPart</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BuildingPart<I> BuildingPart</I><I> AbstractBuilding</I><I> AbstractConstruction</I><I> BuildingInfo</I><I> BuildingAndBuildingUnitInfo</I></Font></Data></Cell><Cell ss:MergeDown="48" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Building part
A BuildingPart is a sub-division of a Building that might be considered itself as a building. NOTE 1: A BuildingPart is homogeneous related to its physical, functional or temporal aspects
NOTE2: Building and BuildingPart share the same set of properties.
EXAMPLE: A building may be composed of two building parts having different heights above ground.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Begin lifespan version
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">conditionOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Condition of construction
Status of the construction. EXAMPLES: functional, projected, ruin</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ConditionOfConstructionValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of construction
Date of construction.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfDemolition</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of demolition
Date of demolition.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfRenovation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of last major renovation
Date of last major renovation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">elevation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Elevation
Vertically-constrained dimensional property consisting of an absolute measure referenced to a well-defined surface which is commonly taken as origin (geoïd, water level, etc.). Source: adapted from the definition given in the data specification of the theme Elevation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Elevation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
End lifespan version
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">externalReference</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
External reference
Reference to an external information system containing any piece of information related to the spatial object. EXAMPLE 1: Reference to another spatial data set containing another view on buildings; the externalReference may be used for instance to ensure consistency between 2D and 3D representations of the same buildings
EXAMPLE 2: Reference to cadastral or dwelling register. The reference to this register may enable to find legal information related to the building, such as the owner(s) or valuation criteria (e.g. type of heating, toilet, kitchen)
EXAMPLE 3: Reference to the system recording the building permits. The reference to the building permits may be used to find detailed information about the building physical and temporal aspects.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ExternalReference </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heightAboveGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Height above ground
Height above ground. NOTE: height above ground may be defined as the difference between elevation at a low reference (ground level) and elevation as a high reference (e.g. roof level, top of construction)</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeightAboveGround </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspire id
External object identifier of the spatial object. An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">name</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Name
Name of the construction. EXAMPLES: Big Ben, Eiffel Tower, Sacrada Familia</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GeographicalName </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">buildingNature</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Building nature
Characteristic of the building that makes it generally of interest for mappings applications. The characteristic may be related to the physical aspect and/or to the function of the building. This attribute focuses on the physical aspect of the building; however, this physical aspect is often expressed as a function (e.g. stadium, silo, windmill); this attribute aims to fulfil mainly mapping purposes and addresses only specific, noticeable buildings.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingNatureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">currentUse</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Current use
Activity hosted within the building. This attribute addresses mainly the buildings hosting human activities. NOTE: . This attribute aims to fulfill management requirements, such as computation of population or spatial planning ; this classification aims to be exhaustive for the functional buildings hosting human activities.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">CurrentUse </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfDwellings</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of dwellings
Number of dwellings. A dwelling is a residential unit which may consist of one or several rooms designed for the occupation of households.
NOTE: In the data sets including building units, a dwelling is a residential building unit or, only when that building has no building units, a residential building<i>.</i>
EXAMPLES: a single building dwelling could be a detached or semi-detached house. A block of flats will contain multiple dwellings determined by the number of individual flats.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfBuildingUnits</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of building units
Number of building units in the building. A BuildingUnit is a subdivision of Building with its own lockable access from the outside or from a common area (i.e. not from another BuildingUnit), which is atomic, functionally independent, and may be separately sold, rented out, inherited, etc. Building units are spatial objects aimed at subdividing buildings and/or building parts into smaller parts that are treated as seperate entities in daily life. A building unit is homogeneous, regarding management aspects.
EXAMPLES: It may be e.g. an apartment in a condominium, a terraced house, or a shop inside a shopping arcade.
NOTE 1: According to national regulations, a building unit may be a flat, a cellar, a garage or set of a flat, a cellar and a garage.
NOTE 2: According to national regulation, a building that is one entity for daily life (typically, a single family house) may be considered as a Building composed of one BuildingUnit or as a Building composed of zero BuildingUnit.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfFloorsAboveGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of floors above ground
Number of floors above ground.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry2D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 2D
<font color="#0f0f0f">2D or 2.5D geometric representation.</font>
<font color="#0f0f0f">
</font><font color="#0f0f0f"> </font>
<font color="#0f0f0f"> NOTE: Multiple representations of the geometry are possible (e.g. by surface and by point).</font></Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry2D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 1
3D geometric representation at level of detail (LoD) 1, consisting of the generalized representation of the outer boundary by vertical lateral surfaces and horizontal base polygons.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD1 </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD2</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 2
3D geometric representation at level of detail (LoD) 2, consisting of the generalized representation of the outer boundary by vertical lateral surfaces and a prototypical roof shape or cover (from a defined list of roof shapes).
NOTE: The prototypical roof shapes come from a defined list of roof shapes, in City GML; this list is equivalent to the code list RoofTypeValue, provided in the extended2D profile (without the hyperbolic parabaloidal roof).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD2 </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD3</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 3
3D geometric representation at level of detail (LoD) 3, consisting of the detailed representation of the outer boundary (including protrusions, facade elements and window recesses) as well as of the roof shape (including dormers, chimneys).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3DLoD4</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry 3D LoD 4
3D geometric representation at level of detail (LoD) 4, consisting of the detailed representation of the outer boundary (including protrusions, facade elements, and window recesses) as well as of the roof shape (including dormers, chimneys). NOTE: The LoD4 representation is equivalent to the LoD3 representation in core 3D application schema. The LoD 4 representation is more meaningful in extended 3D application schema, with the optional description of building interior.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BuildingGeometry3DLoD </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToElectricity</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to electricity
An indication if the building or building part or building unit is connected or not to the public electricity network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToGas</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to gas
An indication if the building or building part or building unit is connected or not to the public gas network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToSewage</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to sewage
An indication if the building or building part or building unit is connected or not to the public sewage network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToWater</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to water
An indication if the building or building part or building unit is connected or not to the public water network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">document</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Document
Any document providing information about the building or building part or building unit. EXAMPLES: the building permit, a photo of facade or inner yard, a sketch of interior, the building code, the energy performance assessment, an emergency plan</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Document </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">energyPerformance</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Energy performance
The energy performance of the building or building part or building unit . NOTE: The energy performance is required by the Energy Performance of Building Directive for the new buildings being rent or sold.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">EnergyPerformance </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heatingSource</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Heating source
The source of energy used for the heating EXAMPLES: electricity, natural gas</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeatingSourceValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heatingSystem</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Heating system
The system of heating EXAMPLES : stove, central heating, heat pump</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeatingSystemValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">address</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Address
The address(es) of the building or building part or building unit. This attribute provides the current address(es) of the building or building component in the structured data type defined in theme Address.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">AddressRepresentation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">officialArea</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Official area
The area of the building or building part or building unit as registered in an official information system</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OfficialArea </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">officialValue</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Official value
The value of the building or building part or building unit as registered in official information system</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OfficialValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">cadastralParcel</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Cadastral parcel
The cadastral parcel(s) to which the building or building part or building unit is officially related.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">CadastralParcel </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">address</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Address
The address(es) of the building or building part or building unit.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AddressRepresentation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heightBelowGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Height below ground
Height below ground of the building or building part.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Length </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">numberOfFloorsBelowGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Number of floors below ground
The number of floors below ground of the building or building part. EXAMPLES: includes cellars, underground carparks ...</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Integer </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">floorDistribution</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Floor distribution
The range(s) of floors of the building or building part. EXAMPLE: [0,5] for a 6 floors building located on ground.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">FloorRange </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">floorDescription</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Floor description
The description of a given range of building floors.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">FloorDescription </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">roofType</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Roof type
The shape of the roof.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">RoofTypeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfFacade</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Material of facade
Material(s) of the building or building part facade.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfFacadeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfRoof</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Material of roof
Material(s) of the building or building part roof.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfRoofValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfStructure</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Material of structure
Material(s) of the building structure. NOTE: generally, the building structure consists of the supporting walls or columns.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfStructureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">buildingUnit</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Building unit
The building unit(s) belonging to the building or building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AbstractBuildingUnit </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">installation</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The installation(s) serving the building or building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AbstractInstallation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">interiorInstallation</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The interior installation(s) serving the building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">InteriorInstallation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">appearance</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The texture(s) attached to the building part and giving it its appearance.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">ParameterizedTexture </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">boundedBy</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The surface(s) bounding the building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">BoundarySurface </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">room</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The room(s) composing the building part.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Room </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="6" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">WallSurface</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BoundarySurface</Font></Data></Cell><Cell ss:MergeDown="6" ss:StyleID="s5"><Data ss:Type="String">-- Name --
WallSurface
The surfaces that are parts of the building facade visible from the outside. Source: adapted from CityGML.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">materialOfWall</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
materialOfWall
Material(s) of the building exterior walls.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MaterialOfFacadeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="16" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Installation</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"><I> AbstractInstallation</I><I> AbstractConstruction</I></Font></Data></Cell><Cell ss:MergeDown="16" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Installation
An external construction (of small size) or an external device serving the building or building part. EXAMPLES: stairway, solar panel, external lift</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Begin lifespan version
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">conditionOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Condition of construction
Status of the construction. EXAMPLES: functional, projected, ruin</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ConditionOfConstructionValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of construction
Date of construction.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfDemolition</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of demolition
Date of demolition.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfRenovation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of last major renovation
Date of last major renovation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">elevation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Elevation
Vertically-constrained dimensional property consisting of an absolute measure referenced to a well-defined surface which is commonly taken as origin (geoïd, water level, etc.). Source: adapted from the definition given in the data specification of the theme Elevation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Elevation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
End lifespan version
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">externalReference</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
External reference
Reference to an external information system containing any piece of information related to the spatial object. EXAMPLE 1: Reference to another spatial data set containing another view on buildings; the externalReference may be used for instance to ensure consistency between 2D and 3D representations of the same buildings
EXAMPLE 2: Reference to cadastral or dwelling register. The reference to this register may enable to find legal information related to the building, such as the owner(s) or valuation criteria (e.g. type of heating, toilet, kitchen)
EXAMPLE 3: Reference to the system recording the building permits. The reference to the building permits may be used to find detailed information about the building physical and temporal aspects.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ExternalReference </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heightAboveGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Height above ground
Height above ground. NOTE: height above ground may be defined as the difference between elevation at a low reference (ground level) and elevation as a high reference (e.g. roof level, top of construction)</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeightAboveGround </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspire id
External object identifier of the spatial object. An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">name</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Name
Name of the construction. EXAMPLES: Big Ben, Eiffel Tower, Sacrada Familia</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GeographicalName </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">installationNature</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Installation nature
A description of the installation that represents its intended nature or current function.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">InstallationNatureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry2D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Geometry 2D
2D or 2.5D geometric representation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Primitive </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Geometry 3D
3D geometric representation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Object </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">appearance</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The texture(s) attached to the installation and giving it its appearance.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">ParameterizedTexture </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">boundedBy</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The surface(s) bounding the installation.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">BoundarySurface </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">BoundarySurface</B></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
BoundarySurface
Spatial objects being part of the building exterior shell with a special function. EXAMPLES: wall (WallSurface), roof (RoofSurface), ground plate (GroundSurface) or ClosureSurface.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="16" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">OtherConstruction</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"><I> AbstractOtherConstruction</I><I> AbstractConstruction</I></Font></Data></Cell><Cell ss:MergeDown="16" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Other construction
An OtherConstruction is a self-standing construction that belongs to theme Buildings and that is not a Building. NOTE 1: the main difference between a building and an other construction is the fact that an other construction does not need to be enclosed.
NOTE 2: the other constructions to be considered under scope of theme buildings are the constructions that are not present in another INSPIRE theme and that are necessary for environmental use cases, such as the ones considered in this data specification.
EXAMPLES: bridge, acoustic fence, city wall.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Begin lifespan version
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">conditionOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Condition of construction
Status of the construction. EXAMPLES: functional, projected, ruin</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ConditionOfConstructionValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfConstruction</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of construction
Date of construction.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfDemolition</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of demolition
Date of demolition.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">dateOfRenovation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Date of last major renovation
Date of last major renovation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateOfEvent </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">elevation</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Elevation
Vertically-constrained dimensional property consisting of an absolute measure referenced to a well-defined surface which is commonly taken as origin (geoïd, water level, etc.). Source: adapted from the definition given in the data specification of the theme Elevation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Elevation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
End lifespan version
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">externalReference</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
External reference
Reference to an external information system containing any piece of information related to the spatial object. EXAMPLE 1: Reference to another spatial data set containing another view on buildings; the externalReference may be used for instance to ensure consistency between 2D and 3D representations of the same buildings
EXAMPLE 2: Reference to cadastral or dwelling register. The reference to this register may enable to find legal information related to the building, such as the owner(s) or valuation criteria (e.g. type of heating, toilet, kitchen)
EXAMPLE 3: Reference to the system recording the building permits. The reference to the building permits may be used to find detailed information about the building physical and temporal aspects.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ExternalReference </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heightAboveGround</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Height above ground
Height above ground. NOTE: height above ground may be defined as the difference between elevation at a low reference (ground level) and elevation as a high reference (e.g. roof level, top of construction)</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeightAboveGround </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspire id
External object identifier of the spatial object. An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">name</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Name
Name of the construction. EXAMPLES: Big Ben, Eiffel Tower, Sacrada Familia</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GeographicalName </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">otherConstructionNature</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Other construction nature
A description of the construction that represents its intended nature or current function and which differentiates it from that of a Building.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OtherConstructionNatureValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry2D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Geometry 2D
2D or 2.5D geometric representation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Primitive </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Geometry 3D
3D geometric representation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Object </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">appearance</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The texture(s) attached to the other construction and giving it its appearance.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">ParameterizedTexture </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">boundedBy</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The surface(s) bounding the other construction.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">BoundarySurface </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="3" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">ParameterizedTexture</B></Data></Cell><Cell ss:MergeDown="3" ss:StyleID="s5"><Data ss:Type="String">-- Name --
ParameterizedTexture
Texture representing the appearance aspect of a surface in the exterior shell of the building. The feature type <i>ParameterizedTexture </i>describes texture that is mapped to a surface (target). SOURCE: adapted from CityGML.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">imageURI</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
imageURI
Uniform Resource Identifier; gives indication where the image used for the texture may be found.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">URI </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">mimeType</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
mimeType
Format of the image used for texture.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">MimeTypeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">textureType</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
textureType
Type of the texture; gives indication if the texture comes from real-worl<b><u>d</u></b> images or from standards images in libraries.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">TextureTypeValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">OuterCeilingSurface</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BoundarySurface</Font></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
OuterCeilingSurface
A surface (feature) belonging to the outer building shell and having the orientation pointing downwards. EXAMPLES: Visible part of the ceiling of a loggia or of the ceiling of a passage.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="4" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">Door</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> Opening</Font></Data></Cell><Cell ss:MergeDown="4" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Door
The doors in the exterior shell of a building or between adjacent rooms. Doors can be used by people to enter or leave a building or room. NOTE: When using LoD2 or LoD3 of CityGML (as indicated in INSPIRE Extended3D profile), the feature type Door is limited to the doors in the exterior shell of the building.
Source: adapted from City GML.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
3D geometric representation of the opening (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">GroundSurface</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BoundarySurface</Font></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
GroundSurface
A spatial object representing the ground plate of a building or building part. The polygon defining the ground plate is congruent with the building footprint. Source: adapted from City GML</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="21" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">BuildingUnit</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"><I> AbstractBuildingUnit</I><I> BuildingAndBuildingUnitInfo</I></Font></Data></Cell><Cell ss:MergeDown="21" ss:StyleID="s5"><Data ss:Type="String">-- Name --
Building unit
A BuildingUnit is a subdivision of Building with its own lockable access from the outside or from a common area (i.e. not from another BuildingUnit), which is atomic, functionally independent, and may be separately sold, rented out, inherited, etc. Building units are spatial objects aimed at subdividing buildings and/or building parts into smaller parts that are treated as seperate entities in daily life. A building unit is homogeneous, regarding management aspects.
EXAMPLES: It may be e.g. an apartment in a condominium, a terraced house, or a shop inside a shopping arcade.
NOTE 1: According to national regulations, a building unit may be a flat, a cellar, a garage or set of a flat, a cellar and a garage.
NOTE 2: According to national regulation, a building that is one entity for daily life (typically, a single family house) may be considered as a Building composed of one BuildingUnit or as a Building composed of zero BuildingUnit.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToElectricity</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to electricity
An indication if the building or building part or building unit is connected or not to the public electricity network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToGas</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to gas
An indication if the building or building part or building unit is connected or not to the public gas network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToSewage</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to sewage
An indication if the building or building part or building unit is connected or not to the public sewage network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">connectionToWater</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Connection to water
An indication if the building or building part or building unit is connected or not to the public water network.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Boolean * TRUE * FALSE</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">document</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Document
Any document providing information about the building or building part or building unit. EXAMPLES: the building permit, a photo of facade or inner yard, a sketch of interior, the building code, the energy performance assessment, an emergency plan</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Document </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">energyPerformance</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Energy performance
The energy performance of the building or building part or building unit . NOTE: The energy performance is required by the Energy Performance of Building Directive for the new buildings being rent or sold.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">EnergyPerformance </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heatingSource</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Heating source
The source of energy used for the heating EXAMPLES: electricity, natural gas</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeatingSourceValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">heatingSystem</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Heating system
The system of heating EXAMPLES : stove, central heating, heat pump</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">HeatingSystemValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">address</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Address
The address(es) of the building or building part or building unit. This attribute provides the current address(es) of the building or building component in the structured data type defined in theme Address.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">AddressRepresentation </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">officialArea</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Official area
The area of the building or building part or building unit as registered in an official information system</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OfficialArea </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">officialValue</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Official value
The value of the building or building part or building unit as registered in official information system</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">OfficialValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">cadastralParcel</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Cadastral parcel
The cadastral parcel(s) to which the building or building part or building unit is officially related.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">CadastralParcel </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">address</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">-- Name --
Address
The address(es) of the building or building part or building unit.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">AddressRepresentation </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspire id
External object identifier of the spatial object. An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">currentUse</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Current use
Activity hosted by the building unit.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">CurrentUseValue </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">externalReference</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
External reference
Reference to an external information system containing any piece of information related to the spatial object. Typically, the external reference will be established to the information system where BuildingUnits are defined.
EXAMPLES: the information system will be the cadastral register or an official dwelling register. It may be also a register of public properties.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">ExternalReference </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Begin lifespan version
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
End lifespan version
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry2D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Geometry 2D
2D or 2.5D geometric representation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_Primitive </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
Geometry 3D
3D geometric representation.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">GM_MultiSolid </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">room</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The room(s) composing the building unit.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Room </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row><Row ss:AutoFitHeight="1" ss:Height="20.0"><Cell ss:MergeDown="5" ss:StyleID="s4"><Data ss:Type="String"><B xmlns="http://www.w3.org/TR/REC-html40">OuterFloorSurface</B> <Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#808080" html:Size="8.0">Supertypes:</Font><Font xmlns="http://www.w3.org/TR/REC-html40" html:Color="#0000FF" html:Size="8.0"> BoundarySurface</Font></Data></Cell><Cell ss:MergeDown="5" ss:StyleID="s5"><Data ss:Type="String">-- Name --
OuterFloorSurface
A surface (feature) belonging to the outer building shell and with the orientation pointing upwards. EXAMPLES: Visible part of the floor of a passage or of the floor of a loggia.</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">inspireId</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
inspireId
External unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. NOTE1 External object identifiers are distinct from thematic object identifiers.
NOTE 2 The voidable version identifier attribute is not part of the unique identifier of a spatial object and may be used to distinguish two versions of the same spatial object.
NOTE 3 The unique identifier will not change during the life-time of a spatial object.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">Identifier </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">geometry3D</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
geometry3D
The 3D geometric represenation of the boundary (surface embedded in 3D).</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">BoundaryGeometry3D </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">beginLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
beginLifespanVersion
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s4"><Data ss:Type="String">endLifespanVersion</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">-- Name --
endLifespanVersion
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">DateTime </Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">0..1</Data></Cell><Cell ss:StyleID="s5"><Data ss:Type="String">voidable</Data></Cell><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:AutoFitHeight="1" ss:Height="18.0"><Cell ss:Index="3" ss:StyleID="s41"><Data ss:Type="String">opening</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">The opening(s) being part of the boundary surface.</Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">Opening </Data></Cell><Cell ss:StyleID="s51"><Data ss:Type="String">0..*</Data></Cell><Cell ss:StyleID="s51"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/><Cell ss:StyleID="s5"/></Row><Row ss:Height="5.0"><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s1"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/><Cell ss:StyleID="s3"/></Row></Table></Worksheet></Workbook>