Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
131001
131002
131003
131004
131005
131006
131007
131008
131009
131010
131011
131012
131013
131014
131015
131016
131017
131018
131019
131020
131021
131022
131023
131024
131025
131026
131027
131028
131029
131030
131031
131032
131033
131034
131035
131036
131037
131038
131039
131040
131041
131042
131043
131044
131045
131046
131047
131048
131049
131050
131051
131052
131053
131054
131055
131056
131057
131058
131059
131060
131061
131062
131063
131064
131065
131066
131067
131068
131069
131070
131071
131072
131073
131074
131075
131076
131077
131078
131079
131080
131081
131082
131083
131084
131085
131086
131087
131088
131089
131090
131091
131092
131093
131094
131095
131096
131097
131098
131099
131100
131101
131102
131103
131104
131105
131106
131107
131108
131109
131110
131111
131112
131113
131114
131115
131116
131117
131118
131119
131120
131121
131122
131123
131124
131125
131126
131127
131128
131129
131130
131131
131132
131133
131134
131135
131136
131137
131138
131139
131140
131141
131142
131143
131144
131145
131146
131147
131148
131149
131150
131151
131152
131153
131154
131155
131156
131157
131158
131159
131160
131161
131162
131163
131164
131165
131166
131167
131168
131169
131170
131171
131172
131173
131174
131175
131176
131177
131178
131179
131180
131181
131182
131183
131184
131185
131186
131187
131188
131189
131190
131191
131192
131193
131194
131195
131196
131197
131198
131199
131200
131201
131202
131203
131204
131205
131206
131207
131208
131209
131210
131211
131212
131213
131214
131215
131216
131217
131218
131219
131220
131221
131222
131223
131224
131225
131226
131227
131228
131229
131230
131231
131232
131233
131234
131235
131236
131237
131238
131239
131240
131241
131242
131243
131244
131245
131246
131247
131248
131249
131250
131251
131252
131253
131254
131255
131256
131257
131258
131259
131260
131261
131262
131263
131264
131265
131266
131267
131268
131269
131270
131271
131272
131273
131274
131275
131276
131277
131278
131279
131280
131281
131282
131283
131284
131285
131286
131287
131288
131289
131290
131291
131292
131293
131294
131295
131296
131297
131298
131299
131300
131301
131302
131303
131304
131305
131306
131307
131308
131309
131310
131311
131312
131313
131314
131315
131316
131317
131318
131319
131320
131321
131322
131323
131324
131325
131326
131327
131328
131329
131330
131331
131332
131333
131334
131335
131336
131337
131338
131339
131340
131341
131342
131343
131344
131345
131346
131347
131348
131349
131350
131351
131352
131353
131354
131355
131356
131357
131358
131359
131360
131361
131362
131363
131364
131365
131366
131367
131368
131369
131370
131371
131372
131373
131374
131375
131376
131377
131378
131379
131380
131381
131382
131383
131384
131385
131386
131387
131388
131389
131390
131391
131392
131393
131394
131395
131396
131397
131398
131399
131400
131401
131402
131403
131404
131405
131406
131407
131408
131409
131410
131411
131412
131413
131414
131415
131416
131417
131418
131419
131420
131421
131422
131423
131424
131425
131426
131427
131428
131429
131430
131431
131432
131433
131434
131435
131436
131437
131438
131439
131440
131441
131442
131443
131444
131445
131446
131447
131448
131449
131450
131451
131452
131453
131454
131455
131456
131457
131458
131459
131460
131461
131462
131463
131464
131465
131466
131467
131468
131469
131470
131471
131472
131473
131474
131475
131476
131477
131478
131479
131480
131481
131482
131483
131484
131485
131486
131487
131488
131489
131490
131491
131492
131493
131494
131495
131496
131497
131498
131499
131500
131501
131502
131503
131504
131505
131506
131507
131508
131509
131510
131511
131512
131513
131514
131515
131516
131517
131518
131519
131520
131521
131522
131523
131524
131525
131526
131527
131528
131529
131530
131531
131532
131533
131534
131535
131536
131537
131538
131539
131540
131541
131542
131543
131544
131545
131546
131547
131548
131549
131550
131551
131552
131553
131554
131555
131556
131557
131558
131559
131560
131561
131562
131563
131564
131565
131566
131567
131568
131569
131570
131571
131572
131573
131574
131575
131576
131577
131578
131579
131580
131581
131582
131583
131584
131585
131586
131587
131588
131589
131590
131591
131592
131593
131594
131595
131596
131597
131598
131599
131600
131601
131602
131603
131604
131605
131606
131607
131608
131609
131610
131611
131612
131613
131614
131615
131616
131617
131618
131619
131620
131621
131622
131623
131624
131625
131626
131627
131628
131629
131630
131631
131632
131633
131634
131635
131636
131637
131638
131639
131640
131641
131642
131643
131644
131645
131646
131647
131648
131649
131650
131651
131652
131653
131654
131655
131656
131657
131658
131659
131660
131661
131662
131663
131664
131665
131666
131667
131668
131669
131670
131671
131672
131673
131674
131675
131676
131677
131678
131679
131680
131681
131682
131683
131684
131685
131686
131687
131688
131689
131690
131691
131692
131693
131694
131695
131696
131697
131698
131699
131700
131701
131702
131703
131704
131705
131706
131707
131708
131709
131710
131711
131712
131713
131714
131715
131716
131717
131718
131719
131720
131721
131722
131723
131724
131725
131726
131727
131728
131729
131730
131731
131732
131733
131734
131735
131736
131737
131738
131739
131740
131741
131742
131743
131744
131745
131746
131747
131748
131749
131750
131751
131752
131753
131754
131755
131756
131757
131758
131759
131760
131761
131762
131763
131764
131765
131766
131767
131768
131769
131770
131771
131772
131773
131774
131775
131776
131777
131778
131779
131780
131781
131782
131783
131784
131785
131786
131787
131788
131789
131790
131791
131792
131793
131794
131795
131796
131797
131798
131799
131800
131801
131802
131803
131804
131805
131806
131807
131808
131809
131810
131811
131812
131813
131814
131815
131816
131817
131818
131819
131820
131821
131822
131823
131824
131825
131826
131827
131828
131829
131830
131831
131832
131833
131834
131835
131836
131837
131838
131839
131840
131841
131842
131843
131844
131845
131846
131847
131848
131849
131850
131851
131852
131853
131854
131855
131856
131857
131858
131859
131860
131861
131862
131863
131864
131865
131866
131867
131868
131869
131870
131871
131872
131873
131874
131875
131876
131877
131878
131879
131880
131881
131882
131883
131884
131885
131886
131887
131888
131889
131890
131891
131892
131893
131894
131895
131896
131897
131898
131899
131900
131901
131902
131903
131904
131905
131906
131907
131908
131909
131910
131911
131912
131913
131914
131915
131916
131917
131918
131919
131920
131921
131922
131923
131924
131925
131926
131927
131928
131929
131930
131931
131932
131933
131934
131935
131936
131937
131938
131939
131940
131941
131942
131943
131944
131945
131946
131947
131948
131949
131950
131951
131952
131953
131954
131955
131956
131957
131958
131959
131960
131961
131962
131963
131964
131965
131966
131967
131968
131969
131970
131971
131972
131973
131974
131975
131976
131977
131978
131979
131980
131981
131982
131983
131984
131985
131986
131987
131988
131989
131990
131991
131992
131993
131994
131995
131996
131997
131998
131999
132000
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e59ceae3-021d-42dc-bdb4-7c077f1a6bbe_0_">
                      <gml:posList srsDimension="3">510856.082 5417239.030 284.169 510856.190 5417239.010 284.046 510856.190 5417239.010 273.837 510856.082 5417239.030 273.837 510856.082 5417239.030 284.169</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_e869fad4-7f49-4990-98b3-b19e3d5d41b5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6a0f10b0-08bf-4120-9ae3-6a746be0cfa5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fcf9c5e2-5598-4ff3-8b9b-6aab4f1de937">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fcf9c5e2-5598-4ff3-8b9b-6aab4f1de937_0_">
                      <gml:posList srsDimension="3">510856.082 5417239.030 273.837 510852.220 5417239.760 273.837 510852.220 5417239.760 279.742 510856.082 5417239.030 284.169 510856.082 5417239.030 273.837</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_73cd5f24-b04f-4754-a628-7b2475b9066a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9fce8176-51bd-4b10-a452-fdb1e6160468">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6b3929b8-119b-4650-8080-11365afec59c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6b3929b8-119b-4650-8080-11365afec59c_0_">
                      <gml:posList srsDimension="3">510851.840 5417237.800 279.749 510852.220 5417239.760 279.742 510852.220 5417239.760 273.837 510851.840 5417237.800 273.837 510851.840 5417237.800 279.749</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_7b76bd2f-bce1-407b-bc03-a68d7d6a02e0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4ca3ee1-6dcb-44fd-84c3-96167e77da32">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2bab7d87-d933-4ca6-a5f3-40056d5c2091">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2bab7d87-d933-4ca6-a5f3-40056d5c2091_0_">
                      <gml:posList srsDimension="3">510851.840 5417237.800 273.837 510851.460 5417237.870 273.837 510851.460 5417237.870 279.313 510851.840 5417237.800 279.749 510851.840 5417237.800 273.837</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_382e22c0-bfa5-4f14-ad6f-256137101eb8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6cc31973-2d53-4141-901f-2201d4ebb2e1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a3e3f371-e862-4ec2-8f16-d955987ef62c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a3e3f371-e862-4ec2-8f16-d955987ef62c_0_">
                      <gml:posList srsDimension="3">510849.630 5417228.210 279.393 510851.460 5417237.870 279.313 510851.460 5417237.870 273.837 510849.630 5417228.210 273.837 510849.630 5417228.210 279.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_ad837b0e-b460-4119-8516-df253b0e070c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_acf72fc7-3c68-4143-95d9-4ebeba323d5a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6a88c99e-71b7-4384-9cdb-68df27cf7ee0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6a88c99e-71b7-4384-9cdb-68df27cf7ee0_0_">
                      <gml:posList srsDimension="3">510849.630 5417228.210 273.837 510853.850 5417227.398 273.837 510853.850 5417227.398 284.233 510849.630 5417228.210 279.393 510849.630 5417228.210 273.837</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_fcdfa775-0555-45d9-80c8-db3e7e8b8fb7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a678b002-6a81-4693-a84f-f3cc2b7e991a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_68c011df-5384-4bd9-b4ca-2cf11010fd52">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_68c011df-5384-4bd9-b4ca-2cf11010fd52_0_">
                      <gml:posList srsDimension="3">510853.850 5417227.398 273.837 510849.630 5417228.210 273.837 510851.460 5417237.870 273.837 510851.840 5417237.800 273.837 510852.220 5417239.760 273.837 510856.082 5417239.030 273.837 510856.190 5417239.010 273.837 510855.810 5417237.040 273.837 510860.140 5417236.220 273.837 510858.410 5417227.130 273.837 510854.580 5417227.870 273.837 510854.460 5417227.280 273.837 510853.850 5417227.398 273.837</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1976</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZM4">
      <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>DEBWL0010000ZZM4</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.266</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_ecb64dc7-dfdf-40e8-a514-f3a3cc0b23e1">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_545d5d94-f2e6-451f-8f66-bcbcad174c41">
              <gml:surfaceMember xlink:href="#Srf_d886f7ac-01d4-44fc-921d-c59fd5db015a"/>
              <gml:surfaceMember xlink:href="#Srf_519ce296-e32f-4f01-bdc2-58311efbc011"/>
              <gml:surfaceMember xlink:href="#Srf_03d84cc1-0f3d-48f4-8df4-1ad4c4a6677c"/>
              <gml:surfaceMember xlink:href="#Srf_96e517cd-dcba-4545-93f9-0f17a8cca67d"/>
              <gml:surfaceMember xlink:href="#Srf_b7456e3d-ce63-445e-8de0-5d7db3c6605b"/>
              <gml:surfaceMember xlink:href="#Srf_e7a8b143-ff7f-4429-8c2b-4e9e53365018"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_35972e6a-1755-4b81-b4f6-ee606d9367e5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_804a2e99-634d-4cec-a7dd-94970572f077">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_03d84cc1-0f3d-48f4-8df4-1ad4c4a6677c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_03d84cc1-0f3d-48f4-8df4-1ad4c4a6677c_0_">
                      <gml:posList srsDimension="3">510970.620 5417382.420 264.004 510973.600 5417382.310 264.004 510973.400 5417376.310 264.004 510970.400 5417376.410 264.004 510970.620 5417382.420 264.004</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_2b906739-fc73-47b5-881c-698fd7d6df7b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b5acec84-3f52-48a9-a010-89b087b7141f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b7456e3d-ce63-445e-8de0-5d7db3c6605b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b7456e3d-ce63-445e-8de0-5d7db3c6605b_0_">
                      <gml:posList srsDimension="3">510973.600 5417382.310 266.270 510970.620 5417382.420 266.270 510970.400 5417376.410 266.270 510973.400 5417376.310 266.270 510973.600 5417382.310 266.270</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_147273e9-87ba-4c0e-9cea-47b3c8d1e272">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6d34bab7-2655-42f6-9e87-a32fa34c2975">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_96e517cd-dcba-4545-93f9-0f17a8cca67d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_96e517cd-dcba-4545-93f9-0f17a8cca67d_0_">
                      <gml:posList srsDimension="3">510973.400 5417376.310 264.004 510973.600 5417382.310 264.004 510973.600 5417382.310 266.270 510973.400 5417376.310 266.270 510973.400 5417376.310 264.004</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_fb39d464-4dec-4a90-9fa5-7ec33e2d4865">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4766a918-81aa-44e8-9e6b-9e93c73fe654">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_519ce296-e32f-4f01-bdc2-58311efbc011">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_519ce296-e32f-4f01-bdc2-58311efbc011_0_">
                      <gml:posList srsDimension="3">510973.600 5417382.310 264.004 510970.620 5417382.420 264.004 510970.620 5417382.420 266.270 510973.600 5417382.310 266.270 510973.600 5417382.310 264.004</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_c47100f1-dd5d-4246-8269-24e9790cd0e6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eda81860-4638-492a-8f59-12289767e0ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e7a8b143-ff7f-4429-8c2b-4e9e53365018">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e7a8b143-ff7f-4429-8c2b-4e9e53365018_0_">
                      <gml:posList srsDimension="3">510970.620 5417382.420 264.004 510970.400 5417376.410 264.004 510970.400 5417376.410 266.270 510970.620 5417382.420 266.270 510970.620 5417382.420 264.004</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_9f0c7910-1264-4b5a-9b18-3cfc9c5aad7c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_33e4a841-e7e3-41a0-a678-cd1795516b89">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d886f7ac-01d4-44fc-921d-c59fd5db015a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d886f7ac-01d4-44fc-921d-c59fd5db015a_0_">
                      <gml:posList srsDimension="3">510970.400 5417376.410 264.004 510973.400 5417376.310 264.004 510973.400 5417376.310 266.270 510970.400 5417376.410 266.270 510970.400 5417376.410 264.004</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1996</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLG">
      <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>DEBWL0010000ZZLG</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">13.284</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_c56451b0-b550-438d-af1f-dd149f469fe4">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_44670c7c-e1f8-4b7a-99b7-3b5d5ad4c09d">
              <gml:surfaceMember xlink:href="#Srf_0a8f04d9-c4f3-488d-89cf-8fb28df52422"/>
              <gml:surfaceMember xlink:href="#Srf_e7acae7f-7ac8-4635-aef9-c847710e39ca"/>
              <gml:surfaceMember xlink:href="#Srf_afc94f88-d017-4615-a353-d649c919bedb"/>
              <gml:surfaceMember xlink:href="#Srf_0b7e2f92-a203-49e1-bd3e-03077202e3ac"/>
              <gml:surfaceMember xlink:href="#Srf_2c12345e-1517-4ba2-b9b0-3a338b8cccd9"/>
              <gml:surfaceMember xlink:href="#Srf_cf79c7bf-f2fb-436c-b408-cb34e20c04c8"/>
              <gml:surfaceMember xlink:href="#Srf_68740d09-04e8-4d00-b1c2-9dc0f8a0f454"/>
              <gml:surfaceMember xlink:href="#Srf_00b3e994-b33e-46a1-bf65-6ca8f46f2840"/>
              <gml:surfaceMember xlink:href="#Srf_abdd6f38-18a9-4ec2-9d39-5e260d78ac85"/>
              <gml:surfaceMember xlink:href="#Srf_8d21c295-c5e7-47f6-8c15-a966a7a7c955"/>
              <gml:surfaceMember xlink:href="#Srf_fe669c0d-36ef-4431-84f2-b3f70f0cae54"/>
              <gml:surfaceMember xlink:href="#Srf_ecee881b-2f88-4f8c-9a71-62a72113bfa0"/>
              <gml:surfaceMember xlink:href="#Srf_e534f29c-65a0-409e-82e8-cb990f50d3b9"/>
              <gml:surfaceMember xlink:href="#Srf_40631bd6-6562-458d-9d6c-96d43f4b0e3b"/>
              <gml:surfaceMember xlink:href="#Srf_76be4f1d-385b-499c-9402-d6c1917c7e38"/>
              <gml:surfaceMember xlink:href="#Srf_3422be9a-9023-4824-8cac-7b7bd8bf014d"/>
              <gml:surfaceMember xlink:href="#Srf_d5c5d8bd-82fd-4c3d-8e7d-b02e96789710"/>
              <gml:surfaceMember xlink:href="#Srf_adbece70-6438-47e6-992f-bef4ccff3820"/>
              <gml:surfaceMember xlink:href="#Srf_9fcffd82-993c-4652-8419-ba17aa4d78a9"/>
              <gml:surfaceMember xlink:href="#Srf_da96316e-1ccd-4e45-81a1-4901c3552d91"/>
              <gml:surfaceMember xlink:href="#Srf_131beb7b-5620-49b9-ba0a-732516c68ad1"/>
              <gml:surfaceMember xlink:href="#Srf_5805c5ca-30fa-4b46-a435-7ffc079aa29d"/>
              <gml:surfaceMember xlink:href="#Srf_d3acde97-bbeb-46e5-9ef8-26543f41ed9d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_b2f35d46-e885-4404-9db8-f90f5c02d87b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_38425c95-0045-4e7a-8bcc-0b25171e60ef">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_da96316e-1ccd-4e45-81a1-4901c3552d91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_da96316e-1ccd-4e45-81a1-4901c3552d91_0_">
                      <gml:posList srsDimension="3">510848.710 5417350.070 277.059 510850.210 5417350.010 277.055 510850.140 5417348.000 275.380 510863.920 5417347.500 275.393 510864.040 5417351.000 278.310 510864.540 5417350.980 278.309 510864.630 5417353.566 280.465 510848.850 5417354.147 280.457 510848.710 5417350.070 277.059</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_a1ff589a-2ecd-40aa-be9b-9420f0013589">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6a1129ad-e01b-4816-8706-b931c53c63f0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d5c5d8bd-82fd-4c3d-8e7d-b02e96789710">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d5c5d8bd-82fd-4c3d-8e7d-b02e96789710_0_">
                      <gml:posList srsDimension="3">510848.850 5417354.147 280.457 510864.630 5417353.566 280.465 510864.720 5417356.170 278.283 510864.220 5417356.180 278.289 510864.350 5417359.680 275.356 510863.170 5417359.720 275.358 510863.200 5417360.420 274.772 510860.160 5417360.530 274.772 510860.140 5417359.850 275.342 510854.260 5417360.050 275.353 510854.280 5417360.570 274.917 510850.060 5417360.720 274.920 510849.970 5417358.200 277.032 510848.990 5417358.240 277.028 510848.850 5417354.147 280.457</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_64ab4130-fafc-4e16-918a-19ef6ff40f03">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9345874-2c28-4844-9ac7-6c9c4de0f44b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_40631bd6-6562-458d-9d6c-96d43f4b0e3b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_40631bd6-6562-458d-9d6c-96d43f4b0e3b_0_">
                      <gml:posList srsDimension="3">510850.210 5417350.010 267.180 510850.140 5417348.000 267.180 510850.140 5417348.000 275.380 510850.210 5417350.010 277.055 510850.210 5417350.010 267.180</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_2d9e0a5d-2ae9-4369-bd00-3174fea4291f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_697c7c2d-adcb-454c-b04d-4adcae7aed53">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_afc94f88-d017-4615-a353-d649c919bedb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_afc94f88-d017-4615-a353-d649c919bedb_0_">
                      <gml:posList srsDimension="3">510850.140 5417348.000 267.180 510863.920 5417347.500 267.180 510863.920 5417347.500 275.393 510850.140 5417348.000 275.380 510850.140 5417348.000 267.180</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_31d47e5c-9add-4ce4-b75e-d029d85b894b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a7524c8f-fee7-40cd-af0b-a36e59aa7131">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_abdd6f38-18a9-4ec2-9d39-5e260d78ac85">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_abdd6f38-18a9-4ec2-9d39-5e260d78ac85_0_">
                      <gml:posList srsDimension="3">510863.920 5417347.500 267.180 510864.040 5417351.000 267.180 510864.040 5417351.000 278.310 510863.920 5417347.500 275.393 510863.920 5417347.500 267.180</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_36442fe8-7ade-4f85-aa8c-babd7aa5cc52">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c1b8e8db-5435-4984-b29e-b42d455b9a66">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_68740d09-04e8-4d00-b1c2-9dc0f8a0f454">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_68740d09-04e8-4d00-b1c2-9dc0f8a0f454_0_">
                      <gml:posList srsDimension="3">510864.540 5417350.980 278.309 510864.040 5417351.000 278.310 510864.040 5417351.000 267.180 510864.540 5417350.980 267.180 510864.540 5417350.980 278.309</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_3247709f-e283-4c05-8090-1baded850037">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c7c9c024-c9ac-4198-a024-e6a7009c1ba9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8d21c295-c5e7-47f6-8c15-a966a7a7c955">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8d21c295-c5e7-47f6-8c15-a966a7a7c955_0_">
                      <gml:posList srsDimension="3">510864.540 5417350.980 267.180 510864.630 5417353.566 267.180 510864.630 5417353.566 280.465 510864.540 5417350.980 278.309 510864.540 5417350.980 267.180</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_1ca6110f-a505-48aa-baa1-66061010d172">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9c35c6a3-0df0-416d-9843-3c9f1728db70">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3422be9a-9023-4824-8cac-7b7bd8bf014d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3422be9a-9023-4824-8cac-7b7bd8bf014d_0_">
                      <gml:posList srsDimension="3">510864.720 5417356.170 278.283 510864.630 5417353.566 280.465 510864.630 5417353.566 267.180 510864.720 5417356.170 267.180 510864.720 5417356.170 278.283</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_897c531c-d295-41a2-9979-38649d13b452">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3c310163-ed0f-4701-aa48-1e01421ab292">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe669c0d-36ef-4431-84f2-b3f70f0cae54">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe669c0d-36ef-4431-84f2-b3f70f0cae54_0_">
                      <gml:posList srsDimension="3">510864.220 5417356.180 278.289 510864.720 5417356.170 278.283 510864.720 5417356.170 267.180 510864.220 5417356.180 267.180 510864.220 5417356.180 278.289</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_5b5e6230-1adf-411a-a293-2451f0c363e1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_701889aa-29f2-4d84-80ae-85de15cde84d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5805c5ca-30fa-4b46-a435-7ffc079aa29d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5805c5ca-30fa-4b46-a435-7ffc079aa29d_0_">
                      <gml:posList srsDimension="3">510864.350 5417359.680 275.356 510864.220 5417356.180 278.289 510864.220 5417356.180 267.180 510864.350 5417359.680 267.180 510864.350 5417359.680 275.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_b2957ca1-60ef-4d12-8656-a4eb99bcf2cc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a0600cd6-23e2-4e7c-bc37-e8155a59086d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2c12345e-1517-4ba2-b9b0-3a338b8cccd9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2c12345e-1517-4ba2-b9b0-3a338b8cccd9_0_">
                      <gml:posList srsDimension="3">510863.170 5417359.720 275.358 510864.350 5417359.680 275.356 510864.350 5417359.680 267.180 510863.170 5417359.720 267.180 510863.170 5417359.720 275.358</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_60cc346b-69a3-404c-af78-09e5ad91980c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3211a794-1647-4151-9109-909b799df048">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_00b3e994-b33e-46a1-bf65-6ca8f46f2840">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_00b3e994-b33e-46a1-bf65-6ca8f46f2840_0_">
                      <gml:posList srsDimension="3">510863.200 5417360.420 274.772 510863.170 5417359.720 275.358 510863.170 5417359.720 267.180 510863.200 5417360.420 267.180 510863.200 5417360.420 274.772</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_75db3769-8da5-42af-a36c-57f3d02626cf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a52e7c04-d9f4-4e48-b257-1fb705bc390e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d3acde97-bbeb-46e5-9ef8-26543f41ed9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d3acde97-bbeb-46e5-9ef8-26543f41ed9d_0_">
                      <gml:posList srsDimension="3">510863.200 5417360.420 267.180 510860.160 5417360.530 267.180 510860.160 5417360.530 274.772 510863.200 5417360.420 274.772 510863.200 5417360.420 267.180</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_7d39bdae-4123-4537-ba63-8171cfec18ce">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a0b5ab1-c176-4e56-9d8a-e1c45f362e30">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e7acae7f-7ac8-4635-aef9-c847710e39ca">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e7acae7f-7ac8-4635-aef9-c847710e39ca_0_">
                      <gml:posList srsDimension="3">510860.140 5417359.850 275.342 510860.160 5417360.530 274.772 510860.160 5417360.530 267.180 510860.140 5417359.850 267.180 510860.140 5417359.850 275.342</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_2123cbe4-6ab2-4b89-af0a-5a83ea4d6f22">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a36ee5f-e489-454c-9a9a-07ae15aaec84">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0b7e2f92-a203-49e1-bd3e-03077202e3ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0b7e2f92-a203-49e1-bd3e-03077202e3ac_0_">
                      <gml:posList srsDimension="3">510854.260 5417360.050 275.353 510860.140 5417359.850 275.342 510860.140 5417359.850 267.180 510854.260 5417360.050 267.180 510854.260 5417360.050 275.353</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_d00ca339-5425-4f31-8274-e2f742c7549b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9624a3c6-e7a9-4e63-bd29-79d6134b8fd9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e534f29c-65a0-409e-82e8-cb990f50d3b9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e534f29c-65a0-409e-82e8-cb990f50d3b9_0_">
                      <gml:posList srsDimension="3">510854.280 5417360.570 274.917 510854.260 5417360.050 275.353 510854.260 5417360.050 267.180 510854.280 5417360.570 267.180 510854.280 5417360.570 274.917</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_bb0aa979-7194-45a8-ba4f-8245474dec0c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_10df18cf-9da7-41d0-8e48-7896c13cf4e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cf79c7bf-f2fb-436c-b408-cb34e20c04c8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cf79c7bf-f2fb-436c-b408-cb34e20c04c8_0_">
                      <gml:posList srsDimension="3">510850.060 5417360.720 274.920 510854.280 5417360.570 274.917 510854.280 5417360.570 267.180 510850.060 5417360.720 267.180 510850.060 5417360.720 274.920</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f7791b2c-23ee-45bd-8d37-1986ab34d925">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08727848-6992-43bf-b6a1-a637bdc94278">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_131beb7b-5620-49b9-ba0a-732516c68ad1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_131beb7b-5620-49b9-ba0a-732516c68ad1_0_">
                      <gml:posList srsDimension="3">510849.970 5417358.200 277.032 510850.060 5417360.720 274.920 510850.060 5417360.720 267.180 510849.970 5417358.200 267.180 510849.970 5417358.200 277.032</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_9bf0e7a9-c6ab-4876-ad70-58e9d7bd4ab3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a99b0c5-7f5a-42ce-8a42-70e59a9cef43">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0a8f04d9-c4f3-488d-89cf-8fb28df52422">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0a8f04d9-c4f3-488d-89cf-8fb28df52422_0_">
                      <gml:posList srsDimension="3">510849.970 5417358.200 267.180 510848.990 5417358.240 267.180 510848.990 5417358.240 277.028 510849.970 5417358.200 277.032 510849.970 5417358.200 267.180</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_672f0ab7-e866-4782-b2b8-049773d76617">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e2f5c8ac-0fd2-4f67-b6a5-30d873158535">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9fcffd82-993c-4652-8419-ba17aa4d78a9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9fcffd82-993c-4652-8419-ba17aa4d78a9_0_">
                      <gml:posList srsDimension="3">510848.850 5417354.147 280.457 510848.990 5417358.240 277.028 510848.990 5417358.240 267.180 510848.850 5417354.147 267.180 510848.850 5417354.147 280.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_f37fd0e1-33d5-4ab3-805e-1a46b4049150">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4977b07d-680e-4f7e-a55c-20e9d9e15bdf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_adbece70-6438-47e6-992f-bef4ccff3820">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_adbece70-6438-47e6-992f-bef4ccff3820_0_">
                      <gml:posList srsDimension="3">510848.850 5417354.147 267.180 510848.710 5417350.070 267.180 510848.710 5417350.070 277.059 510848.850 5417354.147 280.457 510848.850 5417354.147 267.180</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_3214e4fc-8cf9-44da-8b23-1f9098fa8eec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_24cebe21-710e-403f-9ba7-74e110be7de3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ecee881b-2f88-4f8c-9a71-62a72113bfa0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ecee881b-2f88-4f8c-9a71-62a72113bfa0_0_">
                      <gml:posList srsDimension="3">510850.210 5417350.010 277.055 510848.710 5417350.070 277.059 510848.710 5417350.070 267.180 510850.210 5417350.010 267.180 510850.210 5417350.010 277.055</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_8c537f77-45f9-448d-a55f-6c3847613ab2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_afbfb3fe-170e-4732-9ea4-4d4b8d4a1c22">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_76be4f1d-385b-499c-9402-d6c1917c7e38">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_76be4f1d-385b-499c-9402-d6c1917c7e38_0_">
                      <gml:posList srsDimension="3">510850.210 5417350.010 267.180 510848.710 5417350.070 267.180 510848.850 5417354.147 267.180 510848.990 5417358.240 267.180 510849.970 5417358.200 267.180 510850.060 5417360.720 267.180 510854.280 5417360.570 267.180 510854.260 5417360.050 267.180 510860.140 5417359.850 267.180 510860.160 5417360.530 267.180 510863.200 5417360.420 267.180 510863.170 5417359.720 267.180 510864.350 5417359.680 267.180 510864.220 5417356.180 267.180 510864.720 5417356.170 267.180 510864.630 5417353.566 267.180 510864.540 5417350.980 267.180 510864.040 5417351.000 267.180 510863.920 5417347.500 267.180 510850.140 5417348.000 267.180 510850.210 5417350.010 267.180</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1986</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZM8">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZM8</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.551</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_f42a842d-6300-4ac1-b6fd-882b00c7317c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6abaf887-2520-42e8-b11f-1ffc7b798cdf">
              <gml:surfaceMember xlink:href="#Srf_bc5cbb71-40ba-443f-bdb2-ef844540fbab"/>
              <gml:surfaceMember xlink:href="#Srf_c0785358-7ce4-43a2-8662-93e0449eb328"/>
              <gml:surfaceMember xlink:href="#Srf_ff561721-f0af-4ae5-a1c8-a85674dc54a9"/>
              <gml:surfaceMember xlink:href="#Srf_70382da3-eb96-4ff8-8d12-747710f7cf1c"/>
              <gml:surfaceMember xlink:href="#Srf_3b64bac6-e39e-4e32-9257-d8ddd49e3d01"/>
              <gml:surfaceMember xlink:href="#Srf_b0adb00c-e983-4a89-afa2-562a2ca6e7a3"/>
              <gml:surfaceMember xlink:href="#Srf_801bd3dd-6d70-4f94-bb6e-91c09549c74d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_616f8e2f-59d8-4207-aecb-784af36373d2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ce064bfd-50d5-4b27-992c-8e1be8b6a84a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_70382da3-eb96-4ff8-8d12-747710f7cf1c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_70382da3-eb96-4ff8-8d12-747710f7cf1c_0_">
                      <gml:posList srsDimension="3">511019.950 5417376.510 263.249 511020.200 5417382.930 263.249 511028.670 5417382.590 263.249 511028.410 5417376.330 263.249 511028.400 5417376.190 263.249 511019.950 5417376.510 263.249</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_a93a47b8-5746-48c9-bbae-6996aadb6ea4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f8d35990-c3cb-4951-8a91-08c228b27eab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b0adb00c-e983-4a89-afa2-562a2ca6e7a3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b0adb00c-e983-4a89-afa2-562a2ca6e7a3_0_">
                      <gml:posList srsDimension="3">511020.200 5417382.930 265.800 511019.950 5417376.510 265.800 511028.400 5417376.190 265.800 511028.410 5417376.330 265.800 511028.670 5417382.590 265.800 511020.200 5417382.930 265.800</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_821093f6-69f6-43ca-99ad-51ee5ada57cf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c3366ec8-74a6-4e66-9ae1-8bda75744ae5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c0785358-7ce4-43a2-8662-93e0449eb328">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c0785358-7ce4-43a2-8662-93e0449eb328_0_">
                      <gml:posList srsDimension="3">511028.400 5417376.190 265.800 511028.400 5417376.190 263.249 511028.410 5417376.330 263.249 511028.410 5417376.330 265.800 511028.400 5417376.190 265.800</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_d2271ee6-b25c-4d86-affb-956151d7f916">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9f4ecdd-2c40-470d-ad0d-4a2e148fc924">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ff561721-f0af-4ae5-a1c8-a85674dc54a9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ff561721-f0af-4ae5-a1c8-a85674dc54a9_0_">
                      <gml:posList srsDimension="3">511028.410 5417376.330 263.249 511028.670 5417382.590 263.249 511028.670 5417382.590 265.800 511028.410 5417376.330 265.800 511028.410 5417376.330 263.249</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_2e4bcfd9-ded7-4c00-a5ef-20aaa9c2118a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2c5c00c0-360c-4dfa-919e-4ed6f7975ab3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bc5cbb71-40ba-443f-bdb2-ef844540fbab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bc5cbb71-40ba-443f-bdb2-ef844540fbab_0_">
                      <gml:posList srsDimension="3">511028.670 5417382.590 263.249 511020.200 5417382.930 263.249 511020.200 5417382.930 265.800 511028.670 5417382.590 265.800 511028.670 5417382.590 263.249</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_ae98700b-640c-4044-8fc5-92c491893aa6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_293809e4-0f2b-40b8-92ba-647871907d7e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_801bd3dd-6d70-4f94-bb6e-91c09549c74d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_801bd3dd-6d70-4f94-bb6e-91c09549c74d_0_">
                      <gml:posList srsDimension="3">511020.200 5417382.930 263.249 511019.950 5417376.510 263.249 511019.950 5417376.510 265.800 511020.200 5417382.930 265.800 511020.200 5417382.930 263.249</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_d2226318-26c3-42a2-a69f-84eda2516a1b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a749eb6-076e-420d-aeef-09b8f0a76f49">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b64bac6-e39e-4e32-9257-d8ddd49e3d01">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b64bac6-e39e-4e32-9257-d8ddd49e3d01_0_">
                      <gml:posList srsDimension="3">511019.950 5417376.510 263.249 511028.400 5417376.190 263.249 511028.400 5417376.190 265.800 511019.950 5417376.510 265.800 511019.950 5417376.510 263.249</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1916</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLt">
      <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>DEBWL0010000ZZLt</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>5000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.211</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_cd2486db-ffa0-4848-895f-785d622be71b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_782f9ab5-f8af-4825-803e-5aff017bcf2e">
              <gml:surfaceMember xlink:href="#Srf_9e510df5-5153-4830-937b-2d601e4b9945"/>
              <gml:surfaceMember xlink:href="#Srf_7a2b0c2a-8eb8-49d1-b5fb-f99556d1bb5f"/>
              <gml:surfaceMember xlink:href="#Srf_6919ebbd-5e9b-4e91-a968-e7280ec56b82"/>
              <gml:surfaceMember xlink:href="#UUID_d4f56f45-7d21-4ccb-81ce-446cf43e909e"/>
              <gml:surfaceMember xlink:href="#Srf_bff31105-d4c6-4ac0-875e-9209cd1c5f53"/>
              <gml:surfaceMember xlink:href="#Srf_f7ce271d-6cb4-4fee-90e5-9df7d05bc0d7"/>
              <gml:surfaceMember xlink:href="#Srf_0be0b810-d540-46ad-9b75-d004c0d5aacd"/>
              <gml:surfaceMember xlink:href="#Srf_42a3dbda-2e5c-4e6a-b83d-8f01937748cb"/>
              <gml:surfaceMember xlink:href="#Srf_b5e0db18-d59c-4829-ac7b-5fae151acee0"/>
              <gml:surfaceMember xlink:href="#Srf_8e37c4d4-63d2-4ceb-924d-efc2a11ee8e5"/>
              <gml:surfaceMember xlink:href="#UUID_103a013c-d98f-4f04-b2ab-ea25f1695c76"/>
              <gml:surfaceMember xlink:href="#Srf_b2f1b011-03e3-4ca1-bf61-f414271ad3cb"/>
              <gml:surfaceMember xlink:href="#Srf_8729f7af-1231-4168-8b9a-1de4b4cc6495"/>
              <gml:surfaceMember xlink:href="#Srf_42e5e26b-bec0-4a09-b70a-3cb59b6a6f58"/>
              <gml:surfaceMember xlink:href="#UUID_83352e96-66c2-48d2-9e1e-bf76e3a13bf8"/>
              <gml:surfaceMember xlink:href="#Srf_f8e4f933-d163-4322-bf9a-395576b0de54"/>
              <gml:surfaceMember xlink:href="#UUID_79f44c03-65fb-4cfe-bfe2-16fee9c86968"/>
              <gml:surfaceMember xlink:href="#Srf_7166e822-c86a-4691-aafc-8b744c16552c"/>
              <gml:surfaceMember xlink:href="#Srf_5aa8f4f7-621d-46db-9a66-d19b2552cc6f"/>
              <gml:surfaceMember xlink:href="#Srf_5c959c9a-3abd-4e46-af56-b03ffeb7856f"/>
              <gml:surfaceMember xlink:href="#UUID_2b4d8458-8d22-4b3d-bde6-e17413c933be"/>
              <gml:surfaceMember xlink:href="#UUID_e5543917-4636-4861-862c-7b1e9426af03"/>
              <gml:surfaceMember xlink:href="#UUID_7b71ce4b-8cc2-4efc-8ac6-ff7e0b1f7fda"/>
              <gml:surfaceMember xlink:href="#Srf_0d2b2cb1-bafc-4337-b8fd-0b57b18c9dad"/>
              <gml:surfaceMember xlink:href="#Srf_cf21d27f-29ec-454c-b534-3dc3fa34db6e"/>
              <gml:surfaceMember xlink:href="#Srf_67ed96fa-62c4-4316-84a7-868d7b41760e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_376bdf78-0e6f-4b2c-aa17-83d7d772b445">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a6bf981d-dfa8-4c84-bc69-967e93690c0e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5c959c9a-3abd-4e46-af56-b03ffeb7856f">
For faster browsing, not all history is shown. View entire blame