Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
136001
136002
136003
136004
136005
136006
136007
136008
136009
136010
136011
136012
136013
136014
136015
136016
136017
136018
136019
136020
136021
136022
136023
136024
136025
136026
136027
136028
136029
136030
136031
136032
136033
136034
136035
136036
136037
136038
136039
136040
136041
136042
136043
136044
136045
136046
136047
136048
136049
136050
136051
136052
136053
136054
136055
136056
136057
136058
136059
136060
136061
136062
136063
136064
136065
136066
136067
136068
136069
136070
136071
136072
136073
136074
136075
136076
136077
136078
136079
136080
136081
136082
136083
136084
136085
136086
136087
136088
136089
136090
136091
136092
136093
136094
136095
136096
136097
136098
136099
136100
136101
136102
136103
136104
136105
136106
136107
136108
136109
136110
136111
136112
136113
136114
136115
136116
136117
136118
136119
136120
136121
136122
136123
136124
136125
136126
136127
136128
136129
136130
136131
136132
136133
136134
136135
136136
136137
136138
136139
136140
136141
136142
136143
136144
136145
136146
136147
136148
136149
136150
136151
136152
136153
136154
136155
136156
136157
136158
136159
136160
136161
136162
136163
136164
136165
136166
136167
136168
136169
136170
136171
136172
136173
136174
136175
136176
136177
136178
136179
136180
136181
136182
136183
136184
136185
136186
136187
136188
136189
136190
136191
136192
136193
136194
136195
136196
136197
136198
136199
136200
136201
136202
136203
136204
136205
136206
136207
136208
136209
136210
136211
136212
136213
136214
136215
136216
136217
136218
136219
136220
136221
136222
136223
136224
136225
136226
136227
136228
136229
136230
136231
136232
136233
136234
136235
136236
136237
136238
136239
136240
136241
136242
136243
136244
136245
136246
136247
136248
136249
136250
136251
136252
136253
136254
136255
136256
136257
136258
136259
136260
136261
136262
136263
136264
136265
136266
136267
136268
136269
136270
136271
136272
136273
136274
136275
136276
136277
136278
136279
136280
136281
136282
136283
136284
136285
136286
136287
136288
136289
136290
136291
136292
136293
136294
136295
136296
136297
136298
136299
136300
136301
136302
136303
136304
136305
136306
136307
136308
136309
136310
136311
136312
136313
136314
136315
136316
136317
136318
136319
136320
136321
136322
136323
136324
136325
136326
136327
136328
136329
136330
136331
136332
136333
136334
136335
136336
136337
136338
136339
136340
136341
136342
136343
136344
136345
136346
136347
136348
136349
136350
136351
136352
136353
136354
136355
136356
136357
136358
136359
136360
136361
136362
136363
136364
136365
136366
136367
136368
136369
136370
136371
136372
136373
136374
136375
136376
136377
136378
136379
136380
136381
136382
136383
136384
136385
136386
136387
136388
136389
136390
136391
136392
136393
136394
136395
136396
136397
136398
136399
136400
136401
136402
136403
136404
136405
136406
136407
136408
136409
136410
136411
136412
136413
136414
136415
136416
136417
136418
136419
136420
136421
136422
136423
136424
136425
136426
136427
136428
136429
136430
136431
136432
136433
136434
136435
136436
136437
136438
136439
136440
136441
136442
136443
136444
136445
136446
136447
136448
136449
136450
136451
136452
136453
136454
136455
136456
136457
136458
136459
136460
136461
136462
136463
136464
136465
136466
136467
136468
136469
136470
136471
136472
136473
136474
136475
136476
136477
136478
136479
136480
136481
136482
136483
136484
136485
136486
136487
136488
136489
136490
136491
136492
136493
136494
136495
136496
136497
136498
136499
136500
136501
136502
136503
136504
136505
136506
136507
136508
136509
136510
136511
136512
136513
136514
136515
136516
136517
136518
136519
136520
136521
136522
136523
136524
136525
136526
136527
136528
136529
136530
136531
136532
136533
136534
136535
136536
136537
136538
136539
136540
136541
136542
136543
136544
136545
136546
136547
136548
136549
136550
136551
136552
136553
136554
136555
136556
136557
136558
136559
136560
136561
136562
136563
136564
136565
136566
136567
136568
136569
136570
136571
136572
136573
136574
136575
136576
136577
136578
136579
136580
136581
136582
136583
136584
136585
136586
136587
136588
136589
136590
136591
136592
136593
136594
136595
136596
136597
136598
136599
136600
136601
136602
136603
136604
136605
136606
136607
136608
136609
136610
136611
136612
136613
136614
136615
136616
136617
136618
136619
136620
136621
136622
136623
136624
136625
136626
136627
136628
136629
136630
136631
136632
136633
136634
136635
136636
136637
136638
136639
136640
136641
136642
136643
136644
136645
136646
136647
136648
136649
136650
136651
136652
136653
136654
136655
136656
136657
136658
136659
136660
136661
136662
136663
136664
136665
136666
136667
136668
136669
136670
136671
136672
136673
136674
136675
136676
136677
136678
136679
136680
136681
136682
136683
136684
136685
136686
136687
136688
136689
136690
136691
136692
136693
136694
136695
136696
136697
136698
136699
136700
136701
136702
136703
136704
136705
136706
136707
136708
136709
136710
136711
136712
136713
136714
136715
136716
136717
136718
136719
136720
136721
136722
136723
136724
136725
136726
136727
136728
136729
136730
136731
136732
136733
136734
136735
136736
136737
136738
136739
136740
136741
136742
136743
136744
136745
136746
136747
136748
136749
136750
136751
136752
136753
136754
136755
136756
136757
136758
136759
136760
136761
136762
136763
136764
136765
136766
136767
136768
136769
136770
136771
136772
136773
136774
136775
136776
136777
136778
136779
136780
136781
136782
136783
136784
136785
136786
136787
136788
136789
136790
136791
136792
136793
136794
136795
136796
136797
136798
136799
136800
136801
136802
136803
136804
136805
136806
136807
136808
136809
136810
136811
136812
136813
136814
136815
136816
136817
136818
136819
136820
136821
136822
136823
136824
136825
136826
136827
136828
136829
136830
136831
136832
136833
136834
136835
136836
136837
136838
136839
136840
136841
136842
136843
136844
136845
136846
136847
136848
136849
136850
136851
136852
136853
136854
136855
136856
136857
136858
136859
136860
136861
136862
136863
136864
136865
136866
136867
136868
136869
136870
136871
136872
136873
136874
136875
136876
136877
136878
136879
136880
136881
136882
136883
136884
136885
136886
136887
136888
136889
136890
136891
136892
136893
136894
136895
136896
136897
136898
136899
136900
136901
136902
136903
136904
136905
136906
136907
136908
136909
136910
136911
136912
136913
136914
136915
136916
136917
136918
136919
136920
136921
136922
136923
136924
136925
136926
136927
136928
136929
136930
136931
136932
136933
136934
136935
136936
136937
136938
136939
136940
136941
136942
136943
136944
136945
136946
136947
136948
136949
136950
136951
136952
136953
136954
136955
136956
136957
136958
136959
136960
136961
136962
136963
136964
136965
136966
136967
136968
136969
136970
136971
136972
136973
136974
136975
136976
136977
136978
136979
136980
136981
136982
136983
136984
136985
136986
136987
136988
136989
136990
136991
136992
136993
136994
136995
136996
136997
136998
136999
137000
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3280c441-9a16-4872-8357-01f4b686d4e3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3280c441-9a16-4872-8357-01f4b686d4e3_0_">
                      <gml:posList srsDimension="3">510872.310 5417210.790 277.696 510872.070 5417211.140 278.094 510872.070 5417211.140 273.527 510872.310 5417210.790 273.527 510872.310 5417210.790 277.696</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_2838bba8-6532-4fa1-b4f9-6757e14066f2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_25cd6cee-346e-455a-9209-3ac423d25157">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d4faf9bb-8248-47f1-a174-225e129bfbc4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d4faf9bb-8248-47f1-a174-225e129bfbc4_0_">
                      <gml:posList srsDimension="3">510872.310 5417210.790 273.527 510873.170 5417210.640 273.527 510873.170 5417210.640 277.709 510872.310 5417210.790 277.696 510872.310 5417210.790 273.527</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_405e9db5-3819-4d0c-ad8e-0f230aeaa823">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8e7f286d-f48e-47d4-9ebb-96369c490fdf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_af241461-2f18-459e-8277-e6c4eb5c43fe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_af241461-2f18-459e-8277-e6c4eb5c43fe_0_">
                      <gml:posList srsDimension="3">510873.170 5417210.640 273.527 510873.870 5417211.130 273.527 510873.870 5417211.130 278.516 510873.170 5417210.640 277.709 510873.170 5417210.640 273.527</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_41797540-f71a-4d0e-b353-2e2f0a1fd8e5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b63fc978-6cc7-4f11-8fba-f038c1309d5e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5b235f48-79bc-407a-a20b-3cc886113122">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5b235f48-79bc-407a-a20b-3cc886113122_0_">
                      <gml:posList srsDimension="3">510873.870 5417211.130 273.527 510874.020 5417211.980 273.527 510874.020 5417211.980 279.660 510873.870 5417211.130 278.516 510873.870 5417211.130 273.527</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_faadc604-161c-4292-99d1-ba5d498bfa14">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3c93ca21-cd7f-4d8c-b691-6a89cd0bd315">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f40a189-f032-456c-bd9a-ac312c59e390">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f40a189-f032-456c-bd9a-ac312c59e390_0_">
                      <gml:posList srsDimension="3">510873.780 5417212.330 280.058 510874.020 5417211.980 279.660 510874.020 5417211.980 273.527 510873.780 5417212.330 273.527 510873.780 5417212.330 280.058</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_f2eaebcb-4771-4da6-ab49-27e90ebc5713">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c615c82d-6647-4de9-bdad-691caabc2869">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dd438736-1fc9-4b06-9388-521816b2473d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dd438736-1fc9-4b06-9388-521816b2473d_0_">
                      <gml:posList srsDimension="3">510873.780 5417212.330 273.527 510873.825 5417212.591 273.527 510873.825 5417212.591 280.409 510873.780 5417212.330 280.058 510873.780 5417212.330 273.527</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_d75472a7-3281-4a0b-880c-b4ea417611c6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0a254f14-2d79-441a-80b2-45952d52a1b4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0dd0c95e-d712-4095-a426-fd95fa01022f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0dd0c95e-d712-4095-a426-fd95fa01022f_0_">
                      <gml:posList srsDimension="3">510873.825 5417212.591 273.527 510875.096 5417220.004 273.527 510875.096 5417220.004 280.525 510873.825 5417212.591 280.409 510873.825 5417212.591 273.527</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_2e8f2b4d-4a76-42ce-9dbf-f4c8a89c51d4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f8f0d449-b5cc-445f-a044-540fef242235">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a11030da-708b-4367-8416-d31d2c6f171a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a11030da-708b-4367-8416-d31d2c6f171a_0_">
                      <gml:posList srsDimension="3">510875.140 5417220.260 280.383 510875.096 5417220.004 280.525 510875.096 5417220.004 273.527 510875.140 5417220.260 273.527 510875.140 5417220.260 280.383</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_07c3992e-9dea-4aae-af8c-40f75fbca098">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4fa7132c-aeeb-4ea6-8f1c-a1b1a5fec0aa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35849867-9b84-452a-8b94-a357ddb30ffd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35849867-9b84-452a-8b94-a357ddb30ffd_0_">
                      <gml:posList srsDimension="3">510871.870 5417220.870 280.387 510875.140 5417220.260 280.383 510875.140 5417220.260 273.527 510871.870 5417220.870 273.527 510871.870 5417220.870 280.387</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_5518d2ff-8a75-4930-9f40-45314b512165">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6f5e10aa-dc6e-4828-99d6-03123c14fade">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6a8c31ad-3e29-41d3-aff4-1115f9a20d2b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6a8c31ad-3e29-41d3-aff4-1115f9a20d2b_0_">
                      <gml:posList srsDimension="3">510872.110 5417222.490 279.490 510871.870 5417220.870 280.387 510871.870 5417220.870 273.527 510872.110 5417222.490 273.527 510872.110 5417222.490 279.490</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_b8b63940-b216-48b2-a743-1bbf86d5afa4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d35ac00-5c3f-41d1-b380-6ff4e9e3a621">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ff91e4de-c4db-4ca8-abbf-98868a1c61d9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ff91e4de-c4db-4ca8-abbf-98868a1c61d9_0_">
                      <gml:posList srsDimension="3">510872.110 5417222.490 273.527 510864.000 5417224.060 273.527 510864.000 5417224.060 279.469 510872.110 5417222.490 279.490 510872.110 5417222.490 273.527</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_f00929d5-fad0-4abb-9fd3-039993324e21">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b69018e0-0229-4a5a-83ea-c3d3af05e3db">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3918115d-471b-425e-8620-5871eca93be3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3918115d-471b-425e-8620-5871eca93be3_0_">
                      <gml:posList srsDimension="3">510862.763 5417216.956 283.424 510864.000 5417224.060 279.469 510864.000 5417224.060 273.527 510862.763 5417216.956 273.527 510862.763 5417216.956 283.424</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1980</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZM6">
      <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>DEBWL0010000ZZM6</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.027</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_32524093-4c42-4a34-8073-de763916a45a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_783f45b3-f950-4bfa-8eb7-8c26cfc05921">
              <gml:surfaceMember xlink:href="#Srf_77072689-8988-4db7-b441-304516bc8e2d"/>
              <gml:surfaceMember xlink:href="#Srf_b3922b9e-a346-4dec-91f7-b9c737a61fb2"/>
              <gml:surfaceMember xlink:href="#Srf_bfaf46fb-efa4-4a6c-9ba3-26c18d71fe25"/>
              <gml:surfaceMember xlink:href="#Srf_fe595b6b-d4e4-4fcc-b624-9ae3d762446b"/>
              <gml:surfaceMember xlink:href="#Srf_1f95daad-4694-4c7a-ba93-0833f39188be"/>
              <gml:surfaceMember xlink:href="#Srf_a7de3b9e-e62c-4f0d-8522-423c95ce69ab"/>
              <gml:surfaceMember xlink:href="#Srf_3bc1d910-8ef3-4441-8fdf-8d0e31535ab2"/>
              <gml:surfaceMember xlink:href="#Srf_6aab4f1d-9ea2-4aed-9446-daaba6be32d9"/>
              <gml:surfaceMember xlink:href="#Srf_34fdbb23-f077-4a6c-8e15-21676462c10c"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_06de972c-1866-49fe-9c88-a570959b5956">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a1d35b87-5bea-499f-b1e3-f13fe3a38722">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1f95daad-4694-4c7a-ba93-0833f39188be">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1f95daad-4694-4c7a-ba93-0833f39188be_0_">
                      <gml:posList srsDimension="3">510987.860 5417384.280 271.038 510987.660 5417379.120 274.132 510993.911 5417378.894 274.133 510994.120 5417384.020 271.059 510987.860 5417384.280 271.038</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_1060d574-5ce4-4996-a9f4-a5115edfdb48">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_963666a8-795c-4d29-a837-dcd6de9138f4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bfaf46fb-efa4-4a6c-9ba3-26c18d71fe25">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bfaf46fb-efa4-4a6c-9ba3-26c18d71fe25_0_">
                      <gml:posList srsDimension="3">510987.660 5417379.120 274.132 510987.450 5417373.690 270.883 510993.690 5417373.450 270.874 510993.911 5417378.894 274.133 510987.660 5417379.120 274.132</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_e9a54eb6-f185-40ca-a482-8bd20b249389">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf00e4f6-97db-4a81-b213-9a694ee17272">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe595b6b-d4e4-4fcc-b624-9ae3d762446b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe595b6b-d4e4-4fcc-b624-9ae3d762446b_0_">
                      <gml:posList srsDimension="3">510993.690 5417373.450 264.105 510993.911 5417378.894 264.105 510993.911 5417378.894 274.133 510993.690 5417373.450 270.874 510993.690 5417373.450 264.105</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_6fe3895b-bd40-4a5e-8091-67b0c9dc34b4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a2f9f35-577d-455a-b17f-fc8f9a7098d2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6aab4f1d-9ea2-4aed-9446-daaba6be32d9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6aab4f1d-9ea2-4aed-9446-daaba6be32d9_0_">
                      <gml:posList srsDimension="3">510994.120 5417384.020 271.059 510993.911 5417378.894 274.133 510993.911 5417378.894 264.105 510994.120 5417384.020 264.105 510994.120 5417384.020 271.059</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_eedea49e-621c-4a4e-8012-d110be9f1737">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_88bca003-fd0a-4d64-98ac-8464e0034f01">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_34fdbb23-f077-4a6c-8e15-21676462c10c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_34fdbb23-f077-4a6c-8e15-21676462c10c_0_">
                      <gml:posList srsDimension="3">510994.120 5417384.020 264.105 510987.860 5417384.280 264.105 510987.860 5417384.280 271.038 510994.120 5417384.020 271.059 510994.120 5417384.020 264.105</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_317d695e-3193-4a1e-a22b-7c48e3bcd992">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4c14b3eb-e645-4263-9257-7fa6a02a9503">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3bc1d910-8ef3-4441-8fdf-8d0e31535ab2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3bc1d910-8ef3-4441-8fdf-8d0e31535ab2_0_">
                      <gml:posList srsDimension="3">510987.660 5417379.120 274.132 510987.860 5417384.280 271.038 510987.860 5417384.280 264.105 510987.660 5417379.120 264.105 510987.660 5417379.120 274.132</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_ecf906ec-3415-4f0a-982c-d479c82d5a02">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad9827e7-fe24-4d87-8505-1b4ba2f9cd14">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b3922b9e-a346-4dec-91f7-b9c737a61fb2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b3922b9e-a346-4dec-91f7-b9c737a61fb2_0_">
                      <gml:posList srsDimension="3">510987.660 5417379.120 264.105 510987.450 5417373.690 264.105 510987.450 5417373.690 270.883 510987.660 5417379.120 274.132 510987.660 5417379.120 264.105</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_ac8ab6c0-8783-408d-957b-94ad89c74b42">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_29f8be05-4cd1-43de-a5aa-4b5c15893f67">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a7de3b9e-e62c-4f0d-8522-423c95ce69ab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a7de3b9e-e62c-4f0d-8522-423c95ce69ab_0_">
                      <gml:posList srsDimension="3">510993.690 5417373.450 270.874 510987.450 5417373.690 270.883 510987.450 5417373.690 264.105 510993.690 5417373.450 264.105 510993.690 5417373.450 270.874</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_dc6281e4-b20b-4936-ab9e-2c765b92360a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_868f97e7-788a-4e87-a297-8a870c414bd8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77072689-8988-4db7-b441-304516bc8e2d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77072689-8988-4db7-b441-304516bc8e2d_0_">
                      <gml:posList srsDimension="3">510987.660 5417379.120 264.105 510987.860 5417384.280 264.105 510994.120 5417384.020 264.105 510993.911 5417378.894 264.105 510993.690 5417373.450 264.105 510987.450 5417373.690 264.105 510987.660 5417379.120 264.105</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1905</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMQ">
      <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>DEBWL0010000ZZMQ</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_2723</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.536</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4f5190f6-2b2c-4e02-be18-9b47edbe9b6f">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_ac9b8384-eff1-435e-b29c-76e653a9ed77">
              <gml:surfaceMember xlink:href="#Srf_264ba77f-3cfb-4855-8ce7-806da4e002f6"/>
              <gml:surfaceMember xlink:href="#Srf_54257728-6939-4bec-9662-24e71ad57603"/>
              <gml:surfaceMember xlink:href="#Srf_e3570656-9e0e-4c26-ab80-7f072977077d"/>
              <gml:surfaceMember xlink:href="#Srf_9a9c2415-5022-4b06-b566-a05eb5f7f6f5"/>
              <gml:surfaceMember xlink:href="#Srf_351c4ae2-3edf-4e24-9845-ecc74eaa201e"/>
              <gml:surfaceMember xlink:href="#Srf_b5dd6933-7672-4512-91d9-86da21e4d058"/>
              <gml:surfaceMember xlink:href="#Srf_4fa43de5-3921-4f03-8a96-b8c0b129f9b7"/>
              <gml:surfaceMember xlink:href="#Srf_a4574ccb-ab2c-4f85-b5bc-c4fc0e39778c"/>
              <gml:surfaceMember xlink:href="#Srf_14c70df9-abdf-4b5c-bafb-a5d6cd14831a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_84c71f12-a543-4f2f-b2ea-58b34fa5e13c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ac35311e-09ff-4353-9a06-8f165dea9adf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9a9c2415-5022-4b06-b566-a05eb5f7f6f5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9a9c2415-5022-4b06-b566-a05eb5f7f6f5_0_">
                      <gml:posList srsDimension="3">511137.580 5417715.060 243.250 511130.260 5417702.400 243.250 511130.260 5417702.400 246.991 511137.580 5417715.060 247.343 511137.580 5417715.060 243.250</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_d10db23b-b2fb-4117-8b54-b01c987f9f02">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_108b6e79-ee0f-4ef5-9bcb-b2b550a704b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e3570656-9e0e-4c26-ab80-7f072977077d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e3570656-9e0e-4c26-ab80-7f072977077d_0_">
                      <gml:posList srsDimension="3">511130.260 5417702.400 243.250 511136.330 5417698.899 243.250 511136.330 5417698.899 252.752 511130.260 5417702.400 246.991 511130.260 5417702.400 243.250</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_754890d1-73f0-4adb-b56f-86e59b8300f2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_79f36109-5076-4a61-aa3f-5d11f97edf4f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a4574ccb-ab2c-4f85-b5bc-c4fc0e39778c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a4574ccb-ab2c-4f85-b5bc-c4fc0e39778c_0_">
                      <gml:posList srsDimension="3">511137.580 5417715.060 243.250 511143.311 5417711.746 243.250 511148.770 5417708.590 243.250 511141.460 5417695.940 243.250 511136.330 5417698.899 243.250 511130.260 5417702.400 243.250 511137.580 5417715.060 243.250</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_29da4c0d-8cfe-45d8-969b-74caee5b154b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8bf92b6a-8312-41fc-9dff-e21197ec9514">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_264ba77f-3cfb-4855-8ce7-806da4e002f6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_264ba77f-3cfb-4855-8ce7-806da4e002f6_0_">
                      <gml:posList srsDimension="3">511143.311 5417711.746 252.786 511137.580 5417715.060 247.343 511130.260 5417702.400 246.991 511136.330 5417698.899 252.752 511143.311 5417711.746 252.786</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_1a046312-fa38-4772-8050-53af12ab69c2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_53a176af-bdd4-4fd1-bd29-0fc3be6e0d8f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4fa43de5-3921-4f03-8a96-b8c0b129f9b7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4fa43de5-3921-4f03-8a96-b8c0b129f9b7_0_">
                      <gml:posList srsDimension="3">511143.311 5417711.746 252.786 511136.330 5417698.899 252.752 511141.460 5417695.940 247.847 511148.770 5417708.590 247.564 511143.311 5417711.746 252.786</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_4efdec77-c2cc-411f-81f2-fc27b39f3568">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0d0fcd8e-34ef-4007-9642-ee8a13ce4d94">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_14c70df9-abdf-4b5c-bafb-a5d6cd14831a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_14c70df9-abdf-4b5c-bafb-a5d6cd14831a_0_">
                      <gml:posList srsDimension="3">511141.460 5417695.940 247.847 511136.330 5417698.899 252.752 511136.330 5417698.899 243.250 511141.460 5417695.940 243.250 511141.460 5417695.940 247.847</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_1312fe81-f35d-44e2-8b97-703c92274506">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7326ee28-3d35-4ee5-9347-89e6ebcbb141">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_351c4ae2-3edf-4e24-9845-ecc74eaa201e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_351c4ae2-3edf-4e24-9845-ecc74eaa201e_0_">
                      <gml:posList srsDimension="3">511148.770 5417708.590 247.564 511141.460 5417695.940 247.847 511141.460 5417695.940 243.250 511148.770 5417708.590 243.250 511148.770 5417708.590 247.564</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_b2e21725-8e1d-4bc2-9f58-177539eabf92">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fe731501-4cdf-49f3-9c0f-c190486e5e60">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54257728-6939-4bec-9662-24e71ad57603">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54257728-6939-4bec-9662-24e71ad57603_0_">
                      <gml:posList srsDimension="3">511143.311 5417711.746 252.786 511148.770 5417708.590 247.564 511148.770 5417708.590 243.250 511143.311 5417711.746 243.250 511143.311 5417711.746 252.786</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_7fbf2b8b-b532-4217-8796-343b514eea25">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_623e1a56-44cc-4d1a-aa52-3ca463590fab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b5dd6933-7672-4512-91d9-86da21e4d058">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b5dd6933-7672-4512-91d9-86da21e4d058_0_">
                      <gml:posList srsDimension="3">511143.311 5417711.746 243.250 511137.580 5417715.060 243.250 511137.580 5417715.060 247.343 511143.311 5417711.746 252.786 511143.311 5417711.746 243.250</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1924</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZML">
      <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>DEBWL0010000ZZML</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_3220</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">7.615</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0ad88351-bb4a-402f-9eb7-5d020d79b9bb">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_59c684e3-1e5c-42b4-b29b-d993113ddf22">
              <gml:surfaceMember xlink:href="#Srf_5665cc85-ec6a-4480-ae0d-64cfcb751e22"/>
              <gml:surfaceMember xlink:href="#Srf_9ede7da7-14d9-49ae-8d68-7b90ea7c2ef8"/>
              <gml:surfaceMember xlink:href="#Srf_10c0c988-c107-4795-a17e-b6531d8edcbb"/>
              <gml:surfaceMember xlink:href="#Srf_a227cf63-e40a-468b-b535-bdc32ed94085"/>
              <gml:surfaceMember xlink:href="#Srf_9ffd10c5-c26d-47c9-a8d5-637fc06499cc"/>
              <gml:surfaceMember xlink:href="#Srf_fbfb32d5-196c-4ca2-ad4d-e4710a6d642f"/>
              <gml:surfaceMember xlink:href="#Srf_f9f3336c-9343-4a65-a587-c9d385ba91c7"/>
              <gml:surfaceMember xlink:href="#Srf_54b626eb-e09f-4348-ab71-9e43458929d3"/>
              <gml:surfaceMember xlink:href="#Srf_1864b4ba-3e82-41a1-8835-e80d255b1305"/>
              <gml:surfaceMember xlink:href="#Srf_1a0d662e-0a48-44f1-bf53-3f1de8a03f1c"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_2d7e060e-d34b-4f3f-a263-2c25678850cf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c10093e8-7dcf-4ccc-897e-c8619abb88d1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5665cc85-ec6a-4480-ae0d-64cfcb751e22">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5665cc85-ec6a-4480-ae0d-64cfcb751e22_0_">
                      <gml:posList srsDimension="3">510778.110 5417690.470 246.128 510780.320 5417690.570 246.128 510780.320 5417690.570 253.743 510778.110 5417690.470 253.511 510778.110 5417690.470 246.128</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_ae5b9a4b-a961-4da4-a539-dae671240ae6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9d8e0226-c223-4c37-aaf5-d338b2b058f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f9f3336c-9343-4a65-a587-c9d385ba91c7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f9f3336c-9343-4a65-a587-c9d385ba91c7_0_">
                      <gml:posList srsDimension="3">510780.320 5417690.570 246.128 510779.510 5417707.220 246.128 510779.510 5417707.220 253.733 510780.320 5417690.570 253.743 510780.320 5417690.570 246.128</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_349f1ee6-f171-425f-b0a6-1f0aee89876b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9720a6a2-918b-45f2-a2de-c04abb562a12">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fbfb32d5-196c-4ca2-ad4d-e4710a6d642f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fbfb32d5-196c-4ca2-ad4d-e4710a6d642f_0_">
                      <gml:posList srsDimension="3">510779.510 5417707.220 246.128 510777.310 5417707.110 246.128 510777.310 5417707.110 253.502 510779.510 5417707.220 253.733 510779.510 5417707.220 246.128</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_cc615ed1-e448-49d9-8f4c-1678a5b28cf2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_664c70ef-c64e-4618-bb2e-7e4a5e691432">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_10c0c988-c107-4795-a17e-b6531d8edcbb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_10c0c988-c107-4795-a17e-b6531d8edcbb_0_">
                      <gml:posList srsDimension="3">510777.310 5417707.110 246.128 510777.250 5417708.300 246.128 510777.250 5417708.300 253.501 510777.310 5417707.110 253.502 510777.310 5417707.110 246.128</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_f74c875b-b6f8-4822-af47-15d5eefd9921">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee879f84-6352-43a8-a71f-7d5dfeaa8e35">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1a0d662e-0a48-44f1-bf53-3f1de8a03f1c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1a0d662e-0a48-44f1-bf53-3f1de8a03f1c_0_">
                      <gml:posList srsDimension="3">510777.250 5417708.300 246.128 510772.130 5417708.060 246.128 510772.130 5417708.060 252.964 510777.250 5417708.300 253.501 510777.250 5417708.300 246.128</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_32e15569-a2e2-4362-b85a-e3eaff5e7da8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_038f4a60-9c23-4701-9954-013e5ab2adfd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54b626eb-e09f-4348-ab71-9e43458929d3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54b626eb-e09f-4348-ab71-9e43458929d3_0_">
                      <gml:posList srsDimension="3">510772.130 5417708.060 246.128 510772.950 5417689.060 246.128 510772.950 5417689.060 252.965 510772.130 5417708.060 252.964 510772.130 5417708.060 246.128</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_5a998896-3acb-41ab-a7b4-17757f7e7c93">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d4682ab6-be34-4b73-a264-98df0e1c3f1e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1864b4ba-3e82-41a1-8835-e80d255b1305">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1864b4ba-3e82-41a1-8835-e80d255b1305_0_">
                      <gml:posList srsDimension="3">510772.950 5417689.060 246.128 510772.130 5417708.060 246.128 510777.250 5417708.300 246.128 510777.310 5417707.110 246.128 510779.510 5417707.220 246.128 510780.320 5417690.570 246.128 510778.110 5417690.470 246.128 510778.170 5417689.310 246.128 510772.950 5417689.060 246.128</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_719732b9-493e-4cc7-9640-dcb5f3f13c7f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b29f2944-a046-4fa5-aa5d-eb4083e989c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a227cf63-e40a-468b-b535-bdc32ed94085">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a227cf63-e40a-468b-b535-bdc32ed94085_0_">
                      <gml:posList srsDimension="3">510772.130 5417708.060 252.964 510772.950 5417689.060 252.965 510778.170 5417689.310 253.512 510778.110 5417690.470 253.511 510780.320 5417690.570 253.743 510779.510 5417707.220 253.733 510777.310 5417707.110 253.502 510777.250 5417708.300 253.501 510772.130 5417708.060 252.964</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_8b413a18-1d13-4f97-92f5-5f0b8306530a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b8da4657-5cf9-43c7-a8f9-d60115c4be73">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9ede7da7-14d9-49ae-8d68-7b90ea7c2ef8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9ede7da7-14d9-49ae-8d68-7b90ea7c2ef8_0_">
                      <gml:posList srsDimension="3">510772.950 5417689.060 246.128 510778.170 5417689.310 246.128 510778.170 5417689.310 253.512 510772.950 5417689.060 252.965 510772.950 5417689.060 246.128</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_ce13a130-8314-482d-9eff-69124423c86f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e7f1cba9-1f39-4e04-834e-bdb9b7274da8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9ffd10c5-c26d-47c9-a8d5-637fc06499cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9ffd10c5-c26d-47c9-a8d5-637fc06499cc_0_">
                      <gml:posList srsDimension="3">510778.170 5417689.310 246.128 510778.110 5417690.470 246.128 510778.110 5417690.470 253.511 510778.170 5417689.310 253.512 510778.170 5417689.310 246.128</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1961</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMb">
      <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>DEBWL0010000ZZMb</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">1.987</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_67f3936e-a5d4-4521-96b5-671c51683215">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_3be4ed23-6028-4787-91d0-19d34768ea8d">
              <gml:surfaceMember xlink:href="#Srf_cf8bb5dc-3eda-4230-ad30-2ea3e4dffd69"/>
              <gml:surfaceMember xlink:href="#Srf_5829437c-015c-4457-9c00-5b84a1a12b6f"/>
              <gml:surfaceMember xlink:href="#Srf_7385466b-e8bc-4843-abab-1ee1a9f62cd0"/>
              <gml:surfaceMember xlink:href="#Srf_a96fa64d-ce78-439f-a083-8a13a3069789"/>
              <gml:surfaceMember xlink:href="#Srf_238ed089-b0e4-47d3-a55e-3d79720700ac"/>
              <gml:surfaceMember xlink:href="#Srf_98b2ca01-04ca-4485-a206-ed59121d5849"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_19303575-758e-447d-8885-aadcba69914b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_53d8f7d6-769a-49d4-9520-055a7c2a7d5c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_238ed089-b0e4-47d3-a55e-3d79720700ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_238ed089-b0e4-47d3-a55e-3d79720700ac_0_">
                      <gml:posList srsDimension="3">511053.390 5417379.540 263.163 511053.170 5417373.550 263.163 511053.170 5417373.550 265.150 511053.390 5417379.540 265.150 511053.390 5417379.540 263.163</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_94e22874-5a8e-4aaa-856b-27da1ca6fef7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1345bbe6-8e7a-4d8c-a9e6-367e3e5d7a04">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a96fa64d-ce78-439f-a083-8a13a3069789">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a96fa64d-ce78-439f-a083-8a13a3069789_0_">
                      <gml:posList srsDimension="3">511053.170 5417373.550 263.163 511056.510 5417373.430 263.163 511056.510 5417373.430 265.150 511053.170 5417373.550 265.150 511053.170 5417373.550 263.163</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_6e22e13c-d91a-45b1-bed7-67701cd70623">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ccdf5fd5-b499-4fef-a353-be90f827b5fd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5829437c-015c-4457-9c00-5b84a1a12b6f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5829437c-015c-4457-9c00-5b84a1a12b6f_0_">
                      <gml:posList srsDimension="3">511053.170 5417373.550 265.150 511056.510 5417373.430 265.150 511056.740 5417379.410 265.150 511053.390 5417379.540 265.150 511053.170 5417373.550 265.150</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_9ad310ba-ad4e-4d32-850e-a4af39e332f3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e6c0bc9-81e3-4f16-9251-d2317b7c427e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_98b2ca01-04ca-4485-a206-ed59121d5849">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_98b2ca01-04ca-4485-a206-ed59121d5849_0_">
                      <gml:posList srsDimension="3">511056.510 5417373.430 263.163 511053.170 5417373.550 263.163 511053.390 5417379.540 263.163 511056.740 5417379.410 263.163 511056.510 5417373.430 263.163</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_11ca2df0-d260-4ebb-ab5c-c85e7185bccb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5efb7b11-bdfc-415b-9eea-48d4cfc899c0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7385466b-e8bc-4843-abab-1ee1a9f62cd0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7385466b-e8bc-4843-abab-1ee1a9f62cd0_0_">
                      <gml:posList srsDimension="3">511056.510 5417373.430 263.163 511056.740 5417379.410 263.163 511056.740 5417379.410 265.150 511056.510 5417373.430 265.150 511056.510 5417373.430 263.163</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
For faster browsing, not all history is shown. View entire blame