Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
123001
123002
123003
123004
123005
123006
123007
123008
123009
123010
123011
123012
123013
123014
123015
123016
123017
123018
123019
123020
123021
123022
123023
123024
123025
123026
123027
123028
123029
123030
123031
123032
123033
123034
123035
123036
123037
123038
123039
123040
123041
123042
123043
123044
123045
123046
123047
123048
123049
123050
123051
123052
123053
123054
123055
123056
123057
123058
123059
123060
123061
123062
123063
123064
123065
123066
123067
123068
123069
123070
123071
123072
123073
123074
123075
123076
123077
123078
123079
123080
123081
123082
123083
123084
123085
123086
123087
123088
123089
123090
123091
123092
123093
123094
123095
123096
123097
123098
123099
123100
123101
123102
123103
123104
123105
123106
123107
123108
123109
123110
123111
123112
123113
123114
123115
123116
123117
123118
123119
123120
123121
123122
123123
123124
123125
123126
123127
123128
123129
123130
123131
123132
123133
123134
123135
123136
123137
123138
123139
123140
123141
123142
123143
123144
123145
123146
123147
123148
123149
123150
123151
123152
123153
123154
123155
123156
123157
123158
123159
123160
123161
123162
123163
123164
123165
123166
123167
123168
123169
123170
123171
123172
123173
123174
123175
123176
123177
123178
123179
123180
123181
123182
123183
123184
123185
123186
123187
123188
123189
123190
123191
123192
123193
123194
123195
123196
123197
123198
123199
123200
123201
123202
123203
123204
123205
123206
123207
123208
123209
123210
123211
123212
123213
123214
123215
123216
123217
123218
123219
123220
123221
123222
123223
123224
123225
123226
123227
123228
123229
123230
123231
123232
123233
123234
123235
123236
123237
123238
123239
123240
123241
123242
123243
123244
123245
123246
123247
123248
123249
123250
123251
123252
123253
123254
123255
123256
123257
123258
123259
123260
123261
123262
123263
123264
123265
123266
123267
123268
123269
123270
123271
123272
123273
123274
123275
123276
123277
123278
123279
123280
123281
123282
123283
123284
123285
123286
123287
123288
123289
123290
123291
123292
123293
123294
123295
123296
123297
123298
123299
123300
123301
123302
123303
123304
123305
123306
123307
123308
123309
123310
123311
123312
123313
123314
123315
123316
123317
123318
123319
123320
123321
123322
123323
123324
123325
123326
123327
123328
123329
123330
123331
123332
123333
123334
123335
123336
123337
123338
123339
123340
123341
123342
123343
123344
123345
123346
123347
123348
123349
123350
123351
123352
123353
123354
123355
123356
123357
123358
123359
123360
123361
123362
123363
123364
123365
123366
123367
123368
123369
123370
123371
123372
123373
123374
123375
123376
123377
123378
123379
123380
123381
123382
123383
123384
123385
123386
123387
123388
123389
123390
123391
123392
123393
123394
123395
123396
123397
123398
123399
123400
123401
123402
123403
123404
123405
123406
123407
123408
123409
123410
123411
123412
123413
123414
123415
123416
123417
123418
123419
123420
123421
123422
123423
123424
123425
123426
123427
123428
123429
123430
123431
123432
123433
123434
123435
123436
123437
123438
123439
123440
123441
123442
123443
123444
123445
123446
123447
123448
123449
123450
123451
123452
123453
123454
123455
123456
123457
123458
123459
123460
123461
123462
123463
123464
123465
123466
123467
123468
123469
123470
123471
123472
123473
123474
123475
123476
123477
123478
123479
123480
123481
123482
123483
123484
123485
123486
123487
123488
123489
123490
123491
123492
123493
123494
123495
123496
123497
123498
123499
123500
123501
123502
123503
123504
123505
123506
123507
123508
123509
123510
123511
123512
123513
123514
123515
123516
123517
123518
123519
123520
123521
123522
123523
123524
123525
123526
123527
123528
123529
123530
123531
123532
123533
123534
123535
123536
123537
123538
123539
123540
123541
123542
123543
123544
123545
123546
123547
123548
123549
123550
123551
123552
123553
123554
123555
123556
123557
123558
123559
123560
123561
123562
123563
123564
123565
123566
123567
123568
123569
123570
123571
123572
123573
123574
123575
123576
123577
123578
123579
123580
123581
123582
123583
123584
123585
123586
123587
123588
123589
123590
123591
123592
123593
123594
123595
123596
123597
123598
123599
123600
123601
123602
123603
123604
123605
123606
123607
123608
123609
123610
123611
123612
123613
123614
123615
123616
123617
123618
123619
123620
123621
123622
123623
123624
123625
123626
123627
123628
123629
123630
123631
123632
123633
123634
123635
123636
123637
123638
123639
123640
123641
123642
123643
123644
123645
123646
123647
123648
123649
123650
123651
123652
123653
123654
123655
123656
123657
123658
123659
123660
123661
123662
123663
123664
123665
123666
123667
123668
123669
123670
123671
123672
123673
123674
123675
123676
123677
123678
123679
123680
123681
123682
123683
123684
123685
123686
123687
123688
123689
123690
123691
123692
123693
123694
123695
123696
123697
123698
123699
123700
123701
123702
123703
123704
123705
123706
123707
123708
123709
123710
123711
123712
123713
123714
123715
123716
123717
123718
123719
123720
123721
123722
123723
123724
123725
123726
123727
123728
123729
123730
123731
123732
123733
123734
123735
123736
123737
123738
123739
123740
123741
123742
123743
123744
123745
123746
123747
123748
123749
123750
123751
123752
123753
123754
123755
123756
123757
123758
123759
123760
123761
123762
123763
123764
123765
123766
123767
123768
123769
123770
123771
123772
123773
123774
123775
123776
123777
123778
123779
123780
123781
123782
123783
123784
123785
123786
123787
123788
123789
123790
123791
123792
123793
123794
123795
123796
123797
123798
123799
123800
123801
123802
123803
123804
123805
123806
123807
123808
123809
123810
123811
123812
123813
123814
123815
123816
123817
123818
123819
123820
123821
123822
123823
123824
123825
123826
123827
123828
123829
123830
123831
123832
123833
123834
123835
123836
123837
123838
123839
123840
123841
123842
123843
123844
123845
123846
123847
123848
123849
123850
123851
123852
123853
123854
123855
123856
123857
123858
123859
123860
123861
123862
123863
123864
123865
123866
123867
123868
123869
123870
123871
123872
123873
123874
123875
123876
123877
123878
123879
123880
123881
123882
123883
123884
123885
123886
123887
123888
123889
123890
123891
123892
123893
123894
123895
123896
123897
123898
123899
123900
123901
123902
123903
123904
123905
123906
123907
123908
123909
123910
123911
123912
123913
123914
123915
123916
123917
123918
123919
123920
123921
123922
123923
123924
123925
123926
123927
123928
123929
123930
123931
123932
123933
123934
123935
123936
123937
123938
123939
123940
123941
123942
123943
123944
123945
123946
123947
123948
123949
123950
123951
123952
123953
123954
123955
123956
123957
123958
123959
123960
123961
123962
123963
123964
123965
123966
123967
123968
123969
123970
123971
123972
123973
123974
123975
123976
123977
123978
123979
123980
123981
123982
123983
123984
123985
123986
123987
123988
123989
123990
123991
123992
123993
123994
123995
123996
123997
123998
123999
124000
              <gml:surfaceMember xlink:href="#Srf_cc642d5e-471b-4d33-934a-b9473a018144"/>
              <gml:surfaceMember xlink:href="#Srf_effe47a3-23cb-4c9c-9310-5d69e5d78641"/>
              <gml:surfaceMember xlink:href="#Srf_947e0dba-f378-447b-a61f-150717cd8520"/>
              <gml:surfaceMember xlink:href="#Srf_2e7a63c1-14d4-42b4-bd03-08256737e97d"/>
              <gml:surfaceMember xlink:href="#Srf_324e2e4a-aa52-41f2-805c-b9e28b8aa32e"/>
              <gml:surfaceMember xlink:href="#Srf_2eba653b-f4a4-48ca-bd69-9400e2ca6e33"/>
              <gml:surfaceMember xlink:href="#Srf_c0758435-fc38-403e-97db-f908c4bdfbd4"/>
              <gml:surfaceMember xlink:href="#Srf_e7edaa10-e2f5-4e05-8949-e4b193cffab1"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_ab6958cb-829e-4c8a-b3e1-029ad519f59e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cbeb6ef5-047c-449d-ba63-1324b92b9940">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_324e2e4a-aa52-41f2-805c-b9e28b8aa32e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_324e2e4a-aa52-41f2-805c-b9e28b8aa32e_0_">
                      <gml:posList srsDimension="3">510811.340 5417383.730 272.512 510819.830 5417375.010 272.562 510822.619 5417377.692 276.478 510814.146 5417386.444 276.463 510811.340 5417383.730 272.512</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_a1762809-e1f3-4f82-bacb-1ecace305cb1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5dbe81fa-b1bc-4965-98b4-46a3fa7a70c0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e7edaa10-e2f5-4e05-8949-e4b193cffab1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e7edaa10-e2f5-4e05-8949-e4b193cffab1_0_">
                      <gml:posList srsDimension="3">510825.160 5417380.460 272.648 510816.850 5417389.060 272.623 510814.146 5417386.444 276.463 510822.619 5417377.692 276.478 510825.320 5417380.290 272.652 510825.160 5417380.460 272.648</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_47bdf567-63d5-420f-a174-2c1d09539eec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5fdf5aee-9060-41a6-bc3e-bb1babfe2b79">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_947e0dba-f378-447b-a61f-150717cd8520">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_947e0dba-f378-447b-a61f-150717cd8520_0_">
                      <gml:posList srsDimension="3">510819.830 5417375.010 264.691 510822.619 5417377.692 264.691 510822.619 5417377.692 276.478 510819.830 5417375.010 272.562 510819.830 5417375.010 264.691</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_2f80c664-e7c8-4e9f-b42c-5f090a08d840">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6548e0cb-921b-404d-80f6-bbebef03d163">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2eba653b-f4a4-48ca-bd69-9400e2ca6e33">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2eba653b-f4a4-48ca-bd69-9400e2ca6e33_0_">
                      <gml:posList srsDimension="3">510825.320 5417380.290 272.652 510822.619 5417377.692 276.478 510822.619 5417377.692 264.691 510825.320 5417380.290 264.691 510825.320 5417380.290 272.652</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_1d7515da-457a-4bc2-915e-31d5f219954c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_25cb6a96-22cb-4e68-a0e9-b8e289aa7a28">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4de010bf-997d-432a-8a07-f98122397cf4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4de010bf-997d-432a-8a07-f98122397cf4_0_">
                      <gml:posList srsDimension="3">510825.320 5417380.290 264.691 510825.160 5417380.460 264.691 510825.160 5417380.460 272.648 510825.320 5417380.290 272.652 510825.320 5417380.290 264.691</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_d78d8db9-9b6a-40db-a64e-3fd91cffaca1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_20aec200-2f34-4f0c-bb83-11a08eca8b5c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cc642d5e-471b-4d33-934a-b9473a018144">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cc642d5e-471b-4d33-934a-b9473a018144_0_">
                      <gml:posList srsDimension="3">510825.160 5417380.460 264.691 510816.850 5417389.060 264.691 510816.850 5417389.060 272.623 510825.160 5417380.460 272.648 510825.160 5417380.460 264.691</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_7f92daff-fe50-4643-adba-62ae1a358bbd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cfd70833-9eb5-407f-85aa-a6d74431e71a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_effe47a3-23cb-4c9c-9310-5d69e5d78641">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_effe47a3-23cb-4c9c-9310-5d69e5d78641_0_">
                      <gml:posList srsDimension="3">510814.146 5417386.444 276.463 510816.850 5417389.060 272.623 510816.850 5417389.060 264.691 510814.146 5417386.444 264.691 510814.146 5417386.444 276.463</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_89191f84-90ff-4f27-b2dc-286a392d1cfa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a07e649-12fa-43ca-9b25-01126b8c3301">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_040526ab-d4af-4a75-87c8-836520d647dc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_040526ab-d4af-4a75-87c8-836520d647dc_0_">
                      <gml:posList srsDimension="3">510814.146 5417386.444 264.691 510811.340 5417383.730 264.691 510811.340 5417383.730 272.512 510814.146 5417386.444 276.463 510814.146 5417386.444 264.691</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_a8849877-a0c6-4cd0-92d2-fa49d2bfec28">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a234e40d-9576-4978-a313-820d3ae039b3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2e7a63c1-14d4-42b4-bd03-08256737e97d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2e7a63c1-14d4-42b4-bd03-08256737e97d_0_">
                      <gml:posList srsDimension="3">510811.340 5417383.730 264.691 510819.830 5417375.010 264.691 510819.830 5417375.010 272.562 510811.340 5417383.730 272.512 510811.340 5417383.730 264.691</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_3b049d2e-9733-4e27-9ba2-31de29df4607">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0011f339-5622-4a37-a1ef-a0b0c8426a62">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c0758435-fc38-403e-97db-f908c4bdfbd4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c0758435-fc38-403e-97db-f908c4bdfbd4_0_">
                      <gml:posList srsDimension="3">510819.830 5417375.010 264.691 510811.340 5417383.730 264.691 510814.146 5417386.444 264.691 510816.850 5417389.060 264.691 510825.160 5417380.460 264.691 510825.320 5417380.290 264.691 510822.619 5417377.692 264.691 510819.830 5417375.010 264.691</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2008</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLH">
      <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>DEBWL0010000ZZLH</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_2523</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.911</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_7ac035db-cc65-4e62-afd2-6de84ee7865d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_67b050a1-d8c0-4bc4-82ba-be741a4b3a7b">
              <gml:surfaceMember xlink:href="#Srf_4a857f82-684c-408d-8f75-8ab46d212fbe"/>
              <gml:surfaceMember xlink:href="#Srf_fd69795d-a72d-41db-a5c1-39d28ddc5ce7"/>
              <gml:surfaceMember xlink:href="#Srf_8eb251f0-3c75-45eb-8d0d-3a497caebb4f"/>
              <gml:surfaceMember xlink:href="#Srf_736899ac-aedb-4af4-b86d-98960f88de2b"/>
              <gml:surfaceMember xlink:href="#Srf_615cf1e5-f7e0-49d8-9c54-d6436cac8fdc"/>
              <gml:surfaceMember xlink:href="#Srf_68eca70f-1f8a-455a-96f4-c263a75fac78"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_d1965b7c-0329-469c-bfc5-16ecf988ef21">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9bde4cb6-d8b0-4161-9209-f54b271649ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_736899ac-aedb-4af4-b86d-98960f88de2b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_736899ac-aedb-4af4-b86d-98960f88de2b_0_">
                      <gml:posList srsDimension="3">510869.670 5417351.270 271.540 510866.520 5417351.410 271.540 510866.270 5417345.930 271.540 510869.440 5417345.790 271.540 510869.670 5417351.270 271.540</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_98f84d11-d5ba-4edc-928b-60397906563d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_290b0aeb-96de-40dc-83dc-7a544573500c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8eb251f0-3c75-45eb-8d0d-3a497caebb4f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8eb251f0-3c75-45eb-8d0d-3a497caebb4f_0_">
                      <gml:posList srsDimension="3">510869.440 5417345.790 268.629 510869.670 5417351.270 268.629 510869.670 5417351.270 271.540 510869.440 5417345.790 271.540 510869.440 5417345.790 268.629</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_aa1f49e6-7ba5-45b2-8b11-b75593991764">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3c757a6a-7279-44d3-8758-df549f155527">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_615cf1e5-f7e0-49d8-9c54-d6436cac8fdc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_615cf1e5-f7e0-49d8-9c54-d6436cac8fdc_0_">
                      <gml:posList srsDimension="3">510869.670 5417351.270 268.629 510866.520 5417351.410 268.629 510866.520 5417351.410 271.540 510869.670 5417351.270 271.540 510869.670 5417351.270 268.629</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_66268460-7ee1-460e-b90a-ffc8a90d9d37">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4c07bc2a-cbf3-4f43-bc4f-65a26be344ea">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fd69795d-a72d-41db-a5c1-39d28ddc5ce7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fd69795d-a72d-41db-a5c1-39d28ddc5ce7_0_">
                      <gml:posList srsDimension="3">510866.520 5417351.410 268.629 510866.270 5417345.930 268.629 510866.270 5417345.930 271.540 510866.520 5417351.410 271.540 510866.520 5417351.410 268.629</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_e98e7a72-8a2f-41b0-ace4-a586878b1faa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b354d789-d8ae-443e-b6a7-e363c7d63a72">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_68eca70f-1f8a-455a-96f4-c263a75fac78">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_68eca70f-1f8a-455a-96f4-c263a75fac78_0_">
                      <gml:posList srsDimension="3">510866.270 5417345.930 268.629 510869.440 5417345.790 268.629 510869.440 5417345.790 271.540 510866.270 5417345.930 271.540 510866.270 5417345.930 268.629</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_c1d678a1-8839-4005-9e98-f463701d25bc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_82e56e50-a041-452a-96d7-728842b3cd72">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4a857f82-684c-408d-8f75-8ab46d212fbe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4a857f82-684c-408d-8f75-8ab46d212fbe_0_">
                      <gml:posList srsDimension="3">510866.520 5417351.410 268.629 510869.670 5417351.270 268.629 510869.440 5417345.790 268.629 510866.270 5417345.930 268.629 510866.520 5417351.410 268.629</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1900</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLI">
      <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>DEBWL0010000ZZLI</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">3.351</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0138ec95-b182-492a-b1fe-63063def744f">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_2bfd5eb2-c1f8-4595-92ba-edbbfce6c22f">
              <gml:surfaceMember xlink:href="#Srf_72d56e6f-f825-477c-84e0-c1e947c60540"/>
              <gml:surfaceMember xlink:href="#Srf_234d5e21-bca9-40f5-8beb-43e56c1c4360"/>
              <gml:surfaceMember xlink:href="#Srf_acdde212-2d83-440a-9115-54038798cadd"/>
              <gml:surfaceMember xlink:href="#Srf_c30e72aa-6c0d-4a33-af9b-adf1e6856905"/>
              <gml:surfaceMember xlink:href="#Srf_fd77c823-bb05-45c2-bfc8-a184a74cc581"/>
              <gml:surfaceMember xlink:href="#Srf_d1d4b161-7a3b-4729-9862-465da42a0162"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_99609f42-f47b-4e33-9f34-464699441b06">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e6914a91-ed8c-4ae8-badb-5a1165534fff">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c30e72aa-6c0d-4a33-af9b-adf1e6856905">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c30e72aa-6c0d-4a33-af9b-adf1e6856905_0_">
                      <gml:posList srsDimension="3">510874.090 5417350.720 271.550 510871.010 5417350.850 271.550 510870.800 5417344.710 271.550 510873.800 5417344.590 271.550 510874.090 5417350.720 271.550</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_b701c973-5924-4735-aceb-0da4e7802f94">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf6ef928-d402-42b4-ba0b-a3736e92eca5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_72d56e6f-f825-477c-84e0-c1e947c60540">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_72d56e6f-f825-477c-84e0-c1e947c60540_0_">
                      <gml:posList srsDimension="3">510873.800 5417344.590 268.199 510874.090 5417350.720 268.199 510874.090 5417350.720 271.550 510873.800 5417344.590 271.550 510873.800 5417344.590 268.199</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3331de67-eeae-4acf-835e-b975357b1ed3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f041b5c1-78cf-4bee-acbc-b74c1b5a0831">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d1d4b161-7a3b-4729-9862-465da42a0162">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d1d4b161-7a3b-4729-9862-465da42a0162_0_">
                      <gml:posList srsDimension="3">510874.090 5417350.720 268.199 510871.010 5417350.850 268.199 510871.010 5417350.850 271.550 510874.090 5417350.720 271.550 510874.090 5417350.720 268.199</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_433544bc-56f0-4320-a7e6-9b3ae1bfe66d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b5354a59-eeea-41d0-aee5-e40ff8ed58b9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fd77c823-bb05-45c2-bfc8-a184a74cc581">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fd77c823-bb05-45c2-bfc8-a184a74cc581_0_">
                      <gml:posList srsDimension="3">510871.010 5417350.850 268.199 510870.800 5417344.710 268.199 510870.800 5417344.710 271.550 510871.010 5417350.850 271.550 510871.010 5417350.850 268.199</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_283020d1-a23f-4d1b-9835-4dba1384fe3e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6aa8153b-93f8-4988-8f49-90ba617b1237">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_234d5e21-bca9-40f5-8beb-43e56c1c4360">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_234d5e21-bca9-40f5-8beb-43e56c1c4360_0_">
                      <gml:posList srsDimension="3">510870.800 5417344.710 268.199 510873.800 5417344.590 268.199 510873.800 5417344.590 271.550 510870.800 5417344.710 271.550 510870.800 5417344.710 268.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_0612ace4-d1e5-47b9-a851-08a91ed33f87">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0d1d92f-006b-49c8-a791-f9ad7d6b60a1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_acdde212-2d83-440a-9115-54038798cadd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_acdde212-2d83-440a-9115-54038798cadd_0_">
                      <gml:posList srsDimension="3">510871.010 5417350.850 268.199 510874.090 5417350.720 268.199 510873.800 5417344.590 268.199 510870.800 5417344.710 268.199 510871.010 5417350.850 268.199</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1990</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLD">
      <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>DEBWL0010000ZZLD</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">3.569</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_7fc8d101-4a5b-45b6-bc33-a08ebec3db5a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f629afb1-e39c-4b5d-a394-5e099cd16e21">
              <gml:surfaceMember xlink:href="#Srf_d220429e-aa09-43e9-a518-19866896a37b"/>
              <gml:surfaceMember xlink:href="#Srf_e3f7c537-7d1e-457f-a660-882419fde26f"/>
              <gml:surfaceMember xlink:href="#Srf_709c3785-1d97-4ee2-b68d-bc11cbf7d1d9"/>
              <gml:surfaceMember xlink:href="#Srf_c1261050-88bd-4da9-81b7-9fcdfdd03e78"/>
              <gml:surfaceMember xlink:href="#Srf_4e0343aa-a652-4db4-bfd7-3f3c211e5724"/>
              <gml:surfaceMember xlink:href="#Srf_5c163913-7732-47ed-8045-889dc4bbe289"/>
              <gml:surfaceMember xlink:href="#Srf_3b318f29-272f-406b-a960-26500a3f6c18"/>
              <gml:surfaceMember xlink:href="#Srf_32c3cd01-4977-4273-8c49-3eb65131fbdf"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_a82fcac7-2103-4aaf-b223-fb2250639994">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_54bf2f5e-8264-4cf0-b963-bbf126635083">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b318f29-272f-406b-a960-26500a3f6c18">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b318f29-272f-406b-a960-26500a3f6c18_0_">
                      <gml:posList srsDimension="3">510825.500 5417395.520 264.501 510827.780 5417397.790 264.501 510830.080 5417395.470 264.501 510829.890 5417395.290 264.501 510831.340 5417393.790 264.501 510829.220 5417391.730 264.501 510825.500 5417395.520 264.501</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_7f87aa59-2a60-498b-a641-6a19253ba6b3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1b2a5188-0fd6-42bb-bc3b-a7c42cea272f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c1261050-88bd-4da9-81b7-9fcdfdd03e78">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c1261050-88bd-4da9-81b7-9fcdfdd03e78_0_">
                      <gml:posList srsDimension="3">510827.780 5417397.790 268.070 510825.500 5417395.520 268.070 510829.220 5417391.730 268.070 510831.340 5417393.790 268.070 510829.890 5417395.290 268.070 510830.080 5417395.470 268.070 510827.780 5417397.790 268.070</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_ec2feb9a-6112-4571-9a85-aa8b5d65849d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6183a786-746e-4d39-93e3-fa243830e059">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5c163913-7732-47ed-8045-889dc4bbe289">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5c163913-7732-47ed-8045-889dc4bbe289_0_">
                      <gml:posList srsDimension="3">510829.220 5417391.730 264.501 510831.340 5417393.790 264.501 510831.340 5417393.790 268.070 510829.220 5417391.730 268.070 510829.220 5417391.730 264.501</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_cebd762a-9f54-472a-bb17-e40a542dc72a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f9a069f5-dec7-4794-a17b-0ad4808db0e8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d220429e-aa09-43e9-a518-19866896a37b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d220429e-aa09-43e9-a518-19866896a37b_0_">
                      <gml:posList srsDimension="3">510831.340 5417393.790 264.501 510829.890 5417395.290 264.501 510829.890 5417395.290 268.070 510831.340 5417393.790 268.070 510831.340 5417393.790 264.501</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_9dfb49c2-5f13-4400-9d1a-b4f6b6fa4222">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_51e74927-09cb-473a-a1ad-e2a64ee8273b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_32c3cd01-4977-4273-8c49-3eb65131fbdf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_32c3cd01-4977-4273-8c49-3eb65131fbdf_0_">
                      <gml:posList srsDimension="3">510829.890 5417395.290 264.501 510830.080 5417395.470 264.501 510830.080 5417395.470 268.070 510829.890 5417395.290 268.070 510829.890 5417395.290 264.501</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_b7b0c4da-7a7e-4ba5-9415-6e557a5a66e2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_00c5c285-8fd8-47a3-b4fe-1fb2ab5e5019">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e3f7c537-7d1e-457f-a660-882419fde26f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e3f7c537-7d1e-457f-a660-882419fde26f_0_">
                      <gml:posList srsDimension="3">510830.080 5417395.470 264.501 510827.780 5417397.790 264.501 510827.780 5417397.790 268.070 510830.080 5417395.470 268.070 510830.080 5417395.470 264.501</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_becd6e70-e3a4-40ad-bc2b-332e7d8f8d43">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57f69f67-b812-4c87-863d-ea494eb4a115">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_709c3785-1d97-4ee2-b68d-bc11cbf7d1d9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_709c3785-1d97-4ee2-b68d-bc11cbf7d1d9_0_">
                      <gml:posList srsDimension="3">510827.780 5417397.790 264.501 510825.500 5417395.520 264.501 510825.500 5417395.520 268.070 510827.780 5417397.790 268.070 510827.780 5417397.790 264.501</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_5cb84575-a15c-454a-89ba-0bc02b216012">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f6d0c20e-4def-4b5f-abbd-8fdcc454338c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4e0343aa-a652-4db4-bfd7-3f3c211e5724">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4e0343aa-a652-4db4-bfd7-3f3c211e5724_0_">
                      <gml:posList srsDimension="3">510825.500 5417395.520 264.501 510829.220 5417391.730 264.501 510829.220 5417391.730 268.070 510825.500 5417395.520 268.070 510825.500 5417395.520 264.501</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2014</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLC">
      <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>DEBWL0010000ZZLC</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">12.022</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_86a1a0e7-d2b5-49cf-b00a-8f28495c7b98">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d69015cc-3ae2-4583-8771-51a16dbf5105">
              <gml:surfaceMember xlink:href="#Srf_238dfb6e-2422-4087-8c37-88a8c71c9e40"/>
              <gml:surfaceMember xlink:href="#Srf_298f9e71-9a42-4e50-a6ae-44a90337047a"/>
              <gml:surfaceMember xlink:href="#Srf_67001c07-a556-45ee-a43a-db8bdeacc4d1"/>
              <gml:surfaceMember xlink:href="#Srf_25cf8b5a-d26e-4a0a-b5a4-69b96fb25d83"/>
              <gml:surfaceMember xlink:href="#Srf_186fa41b-48ce-49cf-a3e8-96ac7c504a8e"/>
              <gml:surfaceMember xlink:href="#Srf_c32984ef-67e7-4eae-9522-4b7697ac5d19"/>
              <gml:surfaceMember xlink:href="#Srf_5e66e9ef-1c55-4e3e-8cf8-b7e553bf49b2"/>
              <gml:surfaceMember xlink:href="#Srf_64473998-88f9-431a-b756-49e254aaa565"/>
              <gml:surfaceMember xlink:href="#Srf_b9b81e1b-ca73-4c7f-90a1-2ed85e14f14f"/>
              <gml:surfaceMember xlink:href="#Srf_e3b0717e-dd92-4575-ad29-1888db8a6fa6"/>
              <gml:surfaceMember xlink:href="#Srf_3d266dae-ca85-4262-9dba-0c4f4e66ca75"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_0fdcb13b-80f4-47f4-91e9-a97ba5a18fc6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_607a557b-77cb-4bf7-963d-a866461bb1ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_238dfb6e-2422-4087-8c37-88a8c71c9e40">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_238dfb6e-2422-4087-8c37-88a8c71c9e40_0_">
                      <gml:posList srsDimension="3">510816.850 5417389.060 272.461 510819.349 5417391.852 276.389 510816.670 5417389.250 272.466 510816.850 5417389.060 272.461</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_01988ca9-d7d6-4199-8a9f-6b33fb0bf46e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_72ebf1bc-1d6f-4a2d-a1ba-5d6f01b5a663">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_186fa41b-48ce-49cf-a3e8-96ac7c504a8e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_186fa41b-48ce-49cf-a3e8-96ac7c504a8e_0_">
                      <gml:posList srsDimension="3">510827.887 5417383.114 276.390 510819.349 5417391.852 276.389 510816.850 5417389.060 272.461 510825.160 5417380.460 272.392 510827.887 5417383.114 276.390</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_bdeaa20e-5e6c-4bbb-bc77-17009327e7f3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eb5cf351-87ce-4d91-a7eb-aa7c4635e961">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3d266dae-ca85-4262-9dba-0c4f4e66ca75">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3d266dae-ca85-4262-9dba-0c4f4e66ca75_0_">
                      <gml:posList srsDimension="3">510822.580 5417394.990 272.347 510819.349 5417391.852 276.389 510827.887 5417383.114 276.390 510831.080 5417386.220 272.393 510822.580 5417394.990 272.347</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_41e01824-a69c-4e94-b2a8-c619313e0188">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f4072256-e809-4c05-b0fd-b813d17cbb87">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c32984ef-67e7-4eae-9522-4b7697ac5d19">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c32984ef-67e7-4eae-9522-4b7697ac5d19_0_">
                      <gml:posList srsDimension="3">510825.160 5417380.460 272.392 510816.850 5417389.060 272.461 510816.850 5417389.060 264.368 510825.160 5417380.460 264.368 510825.160 5417380.460 272.392</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_9aac8f67-0f0b-4958-afde-5f0435db5504">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e1f542b6-7af4-4154-b438-2dc8c989aec7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25cf8b5a-d26e-4a0a-b5a4-69b96fb25d83">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25cf8b5a-d26e-4a0a-b5a4-69b96fb25d83_0_">
                      <gml:posList srsDimension="3">510825.160 5417380.460 264.368 510827.887 5417383.114 264.368 510827.887 5417383.114 276.390 510825.160 5417380.460 272.392 510825.160 5417380.460 264.368</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_f13d1d88-1a4a-4dd5-8309-4a4603763d96">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cd3bcbed-506b-4f4d-8fea-c749b80e8ee9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_64473998-88f9-431a-b756-49e254aaa565">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_64473998-88f9-431a-b756-49e254aaa565_0_">
                      <gml:posList srsDimension="3">510831.080 5417386.220 272.393 510827.887 5417383.114 276.390 510827.887 5417383.114 264.368 510831.080 5417386.220 264.368 510831.080 5417386.220 272.393</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_0bab8422-2e59-47ad-a313-9578549f3afe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_75b4229f-b8ba-4688-91a0-f0738aead8bd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_67001c07-a556-45ee-a43a-db8bdeacc4d1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_67001c07-a556-45ee-a43a-db8bdeacc4d1_0_">
                      <gml:posList srsDimension="3">510831.080 5417386.220 264.368 510822.580 5417394.990 264.368 510822.580 5417394.990 272.347 510831.080 5417386.220 272.393 510831.080 5417386.220 264.368</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_4673d319-a780-4919-a3b6-616fc6043d76">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1096e705-b905-4920-8a44-3e4e8b5b41d6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5e66e9ef-1c55-4e3e-8cf8-b7e553bf49b2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5e66e9ef-1c55-4e3e-8cf8-b7e553bf49b2_0_">
                      <gml:posList srsDimension="3">510819.349 5417391.852 276.389 510822.580 5417394.990 272.347 510822.580 5417394.990 264.368 510819.349 5417391.852 264.368 510819.349 5417391.852 276.389</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_f2e247af-eb90-4c72-98e2-df7dec908ad9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af52c9d8-8c19-4d9a-a323-511958fbd17d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b9b81e1b-ca73-4c7f-90a1-2ed85e14f14f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b9b81e1b-ca73-4c7f-90a1-2ed85e14f14f_0_">
                      <gml:posList srsDimension="3">510819.349 5417391.852 264.368 510816.670 5417389.250 264.368 510816.670 5417389.250 272.466 510819.349 5417391.852 276.389 510819.349 5417391.852 264.368</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_282ba208-fc9e-403a-a815-b90efe727e85">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_670dabf1-9d8d-445e-8df5-1f58875fc880">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_298f9e71-9a42-4e50-a6ae-44a90337047a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_298f9e71-9a42-4e50-a6ae-44a90337047a_0_">
                      <gml:posList srsDimension="3">510816.850 5417389.060 272.461 510816.670 5417389.250 272.466 510816.670 5417389.250 264.368 510816.850 5417389.060 264.368 510816.850 5417389.060 272.461</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_950527df-3d90-4cf9-af4d-c2b8a014faab">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ed1e32cc-d3f5-47e3-be93-daff3a5ea53e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e3b0717e-dd92-4575-ad29-1888db8a6fa6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e3b0717e-dd92-4575-ad29-1888db8a6fa6_0_">
                      <gml:posList srsDimension="3">510816.670 5417389.250 264.368 510819.349 5417391.852 264.368 510822.580 5417394.990 264.368 510831.080 5417386.220 264.368 510827.887 5417383.114 264.368 510825.160 5417380.460 264.368 510816.850 5417389.060 264.368 510816.670 5417389.250 264.368</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1955</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLN">
      <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>DEBWL0010000ZZLN</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>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.571</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_04934b43-9f18-49e6-9e3e-dde0198b399f">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_be17e4b8-331f-4c08-8e44-9d9a247381fd">
              <gml:surfaceMember xlink:href="#Srf_9df657dd-d5e6-4ecb-8b14-1981739db73b"/>
              <gml:surfaceMember xlink:href="#Srf_367e4978-44d3-4d92-a8a2-b3b6a02442f3"/>
              <gml:surfaceMember xlink:href="#Srf_47b57150-4a69-469f-ac65-af62dd6a14c4"/>
              <gml:surfaceMember xlink:href="#Srf_823a7e6c-5285-4dac-bbb0-18cd7b2ea26a"/>
              <gml:surfaceMember xlink:href="#Srf_51e0d8cd-e1bc-4fd3-be97-53347af43cc7"/>
              <gml:surfaceMember xlink:href="#Srf_e550fc7e-1bbb-483e-83c2-d93c7b38a466"/>
              <gml:surfaceMember xlink:href="#Srf_9cb21aba-0e67-4453-b088-88367f4386ad"/>
              <gml:surfaceMember xlink:href="#Srf_1330aa21-db6d-4404-9129-71b07d71794e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_57246308-a0f2-469b-b21a-6313f25f582d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7965a498-1502-4429-9865-6ecb6426d24b">
              <gml:surfaceMember>
For faster browsing, not all history is shown. View entire blame