Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
170001
170002
170003
170004
170005
170006
170007
170008
170009
170010
170011
170012
170013
170014
170015
170016
170017
170018
170019
170020
170021
170022
170023
170024
170025
170026
170027
170028
170029
170030
170031
170032
170033
170034
170035
170036
170037
170038
170039
170040
170041
170042
170043
170044
170045
170046
170047
170048
170049
170050
170051
170052
170053
170054
170055
170056
170057
170058
170059
170060
170061
170062
170063
170064
170065
170066
170067
170068
170069
170070
170071
170072
170073
170074
170075
170076
170077
170078
170079
170080
170081
170082
170083
170084
170085
170086
170087
170088
170089
170090
170091
170092
170093
170094
170095
170096
170097
170098
170099
170100
170101
170102
170103
170104
170105
170106
170107
170108
170109
170110
170111
170112
170113
170114
170115
170116
170117
170118
170119
170120
170121
170122
170123
170124
170125
170126
170127
170128
170129
170130
170131
170132
170133
170134
170135
170136
170137
170138
170139
170140
170141
170142
170143
170144
170145
170146
170147
170148
170149
170150
170151
170152
170153
170154
170155
170156
170157
170158
170159
170160
170161
170162
170163
170164
170165
170166
170167
170168
170169
170170
170171
170172
170173
170174
170175
170176
170177
170178
170179
170180
170181
170182
170183
170184
170185
170186
170187
170188
170189
170190
170191
170192
170193
170194
170195
170196
170197
170198
170199
170200
170201
170202
170203
170204
170205
170206
170207
170208
170209
170210
170211
170212
170213
170214
170215
170216
170217
170218
170219
170220
170221
170222
170223
170224
170225
170226
170227
170228
170229
170230
170231
170232
170233
170234
170235
170236
170237
170238
170239
170240
170241
170242
170243
170244
170245
170246
170247
170248
170249
170250
170251
170252
170253
170254
170255
170256
170257
170258
170259
170260
170261
170262
170263
170264
170265
170266
170267
170268
170269
170270
170271
170272
170273
170274
170275
170276
170277
170278
170279
170280
170281
170282
170283
170284
170285
170286
170287
170288
170289
170290
170291
170292
170293
170294
170295
170296
170297
170298
170299
170300
170301
170302
170303
170304
170305
170306
170307
170308
170309
170310
170311
170312
170313
170314
170315
170316
170317
170318
170319
170320
170321
170322
170323
170324
170325
170326
170327
170328
170329
170330
170331
170332
170333
170334
170335
170336
170337
170338
170339
170340
170341
170342
170343
170344
170345
170346
170347
170348
170349
170350
170351
170352
170353
170354
170355
170356
170357
170358
170359
170360
170361
170362
170363
170364
170365
170366
170367
170368
170369
170370
170371
170372
170373
170374
170375
170376
170377
170378
170379
170380
170381
170382
170383
170384
170385
170386
170387
170388
170389
170390
170391
170392
170393
170394
170395
170396
170397
170398
170399
170400
170401
170402
170403
170404
170405
170406
170407
170408
170409
170410
170411
170412
170413
170414
170415
170416
170417
170418
170419
170420
170421
170422
170423
170424
170425
170426
170427
170428
170429
170430
170431
170432
170433
170434
170435
170436
170437
170438
170439
170440
170441
170442
170443
170444
170445
170446
170447
170448
170449
170450
170451
170452
170453
170454
170455
170456
170457
170458
170459
170460
170461
170462
170463
170464
170465
170466
170467
170468
170469
170470
170471
170472
170473
170474
170475
170476
170477
170478
170479
170480
170481
170482
170483
170484
170485
170486
170487
170488
170489
170490
170491
170492
170493
170494
170495
170496
170497
170498
170499
170500
170501
170502
170503
170504
170505
170506
170507
170508
170509
170510
170511
170512
170513
170514
170515
170516
170517
170518
170519
170520
170521
170522
170523
170524
170525
170526
170527
170528
170529
170530
170531
170532
170533
170534
170535
170536
170537
170538
170539
170540
170541
170542
170543
170544
170545
170546
170547
170548
170549
170550
170551
170552
170553
170554
170555
170556
170557
170558
170559
170560
170561
170562
170563
170564
170565
170566
170567
170568
170569
170570
170571
170572
170573
170574
170575
170576
170577
170578
170579
170580
170581
170582
170583
170584
170585
170586
170587
170588
170589
170590
170591
170592
170593
170594
170595
170596
170597
170598
170599
170600
170601
170602
170603
170604
170605
170606
170607
170608
170609
170610
170611
170612
170613
170614
170615
170616
170617
170618
170619
170620
170621
170622
170623
170624
170625
170626
170627
170628
170629
170630
170631
170632
170633
170634
170635
170636
170637
170638
170639
170640
170641
170642
170643
170644
170645
170646
170647
170648
170649
170650
170651
170652
170653
170654
170655
170656
170657
170658
170659
170660
170661
170662
170663
170664
170665
170666
170667
170668
170669
170670
170671
170672
170673
170674
170675
170676
170677
170678
170679
170680
170681
170682
170683
170684
170685
170686
170687
170688
170689
170690
170691
170692
170693
170694
170695
170696
170697
170698
170699
170700
170701
170702
170703
170704
170705
170706
170707
170708
170709
170710
170711
170712
170713
170714
170715
170716
170717
170718
170719
170720
170721
170722
170723
170724
170725
170726
170727
170728
170729
170730
170731
170732
170733
170734
170735
170736
170737
170738
170739
170740
170741
170742
170743
170744
170745
170746
170747
170748
170749
170750
170751
170752
170753
170754
170755
170756
170757
170758
170759
170760
170761
170762
170763
170764
170765
170766
170767
170768
170769
170770
170771
170772
170773
170774
170775
170776
170777
170778
170779
170780
170781
170782
170783
170784
170785
170786
170787
170788
170789
170790
170791
170792
170793
170794
170795
170796
170797
170798
170799
170800
170801
170802
170803
170804
170805
170806
170807
170808
170809
170810
170811
170812
170813
170814
170815
170816
170817
170818
170819
170820
170821
170822
170823
170824
170825
170826
170827
170828
170829
170830
170831
170832
170833
170834
170835
170836
170837
170838
170839
170840
170841
170842
170843
170844
170845
170846
170847
170848
170849
170850
170851
170852
170853
170854
170855
170856
170857
170858
170859
170860
170861
170862
170863
170864
170865
170866
170867
170868
170869
170870
170871
170872
170873
170874
170875
170876
170877
170878
170879
170880
170881
170882
170883
170884
170885
170886
170887
170888
170889
170890
170891
170892
170893
170894
170895
170896
170897
170898
170899
170900
170901
170902
170903
170904
170905
170906
170907
170908
170909
170910
170911
170912
170913
170914
170915
170916
170917
170918
170919
170920
170921
170922
170923
170924
170925
170926
170927
170928
170929
170930
170931
170932
170933
170934
170935
170936
170937
170938
170939
170940
170941
170942
170943
170944
170945
170946
170947
170948
170949
170950
170951
170952
170953
170954
170955
170956
170957
170958
170959
170960
170961
170962
170963
170964
170965
170966
170967
170968
170969
170970
170971
170972
170973
170974
170975
170976
170977
170978
170979
170980
170981
170982
170983
170984
170985
170986
170987
170988
170989
170990
170991
170992
170993
170994
170995
170996
170997
170998
170999
171000
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_8936756c-7e53-4ec9-a7f3-f8ebff02ae05">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_11d83916-2865-4bca-ab76-4107c99ab4e0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c93821f6-9e29-44e2-a16d-d81e57065f99">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c93821f6-9e29-44e2-a16d-d81e57065f99_0_">
                      <gml:posList srsDimension="3">511045.380 5417406.220 266.634 511046.340 5417405.190 266.066 511047.760 5417405.140 266.069 511048.790 5417406.100 266.643 511051.870 5417405.980 266.644 511051.840 5417404.990 266.076 511056.590 5417404.800 266.075 511056.760 5417409.416 268.722 511046.516 5417409.810 268.716 511046.470 5417408.600 268.022 511045.430 5417407.640 267.449 511045.380 5417406.220 266.634</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_829fe4c0-ca81-48b8-acb7-f11a26dce686">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ecd2c105-f99e-45fc-8f52-a3fbbb77678b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cc194e63-2e4b-41c0-b2b0-76da08f957a1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cc194e63-2e4b-41c0-b2b0-76da08f957a1_0_">
                      <gml:posList srsDimension="3">511056.930 5417414.030 258.920 511053.430 5417414.170 258.920 511053.430 5417414.170 266.030 511056.930 5417414.030 266.035 511056.930 5417414.030 258.920</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_c43dfbde-d4ea-4d69-b43d-5f0eddaaf70b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_79ca5bad-fc35-49dc-b7a5-586b4d7fe115">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a614b80b-a4ce-4a14-81af-e8079d965d21">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a614b80b-a4ce-4a14-81af-e8079d965d21_0_">
                      <gml:posList srsDimension="3">511046.690 5417414.440 266.019 511046.516 5417409.810 268.716 511056.760 5417409.416 268.722 511056.930 5417414.030 266.035 511053.430 5417414.170 266.030 511053.450 5417414.680 265.733 511050.300 5417414.810 265.725 511050.280 5417414.300 266.022 511046.690 5417414.440 266.019</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_de3d431f-0ee3-41bd-8fc7-0a88815f45c6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d3fd4bf0-e7e6-4ff9-b5a8-3c34bd4dac48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f0e61b5-13a3-4dfc-b4cf-5974dfa82cbd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f0e61b5-13a3-4dfc-b4cf-5974dfa82cbd_0_">
                      <gml:posList srsDimension="3">511046.340 5417405.190 258.920 511045.380 5417406.220 258.920 511045.430 5417407.640 258.920 511046.470 5417408.600 258.920 511046.516 5417409.810 258.920 511046.690 5417414.440 258.920 511050.280 5417414.300 258.920 511050.300 5417414.810 258.920 511053.450 5417414.680 258.920 511053.430 5417414.170 258.920 511056.930 5417414.030 258.920 511056.760 5417409.416 258.920 511056.590 5417404.800 258.920 511051.840 5417404.990 258.920 511051.870 5417405.980 258.920 511048.790 5417406.100 258.920 511047.760 5417405.140 258.920 511046.340 5417405.190 258.920</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_beaedba0-ae4e-407b-a012-c6bd41a11df5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02987a29-03ac-474b-8a34-1cb98d417c9b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_840b63d9-1f74-4f31-a990-8e4c58325b72">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_840b63d9-1f74-4f31-a990-8e4c58325b72_0_">
                      <gml:posList srsDimension="3">511053.450 5417414.680 258.920 511053.450 5417414.680 265.733 511053.430 5417414.170 266.030 511053.430 5417414.170 258.920 511053.450 5417414.680 258.920</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_b7103ae9-1c60-4a88-a9a4-0debb89845bf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aec8af8f-b568-44e6-96ff-f4fc67000141">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_41d6ebc5-31a1-4a34-8e7e-44a1053f81ae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_41d6ebc5-31a1-4a34-8e7e-44a1053f81ae_0_">
                      <gml:posList srsDimension="3">511046.340 5417405.190 258.920 511047.760 5417405.140 258.920 511047.760 5417405.140 266.069 511046.340 5417405.190 266.066 511046.340 5417405.190 258.920</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_5e31dde9-2d50-4507-a8cd-135d27d51887">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_420f307d-a634-44af-874f-524745d4c6b3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_78e84e5e-0567-456f-a195-80f6d62c573d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_78e84e5e-0567-456f-a195-80f6d62c573d_0_">
                      <gml:posList srsDimension="3">511053.450 5417414.680 258.920 511050.300 5417414.810 258.920 511050.300 5417414.810 265.725 511053.450 5417414.680 265.733 511053.450 5417414.680 258.920</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_5c811966-d518-4f83-9615-61a206a814bf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_105906cb-cf0c-41cc-8d57-2af44823eaa1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5263c01a-f8a1-4d18-9df4-ae7102065d36">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5263c01a-f8a1-4d18-9df4-ae7102065d36_0_">
                      <gml:posList srsDimension="3">511047.760 5417405.140 258.920 511048.790 5417406.100 258.920 511048.790 5417406.100 266.643 511047.760 5417405.140 266.069 511047.760 5417405.140 258.920</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_1817ef55-ca39-4a08-9b84-f5ea7fbe2534">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eae7944a-044d-4ad6-88a5-6abd5ee72110">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5607e153-629a-4289-bb1d-0ffbecef984c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5607e153-629a-4289-bb1d-0ffbecef984c_0_">
                      <gml:posList srsDimension="3">511050.300 5417414.810 265.725 511050.300 5417414.810 258.920 511050.280 5417414.300 258.920 511050.280 5417414.300 266.022 511050.300 5417414.810 265.725</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_43ed7856-8456-46eb-b9f2-b0fd04b27067">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6aaf789f-a83d-49ed-9fde-f5fddd110093">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2d921521-346c-40a1-9972-34d3295e0db5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2d921521-346c-40a1-9972-34d3295e0db5_0_">
                      <gml:posList srsDimension="3">511048.790 5417406.100 258.920 511051.870 5417405.980 258.920 511051.870 5417405.980 266.644 511048.790 5417406.100 266.643 511048.790 5417406.100 258.920</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_b3a698f7-0572-4240-bdbb-1303edbdad56">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0c4ce46-7efa-45fe-b162-adf0108be4de">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b6797cfc-33f7-42e9-8163-b781ca9370bb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b6797cfc-33f7-42e9-8163-b781ca9370bb_0_">
                      <gml:posList srsDimension="3">511050.280 5417414.300 258.920 511046.690 5417414.440 258.920 511046.690 5417414.440 266.019 511050.280 5417414.300 266.022 511050.280 5417414.300 258.920</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_7d1de7ca-b946-445d-aa18-a9ef4294bb1f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a900af4-165e-49bd-a31c-9801130655f5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2b2ea82e-33d2-4e30-9bda-6a6a56aaaa44">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2b2ea82e-33d2-4e30-9bda-6a6a56aaaa44_0_">
                      <gml:posList srsDimension="3">511046.516 5417409.810 268.716 511046.690 5417414.440 266.019 511046.690 5417414.440 258.920 511046.516 5417409.810 258.920 511046.516 5417409.810 268.716</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_931d14c3-35df-438d-8cdf-ac5a9b86142a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9b2c24f8-7388-4f80-9f5a-60f0464decf2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7e8060f5-abf3-4084-b469-dc63dd5559b7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7e8060f5-abf3-4084-b469-dc63dd5559b7_0_">
                      <gml:posList srsDimension="3">511051.870 5417405.980 258.920 511051.840 5417404.990 258.920 511051.840 5417404.990 266.076 511051.870 5417405.980 266.644 511051.870 5417405.980 258.920</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_2eb1b78b-8c16-4eff-bec2-ce8afce0e364">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b6e3c53-63e0-43df-b68d-785f2bb4aaf1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_db21188f-1c5e-4f51-b05e-19d93a177e1d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_db21188f-1c5e-4f51-b05e-19d93a177e1d_0_">
                      <gml:posList srsDimension="3">511046.516 5417409.810 258.920 511046.470 5417408.600 258.920 511046.470 5417408.600 268.022 511046.516 5417409.810 268.716 511046.516 5417409.810 258.920</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1911</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007h">
      <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>DEBWL0010001007h</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.989</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_193cfaaa-737e-44c7-afad-8c050b97de4f">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1875ef30-2689-445f-80f2-98e22fc81a6b">
              <gml:surfaceMember xlink:href="#Srf_9003cd57-a55e-436b-80a3-60cbe0f48f55"/>
              <gml:surfaceMember xlink:href="#Srf_bd71d8dd-2031-46fe-8aac-1448d6b95b52"/>
              <gml:surfaceMember xlink:href="#Srf_185c609e-e51b-4632-9fd1-335d4f33564c"/>
              <gml:surfaceMember xlink:href="#Srf_d6813025-6474-423d-9fb5-e138d64a4090"/>
              <gml:surfaceMember xlink:href="#Srf_661e4f90-f9c9-4f66-b896-9ff47e4a7d3d"/>
              <gml:surfaceMember xlink:href="#Srf_80615b8e-0d05-4e16-8226-f45257be9ded"/>
              <gml:surfaceMember xlink:href="#Srf_92b1c395-f9b9-4cb1-b3b6-e11951253765"/>
              <gml:surfaceMember xlink:href="#Srf_205c9d34-c585-43d5-95e8-6162fc6a43a4"/>
              <gml:surfaceMember xlink:href="#Srf_a676e6ac-5080-47b5-b923-ee868adb301b"/>
              <gml:surfaceMember xlink:href="#Srf_345d1823-519a-4961-81b1-ca6d770e2d88"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3fcb3927-a031-4707-a223-fbb58cf66df9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_50e6a339-1d90-4137-ac32-d2cdcd270c78">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_92b1c395-f9b9-4cb1-b3b6-e11951253765">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_92b1c395-f9b9-4cb1-b3b6-e11951253765_0_">
                      <gml:posList srsDimension="3">511022.650 5417434.060 254.739 511022.500 5417432.900 254.739 511022.500 5417432.900 263.717 511022.650 5417434.060 264.527 511022.650 5417434.060 254.739</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_58f28850-7d65-4a09-b814-6918d4db8550">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a1ed9ec-3aeb-4cb0-8e2a-ece3132be340">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_661e4f90-f9c9-4f66-b896-9ff47e4a7d3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_661e4f90-f9c9-4f66-b896-9ff47e4a7d3d_0_">
                      <gml:posList srsDimension="3">511028.990 5417432.110 254.739 511029.684 5417437.832 254.739 511029.684 5417437.832 267.728 511028.990 5417432.110 263.733 511028.990 5417432.110 254.739</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_9edca195-5e4b-48e1-b898-32301dfe1f46">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6ba4838a-93b7-418a-8ee8-9b0d49ae70d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_185c609e-e51b-4632-9fd1-335d4f33564c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_185c609e-e51b-4632-9fd1-335d4f33564c_0_">
                      <gml:posList srsDimension="3">511022.500 5417432.900 254.739 511028.990 5417432.110 254.739 511028.990 5417432.110 263.733 511022.500 5417432.900 263.717 511022.500 5417432.900 254.739</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_c84b181d-23de-4594-bf74-513f3c8c4b70">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_065ef597-79ba-42d5-adc6-7fc74a19cba9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bd71d8dd-2031-46fe-8aac-1448d6b95b52">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bd71d8dd-2031-46fe-8aac-1448d6b95b52_0_">
                      <gml:posList srsDimension="3">511030.440 5417444.060 261.514 511029.684 5417437.832 267.728 511029.684 5417437.832 254.739 511030.440 5417444.060 254.739 511030.440 5417444.060 261.514</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_54b7ea8e-edad-45f5-a446-27ea4bf6ff21">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02512bce-77e6-4682-9aa5-f98943499897">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9003cd57-a55e-436b-80a3-60cbe0f48f55">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9003cd57-a55e-436b-80a3-60cbe0f48f55_0_">
                      <gml:posList srsDimension="3">511028.990 5417432.110 254.739 511022.500 5417432.900 254.739 511022.650 5417434.060 254.739 511023.208 5417438.618 254.739 511023.970 5417444.840 254.739 511030.440 5417444.060 254.739 511029.684 5417437.832 254.739 511028.990 5417432.110 254.739</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_1c13d00d-6e86-4ca0-bff7-00fb5ef2b13c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_73701389-825d-4801-8973-21598889db03">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d6813025-6474-423d-9fb5-e138d64a4090">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d6813025-6474-423d-9fb5-e138d64a4090_0_">
                      <gml:posList srsDimension="3">511030.440 5417444.060 254.739 511023.970 5417444.840 254.739 511023.970 5417444.840 261.500 511030.440 5417444.060 261.514 511030.440 5417444.060 254.739</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_1f0aab3e-24a1-44fb-989d-bace7e56d9b1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3007816a-cab0-409c-8cb9-9ede50c77bdd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80615b8e-0d05-4e16-8226-f45257be9ded">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80615b8e-0d05-4e16-8226-f45257be9ded_0_">
                      <gml:posList srsDimension="3">511022.500 5417432.900 263.717 511028.990 5417432.110 263.733 511029.684 5417437.832 267.728 511023.208 5417438.618 267.710 511022.650 5417434.060 264.527 511022.500 5417432.900 263.717</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_6291008e-2f70-4f89-a2ef-eeb1c3cc11f3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_423cad2a-2a48-481d-8aab-ff45b5bee112">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a676e6ac-5080-47b5-b923-ee868adb301b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a676e6ac-5080-47b5-b923-ee868adb301b_0_">
                      <gml:posList srsDimension="3">511023.208 5417438.618 267.710 511023.970 5417444.840 261.500 511023.970 5417444.840 254.739 511023.208 5417438.618 254.739 511023.208 5417438.618 267.710</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_ba50e897-a75a-4847-9187-2b70a84b195c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_adb6fc4d-61c2-463a-a5f9-419b32a15b4e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_345d1823-519a-4961-81b1-ca6d770e2d88">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_345d1823-519a-4961-81b1-ca6d770e2d88_0_">
                      <gml:posList srsDimension="3">511023.970 5417444.840 261.500 511023.208 5417438.618 267.710 511029.684 5417437.832 267.728 511030.440 5417444.060 261.514 511023.970 5417444.840 261.500</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_cc631572-c045-411c-a777-ed75e2b3c9e9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3b92b413-90a7-4b2b-87ff-823767e5136c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_205c9d34-c585-43d5-95e8-6162fc6a43a4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_205c9d34-c585-43d5-95e8-6162fc6a43a4_0_">
                      <gml:posList srsDimension="3">511023.208 5417438.618 254.739 511022.650 5417434.060 254.739 511022.650 5417434.060 264.527 511023.208 5417438.618 267.710 511023.208 5417438.618 254.739</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1972</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007u">
      <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>DEBWL0010001007u</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">9.350</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d15b7716-8b47-4960-87c3-1276c02e51a1">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6faf838e-4ba2-4a25-bf29-e0536f67425a">
              <gml:surfaceMember xlink:href="#Srf_8af71698-0348-4f0c-9b33-07f7d42771ea"/>
              <gml:surfaceMember xlink:href="#Srf_1529400a-24f8-4f98-ba13-a5c0c5f299cc"/>
              <gml:surfaceMember xlink:href="#Srf_2ac8f25a-2b31-498b-a170-c04d01b7844b"/>
              <gml:surfaceMember xlink:href="#Srf_10e25a43-bcdb-4ac5-954a-7f058502e946"/>
              <gml:surfaceMember xlink:href="#Srf_23e9728c-6c32-4160-a405-1f79ea8ad502"/>
              <gml:surfaceMember xlink:href="#Srf_44bac6cc-4214-496a-81e7-8d568e94bca5"/>
              <gml:surfaceMember xlink:href="#Srf_27d0964b-bb62-4ce0-a420-0fd3a1641e9e"/>
              <gml:surfaceMember xlink:href="#Srf_70ebb5b7-5b95-4e8c-b3e1-0b606a0662a4"/>
              <gml:surfaceMember xlink:href="#Srf_0ac0d67d-ea75-4802-b0d5-e228e9c53c88"/>
              <gml:surfaceMember xlink:href="#Srf_06e6d22d-bc32-4f67-b2c8-fea35696d342"/>
              <gml:surfaceMember xlink:href="#Srf_6f350fef-9edb-437a-a813-da49d173fd1d"/>
              <gml:surfaceMember xlink:href="#Srf_fbe6c7af-6427-4c08-bd1d-3fcc93e7416d"/>
              <gml:surfaceMember xlink:href="#Srf_7c112584-ef23-4de6-9fad-9ac9de283ad0"/>
              <gml:surfaceMember xlink:href="#Srf_89ab3bd7-8c3c-441f-9cff-009df5c2f19d"/>
              <gml:surfaceMember xlink:href="#Srf_c2b3cdb4-9683-4fa3-8783-741f24e56f0a"/>
              <gml:surfaceMember xlink:href="#Srf_ed7d54d5-2b16-4aa2-8c90-51a41b3e68d3"/>
              <gml:surfaceMember xlink:href="#Srf_afa08219-b4c2-4164-a2af-09fa5b39b3eb"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b06efbbe-d9b7-4f15-829c-d69646000ee0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4debae41-028a-41e7-ad86-0a0203c7e5cf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_70ebb5b7-5b95-4e8c-b3e1-0b606a0662a4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_70ebb5b7-5b95-4e8c-b3e1-0b606a0662a4_0_">
                      <gml:posList srsDimension="3">511022.390 5417414.900 264.781 511027.770 5417414.690 264.773 511027.770 5417414.690 259.124 511022.390 5417414.900 259.124 511022.390 5417414.900 264.781</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_fbc14e61-3147-4131-af89-3c68ff25ed95">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71812d3a-1ba3-450e-8abc-17229694857d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f350fef-9edb-437a-a813-da49d173fd1d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f350fef-9edb-437a-a813-da49d173fd1d_0_">
                      <gml:posList srsDimension="3">511022.179 5417409.609 268.474 511035.180 5417409.110 268.448 511035.390 5417414.380 264.770 511029.370 5417414.620 264.776 511029.350 5417414.220 265.055 511027.760 5417414.290 265.052 511027.770 5417414.690 264.773 511022.390 5417414.900 264.781 511022.179 5417409.609 268.474</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_e86980b2-96d9-4f92-aa22-6a0d7fd1b103">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d12e0dc9-e3c9-47b5-b9eb-6e90ab537912">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_27d0964b-bb62-4ce0-a420-0fd3a1641e9e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_27d0964b-bb62-4ce0-a420-0fd3a1641e9e_0_">
                      <gml:posList srsDimension="3">511022.179 5417409.609 268.474 511022.390 5417414.900 264.781 511022.390 5417414.900 259.124 511022.179 5417409.609 259.124 511022.179 5417409.609 268.474</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_741d6880-7f93-4dc9-9d7f-fbc51c032136">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1373e9d7-29b7-4839-89c4-70a7df8934b4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_afa08219-b4c2-4164-a2af-09fa5b39b3eb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_afa08219-b4c2-4164-a2af-09fa5b39b3eb_0_">
                      <gml:posList srsDimension="3">511026.850 5417404.180 259.124 511026.890 5417405.390 259.124 511026.890 5417405.390 265.719 511026.850 5417404.180 264.895 511026.850 5417404.180 259.124</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_a822473f-079e-4376-b086-7b94f9dcb354">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_61a04536-d70a-4c82-a206-ec6441df46c7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7c112584-ef23-4de6-9fad-9ac9de283ad0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7c112584-ef23-4de6-9fad-9ac9de283ad0_0_">
                      <gml:posList srsDimension="3">511022.179 5417409.609 259.124 511021.970 5417404.370 259.124 511021.970 5417404.370 264.907 511022.179 5417409.609 268.474 511022.179 5417409.609 259.124</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_37ad3472-d200-4972-9420-df774f981309">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_29d27853-40cf-4421-ac2a-ac4071eae463">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_10e25a43-bcdb-4ac5-954a-7f058502e946">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_10e25a43-bcdb-4ac5-954a-7f058502e946_0_">
                      <gml:posList srsDimension="3">511026.850 5417404.180 264.895 511021.970 5417404.370 264.907 511021.970 5417404.370 259.124 511026.850 5417404.180 259.124 511026.850 5417404.180 264.895</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_aa07c519-f4fb-4a7b-99ad-e100c85d69a2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_51664e36-b9b7-4aa8-89a2-6491bedcfe71">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_06e6d22d-bc32-4f67-b2c8-fea35696d342">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_06e6d22d-bc32-4f67-b2c8-fea35696d342_0_">
                      <gml:posList srsDimension="3">511030.130 5417405.260 265.708 511026.890 5417405.390 265.719 511026.890 5417405.390 259.124 511030.130 5417405.260 259.124 511030.130 5417405.260 265.708</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_73272e80-ff6f-4510-b2a7-688defb0e201">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1e54acc5-440f-4e9f-8f7f-edaddaf2159b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_44bac6cc-4214-496a-81e7-8d568e94bca5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_44bac6cc-4214-496a-81e7-8d568e94bca5_0_">
                      <gml:posList srsDimension="3">511026.890 5417405.390 259.124 511026.850 5417404.180 259.124 511021.970 5417404.370 259.124 511022.179 5417409.609 259.124 511022.390 5417414.900 259.124 511027.770 5417414.690 259.124 511027.760 5417414.290 259.124 511029.350 5417414.220 259.124 511029.370 5417414.620 259.124 511035.390 5417414.380 259.124 511035.180 5417409.110 259.124 511034.970 5417403.850 259.124 511030.080 5417404.050 259.124 511030.130 5417405.260 259.124 511026.890 5417405.390 259.124</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_6245c187-5189-45e1-81b2-945947e41791">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5889846b-f372-4171-ba8c-a3c1a7080f27">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fbe6c7af-6427-4c08-bd1d-3fcc93e7416d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fbe6c7af-6427-4c08-bd1d-3fcc93e7416d_0_">
                      <gml:posList srsDimension="3">511030.130 5417405.260 259.124 511030.080 5417404.050 259.124 511030.080 5417404.050 264.884 511030.130 5417405.260 265.708 511030.130 5417405.260 259.124</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_9898e1fb-6f99-4464-8fe4-17a6210c571d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e282f91-2d9e-4ca6-b706-a4212f983450">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2ac8f25a-2b31-498b-a170-c04d01b7844b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2ac8f25a-2b31-498b-a170-c04d01b7844b_0_">
                      <gml:posList srsDimension="3">511034.970 5417403.850 264.866 511030.080 5417404.050 264.884 511030.080 5417404.050 259.124 511034.970 5417403.850 259.124 511034.970 5417403.850 264.866</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_1526960d-5c47-43c2-86fe-3d9c29bb8a1c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_588378ae-c108-4fc1-86d9-8a5e8c7e2954">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0ac0d67d-ea75-4802-b0d5-e228e9c53c88">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0ac0d67d-ea75-4802-b0d5-e228e9c53c88_0_">
                      <gml:posList srsDimension="3">511034.970 5417403.850 259.124 511035.180 5417409.110 259.124 511035.180 5417409.110 268.448 511034.970 5417403.850 264.866 511034.970 5417403.850 259.124</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_2531b425-0040-4a54-9dc9-9ff6976d6e08">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c6ae4b8c-3deb-4adc-86a3-da7e5b631e4c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8af71698-0348-4f0c-9b33-07f7d42771ea">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8af71698-0348-4f0c-9b33-07f7d42771ea_0_">
                      <gml:posList srsDimension="3">511035.390 5417414.380 264.770 511035.180 5417409.110 268.448 511035.180 5417409.110 259.124 511035.390 5417414.380 259.124 511035.390 5417414.380 264.770</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_ea6b3ff6-0b90-41bc-abcb-367259de9201">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_63053373-aa47-4790-986c-a58c850075c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1529400a-24f8-4f98-ba13-a5c0c5f299cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1529400a-24f8-4f98-ba13-a5c0c5f299cc_0_">
                      <gml:posList srsDimension="3">511029.370 5417414.620 264.776 511035.390 5417414.380 264.770 511035.390 5417414.380 259.124 511029.370 5417414.620 259.124 511029.370 5417414.620 264.776</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_4ff58f08-4150-43b2-9d15-6c5b60bf2c39">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_891a37b9-521c-456e-95de-0006872ac485">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed7d54d5-2b16-4aa2-8c90-51a41b3e68d3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed7d54d5-2b16-4aa2-8c90-51a41b3e68d3_0_">
                      <gml:posList srsDimension="3">511029.370 5417414.620 264.776 511029.370 5417414.620 259.124 511029.350 5417414.220 259.124 511029.350 5417414.220 265.055 511029.370 5417414.620 264.776</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_ff69a0f3-8c57-4a3a-8c29-e450b67c5f48">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1e08e31d-be5c-4e20-9849-06dbc645ad40">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_89ab3bd7-8c3c-441f-9cff-009df5c2f19d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_89ab3bd7-8c3c-441f-9cff-009df5c2f19d_0_">
                      <gml:posList srsDimension="3">511029.350 5417414.220 259.124 511027.760 5417414.290 259.124 511027.760 5417414.290 265.052 511029.350 5417414.220 265.055 511029.350 5417414.220 259.124</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_f4aa15ce-d66f-4593-b1f6-5167bd85a3da">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c2e44a2f-8a26-452d-80e2-759f146a1b01">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_23e9728c-6c32-4160-a405-1f79ea8ad502">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_23e9728c-6c32-4160-a405-1f79ea8ad502_0_">
                      <gml:posList srsDimension="3">511027.770 5417414.690 259.124 511027.770 5417414.690 264.773 511027.760 5417414.290 265.052 511027.760 5417414.290 259.124 511027.770 5417414.690 259.124</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_555a8f5f-ac39-4b66-ad9d-66cfdf8584d9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_081b6309-e044-48ea-8581-6b2bbb2735d9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c2b3cdb4-9683-4fa3-8783-741f24e56f0a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c2b3cdb4-9683-4fa3-8783-741f24e56f0a_0_">
                      <gml:posList srsDimension="3">511026.850 5417404.180 264.895 511026.890 5417405.390 265.719 511030.130 5417405.260 265.708 511030.080 5417404.050 264.884 511034.970 5417403.850 264.866 511035.180 5417409.110 268.448 511022.179 5417409.609 268.474 511021.970 5417404.370 264.907 511026.850 5417404.180 264.895</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1989</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007r">
      <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>DEBWL0010001007r</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">9.339</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_664cce3a-f4ee-4794-81e0-dc5042178184">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_13c2b6d8-6d83-416d-af11-cdcefa07baeb">
              <gml:surfaceMember xlink:href="#Srf_30007337-688c-4a15-b569-21c4bd3e3ad1"/>
              <gml:surfaceMember xlink:href="#Srf_0117d950-1956-4f92-9ab9-b56eb1e5c467"/>
              <gml:surfaceMember xlink:href="#Srf_f41adf51-3cff-4b15-bf74-47a7871acc5f"/>
              <gml:surfaceMember xlink:href="#Srf_380046fe-09ef-43cf-97ba-04303fec3e29"/>
              <gml:surfaceMember xlink:href="#Srf_478c6c0a-9e0b-48ea-a04f-2fd4757312a4"/>
              <gml:surfaceMember xlink:href="#Srf_16a861f6-7dd2-41d8-bb9f-0a49d8a7f645"/>
              <gml:surfaceMember xlink:href="#Srf_48ea333c-10d7-43ca-b151-886053ae144a"/>
              <gml:surfaceMember xlink:href="#Srf_efdef905-cd48-4b47-b0cb-76f42ffd6ad6"/>
              <gml:surfaceMember xlink:href="#Srf_d84fae3d-f7d3-42fd-b414-e7a23c80a288"/>
              <gml:surfaceMember xlink:href="#Srf_c359c036-9a16-4fd1-9e2e-cc35155f30d5"/>
              <gml:surfaceMember xlink:href="#Srf_640ab5aa-a036-43d2-a668-3945e071bb0f"/>
              <gml:surfaceMember xlink:href="#Srf_b29e4dbb-3e63-4919-b3f0-57d01b8fb5c8"/>
              <gml:surfaceMember xlink:href="#Srf_8d9aff93-08ff-4b7a-b449-bc37f8284f76"/>
              <gml:surfaceMember xlink:href="#Srf_5c7ab54f-6cab-46d5-87e4-7c1912bf4693"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_cac58f97-7583-4d94-b284-1dcc01356c9d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ada319bd-6c73-45a2-a051-db2d84d8eda4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b29e4dbb-3e63-4919-b3f0-57d01b8fb5c8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b29e4dbb-3e63-4919-b3f0-57d01b8fb5c8_0_">
                      <gml:posList srsDimension="3">510962.300 5417450.740 264.073 510961.840 5417447.030 262.314 510963.920 5417444.370 261.182 510965.460 5417445.570 261.825 510967.470 5417445.330 261.820 510968.242 5417451.265 264.636 510961.602 5417452.075 264.660 510961.450 5417450.840 264.075 510962.300 5417450.740 264.073</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_02b24c10-4d2f-4f85-8c6e-57003a445098">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d1eb0da8-1073-4a06-b7a2-bfa946bd4620">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_30007337-688c-4a15-b569-21c4bd3e3ad1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_30007337-688c-4a15-b569-21c4bd3e3ad1_0_">
                      <gml:posList srsDimension="3">510961.602 5417452.075 264.660 510962.380 5417458.420 261.702 510962.380 5417458.420 255.322 510961.602 5417452.075 255.322 510961.602 5417452.075 264.660</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_57c1ac72-e4ea-48ed-a733-e80835cb0a86">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a1ed3344-ff81-4aae-99d3-2d1873859d8e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_48ea333c-10d7-43ca-b151-886053ae144a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_48ea333c-10d7-43ca-b151-886053ae144a_0_">
                      <gml:posList srsDimension="3">510962.380 5417458.420 261.702 510961.602 5417452.075 264.660 510968.242 5417451.265 264.636 510968.550 5417453.630 263.532 510969.040 5417457.600 261.680 510962.380 5417458.420 261.702</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_872fe37c-81a2-4efe-83d8-7d8de8f29c42">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_96fd214a-53d1-4e67-aa88-4ba2058b1cce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f41adf51-3cff-4b15-bf74-47a7871acc5f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f41adf51-3cff-4b15-bf74-47a7871acc5f_0_">
                      <gml:posList srsDimension="3">510961.602 5417452.075 255.322 510961.450 5417450.840 255.322 510961.450 5417450.840 264.075 510961.602 5417452.075 264.660 510961.602 5417452.075 255.322</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_60e54e54-cf21-4567-9818-d5404261ed0e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4d2aba8c-2f13-4742-81d5-7ab617d5f0df">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c359c036-9a16-4fd1-9e2e-cc35155f30d5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c359c036-9a16-4fd1-9e2e-cc35155f30d5_0_">
                      <gml:posList srsDimension="3">510962.300 5417450.740 264.073 510961.450 5417450.840 264.075 510961.450 5417450.840 255.322 510962.300 5417450.740 255.322 510962.300 5417450.740 264.073</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_0db73bb7-ce27-426f-8aad-0d2096d8f211">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_47d06e45-2c94-4d09-b6c6-2733efee8cbc">
For faster browsing, not all history is shown. View entire blame