Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
138001
138002
138003
138004
138005
138006
138007
138008
138009
138010
138011
138012
138013
138014
138015
138016
138017
138018
138019
138020
138021
138022
138023
138024
138025
138026
138027
138028
138029
138030
138031
138032
138033
138034
138035
138036
138037
138038
138039
138040
138041
138042
138043
138044
138045
138046
138047
138048
138049
138050
138051
138052
138053
138054
138055
138056
138057
138058
138059
138060
138061
138062
138063
138064
138065
138066
138067
138068
138069
138070
138071
138072
138073
138074
138075
138076
138077
138078
138079
138080
138081
138082
138083
138084
138085
138086
138087
138088
138089
138090
138091
138092
138093
138094
138095
138096
138097
138098
138099
138100
138101
138102
138103
138104
138105
138106
138107
138108
138109
138110
138111
138112
138113
138114
138115
138116
138117
138118
138119
138120
138121
138122
138123
138124
138125
138126
138127
138128
138129
138130
138131
138132
138133
138134
138135
138136
138137
138138
138139
138140
138141
138142
138143
138144
138145
138146
138147
138148
138149
138150
138151
138152
138153
138154
138155
138156
138157
138158
138159
138160
138161
138162
138163
138164
138165
138166
138167
138168
138169
138170
138171
138172
138173
138174
138175
138176
138177
138178
138179
138180
138181
138182
138183
138184
138185
138186
138187
138188
138189
138190
138191
138192
138193
138194
138195
138196
138197
138198
138199
138200
138201
138202
138203
138204
138205
138206
138207
138208
138209
138210
138211
138212
138213
138214
138215
138216
138217
138218
138219
138220
138221
138222
138223
138224
138225
138226
138227
138228
138229
138230
138231
138232
138233
138234
138235
138236
138237
138238
138239
138240
138241
138242
138243
138244
138245
138246
138247
138248
138249
138250
138251
138252
138253
138254
138255
138256
138257
138258
138259
138260
138261
138262
138263
138264
138265
138266
138267
138268
138269
138270
138271
138272
138273
138274
138275
138276
138277
138278
138279
138280
138281
138282
138283
138284
138285
138286
138287
138288
138289
138290
138291
138292
138293
138294
138295
138296
138297
138298
138299
138300
138301
138302
138303
138304
138305
138306
138307
138308
138309
138310
138311
138312
138313
138314
138315
138316
138317
138318
138319
138320
138321
138322
138323
138324
138325
138326
138327
138328
138329
138330
138331
138332
138333
138334
138335
138336
138337
138338
138339
138340
138341
138342
138343
138344
138345
138346
138347
138348
138349
138350
138351
138352
138353
138354
138355
138356
138357
138358
138359
138360
138361
138362
138363
138364
138365
138366
138367
138368
138369
138370
138371
138372
138373
138374
138375
138376
138377
138378
138379
138380
138381
138382
138383
138384
138385
138386
138387
138388
138389
138390
138391
138392
138393
138394
138395
138396
138397
138398
138399
138400
138401
138402
138403
138404
138405
138406
138407
138408
138409
138410
138411
138412
138413
138414
138415
138416
138417
138418
138419
138420
138421
138422
138423
138424
138425
138426
138427
138428
138429
138430
138431
138432
138433
138434
138435
138436
138437
138438
138439
138440
138441
138442
138443
138444
138445
138446
138447
138448
138449
138450
138451
138452
138453
138454
138455
138456
138457
138458
138459
138460
138461
138462
138463
138464
138465
138466
138467
138468
138469
138470
138471
138472
138473
138474
138475
138476
138477
138478
138479
138480
138481
138482
138483
138484
138485
138486
138487
138488
138489
138490
138491
138492
138493
138494
138495
138496
138497
138498
138499
138500
138501
138502
138503
138504
138505
138506
138507
138508
138509
138510
138511
138512
138513
138514
138515
138516
138517
138518
138519
138520
138521
138522
138523
138524
138525
138526
138527
138528
138529
138530
138531
138532
138533
138534
138535
138536
138537
138538
138539
138540
138541
138542
138543
138544
138545
138546
138547
138548
138549
138550
138551
138552
138553
138554
138555
138556
138557
138558
138559
138560
138561
138562
138563
138564
138565
138566
138567
138568
138569
138570
138571
138572
138573
138574
138575
138576
138577
138578
138579
138580
138581
138582
138583
138584
138585
138586
138587
138588
138589
138590
138591
138592
138593
138594
138595
138596
138597
138598
138599
138600
138601
138602
138603
138604
138605
138606
138607
138608
138609
138610
138611
138612
138613
138614
138615
138616
138617
138618
138619
138620
138621
138622
138623
138624
138625
138626
138627
138628
138629
138630
138631
138632
138633
138634
138635
138636
138637
138638
138639
138640
138641
138642
138643
138644
138645
138646
138647
138648
138649
138650
138651
138652
138653
138654
138655
138656
138657
138658
138659
138660
138661
138662
138663
138664
138665
138666
138667
138668
138669
138670
138671
138672
138673
138674
138675
138676
138677
138678
138679
138680
138681
138682
138683
138684
138685
138686
138687
138688
138689
138690
138691
138692
138693
138694
138695
138696
138697
138698
138699
138700
138701
138702
138703
138704
138705
138706
138707
138708
138709
138710
138711
138712
138713
138714
138715
138716
138717
138718
138719
138720
138721
138722
138723
138724
138725
138726
138727
138728
138729
138730
138731
138732
138733
138734
138735
138736
138737
138738
138739
138740
138741
138742
138743
138744
138745
138746
138747
138748
138749
138750
138751
138752
138753
138754
138755
138756
138757
138758
138759
138760
138761
138762
138763
138764
138765
138766
138767
138768
138769
138770
138771
138772
138773
138774
138775
138776
138777
138778
138779
138780
138781
138782
138783
138784
138785
138786
138787
138788
138789
138790
138791
138792
138793
138794
138795
138796
138797
138798
138799
138800
138801
138802
138803
138804
138805
138806
138807
138808
138809
138810
138811
138812
138813
138814
138815
138816
138817
138818
138819
138820
138821
138822
138823
138824
138825
138826
138827
138828
138829
138830
138831
138832
138833
138834
138835
138836
138837
138838
138839
138840
138841
138842
138843
138844
138845
138846
138847
138848
138849
138850
138851
138852
138853
138854
138855
138856
138857
138858
138859
138860
138861
138862
138863
138864
138865
138866
138867
138868
138869
138870
138871
138872
138873
138874
138875
138876
138877
138878
138879
138880
138881
138882
138883
138884
138885
138886
138887
138888
138889
138890
138891
138892
138893
138894
138895
138896
138897
138898
138899
138900
138901
138902
138903
138904
138905
138906
138907
138908
138909
138910
138911
138912
138913
138914
138915
138916
138917
138918
138919
138920
138921
138922
138923
138924
138925
138926
138927
138928
138929
138930
138931
138932
138933
138934
138935
138936
138937
138938
138939
138940
138941
138942
138943
138944
138945
138946
138947
138948
138949
138950
138951
138952
138953
138954
138955
138956
138957
138958
138959
138960
138961
138962
138963
138964
138965
138966
138967
138968
138969
138970
138971
138972
138973
138974
138975
138976
138977
138978
138979
138980
138981
138982
138983
138984
138985
138986
138987
138988
138989
138990
138991
138992
138993
138994
138995
138996
138997
138998
138999
139000
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9ab2d1d9-09ed-4582-8c4e-d3b3d38e76ff">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5ad2f190-6b7e-4bfa-b66b-be577038f5ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e217e57e-33b7-4bd1-8b4a-762af9de46ec">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e217e57e-33b7-4bd1-8b4a-762af9de46ec_0_">
                      <gml:posList srsDimension="3">510783.490 5417355.080 268.458 510783.350 5417355.070 268.458 510783.350 5417355.070 276.482 510783.490 5417355.080 276.587 510783.490 5417355.080 268.458</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_93d80abf-50db-4cdd-8ecd-63e56f074240">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cd239613-8301-4969-be08-3f1b175afd79">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_48f3d72b-a476-4b3b-b3fa-f29f2d6cf596">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_48f3d72b-a476-4b3b-b3fa-f29f2d6cf596_0_">
                      <gml:posList srsDimension="3">510783.350 5417355.070 268.458 510783.600 5417346.520 268.458 510783.600 5417346.520 276.482 510783.350 5417355.070 276.482 510783.350 5417355.070 268.458</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_e45b5368-6eb1-401d-aa78-6a933468b5d8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c2c9fffa-ac24-4aa7-800e-b71f92a0dbcd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_907c4f6c-b5bb-4f00-afd1-a7aafbc03c22">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_907c4f6c-b5bb-4f00-afd1-a7aafbc03c22_0_">
                      <gml:posList srsDimension="3">510783.600 5417346.520 268.458 510784.120 5417346.540 268.458 510784.120 5417346.540 276.870 510783.600 5417346.520 276.482 510783.600 5417346.520 268.458</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_cf90b1be-ae4d-4e60-9556-5fa3ddd55f6d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c95f137a-ffe0-4262-9d66-3c9764064c1b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f66765b-7982-40f6-ab5f-572b22b80963">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f66765b-7982-40f6-ab5f-572b22b80963_0_">
                      <gml:posList srsDimension="3">510784.121 5417346.519 268.458 510784.121 5417346.519 276.870 510784.120 5417346.540 276.870 510784.120 5417346.540 268.458 510784.121 5417346.519 268.458</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_28bb71f0-37a1-476a-b196-e39913ae7991">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bcea9e13-baad-49e2-9364-2db6c9db62b3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d1e093e1-76c9-4e66-a48a-46c1680670b1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d1e093e1-76c9-4e66-a48a-46c1680670b1_0_">
                      <gml:posList srsDimension="3">510788.580 5417346.670 279.151 510788.440 5417346.670 279.255 510788.440 5417346.670 268.458 510788.580 5417346.670 268.458 510788.580 5417346.670 279.151</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_d1199e61-b5c2-41df-b1eb-54ec9942f863">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_67d0b394-6efe-47df-8642-7efa1904b8ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47d88d72-f698-4cdf-833e-8ae19ca33ae8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47d88d72-f698-4cdf-833e-8ae19ca33ae8_0_">
                      <gml:posList srsDimension="3">510789.150 5417346.140 278.746 510788.580 5417346.670 279.151 510788.580 5417346.670 268.458 510789.150 5417346.140 268.458 510789.150 5417346.140 278.746</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_81de5751-cb8c-47b5-b8dc-62e9dd864d38">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6c5399ee-e5bf-439b-bdcc-623dd248f17a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1cc780d7-bd66-4f56-b48e-5fe7367bd8a0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1cc780d7-bd66-4f56-b48e-5fe7367bd8a0_0_">
                      <gml:posList srsDimension="3">510790.670 5417346.200 277.622 510789.150 5417346.140 278.746 510789.150 5417346.140 268.458 510790.670 5417346.200 268.458 510790.670 5417346.200 277.622</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_a53ecc0a-dca0-4e83-bd08-dbaac52545c2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8ae94615-c443-4432-801e-e1b7bb35b2bb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ba8c45fd-092b-4410-ae09-a5476e2e315d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ba8c45fd-092b-4410-ae09-a5476e2e315d_0_">
                      <gml:posList srsDimension="3">510791.210 5417346.770 277.205 510790.670 5417346.200 277.622 510790.670 5417346.200 268.458 510791.210 5417346.770 268.458 510791.210 5417346.770 277.205</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_ac97440c-65ca-4d9c-8999-1d063cd03058">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d5557589-c9ae-4bfa-8a8e-d0df7e016272">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5e85e001-d69c-4990-9cd4-a5188e9ef08f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5e85e001-d69c-4990-9cd4-a5188e9ef08f_0_">
                      <gml:posList srsDimension="3">510791.960 5417346.800 276.650 510791.210 5417346.770 277.205 510791.210 5417346.770 268.458 510791.960 5417346.800 268.458 510791.960 5417346.800 276.650</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_c94ded57-c42a-4bf4-9c00-da5565bfc8a3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1c2a868e-3553-4f70-873a-080fb5e38f72">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c0405cd5-c266-4269-aa2b-35e4429cebf6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c0405cd5-c266-4269-aa2b-35e4429cebf6_0_">
                      <gml:posList srsDimension="3">510791.960 5417346.800 268.458 510791.470 5417361.480 268.458 510791.470 5417361.480 276.563 510791.960 5417346.800 276.650 510791.960 5417346.800 268.458</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_238ce42c-af68-4cdc-a273-84d0899993fa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_228a741c-3ff8-4122-b6c4-ac5fb55ff9ca">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7bacca01-832d-495c-9ca8-50d91b8f6e4b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7bacca01-832d-495c-9ca8-50d91b8f6e4b_0_">
                      <gml:posList srsDimension="3">510787.356 5417361.359 279.605 510791.470 5417361.480 276.563 510791.470 5417361.480 268.458 510787.356 5417361.359 268.458 510787.356 5417361.359 279.605</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_08ec104e-c267-4cf5-b340-d6059c5f4b64">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d2f165a5-37e2-4a74-b8ee-3420c29c7ca1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_71d73d67-7af5-479a-9a6a-f6cfe3e47862">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_71d73d67-7af5-479a-9a6a-f6cfe3e47862_0_">
                      <gml:posList srsDimension="3">510787.356 5417361.359 268.458 510783.320 5417361.240 268.458 510783.320 5417361.240 276.594 510787.356 5417361.359 279.605 510787.356 5417361.359 268.458</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_79638f8c-f469-404e-a905-cf9be6abd029">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_53c4e553-a592-41e4-ac07-ce426d15021a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f2808e83-2521-4437-822b-fc318c817735">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f2808e83-2521-4437-822b-fc318c817735_0_">
                      <gml:posList srsDimension="3">510783.490 5417355.080 276.587 510783.320 5417361.240 276.594 510783.320 5417361.240 268.458 510783.490 5417355.080 268.458 510783.490 5417355.080 276.587</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_f0bb2ea6-a422-413e-9b26-61c3f90d539a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_651d9d71-1f8c-4e74-ae14-ba5045a4ce6c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9df571ff-73b8-4d1e-abc5-ecbbef2e0960">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9df571ff-73b8-4d1e-abc5-ecbbef2e0960_0_">
                      <gml:posList srsDimension="3">510788.440 5417346.670 268.458 510787.876 5417346.650 268.458 510784.121 5417346.519 268.458 510784.120 5417346.540 268.458 510783.600 5417346.520 268.458 510783.350 5417355.070 268.458 510783.490 5417355.080 268.458 510783.320 5417361.240 268.458 510787.356 5417361.359 268.458 510791.470 5417361.480 268.458 510791.960 5417346.800 268.458 510791.210 5417346.770 268.458 510790.670 5417346.200 268.458 510789.150 5417346.140 268.458 510788.580 5417346.670 268.458 510788.440 5417346.670 268.458</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:ClosureSurface gml:id="UUID_5518b0ce-0632-453e-b1d5-71a9ea8c1d27">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7a4cc59f-55e7-40e2-a1fd-3b7b519aed6f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_349b8a7a-77f8-4651-bde7-a242004b9116">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_349b8a7a-77f8-4651-bde7-a242004b9116_0_">
                      <gml:posList srsDimension="3">510787.876 5417346.650 276.313 510787.876 5417346.650 269.723 510784.121 5417346.519 269.723 510784.121 5417346.519 276.302 510787.876 5417346.650 276.313</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_c3d04b60-3df8-476e-8ca8-7a6964926485">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_c3d04b60-3df8-476e-8ca8-7a6964926485_0_">
                      <gml:posList srsDimension="3">510788.440 5417346.670 276.315 510788.440 5417346.670 269.723 510787.876 5417346.650 269.723 510787.876 5417346.650 276.313 510788.440 5417346.670 276.315</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:ClosureSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_ede4c036-c216-4942-abff-928f12ddaaac">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_abd15af8-4628-4d94-afcc-248685be561c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_0d301b10-1ee9-40fb-8593-b3e6a370f701">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_0d301b10-1ee9-40fb-8593-b3e6a370f701_0_">
                      <gml:posList srsDimension="3">510784.121 5417346.519 276.870 510784.121 5417346.519 276.302 510787.876 5417346.650 276.313 510787.876 5417346.650 279.672 510784.121 5417346.519 276.870</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_a4b145a7-06c1-472b-acc0-13241d6a6682">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_a4b145a7-06c1-472b-acc0-13241d6a6682_0_">
                      <gml:posList srsDimension="3">510784.121 5417346.519 269.723 510784.121 5417346.519 268.458 510787.876 5417346.650 268.458 510787.876 5417346.650 269.723 510784.121 5417346.519 269.723</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:ClosureSurface gml:id="UUID_9e33e0d6-ee8d-4112-b37f-912b2c713f37">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2e9559f0-8f8e-4701-82ed-0de5c8c5e0e4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_a467dc41-84fb-4cf2-b68a-121a93a1b50c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_a467dc41-84fb-4cf2-b68a-121a93a1b50c_0_">
                      <gml:posList srsDimension="3">510784.121 5417346.519 276.302 510784.121 5417346.519 269.723 510787.876 5417346.650 269.723 510787.876 5417346.650 276.313 510784.121 5417346.519 276.302</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:ClosureSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b8a5bcea-d885-4969-af57-883010707618">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1359e869-b9ea-47ef-be53-edbfac680767">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_e1f9169a-455d-4146-9d1c-9b11e3c511a1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_e1f9169a-455d-4146-9d1c-9b11e3c511a1_0_">
                      <gml:posList srsDimension="3">510788.440 5417346.670 279.255 510787.876 5417346.650 279.672 510787.876 5417346.650 276.313 510788.440 5417346.670 276.315 510788.440 5417346.670 279.255</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_32945a09-9f37-42b7-becf-0bd522a20ec5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_32945a09-9f37-42b7-becf-0bd522a20ec5_0_">
                      <gml:posList srsDimension="3">510788.440 5417346.670 269.723 510787.876 5417346.650 269.723 510787.876 5417346.650 268.458 510788.440 5417346.670 268.458 510788.440 5417346.670 269.723</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:ClosureSurface gml:id="UUID_90af20af-ab5d-4980-9544-29fba483a473">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0d034d74-b612-432e-baa5-6a65780c6085">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_bb511bfa-98b7-4e7d-9b91-4c40e206931b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_bb511bfa-98b7-4e7d-9b91-4c40e206931b_0_">
                      <gml:posList srsDimension="3">510788.440 5417346.670 276.315 510787.876 5417346.650 276.313 510787.876 5417346.650 269.723 510788.440 5417346.670 269.723 510788.440 5417346.670 276.315</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:ClosureSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1950</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMe">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZMe</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_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.090</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_dc6bee36-bc42-47ba-9d68-daa6bfcd4e63">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_70d8092d-7794-44da-bc99-9c34d2d313f8">
              <gml:surfaceMember xlink:href="#Srf_4cd5dd69-6f0c-4da9-b3ba-3060e4c59f20"/>
              <gml:surfaceMember xlink:href="#Srf_239b8ab1-fb4f-44f8-8f59-a64c4b3f9469"/>
              <gml:surfaceMember xlink:href="#Srf_9cfc059c-7c68-483f-9fbc-cd18c4607b91"/>
              <gml:surfaceMember xlink:href="#Srf_c055198a-61ed-4cae-a9cb-22d9f5fdb4ba"/>
              <gml:surfaceMember xlink:href="#Srf_dc2c52d5-6f74-4159-ad34-d70f2e984895"/>
              <gml:surfaceMember xlink:href="#Srf_64ba23c5-6bb7-464e-a0b6-0ed48d5e6f95"/>
              <gml:surfaceMember xlink:href="#Srf_c6272d25-fb83-401e-85b1-b7fee8d139b3"/>
              <gml:surfaceMember xlink:href="#Srf_af771695-b864-471a-be6b-777aa1c13f67"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_01efcd8a-010c-4862-a4bb-89424a2449f8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e6719c46-16da-4140-bb9b-0f149ce3ae5c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c055198a-61ed-4cae-a9cb-22d9f5fdb4ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c055198a-61ed-4cae-a9cb-22d9f5fdb4ba_0_">
                      <gml:posList srsDimension="3">511080.880 5417380.530 263.555 511080.620 5417380.540 263.555 511080.660 5417380.770 263.555 511083.920 5417380.640 263.555 511083.630 5417373.860 263.555 511080.650 5417373.980 263.555 511080.880 5417380.530 263.555</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_8c2a09a5-825d-48fd-87a2-329f13fe57ab">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fd5707de-c500-473c-87cf-1c1d3b81ffe1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_64ba23c5-6bb7-464e-a0b6-0ed48d5e6f95">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_64ba23c5-6bb7-464e-a0b6-0ed48d5e6f95_0_">
                      <gml:posList srsDimension="3">511080.620 5417380.540 263.555 511080.620 5417380.540 265.645 511080.660 5417380.770 265.645 511080.660 5417380.770 263.555 511080.620 5417380.540 263.555</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_d18ecec0-47fe-4d1e-8988-de5020370d16">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bfbdb7ad-51d7-4222-9124-b1d3c2c2433f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9cfc059c-7c68-483f-9fbc-cd18c4607b91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9cfc059c-7c68-483f-9fbc-cd18c4607b91_0_">
                      <gml:posList srsDimension="3">511080.620 5417380.540 263.555 511080.880 5417380.530 263.555 511080.880 5417380.530 265.645 511080.620 5417380.540 265.645 511080.620 5417380.540 263.555</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_125ac38f-459f-41f6-ad0c-426341a602f6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7990d650-be95-4042-a595-aca69af2a959">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dc2c52d5-6f74-4159-ad34-d70f2e984895">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dc2c52d5-6f74-4159-ad34-d70f2e984895_0_">
                      <gml:posList srsDimension="3">511080.620 5417380.540 265.645 511080.880 5417380.530 265.645 511080.650 5417373.980 265.645 511083.630 5417373.860 265.645 511083.920 5417380.640 265.645 511080.660 5417380.770 265.645 511080.620 5417380.540 265.645</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_0ad7a6ea-59d4-4819-aad6-db6fbf4e07f2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9fa9be69-6615-4b04-9b25-36ed9db9a5e5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c6272d25-fb83-401e-85b1-b7fee8d139b3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c6272d25-fb83-401e-85b1-b7fee8d139b3_0_">
                      <gml:posList srsDimension="3">511080.880 5417380.530 263.555 511080.650 5417373.980 263.555 511080.650 5417373.980 265.645 511080.880 5417380.530 265.645 511080.880 5417380.530 263.555</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_cfffc33a-4016-4f3c-aa20-8fb5d263cf75">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c8d5c216-8186-4574-b415-2c616094d008">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4cd5dd69-6f0c-4da9-b3ba-3060e4c59f20">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4cd5dd69-6f0c-4da9-b3ba-3060e4c59f20_0_">
                      <gml:posList srsDimension="3">511083.630 5417373.860 263.555 511083.920 5417380.640 263.555 511083.920 5417380.640 265.645 511083.630 5417373.860 265.645 511083.630 5417373.860 263.555</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_4420158a-8b96-455b-bfed-533151f66d91">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_63dc8a53-f7c2-4ce5-a00a-dc8439fdefe3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_239b8ab1-fb4f-44f8-8f59-a64c4b3f9469">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_239b8ab1-fb4f-44f8-8f59-a64c4b3f9469_0_">
                      <gml:posList srsDimension="3">511083.920 5417380.640 263.555 511080.660 5417380.770 263.555 511080.660 5417380.770 265.645 511083.920 5417380.640 265.645 511083.920 5417380.640 263.555</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_367ddfd0-6ca1-4fb5-99d9-222f030b0dde">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13a2937e-1ed1-40d8-a171-51a0cf19addf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_af771695-b864-471a-be6b-777aa1c13f67">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_af771695-b864-471a-be6b-777aa1c13f67_0_">
                      <gml:posList srsDimension="3">511080.650 5417373.980 263.555 511083.630 5417373.860 263.555 511083.630 5417373.860 265.645 511080.650 5417373.980 265.645 511080.650 5417373.980 263.555</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2019</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMg">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZMg</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_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">12.431</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_ee6032c0-b543-456c-bfe6-b294084c7435">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_86fc3887-ef8a-4979-a721-42de772b38c8">
              <gml:surfaceMember xlink:href="#Srf_5f26278e-c2a8-448b-96eb-5a350477fadd"/>
              <gml:surfaceMember xlink:href="#Srf_4ea08879-7f04-41f7-a761-01a3f81ff401"/>
              <gml:surfaceMember xlink:href="#Srf_3d67d709-9d39-4af6-ba01-2e1842782a6c"/>
              <gml:surfaceMember xlink:href="#Srf_431d3925-73f1-4b38-97de-a1a89928519a"/>
              <gml:surfaceMember xlink:href="#Srf_ae1ca832-a5ba-47e4-9d16-e8b7b8021d97"/>
              <gml:surfaceMember xlink:href="#Srf_6b520a4b-b8c6-47d9-8a10-4336e4a65bac"/>
              <gml:surfaceMember xlink:href="#Srf_cea69971-e883-4db8-adf3-151d6fae8918"/>
              <gml:surfaceMember xlink:href="#Srf_06deb487-18fe-4d15-9cf0-15e1bd26f9e9"/>
              <gml:surfaceMember xlink:href="#Srf_44ebeb0d-ece3-44c4-b44a-b362e0735a99"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_768f8ee9-e596-40ed-b8dd-9144013bf385">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6416ba52-7532-4921-a5cd-2048b09bbc8e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_44ebeb0d-ece3-44c4-b44a-b362e0735a99">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_44ebeb0d-ece3-44c4-b44a-b362e0735a99_0_">
                      <gml:posList srsDimension="3">511005.119 5417350.747 266.199 511004.940 5417344.720 266.199 511004.940 5417344.720 274.658 511005.119 5417350.747 278.630 511005.119 5417350.747 266.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_7bfa935a-bcaf-4f5f-aa20-77191cb26018">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71db06fc-6c7d-41c1-a422-9a6adf628d5b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5f26278e-c2a8-448b-96eb-5a350477fadd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5f26278e-c2a8-448b-96eb-5a350477fadd_0_">
                      <gml:posList srsDimension="3">511023.540 5417344.120 266.199 511023.723 5417350.149 266.199 511023.723 5417350.149 278.622 511023.540 5417344.120 274.648 511023.540 5417344.120 266.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_97a43c6b-66b3-4478-8404-e0ebd134aeb2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_06482c00-c6b4-41df-a52d-af19b0ba2304">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_431d3925-73f1-4b38-97de-a1a89928519a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_431d3925-73f1-4b38-97de-a1a89928519a_0_">
                      <gml:posList srsDimension="3">511023.540 5417344.120 274.648 511004.940 5417344.720 274.658 511004.940 5417344.720 266.199 511023.540 5417344.120 266.199 511023.540 5417344.120 274.648</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_736fa557-e6ff-4642-b6ef-f3fdb7dbb01b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c875cb9e-d6c3-4534-bfc0-5a0720aebf64">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4ea08879-7f04-41f7-a761-01a3f81ff401">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4ea08879-7f04-41f7-a761-01a3f81ff401_0_">
                      <gml:posList srsDimension="3">511023.910 5417356.280 274.596 511023.723 5417350.149 278.622 511023.723 5417350.149 266.199 511023.910 5417356.280 266.199 511023.910 5417356.280 274.596</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_00f1f6c7-89f0-486c-89f7-c579f0a28911">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aaebc5cf-ef8e-426e-a865-0a41ec1b0fb3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3d67d709-9d39-4af6-ba01-2e1842782a6c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3d67d709-9d39-4af6-ba01-2e1842782a6c_0_">
                      <gml:posList srsDimension="3">511004.940 5417344.720 266.199 511005.119 5417350.747 266.199 511005.300 5417356.850 266.199 511023.910 5417356.280 266.199 511023.723 5417350.149 266.199 511023.540 5417344.120 266.199 511004.940 5417344.720 266.199</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_0cd2fc40-73dc-4d45-9c71-86462ee48b94">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a294299e-52e5-4260-a647-6bb00b00dafa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_06deb487-18fe-4d15-9cf0-15e1bd26f9e9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_06deb487-18fe-4d15-9cf0-15e1bd26f9e9_0_">
                      <gml:posList srsDimension="3">511023.723 5417350.149 278.622 511005.119 5417350.747 278.630 511004.940 5417344.720 274.658 511023.540 5417344.120 274.648 511023.723 5417350.149 278.622</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_d6f637e6-8635-4400-a642-299d1bf7b5be">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d07063a0-2228-4f08-a6e4-bc0e1f586fb9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ae1ca832-a5ba-47e4-9d16-e8b7b8021d97">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ae1ca832-a5ba-47e4-9d16-e8b7b8021d97_0_">
                      <gml:posList srsDimension="3">511005.300 5417356.850 274.623 511023.910 5417356.280 274.596 511023.910 5417356.280 266.199 511005.300 5417356.850 266.199 511005.300 5417356.850 274.623</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_bb3b4269-c039-4c2f-ba62-7348d39dc4ea">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_72e1fbe2-9e40-4988-814f-f8edc07d5d5c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6b520a4b-b8c6-47d9-8a10-4336e4a65bac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6b520a4b-b8c6-47d9-8a10-4336e4a65bac_0_">
                      <gml:posList srsDimension="3">511005.119 5417350.747 278.630 511005.300 5417356.850 274.623 511005.300 5417356.850 266.199 511005.119 5417350.747 266.199 511005.119 5417350.747 278.630</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_c8e4c318-3173-4ba0-9813-3d75e4dce917">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02f1f9fa-87b7-40f5-95fb-e4c3a278cabd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cea69971-e883-4db8-adf3-151d6fae8918">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cea69971-e883-4db8-adf3-151d6fae8918_0_">
                      <gml:posList srsDimension="3">511023.910 5417356.280 274.596 511005.300 5417356.850 274.623 511005.119 5417350.747 278.630 511023.723 5417350.149 278.622 511023.910 5417356.280 274.596</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2014</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMh">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZMh</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_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.651</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_9e674faa-91ef-4833-8ad8-f3118be91816">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d9258227-aa30-4697-89eb-f5794d61362f">
              <gml:surfaceMember xlink:href="#Srf_9b7dcbaf-860b-4ece-87bd-d52356695d8a"/>
              <gml:surfaceMember xlink:href="#Srf_55539af9-00ca-4ebb-abd2-60059fe6eb66"/>
              <gml:surfaceMember xlink:href="#Srf_3e2c4f8b-ee07-46ab-8fbd-ccaf077f58fb"/>
              <gml:surfaceMember xlink:href="#Srf_d20991e9-5efa-4945-92bc-6f79617dfb69"/>
              <gml:surfaceMember xlink:href="#Srf_a8b32083-bb6d-4a20-9b21-8e51b5ffad92"/>
              <gml:surfaceMember xlink:href="#Srf_26c79edb-ee5a-43c7-93a3-3483b31d6bbb"/>
              <gml:surfaceMember xlink:href="#Srf_3a698fc9-56c5-493d-8d2f-1e92fe0e1d52"/>
              <gml:surfaceMember xlink:href="#Srf_77383903-51f1-4920-a12c-0a5621ba2eb4"/>
              <gml:surfaceMember xlink:href="#Srf_9e680aa5-8353-48ce-997a-b95bbaac7278"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_7294d031-46cf-4893-9095-ad4d7553cbca">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5de12e6a-43c6-4052-b0ee-1169e26e4ea8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_26c79edb-ee5a-43c7-93a3-3483b31d6bbb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_26c79edb-ee5a-43c7-93a3-3483b31d6bbb_0_">
                      <gml:posList srsDimension="3">511030.144 5417350.065 277.629 511030.000 5417345.580 274.256 511040.130 5417345.270 274.246 511040.276 5417349.784 277.641 511030.144 5417350.065 277.629</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_7c2d21fc-177c-4346-8bd0-bb06292a60ec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b663c3b3-e701-4a91-b469-4a17f455351e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a8b32083-bb6d-4a20-9b21-8e51b5ffad92">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a8b32083-bb6d-4a20-9b21-8e51b5ffad92_0_">
                      <gml:posList srsDimension="3">511030.144 5417350.065 266.990 511030.000 5417345.580 266.990 511030.000 5417345.580 274.256 511030.144 5417350.065 277.629 511030.144 5417350.065 266.990</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_39c975df-b4d9-465e-bedd-367b99b62a1c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b665c862-64ca-4205-9b33-cb928f59918a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77383903-51f1-4920-a12c-0a5621ba2eb4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77383903-51f1-4920-a12c-0a5621ba2eb4_0_">
                      <gml:posList srsDimension="3">511040.130 5417345.270 266.990 511040.276 5417349.784 266.990 511040.276 5417349.784 277.641 511040.130 5417345.270 274.246 511040.130 5417345.270 266.990</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_29ea30e8-3495-4f47-9c7b-35eebe892f8e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_449f4e51-3f05-4f0a-9d9c-073e07605075">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d20991e9-5efa-4945-92bc-6f79617dfb69">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d20991e9-5efa-4945-92bc-6f79617dfb69_0_">
                      <gml:posList srsDimension="3">511040.130 5417345.270 274.246 511030.000 5417345.580 274.256 511030.000 5417345.580 266.990 511040.130 5417345.270 266.990 511040.130 5417345.270 274.246</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_4607105c-9c33-449f-bc25-e6c57b9eb4a5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1bf929d2-4c48-4e33-ad52-7dbb815b8256">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a698fc9-56c5-493d-8d2f-1e92fe0e1d52">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a698fc9-56c5-493d-8d2f-1e92fe0e1d52_0_">
                      <gml:posList srsDimension="3">511040.420 5417354.260 274.286 511040.276 5417349.784 277.641 511040.276 5417349.784 266.990 511040.420 5417354.260 266.990 511040.420 5417354.260 274.286</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_a396a252-64f1-4b21-9fc5-e1f56d3e61b5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_30146c1d-0293-46b0-bd65-bc745a9a4422">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_55539af9-00ca-4ebb-abd2-60059fe6eb66">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_55539af9-00ca-4ebb-abd2-60059fe6eb66_0_">
                      <gml:posList srsDimension="3">511030.144 5417350.065 266.990 511030.290 5417354.590 266.990 511040.420 5417354.260 266.990 511040.276 5417349.784 266.990 511040.130 5417345.270 266.990 511030.000 5417345.580 266.990 511030.144 5417350.065 266.990</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_b44e5912-788f-4f01-91dd-96f08f41059c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_006faeed-4b5d-4ee5-9665-b3b9ce8f93c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3e2c4f8b-ee07-46ab-8fbd-ccaf077f58fb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3e2c4f8b-ee07-46ab-8fbd-ccaf077f58fb_0_">
                      <gml:posList srsDimension="3">511040.420 5417354.260 266.990 511030.290 5417354.590 266.990 511030.290 5417354.590 274.237 511040.420 5417354.260 274.286 511040.420 5417354.260 266.990</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_040d85ff-17de-4165-9aa8-701f11a631f9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5db5dad2-af45-4c22-9d16-a398eaf7784d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9e680aa5-8353-48ce-997a-b95bbaac7278">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9e680aa5-8353-48ce-997a-b95bbaac7278_0_">
                      <gml:posList srsDimension="3">511030.144 5417350.065 277.629 511030.290 5417354.590 274.237 511030.290 5417354.590 266.990 511030.144 5417350.065 266.990 511030.144 5417350.065 277.629</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_9b9cac83-09c4-4d8d-860f-c830f9509cb5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4e5213be-da03-4118-b63a-2e4ca604d1d9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9b7dcbaf-860b-4ece-87bd-d52356695d8a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9b7dcbaf-860b-4ece-87bd-d52356695d8a_0_">
                      <gml:posList srsDimension="3">511030.290 5417354.590 274.237 511030.144 5417350.065 277.629 511040.276 5417349.784 277.641 511040.420 5417354.260 274.286 511030.290 5417354.590 274.237</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1925</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMp">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
For faster browsing, not all history is shown. View entire blame