Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
145001
145002
145003
145004
145005
145006
145007
145008
145009
145010
145011
145012
145013
145014
145015
145016
145017
145018
145019
145020
145021
145022
145023
145024
145025
145026
145027
145028
145029
145030
145031
145032
145033
145034
145035
145036
145037
145038
145039
145040
145041
145042
145043
145044
145045
145046
145047
145048
145049
145050
145051
145052
145053
145054
145055
145056
145057
145058
145059
145060
145061
145062
145063
145064
145065
145066
145067
145068
145069
145070
145071
145072
145073
145074
145075
145076
145077
145078
145079
145080
145081
145082
145083
145084
145085
145086
145087
145088
145089
145090
145091
145092
145093
145094
145095
145096
145097
145098
145099
145100
145101
145102
145103
145104
145105
145106
145107
145108
145109
145110
145111
145112
145113
145114
145115
145116
145117
145118
145119
145120
145121
145122
145123
145124
145125
145126
145127
145128
145129
145130
145131
145132
145133
145134
145135
145136
145137
145138
145139
145140
145141
145142
145143
145144
145145
145146
145147
145148
145149
145150
145151
145152
145153
145154
145155
145156
145157
145158
145159
145160
145161
145162
145163
145164
145165
145166
145167
145168
145169
145170
145171
145172
145173
145174
145175
145176
145177
145178
145179
145180
145181
145182
145183
145184
145185
145186
145187
145188
145189
145190
145191
145192
145193
145194
145195
145196
145197
145198
145199
145200
145201
145202
145203
145204
145205
145206
145207
145208
145209
145210
145211
145212
145213
145214
145215
145216
145217
145218
145219
145220
145221
145222
145223
145224
145225
145226
145227
145228
145229
145230
145231
145232
145233
145234
145235
145236
145237
145238
145239
145240
145241
145242
145243
145244
145245
145246
145247
145248
145249
145250
145251
145252
145253
145254
145255
145256
145257
145258
145259
145260
145261
145262
145263
145264
145265
145266
145267
145268
145269
145270
145271
145272
145273
145274
145275
145276
145277
145278
145279
145280
145281
145282
145283
145284
145285
145286
145287
145288
145289
145290
145291
145292
145293
145294
145295
145296
145297
145298
145299
145300
145301
145302
145303
145304
145305
145306
145307
145308
145309
145310
145311
145312
145313
145314
145315
145316
145317
145318
145319
145320
145321
145322
145323
145324
145325
145326
145327
145328
145329
145330
145331
145332
145333
145334
145335
145336
145337
145338
145339
145340
145341
145342
145343
145344
145345
145346
145347
145348
145349
145350
145351
145352
145353
145354
145355
145356
145357
145358
145359
145360
145361
145362
145363
145364
145365
145366
145367
145368
145369
145370
145371
145372
145373
145374
145375
145376
145377
145378
145379
145380
145381
145382
145383
145384
145385
145386
145387
145388
145389
145390
145391
145392
145393
145394
145395
145396
145397
145398
145399
145400
145401
145402
145403
145404
145405
145406
145407
145408
145409
145410
145411
145412
145413
145414
145415
145416
145417
145418
145419
145420
145421
145422
145423
145424
145425
145426
145427
145428
145429
145430
145431
145432
145433
145434
145435
145436
145437
145438
145439
145440
145441
145442
145443
145444
145445
145446
145447
145448
145449
145450
145451
145452
145453
145454
145455
145456
145457
145458
145459
145460
145461
145462
145463
145464
145465
145466
145467
145468
145469
145470
145471
145472
145473
145474
145475
145476
145477
145478
145479
145480
145481
145482
145483
145484
145485
145486
145487
145488
145489
145490
145491
145492
145493
145494
145495
145496
145497
145498
145499
145500
145501
145502
145503
145504
145505
145506
145507
145508
145509
145510
145511
145512
145513
145514
145515
145516
145517
145518
145519
145520
145521
145522
145523
145524
145525
145526
145527
145528
145529
145530
145531
145532
145533
145534
145535
145536
145537
145538
145539
145540
145541
145542
145543
145544
145545
145546
145547
145548
145549
145550
145551
145552
145553
145554
145555
145556
145557
145558
145559
145560
145561
145562
145563
145564
145565
145566
145567
145568
145569
145570
145571
145572
145573
145574
145575
145576
145577
145578
145579
145580
145581
145582
145583
145584
145585
145586
145587
145588
145589
145590
145591
145592
145593
145594
145595
145596
145597
145598
145599
145600
145601
145602
145603
145604
145605
145606
145607
145608
145609
145610
145611
145612
145613
145614
145615
145616
145617
145618
145619
145620
145621
145622
145623
145624
145625
145626
145627
145628
145629
145630
145631
145632
145633
145634
145635
145636
145637
145638
145639
145640
145641
145642
145643
145644
145645
145646
145647
145648
145649
145650
145651
145652
145653
145654
145655
145656
145657
145658
145659
145660
145661
145662
145663
145664
145665
145666
145667
145668
145669
145670
145671
145672
145673
145674
145675
145676
145677
145678
145679
145680
145681
145682
145683
145684
145685
145686
145687
145688
145689
145690
145691
145692
145693
145694
145695
145696
145697
145698
145699
145700
145701
145702
145703
145704
145705
145706
145707
145708
145709
145710
145711
145712
145713
145714
145715
145716
145717
145718
145719
145720
145721
145722
145723
145724
145725
145726
145727
145728
145729
145730
145731
145732
145733
145734
145735
145736
145737
145738
145739
145740
145741
145742
145743
145744
145745
145746
145747
145748
145749
145750
145751
145752
145753
145754
145755
145756
145757
145758
145759
145760
145761
145762
145763
145764
145765
145766
145767
145768
145769
145770
145771
145772
145773
145774
145775
145776
145777
145778
145779
145780
145781
145782
145783
145784
145785
145786
145787
145788
145789
145790
145791
145792
145793
145794
145795
145796
145797
145798
145799
145800
145801
145802
145803
145804
145805
145806
145807
145808
145809
145810
145811
145812
145813
145814
145815
145816
145817
145818
145819
145820
145821
145822
145823
145824
145825
145826
145827
145828
145829
145830
145831
145832
145833
145834
145835
145836
145837
145838
145839
145840
145841
145842
145843
145844
145845
145846
145847
145848
145849
145850
145851
145852
145853
145854
145855
145856
145857
145858
145859
145860
145861
145862
145863
145864
145865
145866
145867
145868
145869
145870
145871
145872
145873
145874
145875
145876
145877
145878
145879
145880
145881
145882
145883
145884
145885
145886
145887
145888
145889
145890
145891
145892
145893
145894
145895
145896
145897
145898
145899
145900
145901
145902
145903
145904
145905
145906
145907
145908
145909
145910
145911
145912
145913
145914
145915
145916
145917
145918
145919
145920
145921
145922
145923
145924
145925
145926
145927
145928
145929
145930
145931
145932
145933
145934
145935
145936
145937
145938
145939
145940
145941
145942
145943
145944
145945
145946
145947
145948
145949
145950
145951
145952
145953
145954
145955
145956
145957
145958
145959
145960
145961
145962
145963
145964
145965
145966
145967
145968
145969
145970
145971
145972
145973
145974
145975
145976
145977
145978
145979
145980
145981
145982
145983
145984
145985
145986
145987
145988
145989
145990
145991
145992
145993
145994
145995
145996
145997
145998
145999
146000
              <gml:surfaceMember xlink:href="#Srf_85b56c3f-3121-4c82-83d3-ef87efcfac15"/>
              <gml:surfaceMember xlink:href="#Srf_bbe37943-60fd-48cc-aa88-96eabf725588"/>
              <gml:surfaceMember xlink:href="#Srf_add5546b-57be-4e50-96b6-7a26cea96498"/>
              <gml:surfaceMember xlink:href="#Srf_aa069ff3-3691-4ad5-b94d-98cc966b06ae"/>
              <gml:surfaceMember xlink:href="#Srf_90a7e848-2b56-4f57-afd7-2da969ac608f"/>
              <gml:surfaceMember xlink:href="#Srf_67f3be60-5cc2-404a-ad69-9e5236582bf5"/>
              <gml:surfaceMember xlink:href="#Srf_86719957-9606-4db0-8b1a-e2ee35ecf4c4"/>
              <gml:surfaceMember xlink:href="#Srf_441cabae-cf89-474d-957a-dc2bd2283ebb"/>
              <gml:surfaceMember xlink:href="#Srf_9ce3934a-fcd5-4cbc-88ae-cb01e8348df9"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_2e215171-39d7-44b4-ba0f-0d2ab471e093">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_48f869c2-050d-4bf1-9b24-82aa78edd413">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d02aaae9-ce34-4622-8326-7d25a168074a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d02aaae9-ce34-4622-8326-7d25a168074a_0_">
                      <gml:posList srsDimension="3">511089.580 5417369.210 264.260 511089.800 5417374.920 264.260 511089.800 5417374.920 271.608 511089.580 5417369.210 267.199 511089.580 5417369.210 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7d32bfac-1fe1-4068-8b1f-984afa4a6e25">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07a61217-84a0-4381-b91f-1b926adae05f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_add5546b-57be-4e50-96b6-7a26cea96498">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_add5546b-57be-4e50-96b6-7a26cea96498_0_">
                      <gml:posList srsDimension="3">511086.110 5417373.230 270.341 511085.700 5417373.250 270.361 511085.700 5417373.250 264.260 511086.110 5417373.230 264.260 511086.110 5417373.230 270.341</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_b67696ef-f7b3-4e98-a8b7-e8ff8b8e8e22">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6dc21d01-0aa6-48c3-a3af-69682c0e6eab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f295c60-6692-4a3a-aefa-5a95fd442e1c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f295c60-6692-4a3a-aefa-5a95fd442e1c_0_">
                      <gml:posList srsDimension="3">511089.800 5417374.920 264.260 511089.580 5417369.210 264.260 511085.960 5417369.340 264.260 511086.110 5417373.230 264.260 511085.700 5417373.250 264.260 511085.787 5417375.494 264.260 511085.840 5417376.860 264.260 511086.240 5417376.840 264.260 511086.420 5417380.560 264.260 511104.660 5417379.850 264.260 511104.451 5417375.265 264.260 511104.240 5417370.650 264.260 511097.510 5417370.910 264.260 511097.440 5417369.170 264.260 511092.410 5417369.370 264.260 511092.510 5417371.820 264.260 511093.070 5417371.800 264.260 511093.180 5417374.790 264.260 511089.800 5417374.920 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_41f867fd-3766-472c-9500-4c2fde4b9d9f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f0fc8ef0-052a-45b4-9565-630b9f622aa8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_62ee77f9-3bb8-4946-8db6-3decf57a73e0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_62ee77f9-3bb8-4946-8db6-3decf57a73e0_0_">
                      <gml:posList srsDimension="3">511093.180 5417374.790 271.472 511089.800 5417374.920 271.608 511089.800 5417374.920 264.260 511093.180 5417374.790 264.260 511093.180 5417374.790 271.472</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_160d44e9-ddb9-456e-8d78-a34264aeb50d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08ad83db-0bd5-4341-8f78-71d6a30012fd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7485c8f4-79f5-40ef-86cf-5d3d165b8637">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7485c8f4-79f5-40ef-86cf-5d3d165b8637_0_">
                      <gml:posList srsDimension="3">511093.180 5417374.790 264.260 511093.070 5417371.800 264.260 511093.070 5417371.800 269.163 511093.180 5417374.790 271.472 511093.180 5417374.790 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_fcc1bc19-9997-4df4-a431-faabbf8bdd63">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b3d4a0c-5b3c-4919-ba59-38ad39e3183e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ae56768b-89cd-4cc3-bfba-0305619b351c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ae56768b-89cd-4cc3-bfba-0305619b351c_0_">
                      <gml:posList srsDimension="3">511092.510 5417371.820 269.184 511093.070 5417371.800 269.163 511093.070 5417371.800 264.260 511092.510 5417371.820 264.260 511092.510 5417371.820 269.184</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5737e61f-a100-48df-afbb-36c3e51d3dc3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_594e41e7-3430-4f38-b376-1358b181e252">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_765a559f-d3db-49ab-93bc-ef2719fe78a1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_765a559f-d3db-49ab-93bc-ef2719fe78a1_0_">
                      <gml:posList srsDimension="3">511092.510 5417371.820 264.260 511092.410 5417369.370 264.260 511092.410 5417369.370 267.293 511092.510 5417371.820 269.184 511092.510 5417371.820 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_07120be9-50f3-4ecb-88d8-a70dc162edf9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1d27eba4-f4ae-41af-af86-da38577977b6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_86719957-9606-4db0-8b1a-e2ee35ecf4c4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_86719957-9606-4db0-8b1a-e2ee35ecf4c4_0_">
                      <gml:posList srsDimension="3">511097.440 5417369.170 267.085 511092.410 5417369.370 267.293 511092.410 5417369.370 264.260 511097.440 5417369.170 264.260 511097.440 5417369.170 267.085</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_71ae5304-9d61-4b11-9ed4-45461c488c78">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8010a127-c861-4c4f-b2a5-359ff6c7b3f6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3bdd7ade-a769-4ebc-ae4e-c76721229fd5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3bdd7ade-a769-4ebc-ae4e-c76721229fd5_0_">
                      <gml:posList srsDimension="3">511097.440 5417369.170 264.260 511097.510 5417370.910 264.260 511097.510 5417370.910 268.429 511097.440 5417369.170 267.085 511097.440 5417369.170 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_16f88b62-4190-4e4a-9af5-e6244a37bcc9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_04a29281-bd64-42bb-aa11-6ed76ff68ed6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_85b56c3f-3121-4c82-83d3-ef87efcfac15">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_85b56c3f-3121-4c82-83d3-ef87efcfac15_0_">
                      <gml:posList srsDimension="3">511104.240 5417370.650 268.157 511097.510 5417370.910 268.429 511097.510 5417370.910 264.260 511104.240 5417370.650 264.260 511104.240 5417370.650 268.157</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_36b572af-73ef-42d0-ac57-c820f14cfaf8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13a8713e-3981-4ed0-847e-9cf7d208fbf9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_259ef99f-624d-4c9a-8ccc-dfa93d9a1503">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_259ef99f-624d-4c9a-8ccc-dfa93d9a1503_0_">
                      <gml:posList srsDimension="3">511104.240 5417370.650 264.260 511104.451 5417375.265 264.260 511104.451 5417375.265 271.719 511104.240 5417370.650 268.157 511104.240 5417370.650 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_372f7933-a75c-4cf0-bf4c-39b32e02a4b2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8e795866-47ab-4f99-b42d-ab5b7685ac05">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_76b3453d-7773-4a53-897c-8f59f6f4352d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_76b3453d-7773-4a53-897c-8f59f6f4352d_0_">
                      <gml:posList srsDimension="3">511104.660 5417379.850 268.340 511104.451 5417375.265 271.719 511104.451 5417375.265 264.260 511104.660 5417379.850 264.260 511104.660 5417379.850 268.340</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9d1c244b-f2d4-4aa6-af92-1bab511131c6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_51a8e5c7-9e4b-411c-8c49-dd7d044f9b51">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f04b51c8-adcc-46cf-8cdc-a556bc683a91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f04b51c8-adcc-46cf-8cdc-a556bc683a91_0_">
                      <gml:posList srsDimension="3">511086.420 5417380.560 268.347 511104.660 5417379.850 268.340 511104.660 5417379.850 264.260 511086.420 5417380.560 264.260 511086.420 5417380.560 268.347</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_12be9268-8d0c-4a62-afaa-c0efecb361cc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_98372db9-f9ef-4e74-97b2-0fc032cbed93">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_67f3be60-5cc2-404a-ad69-9e5236582bf5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_67f3be60-5cc2-404a-ad69-9e5236582bf5_0_">
                      <gml:posList srsDimension="3">511089.580 5417369.210 267.199 511089.800 5417374.920 271.608 511093.180 5417374.790 271.472 511093.070 5417371.800 269.163 511092.510 5417371.820 269.184 511092.410 5417369.370 267.293 511097.440 5417369.170 267.085 511097.510 5417370.910 268.429 511104.240 5417370.650 268.157 511104.451 5417375.265 271.719 511085.787 5417375.494 272.093 511085.700 5417373.250 270.361 511086.110 5417373.230 270.341 511085.960 5417369.340 267.338 511089.580 5417369.210 267.199</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_746741d5-a895-4669-9dc9-7eb03d21a7cf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b8974607-96d9-4776-909f-63fe15b46f80">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_90a7e848-2b56-4f57-afd7-2da969ac608f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_90a7e848-2b56-4f57-afd7-2da969ac608f_0_">
                      <gml:posList srsDimension="3">511086.240 5417376.840 271.089 511086.420 5417380.560 268.347 511086.420 5417380.560 264.260 511086.240 5417376.840 264.260 511086.240 5417376.840 271.089</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e3ec445a-19ba-48b0-98ad-ab57583842a0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8868dfa8-3fc0-4b82-a846-ea950785ea3e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8c312ca6-a1d2-49a1-a450-835c57564e43">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8c312ca6-a1d2-49a1-a450-835c57564e43_0_">
                      <gml:posList srsDimension="3">511086.240 5417376.840 264.260 511085.840 5417376.860 264.260 511085.840 5417376.860 271.086 511086.240 5417376.840 271.089 511086.240 5417376.840 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_e9b118bd-126c-4c85-a03a-c5201a2126cf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f096d315-d612-417a-8fce-12a25c9a9f14">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9ce3934a-fcd5-4cbc-88ae-cb01e8348df9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9ce3934a-fcd5-4cbc-88ae-cb01e8348df9_0_">
                      <gml:posList srsDimension="3">511086.240 5417376.840 271.089 511085.840 5417376.860 271.086 511085.787 5417375.494 272.093 511104.451 5417375.265 271.719 511104.660 5417379.850 268.340 511086.420 5417380.560 268.347 511086.240 5417376.840 271.089</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a6f90e68-aa52-406c-ba28-a097d8c23f6f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ccd58423-af46-4773-afb6-b8e67728128b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa069ff3-3691-4ad5-b94d-98cc966b06ae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa069ff3-3691-4ad5-b94d-98cc966b06ae_0_">
                      <gml:posList srsDimension="3">511085.787 5417375.494 272.093 511085.840 5417376.860 271.086 511085.840 5417376.860 264.260 511085.787 5417375.494 264.260 511085.787 5417375.494 272.093</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_33bfd221-2c12-413b-8df8-208f10765aa8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d46820f4-b37c-4e57-86cc-2d561d10233e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_441cabae-cf89-474d-957a-dc2bd2283ebb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_441cabae-cf89-474d-957a-dc2bd2283ebb_0_">
                      <gml:posList srsDimension="3">511086.110 5417373.230 264.260 511085.960 5417369.340 264.260 511085.960 5417369.340 267.338 511086.110 5417373.230 270.341 511086.110 5417373.230 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_624de1a3-268c-471b-a5e6-5b3a0da4fe9d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_994e084b-2d97-4e24-aaa0-0cf8c9a6185d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cb26b984-a535-47f5-b06a-92bffefc7add">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cb26b984-a535-47f5-b06a-92bffefc7add_0_">
                      <gml:posList srsDimension="3">511089.580 5417369.210 267.199 511085.960 5417369.340 267.338 511085.960 5417369.340 264.260 511089.580 5417369.210 264.260 511089.580 5417369.210 267.199</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_30769b21-5996-4869-875f-4642720054f0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6ef08dc2-fb27-4698-9d32-cacc1bf8ba06">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bbe37943-60fd-48cc-aa88-96eabf725588">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bbe37943-60fd-48cc-aa88-96eabf725588_0_">
                      <gml:posList srsDimension="3">511085.787 5417375.494 264.260 511085.700 5417373.250 264.260 511085.700 5417373.250 270.361 511085.787 5417375.494 272.093 511085.787 5417375.494 264.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1934</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQq">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZQq</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1313</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.442</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2aefbe6f-eb0c-459d-965e-b46f08ffd7df">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_86ca22b1-c1cb-4ada-911a-bc6295e3b30f">
              <gml:surfaceMember xlink:href="#Srf_c4741b99-1f28-41f8-8962-36d707201879"/>
              <gml:surfaceMember xlink:href="#Srf_3284c32c-f3ca-4358-975b-a1c9dc16b9f1"/>
              <gml:surfaceMember xlink:href="#Srf_38d90e3d-f78e-40fc-a7f9-8e2924328258"/>
              <gml:surfaceMember xlink:href="#Srf_2a901265-8315-4b48-ae62-590990060774"/>
              <gml:surfaceMember xlink:href="#Srf_ea871e1f-1b62-4f1f-af16-e2427a297d30"/>
              <gml:surfaceMember xlink:href="#Srf_7bb60d9b-c977-4815-ac57-0f9be0d05063"/>
              <gml:surfaceMember xlink:href="#Srf_516fb78a-c094-420f-bc7a-ef38a3d0a918"/>
              <gml:surfaceMember xlink:href="#Srf_f6e76f68-2603-442c-8598-79342f192c99"/>
              <gml:surfaceMember xlink:href="#Srf_567599e6-2100-4ee2-a54c-bbbc7d8d4bfb"/>
              <gml:surfaceMember xlink:href="#Srf_23e5f791-56c6-468a-9add-889f46974b6e"/>
              <gml:surfaceMember xlink:href="#Srf_d09b89a6-91dc-4825-ad9e-e4db5d9ef460"/>
              <gml:surfaceMember xlink:href="#Srf_ad85882f-5149-49dd-ae20-95119d70ace6"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_da5c1cdd-43cb-41a9-8f5c-2dea66433f71">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa648afe-2704-4ebb-9b59-af0e057a9d84">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d09b89a6-91dc-4825-ad9e-e4db5d9ef460">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d09b89a6-91dc-4825-ad9e-e4db5d9ef460_0_">
                      <gml:posList srsDimension="3">510887.840 5418000.420 257.779 510888.930 5418000.420 257.761 510888.930 5418000.420 255.326 510887.840 5418000.420 255.326 510887.840 5418000.420 257.779</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_f379cc73-e97c-404b-bbc3-280de99bdc66">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_11cf21d4-1800-4fde-832f-582ac3a53a6a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_516fb78a-c094-420f-bc7a-ef38a3d0a918">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_516fb78a-c094-420f-bc7a-ef38a3d0a918_0_">
                      <gml:posList srsDimension="3">510887.840 5418000.420 257.779 510887.840 5417997.355 258.767 510890.960 5417997.380 258.708 510890.960 5417998.840 258.237 510888.930 5417998.840 258.271 510888.930 5418000.420 257.761 510887.840 5418000.420 257.779</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b0060291-93aa-4d0a-b0cf-a49de95707df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13a822ad-f543-42cb-bca5-d468bebe4222">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7bb60d9b-c977-4815-ac57-0f9be0d05063">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7bb60d9b-c977-4815-ac57-0f9be0d05063_0_">
                      <gml:posList srsDimension="3">510887.840 5418000.420 257.779 510887.840 5418000.420 255.326 510887.840 5417997.355 255.326 510887.840 5417997.355 258.767 510887.840 5418000.420 257.779</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_85b3eb49-f05a-4157-81ab-060eaf0db6ff">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b542b52d-3e46-4f32-8fa6-fd01a10cc90a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_38d90e3d-f78e-40fc-a7f9-8e2924328258">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_38d90e3d-f78e-40fc-a7f9-8e2924328258_0_">
                      <gml:posList srsDimension="3">510890.960 5417995.750 258.165 510890.960 5417995.750 255.326 510890.960 5417997.380 255.326 510890.960 5417997.380 258.708 510890.960 5417995.750 258.165</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f67a18d2-69bb-4ea0-a437-9f20fe388725">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5ef7d194-5c7f-464d-bd59-888fcf3cfe7f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_567599e6-2100-4ee2-a54c-bbbc7d8d4bfb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_567599e6-2100-4ee2-a54c-bbbc7d8d4bfb_0_">
                      <gml:posList srsDimension="3">510887.840 5417996.000 255.326 510887.840 5417996.000 258.315 510887.840 5417997.355 258.767 510887.840 5417997.355 255.326 510887.840 5417996.000 255.326</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8814f01b-80b6-4003-b648-761093e22bee">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_75dd2ebf-7e21-4f03-ad17-4a343360b7d0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_23e5f791-56c6-468a-9add-889f46974b6e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_23e5f791-56c6-468a-9add-889f46974b6e_0_">
                      <gml:posList srsDimension="3">510890.960 5417998.840 255.326 510890.960 5417998.840 258.237 510890.960 5417997.380 258.708 510890.960 5417997.380 255.326 510890.960 5417998.840 255.326</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8d7208ec-cc9e-4876-b47e-b5159bd794e1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70d31122-696a-487a-b845-2ecf3b72f8bf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3284c32c-f3ca-4358-975b-a1c9dc16b9f1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3284c32c-f3ca-4358-975b-a1c9dc16b9f1_0_">
                      <gml:posList srsDimension="3">510887.840 5417995.750 255.326 510887.840 5417995.750 258.232 510887.840 5417996.000 258.315 510887.840 5417996.000 255.326 510887.840 5417995.750 255.326</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_6c07bfe5-a03e-4318-b2c3-6bf024decea3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9b0096f3-5c73-46b4-917c-dc16e9c8ca82">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2a901265-8315-4b48-ae62-590990060774">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2a901265-8315-4b48-ae62-590990060774_0_">
                      <gml:posList srsDimension="3">510888.930 5417998.840 258.271 510890.960 5417998.840 258.237 510890.960 5417998.840 255.326 510888.930 5417998.840 255.326 510888.930 5417998.840 258.271</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_502175aa-a7e5-42b1-b79e-f386ed7265bc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a87612b3-4aad-4fec-b5ae-fc770fdc6356">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea871e1f-1b62-4f1f-af16-e2427a297d30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea871e1f-1b62-4f1f-af16-e2427a297d30_0_">
                      <gml:posList srsDimension="3">510890.960 5417995.750 258.165 510887.840 5417995.750 258.232 510887.840 5417995.750 255.326 510890.960 5417995.750 255.326 510890.960 5417995.750 258.165</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_75f4e126-05bd-44e5-8b8a-b0eddd591412">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5c181c04-e266-4294-9be2-3f56ff1b00b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c4741b99-1f28-41f8-8962-36d707201879">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c4741b99-1f28-41f8-8962-36d707201879_0_">
                      <gml:posList srsDimension="3">510888.930 5418000.420 255.326 510888.930 5418000.420 257.761 510888.930 5417998.840 258.271 510888.930 5417998.840 255.326 510888.930 5418000.420 255.326</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_ce4c9b47-8125-49de-ab0b-b2195d7503d6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d589380b-a149-4961-ac49-27d0c1fe5b71">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f6e76f68-2603-442c-8598-79342f192c99">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f6e76f68-2603-442c-8598-79342f192c99_0_">
                      <gml:posList srsDimension="3">510890.960 5417995.750 255.326 510887.840 5417995.750 255.326 510887.840 5417996.000 255.326 510887.840 5417997.355 255.326 510887.840 5418000.420 255.326 510888.930 5418000.420 255.326 510888.930 5417998.840 255.326 510890.960 5417998.840 255.326 510890.960 5417997.380 255.326 510890.960 5417995.750 255.326</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_0f558484-6af9-450f-a152-27361d9123da">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2c2f95d8-94d4-481e-8af1-26dc0174902b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ad85882f-5149-49dd-ae20-95119d70ace6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ad85882f-5149-49dd-ae20-95119d70ace6_0_">
                      <gml:posList srsDimension="3">510887.840 5417995.750 258.232 510890.960 5417995.750 258.165 510890.960 5417997.380 258.708 510887.840 5417997.355 258.767 510887.840 5417996.000 258.315 510887.840 5417995.750 258.232</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1985</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZeE">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZeE</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2020</bldg:function>
      <bldg:roofType>9999</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">7.623</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_69f195d0-1b7e-485f-8257-1caf6878d0ff">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_42c9eb68-31f1-4e78-b3f5-299ab585dc9c">
              <gml:surfaceMember xlink:href="#UUID_2eef464c-c2fc-4303-af40-41273ce326c2"/>
              <gml:surfaceMember xlink:href="#UUID_f043303f-a39f-48f0-a921-e2ff856b05e2"/>
              <gml:surfaceMember xlink:href="#UUID_2fbacf5c-88ff-4c4e-bcef-b753b7faa4c4"/>
              <gml:surfaceMember xlink:href="#UUID_cac44b53-d607-4222-8fbe-c937fca87cf5"/>
              <gml:surfaceMember xlink:href="#UUID_9b7e8fa1-6875-41ac-9bd2-80bc3207fd3d"/>
              <gml:surfaceMember xlink:href="#UUID_2ac0f506-b7af-4ce9-b292-b086b92e1dfa"/>
              <gml:surfaceMember xlink:href="#UUID_e75effe3-a089-49ee-85a8-7ba4466cc0d8"/>
              <gml:surfaceMember xlink:href="#UUID_0b02fbad-9426-4fa1-8eaf-79b1125343a0"/>
              <gml:surfaceMember xlink:href="#UUID_6de70bd8-1001-41e8-a9a1-d4404f83248a"/>
              <gml:surfaceMember xlink:href="#UUID_72f59b2b-6664-4831-8f1a-f0edab14e3d3"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a0ec22b4-0ba8-4c72-9625-289c7543e8e1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_12ea487f-9cd0-4a3a-876f-74975af4170c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_6de70bd8-1001-41e8-a9a1-d4404f83248a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_6de70bd8-1001-41e8-a9a1-d4404f83248a_0_">
                      <gml:posList srsDimension="3">511244.160 5416875.300 262.357 511245.080 5416857.870 262.357 511245.080 5416857.870 269.980 511244.160 5416875.300 269.980 511244.160 5416875.300 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_a0bd5e04-1c6e-4a5b-befd-8438a67c3658">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af5665a6-aefb-42d5-b408-bf2efe8b1275">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_72f59b2b-6664-4831-8f1a-f0edab14e3d3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_72f59b2b-6664-4831-8f1a-f0edab14e3d3_0_">
                      <gml:posList srsDimension="3">511258.470 5416876.090 269.980 511244.160 5416875.300 269.980 511245.080 5416857.870 269.980 511246.140 5416857.930 269.980 511246.290 5416855.150 269.980 511250.590 5416855.390 269.980 511250.440 5416858.160 269.980 511259.430 5416858.660 269.980 511258.470 5416876.090 269.980</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_a4e30a6b-e52d-4d46-82d5-ff008cca192a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3926e55b-7c19-43e0-be8a-e3d8c6fc06bf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_9b7e8fa1-6875-41ac-9bd2-80bc3207fd3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_9b7e8fa1-6875-41ac-9bd2-80bc3207fd3d_0_">
                      <gml:posList srsDimension="3">511244.160 5416875.300 262.357 511258.470 5416876.090 262.357 511259.430 5416858.660 262.357 511250.440 5416858.160 262.357 511250.590 5416855.390 262.357 511246.290 5416855.150 262.357 511246.140 5416857.930 262.357 511245.080 5416857.870 262.357 511244.160 5416875.300 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c9539798-bec8-4785-b872-08742d40c82d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_60c51c4d-17ca-4217-819c-dee911426dce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_cac44b53-d607-4222-8fbe-c937fca87cf5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_cac44b53-d607-4222-8fbe-c937fca87cf5_0_">
                      <gml:posList srsDimension="3">511245.080 5416857.870 262.357 511246.140 5416857.930 262.357 511246.140 5416857.930 269.980 511245.080 5416857.870 269.980 511245.080 5416857.870 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_77a5840a-9bf6-4ed7-9429-46e4d05189eb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_49887742-1de7-4c4b-8341-992e5ccecf40">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_e75effe3-a089-49ee-85a8-7ba4466cc0d8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_e75effe3-a089-49ee-85a8-7ba4466cc0d8_0_">
                      <gml:posList srsDimension="3">511246.140 5416857.930 262.357 511246.290 5416855.150 262.357 511246.290 5416855.150 269.980 511246.140 5416857.930 269.980 511246.140 5416857.930 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7f4a6cc4-ec7b-42e0-84f9-880ba0540151">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a8764af-d0e7-4c04-b6ae-f5ca9311a79a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_2eef464c-c2fc-4303-af40-41273ce326c2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_2eef464c-c2fc-4303-af40-41273ce326c2_0_">
                      <gml:posList srsDimension="3">511246.290 5416855.150 262.357 511250.590 5416855.390 262.357 511250.590 5416855.390 269.980 511246.290 5416855.150 269.980 511246.290 5416855.150 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_017e93b6-9e5a-4fb6-b8d8-d3374020ea74">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d3b4b432-26aa-40ed-afa0-1368892a6914">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_2ac0f506-b7af-4ce9-b292-b086b92e1dfa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_2ac0f506-b7af-4ce9-b292-b086b92e1dfa_0_">
                      <gml:posList srsDimension="3">511250.590 5416855.390 262.357 511250.440 5416858.160 262.357 511250.440 5416858.160 269.980 511250.590 5416855.390 269.980 511250.590 5416855.390 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3dc32aec-f770-4355-8d95-d05ecacae599">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f139fd6c-eaa6-4635-941e-26b1809dbf5e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_f043303f-a39f-48f0-a921-e2ff856b05e2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_f043303f-a39f-48f0-a921-e2ff856b05e2_0_">
                      <gml:posList srsDimension="3">511250.440 5416858.160 262.357 511259.430 5416858.660 262.357 511259.430 5416858.660 269.980 511250.440 5416858.160 269.980 511250.440 5416858.160 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_304ce867-d5ae-4448-9813-c3adbac5980c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_41c058f7-34fc-4076-a7f1-f0714efd76c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_2fbacf5c-88ff-4c4e-bcef-b753b7faa4c4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_2fbacf5c-88ff-4c4e-bcef-b753b7faa4c4_0_">
                      <gml:posList srsDimension="3">511259.430 5416858.660 262.357 511258.470 5416876.090 262.357 511258.470 5416876.090 269.980 511259.430 5416858.660 269.980 511259.430 5416858.660 262.357</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a28a14e6-999d-487d-8762-89bfc9989ded">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b98e495f-70bf-43ac-8fa6-0b4d891f640d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_0b02fbad-9426-4fa1-8eaf-79b1125343a0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_0b02fbad-9426-4fa1-8eaf-79b1125343a0_0_">
                      <gml:posList srsDimension="3">511244.160 5416875.300 269.980 511258.470 5416876.090 269.980 511258.470 5416876.090 262.357 511244.160 5416875.300 262.357 511244.160 5416875.300 269.980</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2003</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZeF">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZeF</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2120</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">7.764</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a645e604-bc44-4d61-9457-d80dd682687a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_ee8fc8d9-c4c9-46dd-b817-cb18208d298b">
              <gml:surfaceMember xlink:href="#Srf_100808e7-e3ce-4935-87ca-3fb1ddf2a9dd"/>
              <gml:surfaceMember xlink:href="#Srf_efd39be2-e437-47c4-9de1-a8c34a698af6"/>
              <gml:surfaceMember xlink:href="#Srf_2831ca88-0bf5-4731-8014-669d7fda4092"/>
              <gml:surfaceMember xlink:href="#Srf_35e049b6-c6a9-4fe0-89b4-cb57d1cce4de"/>
              <gml:surfaceMember xlink:href="#Srf_56482a04-e23c-4eac-934e-3511b4e105bc"/>
              <gml:surfaceMember xlink:href="#Srf_b7a709c5-b71e-45f9-8b74-039aa9644c99"/>
              <gml:surfaceMember xlink:href="#Srf_c30e78dc-5f1b-4f2e-8fa2-145bfdbbea4d"/>
              <gml:surfaceMember xlink:href="#Srf_e46e589f-03fd-447b-872c-8b5feed88b78"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_048804ea-cbf2-41d2-bea7-d242367738ce">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf2562da-6ee3-48f0-9cb9-0a6b5d52b0d0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_56482a04-e23c-4eac-934e-3511b4e105bc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_56482a04-e23c-4eac-934e-3511b4e105bc_0_">
                      <gml:posList srsDimension="3">511220.570 5416838.820 270.700 511224.350 5416839.000 270.514 511224.350 5416839.000 263.863 511220.570 5416838.820 263.863 511220.570 5416838.820 270.700</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_d293c96a-da9e-4d03-80c2-fbb2d37e7ffd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a0567e2c-2af1-456e-b4e7-6271e00d889e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35e049b6-c6a9-4fe0-89b4-cb57d1cce4de">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35e049b6-c6a9-4fe0-89b4-cb57d1cce4de_0_">
                      <gml:posList srsDimension="3">511220.570 5416838.820 263.863 511220.080 5416848.910 263.863 511220.080 5416848.910 270.659 511220.570 5416838.820 270.700 511220.570 5416838.820 263.863</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_09994146-a3c3-410f-9e0b-e97253135e12">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da8ac4b6-39cd-4fd8-afe7-5d1f2029517c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_efd39be2-e437-47c4-9de1-a8c34a698af6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_efd39be2-e437-47c4-9de1-a8c34a698af6_0_">
                      <gml:posList srsDimension="3">511201.750 5416848.030 271.563 511220.080 5416848.910 270.659 511220.080 5416848.910 263.863 511201.750 5416848.030 263.863 511201.750 5416848.030 271.563</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_0f1ef1d3-a307-4fc1-8ac5-5a42c9ce6557">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_41d958c8-906e-45fe-ae8b-c15006ccbfbf">
              <gml:surfaceMember>
For faster browsing, not all history is shown. View entire blame