Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
118001
118002
118003
118004
118005
118006
118007
118008
118009
118010
118011
118012
118013
118014
118015
118016
118017
118018
118019
118020
118021
118022
118023
118024
118025
118026
118027
118028
118029
118030
118031
118032
118033
118034
118035
118036
118037
118038
118039
118040
118041
118042
118043
118044
118045
118046
118047
118048
118049
118050
118051
118052
118053
118054
118055
118056
118057
118058
118059
118060
118061
118062
118063
118064
118065
118066
118067
118068
118069
118070
118071
118072
118073
118074
118075
118076
118077
118078
118079
118080
118081
118082
118083
118084
118085
118086
118087
118088
118089
118090
118091
118092
118093
118094
118095
118096
118097
118098
118099
118100
118101
118102
118103
118104
118105
118106
118107
118108
118109
118110
118111
118112
118113
118114
118115
118116
118117
118118
118119
118120
118121
118122
118123
118124
118125
118126
118127
118128
118129
118130
118131
118132
118133
118134
118135
118136
118137
118138
118139
118140
118141
118142
118143
118144
118145
118146
118147
118148
118149
118150
118151
118152
118153
118154
118155
118156
118157
118158
118159
118160
118161
118162
118163
118164
118165
118166
118167
118168
118169
118170
118171
118172
118173
118174
118175
118176
118177
118178
118179
118180
118181
118182
118183
118184
118185
118186
118187
118188
118189
118190
118191
118192
118193
118194
118195
118196
118197
118198
118199
118200
118201
118202
118203
118204
118205
118206
118207
118208
118209
118210
118211
118212
118213
118214
118215
118216
118217
118218
118219
118220
118221
118222
118223
118224
118225
118226
118227
118228
118229
118230
118231
118232
118233
118234
118235
118236
118237
118238
118239
118240
118241
118242
118243
118244
118245
118246
118247
118248
118249
118250
118251
118252
118253
118254
118255
118256
118257
118258
118259
118260
118261
118262
118263
118264
118265
118266
118267
118268
118269
118270
118271
118272
118273
118274
118275
118276
118277
118278
118279
118280
118281
118282
118283
118284
118285
118286
118287
118288
118289
118290
118291
118292
118293
118294
118295
118296
118297
118298
118299
118300
118301
118302
118303
118304
118305
118306
118307
118308
118309
118310
118311
118312
118313
118314
118315
118316
118317
118318
118319
118320
118321
118322
118323
118324
118325
118326
118327
118328
118329
118330
118331
118332
118333
118334
118335
118336
118337
118338
118339
118340
118341
118342
118343
118344
118345
118346
118347
118348
118349
118350
118351
118352
118353
118354
118355
118356
118357
118358
118359
118360
118361
118362
118363
118364
118365
118366
118367
118368
118369
118370
118371
118372
118373
118374
118375
118376
118377
118378
118379
118380
118381
118382
118383
118384
118385
118386
118387
118388
118389
118390
118391
118392
118393
118394
118395
118396
118397
118398
118399
118400
118401
118402
118403
118404
118405
118406
118407
118408
118409
118410
118411
118412
118413
118414
118415
118416
118417
118418
118419
118420
118421
118422
118423
118424
118425
118426
118427
118428
118429
118430
118431
118432
118433
118434
118435
118436
118437
118438
118439
118440
118441
118442
118443
118444
118445
118446
118447
118448
118449
118450
118451
118452
118453
118454
118455
118456
118457
118458
118459
118460
118461
118462
118463
118464
118465
118466
118467
118468
118469
118470
118471
118472
118473
118474
118475
118476
118477
118478
118479
118480
118481
118482
118483
118484
118485
118486
118487
118488
118489
118490
118491
118492
118493
118494
118495
118496
118497
118498
118499
118500
118501
118502
118503
118504
118505
118506
118507
118508
118509
118510
118511
118512
118513
118514
118515
118516
118517
118518
118519
118520
118521
118522
118523
118524
118525
118526
118527
118528
118529
118530
118531
118532
118533
118534
118535
118536
118537
118538
118539
118540
118541
118542
118543
118544
118545
118546
118547
118548
118549
118550
118551
118552
118553
118554
118555
118556
118557
118558
118559
118560
118561
118562
118563
118564
118565
118566
118567
118568
118569
118570
118571
118572
118573
118574
118575
118576
118577
118578
118579
118580
118581
118582
118583
118584
118585
118586
118587
118588
118589
118590
118591
118592
118593
118594
118595
118596
118597
118598
118599
118600
118601
118602
118603
118604
118605
118606
118607
118608
118609
118610
118611
118612
118613
118614
118615
118616
118617
118618
118619
118620
118621
118622
118623
118624
118625
118626
118627
118628
118629
118630
118631
118632
118633
118634
118635
118636
118637
118638
118639
118640
118641
118642
118643
118644
118645
118646
118647
118648
118649
118650
118651
118652
118653
118654
118655
118656
118657
118658
118659
118660
118661
118662
118663
118664
118665
118666
118667
118668
118669
118670
118671
118672
118673
118674
118675
118676
118677
118678
118679
118680
118681
118682
118683
118684
118685
118686
118687
118688
118689
118690
118691
118692
118693
118694
118695
118696
118697
118698
118699
118700
118701
118702
118703
118704
118705
118706
118707
118708
118709
118710
118711
118712
118713
118714
118715
118716
118717
118718
118719
118720
118721
118722
118723
118724
118725
118726
118727
118728
118729
118730
118731
118732
118733
118734
118735
118736
118737
118738
118739
118740
118741
118742
118743
118744
118745
118746
118747
118748
118749
118750
118751
118752
118753
118754
118755
118756
118757
118758
118759
118760
118761
118762
118763
118764
118765
118766
118767
118768
118769
118770
118771
118772
118773
118774
118775
118776
118777
118778
118779
118780
118781
118782
118783
118784
118785
118786
118787
118788
118789
118790
118791
118792
118793
118794
118795
118796
118797
118798
118799
118800
118801
118802
118803
118804
118805
118806
118807
118808
118809
118810
118811
118812
118813
118814
118815
118816
118817
118818
118819
118820
118821
118822
118823
118824
118825
118826
118827
118828
118829
118830
118831
118832
118833
118834
118835
118836
118837
118838
118839
118840
118841
118842
118843
118844
118845
118846
118847
118848
118849
118850
118851
118852
118853
118854
118855
118856
118857
118858
118859
118860
118861
118862
118863
118864
118865
118866
118867
118868
118869
118870
118871
118872
118873
118874
118875
118876
118877
118878
118879
118880
118881
118882
118883
118884
118885
118886
118887
118888
118889
118890
118891
118892
118893
118894
118895
118896
118897
118898
118899
118900
118901
118902
118903
118904
118905
118906
118907
118908
118909
118910
118911
118912
118913
118914
118915
118916
118917
118918
118919
118920
118921
118922
118923
118924
118925
118926
118927
118928
118929
118930
118931
118932
118933
118934
118935
118936
118937
118938
118939
118940
118941
118942
118943
118944
118945
118946
118947
118948
118949
118950
118951
118952
118953
118954
118955
118956
118957
118958
118959
118960
118961
118962
118963
118964
118965
118966
118967
118968
118969
118970
118971
118972
118973
118974
118975
118976
118977
118978
118979
118980
118981
118982
118983
118984
118985
118986
118987
118988
118989
118990
118991
118992
118993
118994
118995
118996
118997
118998
118999
119000
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_38ba764e-f60e-4ec9-9872-8f6ab0eb9b9f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07b5f4a8-ba02-46a1-b604-596b3cce5a70">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d62ae645-aa01-4f1d-bb8a-b2d133154145">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d62ae645-aa01-4f1d-bb8a-b2d133154145_0_">
                      <gml:posList srsDimension="3">510825.700 5417278.740 282.558 510825.430 5417278.780 282.578 510825.430 5417278.780 273.457 510825.700 5417278.740 273.457 510825.700 5417278.740 282.558</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_e59995c6-3145-4542-bb30-adcec72475d9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b71e458-cb96-4edb-ab67-522afcb9441c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_01522157-83cf-4712-bda6-21c22d987eba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_01522157-83cf-4712-bda6-21c22d987eba_0_">
                      <gml:posList srsDimension="3">510819.665 5417281.079 273.457 510819.510 5417276.220 273.457 510819.510 5417276.220 280.618 510819.665 5417281.079 284.023 510819.665 5417281.079 273.457</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_87ec8d8a-10a0-414b-ba5b-0a263212478c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b316e09-3fc7-430b-a8d4-b52c1cef1f06">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_db44e808-e437-46cf-aabf-0a5827af9f61">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_db44e808-e437-46cf-aabf-0a5827af9f61_0_">
                      <gml:posList srsDimension="3">510825.700 5417278.740 273.457 510825.778 5417280.840 273.457 510825.778 5417280.840 284.029 510825.700 5417278.740 282.558 510825.700 5417278.740 273.457</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_47ea24c0-c7ab-433e-8a78-1ea3ecea6d3e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a01b938-6bcf-45a2-95eb-23dab698df87">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e7feb53b-f746-4d4a-879d-6afd934bb2d0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e7feb53b-f746-4d4a-879d-6afd934bb2d0_0_">
                      <gml:posList srsDimension="3">510819.510 5417276.220 273.457 510825.340 5417276.040 273.457 510825.340 5417276.040 280.658 510819.510 5417276.220 280.618 510819.510 5417276.220 273.457</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_2c27b320-c02a-4c9a-a3a2-1758de0a00fe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2be026c2-d085-4ef1-9751-f6ed37ae4305">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_760f78b2-17fd-4a62-aaf9-d549c9fe23ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_760f78b2-17fd-4a62-aaf9-d549c9fe23ba_0_">
                      <gml:posList srsDimension="3">510819.665 5417281.079 284.023 510819.510 5417276.220 280.618 510825.340 5417276.040 280.658 510825.430 5417278.780 282.578 510825.700 5417278.740 282.558 510825.778 5417280.840 284.029 510819.665 5417281.079 284.023</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_e1a1b712-e960-4e8d-bec9-46da9881ca52">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_be079054-eede-4c6a-b860-72bdf98914cc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a4ec252d-734f-4248-8f15-dfcb25d3574f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a4ec252d-734f-4248-8f15-dfcb25d3574f_0_">
                      <gml:posList srsDimension="3">510819.510 5417276.220 273.457 510819.665 5417281.079 273.457 510819.820 5417285.950 273.457 510825.960 5417285.720 273.457 510825.778 5417280.840 273.457 510825.700 5417278.740 273.457 510825.430 5417278.780 273.457 510825.340 5417276.040 273.457 510819.510 5417276.220 273.457</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_40d29bdc-cec4-4768-bac6-95159087c10c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a613236-97fb-44a5-9f44-ba84368af4e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0c9a14ca-332b-437c-87a8-34907f1e001b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0c9a14ca-332b-437c-87a8-34907f1e001b_0_">
                      <gml:posList srsDimension="3">510825.960 5417285.720 280.608 510825.778 5417280.840 284.029 510825.778 5417280.840 273.457 510825.960 5417285.720 273.457 510825.960 5417285.720 280.608</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_184800ab-bb90-4f38-a52c-560074f7d0f6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d4991fee-4b2b-4e2f-a5a5-cbdce42d1e53">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e33d994a-8c8b-44e5-93cd-4e79e96c8eb5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e33d994a-8c8b-44e5-93cd-4e79e96c8eb5_0_">
                      <gml:posList srsDimension="3">510819.820 5417285.950 280.609 510819.665 5417281.079 284.023 510825.778 5417280.840 284.029 510825.960 5417285.720 280.608 510819.820 5417285.950 280.609</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_c13d67bf-0a66-46e1-ba58-e94fb0bb8f3a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2c1dcc0f-ff63-4640-9d29-872ca11fbdd3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_63e74d50-65c9-4e14-9cbe-def893f743cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_63e74d50-65c9-4e14-9cbe-def893f743cc_0_">
                      <gml:posList srsDimension="3">510819.820 5417285.950 280.609 510825.960 5417285.720 280.608 510825.960 5417285.720 273.457 510819.820 5417285.950 273.457 510819.820 5417285.950 280.609</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_9c433850-7040-47b6-872a-93b68a918939">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a255660-9bc6-45b9-8638-377a4419bd24">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_12271a9d-c471-45a3-87c8-fc66f0e81d9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_12271a9d-c471-45a3-87c8-fc66f0e81d9d_0_">
                      <gml:posList srsDimension="3">510825.340 5417276.040 273.457 510825.430 5417278.780 273.457 510825.430 5417278.780 282.578 510825.340 5417276.040 280.658 510825.340 5417276.040 273.457</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_3c5acf71-4684-4f8b-ae28-4b3fdbc76506">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_20dd3ce4-1b9f-4a6e-828b-bbe44aa33aac">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7cf9333d-0ec8-46e5-a940-a3a940d0730c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7cf9333d-0ec8-46e5-a940-a3a940d0730c_0_">
                      <gml:posList srsDimension="3">510819.665 5417281.079 284.023 510819.820 5417285.950 280.609 510819.820 5417285.950 273.457 510819.665 5417281.079 273.457 510819.665 5417281.079 284.023</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2018</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJa">
      <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>DEBWL0010000ZZJa</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.573</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_6d1e9b3f-969d-493f-ac91-bf75cd50e27c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_74e27461-bc2b-42c3-817e-5495ab316530">
              <gml:surfaceMember xlink:href="#Srf_2334bdd1-12cc-475d-9e4e-c2dfcfaa39e1"/>
              <gml:surfaceMember xlink:href="#Srf_14f19210-5ee7-4bea-a0a9-ea3058c10a46"/>
              <gml:surfaceMember xlink:href="#Srf_91e20a84-c4bd-4db5-995f-e0dee93bb5ba"/>
              <gml:surfaceMember xlink:href="#Srf_8c57a844-6608-43c2-855a-325f154a0aed"/>
              <gml:surfaceMember xlink:href="#Srf_bc6678fa-9b40-4134-ab65-ce3eea067b6b"/>
              <gml:surfaceMember xlink:href="#Srf_1965ca45-8628-401b-b16a-9f06651765e7"/>
              <gml:surfaceMember xlink:href="#Srf_9f45106f-dc41-47ac-aea0-ed64051bd239"/>
              <gml:surfaceMember xlink:href="#Srf_4d7797da-55a3-4d3c-98b7-d50a0f672f82"/>
              <gml:surfaceMember xlink:href="#Srf_751ef37b-ea80-4f6b-a3ae-4b41461a9cc9"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_48e01af8-c2ac-407b-946e-b4f1bb753fe3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0fee10ed-1d95-452a-9f5b-24ce9bd6b2ba">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2334bdd1-12cc-475d-9e4e-c2dfcfaa39e1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2334bdd1-12cc-475d-9e4e-c2dfcfaa39e1_0_">
                      <gml:posList srsDimension="3">510837.370 5417268.600 273.457 510837.530 5417273.470 273.457 510837.530 5417273.470 284.029 510837.370 5417268.600 280.613 510837.370 5417268.600 273.457</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_4b123eee-56c2-47b5-9d1b-13798de90b35">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4db406ee-ca7c-4676-9ecc-b13e7b00be4d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1965ca45-8628-401b-b16a-9f06651765e7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1965ca45-8628-401b-b16a-9f06651765e7_0_">
                      <gml:posList srsDimension="3">510831.240 5417268.800 273.457 510837.370 5417268.600 273.457 510837.370 5417268.600 280.613 510831.240 5417268.800 280.602 510831.240 5417268.800 273.457</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_c767e0e2-f8f4-4346-83ba-6c5e546aa59c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_41957758-5b1f-4057-8316-058666f89bda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4d7797da-55a3-4d3c-98b7-d50a0f672f82">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4d7797da-55a3-4d3c-98b7-d50a0f672f82_0_">
                      <gml:posList srsDimension="3">510837.690 5417278.310 280.614 510837.530 5417273.470 284.029 510837.530 5417273.470 273.457 510837.690 5417278.310 273.457 510837.690 5417278.310 280.614</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_1ceda404-e396-414e-bf87-cbd6b5fbb78c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b9ae3b0d-d696-4e8c-a1b9-b94ce914e00e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9f45106f-dc41-47ac-aea0-ed64051bd239">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9f45106f-dc41-47ac-aea0-ed64051bd239_0_">
                      <gml:posList srsDimension="3">510831.401 5417273.688 273.457 510831.560 5417278.510 273.457 510837.690 5417278.310 273.457 510837.530 5417273.470 273.457 510837.370 5417268.600 273.457 510831.240 5417268.800 273.457 510831.401 5417273.688 273.457</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_5545299d-6925-4189-a898-b1f0ef69fec7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4e6a51a-7583-466a-815e-bcf6909e2427">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8c57a844-6608-43c2-855a-325f154a0aed">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8c57a844-6608-43c2-855a-325f154a0aed_0_">
                      <gml:posList srsDimension="3">510831.560 5417278.510 280.628 510837.690 5417278.310 280.614 510837.690 5417278.310 273.457 510831.560 5417278.510 273.457 510831.560 5417278.510 280.628</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_35c9cea9-e249-475b-a106-806fbdb5b94f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_434095b2-5940-41a8-82a0-e9d3f27e9f9b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_751ef37b-ea80-4f6b-a3ae-4b41461a9cc9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_751ef37b-ea80-4f6b-a3ae-4b41461a9cc9_0_">
                      <gml:posList srsDimension="3">510837.690 5417278.310 280.614 510831.560 5417278.510 280.628 510831.401 5417273.688 284.030 510837.530 5417273.470 284.029 510837.690 5417278.310 280.614</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_e190e90f-791d-408e-9cc8-e355768a8f55">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c4b45aab-d010-4a68-8b82-f0d80df2a454">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bc6678fa-9b40-4134-ab65-ce3eea067b6b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bc6678fa-9b40-4134-ab65-ce3eea067b6b_0_">
                      <gml:posList srsDimension="3">510831.401 5417273.688 284.030 510831.560 5417278.510 280.628 510831.560 5417278.510 273.457 510831.401 5417273.688 273.457 510831.401 5417273.688 284.030</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_95341482-a4b3-4148-88f2-e55e2acdcb97">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa4ccd51-d694-4c3c-be81-051f81241fee">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_14f19210-5ee7-4bea-a0a9-ea3058c10a46">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_14f19210-5ee7-4bea-a0a9-ea3058c10a46_0_">
                      <gml:posList srsDimension="3">510831.401 5417273.688 284.030 510831.240 5417268.800 280.602 510837.370 5417268.600 280.613 510837.530 5417273.470 284.029 510831.401 5417273.688 284.030</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_58d6e1d5-a246-4cfb-b599-211624b99f39">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d35d0b31-b687-4be9-8235-1c30ae3b6bf6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_91e20a84-c4bd-4db5-995f-e0dee93bb5ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_91e20a84-c4bd-4db5-995f-e0dee93bb5ba_0_">
                      <gml:posList srsDimension="3">510831.401 5417273.688 273.457 510831.240 5417268.800 273.457 510831.240 5417268.800 280.602 510831.401 5417273.688 284.030 510831.401 5417273.688 273.457</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1939</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJc">
      <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>DEBWL0010000ZZJc</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.116</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_c82dbb8d-695d-4a06-82cf-6ff70177ebc6">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_17cdb037-0fac-4be7-8591-5f52c6fe80e6">
              <gml:surfaceMember xlink:href="#Srf_47b1a131-ba88-427d-8a39-54395805484d"/>
              <gml:surfaceMember xlink:href="#Srf_6ee606aa-bfc0-49a0-bb61-7cc5862c7bf4"/>
              <gml:surfaceMember xlink:href="#Srf_7e2d1506-ed33-4d22-b130-26f4fe4728e8"/>
              <gml:surfaceMember xlink:href="#Srf_f7197f99-1383-4d57-9123-8da025cc792b"/>
              <gml:surfaceMember xlink:href="#Srf_29650e71-0015-4dab-af2d-beb97befd10a"/>
              <gml:surfaceMember xlink:href="#Srf_794b8951-6efe-462f-bdd2-97f0004555b4"/>
              <gml:surfaceMember xlink:href="#Srf_8c42ecc4-c58c-4436-8106-397f5105b28f"/>
              <gml:surfaceMember xlink:href="#Srf_8cee84d5-2ed7-4d37-b99c-b87384657efd"/>
              <gml:surfaceMember xlink:href="#Srf_72c6cbd5-3007-47ca-a2b3-ad6ddba7ec10"/>
              <gml:surfaceMember xlink:href="#Srf_70759fe4-61d7-42e7-a49d-e746449ac0c5"/>
              <gml:surfaceMember xlink:href="#Srf_f3bd24c5-3ee5-4bf9-b5bc-e7a5e7c725d4"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_628fd1b3-e1d6-4227-942f-602ec37a3b24">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b9124000-b0c0-4010-bc1b-005aff26eca2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_72c6cbd5-3007-47ca-a2b3-ad6ddba7ec10">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_72c6cbd5-3007-47ca-a2b3-ad6ddba7ec10_0_">
                      <gml:posList srsDimension="3">510858.540 5417270.293 273.356 510853.850 5417270.480 273.356 510853.850 5417270.480 280.202 510858.540 5417270.293 283.472 510858.540 5417270.293 273.356</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_838e1922-8511-440f-b44f-9dc45f7f2f89">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8fc74a74-596e-4c5f-9897-0ce808d62aa2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6ee606aa-bfc0-49a0-bb61-7cc5862c7bf4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6ee606aa-bfc0-49a0-bb61-7cc5862c7bf4_0_">
                      <gml:posList srsDimension="3">510852.280 5417265.020 273.356 510852.400 5417268.050 273.356 510853.750 5417267.990 273.356 510853.850 5417270.480 273.356 510858.540 5417270.293 273.356 510864.620 5417270.050 273.356 510864.400 5417264.540 273.356 510858.334 5417264.780 273.356 510852.280 5417265.020 273.356</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_57c3ea26-cdcc-4765-9eb4-d18cad46a6fb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_55dd515f-22d5-452a-96dc-4d65856a9415">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8c42ecc4-c58c-4436-8106-397f5105b28f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8c42ecc4-c58c-4436-8106-397f5105b28f_0_">
                      <gml:posList srsDimension="3">510853.750 5417267.990 280.193 510852.400 5417268.050 279.251 510852.280 5417265.020 279.241 510858.334 5417264.780 283.462 510858.540 5417270.293 283.472 510853.850 5417270.480 280.202 510853.750 5417267.990 280.193</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_d4bae382-9168-47ab-aacd-7f44a7d2fcd1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_22dbf8a2-7062-4ea3-bc66-bf1d1d1154e4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f7197f99-1383-4d57-9123-8da025cc792b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f7197f99-1383-4d57-9123-8da025cc792b_0_">
                      <gml:posList srsDimension="3">510853.850 5417270.480 273.356 510853.750 5417267.990 273.356 510853.750 5417267.990 280.193 510853.850 5417270.480 280.202 510853.850 5417270.480 273.356</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_4c0462e3-25d4-401a-bb62-b2abf7594d6f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cae097db-922f-458d-8b8e-af459cdbb949">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_794b8951-6efe-462f-bdd2-97f0004555b4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_794b8951-6efe-462f-bdd2-97f0004555b4_0_">
                      <gml:posList srsDimension="3">510864.400 5417264.540 279.218 510864.620 5417270.050 279.218 510858.540 5417270.293 283.472 510858.334 5417264.780 283.462 510864.400 5417264.540 279.218</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_3e9bc672-6f2c-40ac-9f11-543a7a68457e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f4f9283f-4ba8-4db7-8b67-8661970ce386">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8cee84d5-2ed7-4d37-b99c-b87384657efd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8cee84d5-2ed7-4d37-b99c-b87384657efd_0_">
                      <gml:posList srsDimension="3">510853.750 5417267.990 273.356 510852.400 5417268.050 273.356 510852.400 5417268.050 279.251 510853.750 5417267.990 280.193 510853.750 5417267.990 273.356</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_c713c118-b68b-43ba-9f3d-e4e4bf8d45a3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f267b9b8-f388-411d-a1b2-65d540dd5da1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f3bd24c5-3ee5-4bf9-b5bc-e7a5e7c725d4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f3bd24c5-3ee5-4bf9-b5bc-e7a5e7c725d4_0_">
                      <gml:posList srsDimension="3">510864.400 5417264.540 279.218 510858.334 5417264.780 283.462 510858.334 5417264.780 273.356 510864.400 5417264.540 273.356 510864.400 5417264.540 279.218</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_6f60226c-90c6-4e0e-8ee6-aaa06f7aca9a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b21bd86-c5ec-4640-a2a4-72fbe098431a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_70759fe4-61d7-42e7-a49d-e746449ac0c5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_70759fe4-61d7-42e7-a49d-e746449ac0c5_0_">
                      <gml:posList srsDimension="3">510852.400 5417268.050 273.356 510852.280 5417265.020 273.356 510852.280 5417265.020 279.241 510852.400 5417268.050 279.251 510852.400 5417268.050 273.356</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_94b8523d-d616-4852-a8ab-33839e9fa5f9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c6fdba0d-4f8b-4155-a3e7-4946aa181386">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_29650e71-0015-4dab-af2d-beb97befd10a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_29650e71-0015-4dab-af2d-beb97befd10a_0_">
                      <gml:posList srsDimension="3">510864.400 5417264.540 273.356 510864.620 5417270.050 273.356 510864.620 5417270.050 279.218 510864.400 5417264.540 279.218 510864.400 5417264.540 273.356</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_b7ab0e25-8283-45f6-9b76-2ddbafeac402">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6a9793b5-5711-4452-a31b-99facc78d01c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7e2d1506-ed33-4d22-b130-26f4fe4728e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7e2d1506-ed33-4d22-b130-26f4fe4728e8_0_">
                      <gml:posList srsDimension="3">510858.540 5417270.293 283.472 510864.620 5417270.050 279.218 510864.620 5417270.050 273.356 510858.540 5417270.293 273.356 510858.540 5417270.293 283.472</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_cbc52447-45f8-4cb2-9ad4-9832dfe8ccab">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_849745eb-7e16-4836-a7cd-cd2f45d87b29">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47b1a131-ba88-427d-8a39-54395805484d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47b1a131-ba88-427d-8a39-54395805484d_0_">
                      <gml:posList srsDimension="3">510852.280 5417265.020 273.356 510858.334 5417264.780 273.356 510858.334 5417264.780 283.462 510852.280 5417265.020 279.241 510852.280 5417265.020 273.356</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2017</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJj">
      <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>DEBWL0010000ZZJj</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.199</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_54e93324-8585-4ce6-b8b7-615a7cd88824">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_9dd493c7-8f6c-4e09-9aa9-658a5339daf5">
              <gml:surfaceMember xlink:href="#Srf_ff79cc18-bb49-4daf-8f3a-40df00e7dbbf"/>
              <gml:surfaceMember xlink:href="#Srf_380db065-e5a6-4476-86de-dcc1d95ba755"/>
              <gml:surfaceMember xlink:href="#Srf_9435bb99-9117-4505-bf59-0544fd019f42"/>
              <gml:surfaceMember xlink:href="#Srf_c67b7d3a-bdbc-4446-a77e-a87be707b771"/>
              <gml:surfaceMember xlink:href="#Srf_7ff531cd-2ad6-4d56-9e04-7dff2ede93c3"/>
              <gml:surfaceMember xlink:href="#Srf_ca134aef-3e15-4ab2-ac2d-d87e4e858a46"/>
              <gml:surfaceMember xlink:href="#Srf_d572cdd8-6045-4d63-b704-a7a4e6dd8c91"/>
              <gml:surfaceMember xlink:href="#Srf_fe2dcdb6-67e6-41eb-aabf-24267f4eb043"/>
              <gml:surfaceMember xlink:href="#Srf_da158d9b-aef9-4cff-afa5-49026cd6e981"/>
              <gml:surfaceMember xlink:href="#Srf_79839671-b65b-4561-beb1-8464f0a6887d"/>
              <gml:surfaceMember xlink:href="#Srf_b1809891-b460-47fa-b05a-6b3019857dcb"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_ede8ac6f-80fc-4925-8ea4-2f1b07904f31">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dedc530e-92d5-4d43-8560-68c4edeaafd9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe2dcdb6-67e6-41eb-aabf-24267f4eb043">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe2dcdb6-67e6-41eb-aabf-24267f4eb043_0_">
                      <gml:posList srsDimension="3">510864.620 5417270.050 279.199 510858.510 5417270.294 283.479 510858.510 5417270.294 273.279 510864.620 5417270.050 273.279 510864.620 5417270.050 279.199</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_3cb88047-5009-4f32-bb38-d0fad16f9f9a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_774ac3ec-36c5-4545-9381-6f89949c36da">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b1809891-b460-47fa-b05a-6b3019857dcb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b1809891-b460-47fa-b05a-6b3019857dcb_0_">
                      <gml:posList srsDimension="3">510858.510 5417270.294 273.279 510853.850 5417270.480 273.279 510853.930 5417272.940 273.279 510852.600 5417272.990 273.279 510852.710 5417276.000 273.279 510858.772 5417275.760 273.279 510864.830 5417275.520 273.279 510864.620 5417270.050 273.279 510858.510 5417270.294 273.279</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_6b366913-67de-42db-99b8-73afc6d23af0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f868696c-6a3c-4a7b-8e47-2712f8ecb5f4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ca134aef-3e15-4ab2-ac2d-d87e4e858a46">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ca134aef-3e15-4ab2-ac2d-d87e4e858a46_0_">
                      <gml:posList srsDimension="3">510864.620 5417270.050 273.279 510864.830 5417275.520 273.279 510864.830 5417275.520 279.204 510864.620 5417270.050 279.199 510864.620 5417270.050 273.279</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_95d7ca40-f8d1-4d8f-abf4-360193a9d881">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3b513b2f-c679-4394-8f97-54d4fe3c33b8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_380db065-e5a6-4476-86de-dcc1d95ba755">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_380db065-e5a6-4476-86de-dcc1d95ba755_0_">
                      <gml:posList srsDimension="3">510853.850 5417270.480 280.234 510858.510 5417270.294 283.479 510858.772 5417275.760 283.447 510852.710 5417276.000 279.226 510852.600 5417272.990 279.267 510853.930 5417272.940 280.193 510853.850 5417270.480 280.234</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_a2ac7a93-aec0-491d-990b-dd21623e888d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08d403cd-5afd-481a-ac1b-28ac1b36e237">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d572cdd8-6045-4d63-b704-a7a4e6dd8c91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d572cdd8-6045-4d63-b704-a7a4e6dd8c91_0_">
                      <gml:posList srsDimension="3">510858.772 5417275.760 283.447 510864.830 5417275.520 279.204 510864.830 5417275.520 273.279 510858.772 5417275.760 273.279 510858.772 5417275.760 283.447</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_6c3fe604-1b23-406c-a84b-37c704b82043">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7c00ba14-11b2-41f1-92ea-a0c586dc7956">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ff531cd-2ad6-4d56-9e04-7dff2ede93c3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ff531cd-2ad6-4d56-9e04-7dff2ede93c3_0_">
                      <gml:posList srsDimension="3">510858.772 5417275.760 283.447 510858.510 5417270.294 283.479 510864.620 5417270.050 279.199 510864.830 5417275.520 279.204 510858.772 5417275.760 283.447</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_9eb13292-f49a-4605-803e-c1dc5a3e7e93">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d86a58f2-657d-4618-9e46-57735038de8f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_da158d9b-aef9-4cff-afa5-49026cd6e981">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_da158d9b-aef9-4cff-afa5-49026cd6e981_0_">
                      <gml:posList srsDimension="3">510858.772 5417275.760 273.279 510852.710 5417276.000 273.279 510852.710 5417276.000 279.226 510858.772 5417275.760 283.447 510858.772 5417275.760 273.279</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_e2b4efd9-90b7-4707-b511-fd12cf436a70">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a70a859e-75a4-49ef-9d4e-111eff25c8d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_79839671-b65b-4561-beb1-8464f0a6887d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_79839671-b65b-4561-beb1-8464f0a6887d_0_">
                      <gml:posList srsDimension="3">510853.850 5417270.480 280.234 510853.930 5417272.940 280.193 510853.930 5417272.940 273.279 510853.850 5417270.480 273.279 510853.850 5417270.480 280.234</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_b38bdf23-c1ca-464c-9a5f-5b01565225a8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2f19124a-8db0-4d26-a5e9-e13da70cded8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ff79cc18-bb49-4daf-8f3a-40df00e7dbbf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ff79cc18-bb49-4daf-8f3a-40df00e7dbbf_0_">
                      <gml:posList srsDimension="3">510852.600 5417272.990 279.267 510852.710 5417276.000 279.226 510852.710 5417276.000 273.279 510852.600 5417272.990 273.279 510852.600 5417272.990 279.267</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_426e19b0-7ebc-40c4-a5fe-ce53da7439c1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a653bba3-affc-45af-bfaa-f9a414ccc15b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c67b7d3a-bdbc-4446-a77e-a87be707b771">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c67b7d3a-bdbc-4446-a77e-a87be707b771_0_">
                      <gml:posList srsDimension="3">510852.600 5417272.990 273.279 510853.930 5417272.940 273.279 510853.930 5417272.940 280.193 510852.600 5417272.990 279.267 510852.600 5417272.990 273.279</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_65fe8b75-b5d0-44b3-8979-806cd2ba1375">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_519d494b-1b10-4ec1-8bba-bcc153a45a91">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9435bb99-9117-4505-bf59-0544fd019f42">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9435bb99-9117-4505-bf59-0544fd019f42_0_">
                      <gml:posList srsDimension="3">510853.850 5417270.480 273.279 510858.510 5417270.294 273.279 510858.510 5417270.294 283.479 510853.850 5417270.480 280.234 510853.850 5417270.480 273.279</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1963</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJb">
      <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>DEBWL0010000ZZJb</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.121</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_6211286d-1d69-4dcb-9112-2bf344de87d9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_2d77efe4-5f8c-41fd-b013-2fca6521ae48">
              <gml:surfaceMember xlink:href="#Srf_46a12fdc-2355-4867-88d5-50c115e93f42"/>
              <gml:surfaceMember xlink:href="#Srf_7ba6bf7e-dc8f-40f0-bcfb-430bc8f3f97e"/>
              <gml:surfaceMember xlink:href="#Srf_f16d1d0e-4f1e-4a44-a05f-cf0204fbd9b8"/>
              <gml:surfaceMember xlink:href="#Srf_72bd3732-d50a-4a6a-bc74-a34d7c50fccd"/>
              <gml:surfaceMember xlink:href="#Srf_4d5b04d8-fa41-4a6d-a760-3b2f637c918f"/>
              <gml:surfaceMember xlink:href="#Srf_95536048-e538-4664-a820-12d584af356a"/>
              <gml:surfaceMember xlink:href="#Srf_394c26ea-e180-4010-a83e-861347f59784"/>
              <gml:surfaceMember xlink:href="#Srf_af9fa4ea-5721-4062-b837-e54461ca6587"/>
              <gml:surfaceMember xlink:href="#Srf_d28322b9-5955-4586-9d77-2d0c13dc7cff"/>
              <gml:surfaceMember xlink:href="#Srf_62010831-ad17-4e8f-9c0c-ac562f46f15f"/>
              <gml:surfaceMember xlink:href="#Srf_6c6a18a7-085e-4a31-a165-ef6afb8fb793"/>
              <gml:surfaceMember xlink:href="#Srf_077c68f2-82f7-4416-8dab-f93dcd2d398e"/>
              <gml:surfaceMember xlink:href="#Srf_3f748abf-af59-440a-a96d-b52d36c27029"/>
              <gml:surfaceMember xlink:href="#Srf_815bf851-5461-41f2-806c-1cf2cddeef06"/>
              <gml:surfaceMember xlink:href="#Srf_d05f746d-aaaf-4b64-b429-49f1a4c9436d"/>
              <gml:surfaceMember xlink:href="#Srf_ffa46187-f00f-4032-9837-7a59bb9eb7e4"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7e11f837-2da3-45ec-926b-783cf361c0f8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b031f25-b27f-467f-bfc9-9d0a465fa78d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6c6a18a7-085e-4a31-a165-ef6afb8fb793">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6c6a18a7-085e-4a31-a165-ef6afb8fb793_0_">
                      <gml:posList srsDimension="3">510852.160 5417261.980 273.334 510853.510 5417261.930 273.334 510853.510 5417261.930 280.186 510852.160 5417261.980 279.244 510852.160 5417261.980 273.334</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_64a8e4f5-ccc6-48d5-be42-e6918f8937c2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a1fcb09-e1cf-415a-996a-6a7687f170c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_62010831-ad17-4e8f-9c0c-ac562f46f15f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_62010831-ad17-4e8f-9c0c-ac562f46f15f_0_">
                      <gml:posList srsDimension="3">510853.410 5417259.330 280.193 510853.510 5417261.930 280.186 510853.510 5417261.930 273.334 510853.410 5417259.330 273.334 510853.410 5417259.330 280.193</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
For faster browsing, not all history is shown. View entire blame