Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
44001
44002
44003
44004
44005
44006
44007
44008
44009
44010
44011
44012
44013
44014
44015
44016
44017
44018
44019
44020
44021
44022
44023
44024
44025
44026
44027
44028
44029
44030
44031
44032
44033
44034
44035
44036
44037
44038
44039
44040
44041
44042
44043
44044
44045
44046
44047
44048
44049
44050
44051
44052
44053
44054
44055
44056
44057
44058
44059
44060
44061
44062
44063
44064
44065
44066
44067
44068
44069
44070
44071
44072
44073
44074
44075
44076
44077
44078
44079
44080
44081
44082
44083
44084
44085
44086
44087
44088
44089
44090
44091
44092
44093
44094
44095
44096
44097
44098
44099
44100
44101
44102
44103
44104
44105
44106
44107
44108
44109
44110
44111
44112
44113
44114
44115
44116
44117
44118
44119
44120
44121
44122
44123
44124
44125
44126
44127
44128
44129
44130
44131
44132
44133
44134
44135
44136
44137
44138
44139
44140
44141
44142
44143
44144
44145
44146
44147
44148
44149
44150
44151
44152
44153
44154
44155
44156
44157
44158
44159
44160
44161
44162
44163
44164
44165
44166
44167
44168
44169
44170
44171
44172
44173
44174
44175
44176
44177
44178
44179
44180
44181
44182
44183
44184
44185
44186
44187
44188
44189
44190
44191
44192
44193
44194
44195
44196
44197
44198
44199
44200
44201
44202
44203
44204
44205
44206
44207
44208
44209
44210
44211
44212
44213
44214
44215
44216
44217
44218
44219
44220
44221
44222
44223
44224
44225
44226
44227
44228
44229
44230
44231
44232
44233
44234
44235
44236
44237
44238
44239
44240
44241
44242
44243
44244
44245
44246
44247
44248
44249
44250
44251
44252
44253
44254
44255
44256
44257
44258
44259
44260
44261
44262
44263
44264
44265
44266
44267
44268
44269
44270
44271
44272
44273
44274
44275
44276
44277
44278
44279
44280
44281
44282
44283
44284
44285
44286
44287
44288
44289
44290
44291
44292
44293
44294
44295
44296
44297
44298
44299
44300
44301
44302
44303
44304
44305
44306
44307
44308
44309
44310
44311
44312
44313
44314
44315
44316
44317
44318
44319
44320
44321
44322
44323
44324
44325
44326
44327
44328
44329
44330
44331
44332
44333
44334
44335
44336
44337
44338
44339
44340
44341
44342
44343
44344
44345
44346
44347
44348
44349
44350
44351
44352
44353
44354
44355
44356
44357
44358
44359
44360
44361
44362
44363
44364
44365
44366
44367
44368
44369
44370
44371
44372
44373
44374
44375
44376
44377
44378
44379
44380
44381
44382
44383
44384
44385
44386
44387
44388
44389
44390
44391
44392
44393
44394
44395
44396
44397
44398
44399
44400
44401
44402
44403
44404
44405
44406
44407
44408
44409
44410
44411
44412
44413
44414
44415
44416
44417
44418
44419
44420
44421
44422
44423
44424
44425
44426
44427
44428
44429
44430
44431
44432
44433
44434
44435
44436
44437
44438
44439
44440
44441
44442
44443
44444
44445
44446
44447
44448
44449
44450
44451
44452
44453
44454
44455
44456
44457
44458
44459
44460
44461
44462
44463
44464
44465
44466
44467
44468
44469
44470
44471
44472
44473
44474
44475
44476
44477
44478
44479
44480
44481
44482
44483
44484
44485
44486
44487
44488
44489
44490
44491
44492
44493
44494
44495
44496
44497
44498
44499
44500
44501
44502
44503
44504
44505
44506
44507
44508
44509
44510
44511
44512
44513
44514
44515
44516
44517
44518
44519
44520
44521
44522
44523
44524
44525
44526
44527
44528
44529
44530
44531
44532
44533
44534
44535
44536
44537
44538
44539
44540
44541
44542
44543
44544
44545
44546
44547
44548
44549
44550
44551
44552
44553
44554
44555
44556
44557
44558
44559
44560
44561
44562
44563
44564
44565
44566
44567
44568
44569
44570
44571
44572
44573
44574
44575
44576
44577
44578
44579
44580
44581
44582
44583
44584
44585
44586
44587
44588
44589
44590
44591
44592
44593
44594
44595
44596
44597
44598
44599
44600
44601
44602
44603
44604
44605
44606
44607
44608
44609
44610
44611
44612
44613
44614
44615
44616
44617
44618
44619
44620
44621
44622
44623
44624
44625
44626
44627
44628
44629
44630
44631
44632
44633
44634
44635
44636
44637
44638
44639
44640
44641
44642
44643
44644
44645
44646
44647
44648
44649
44650
44651
44652
44653
44654
44655
44656
44657
44658
44659
44660
44661
44662
44663
44664
44665
44666
44667
44668
44669
44670
44671
44672
44673
44674
44675
44676
44677
44678
44679
44680
44681
44682
44683
44684
44685
44686
44687
44688
44689
44690
44691
44692
44693
44694
44695
44696
44697
44698
44699
44700
44701
44702
44703
44704
44705
44706
44707
44708
44709
44710
44711
44712
44713
44714
44715
44716
44717
44718
44719
44720
44721
44722
44723
44724
44725
44726
44727
44728
44729
44730
44731
44732
44733
44734
44735
44736
44737
44738
44739
44740
44741
44742
44743
44744
44745
44746
44747
44748
44749
44750
44751
44752
44753
44754
44755
44756
44757
44758
44759
44760
44761
44762
44763
44764
44765
44766
44767
44768
44769
44770
44771
44772
44773
44774
44775
44776
44777
44778
44779
44780
44781
44782
44783
44784
44785
44786
44787
44788
44789
44790
44791
44792
44793
44794
44795
44796
44797
44798
44799
44800
44801
44802
44803
44804
44805
44806
44807
44808
44809
44810
44811
44812
44813
44814
44815
44816
44817
44818
44819
44820
44821
44822
44823
44824
44825
44826
44827
44828
44829
44830
44831
44832
44833
44834
44835
44836
44837
44838
44839
44840
44841
44842
44843
44844
44845
44846
44847
44848
44849
44850
44851
44852
44853
44854
44855
44856
44857
44858
44859
44860
44861
44862
44863
44864
44865
44866
44867
44868
44869
44870
44871
44872
44873
44874
44875
44876
44877
44878
44879
44880
44881
44882
44883
44884
44885
44886
44887
44888
44889
44890
44891
44892
44893
44894
44895
44896
44897
44898
44899
44900
44901
44902
44903
44904
44905
44906
44907
44908
44909
44910
44911
44912
44913
44914
44915
44916
44917
44918
44919
44920
44921
44922
44923
44924
44925
44926
44927
44928
44929
44930
44931
44932
44933
44934
44935
44936
44937
44938
44939
44940
44941
44942
44943
44944
44945
44946
44947
44948
44949
44950
44951
44952
44953
44954
44955
44956
44957
44958
44959
44960
44961
44962
44963
44964
44965
44966
44967
44968
44969
44970
44971
44972
44973
44974
44975
44976
44977
44978
44979
44980
44981
44982
44983
44984
44985
44986
44987
44988
44989
44990
44991
44992
44993
44994
44995
44996
44997
44998
44999
45000
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_164de626-2bef-40dc-befe-4aaf79da13e2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b052d0c5-1716-4a93-9a53-3caed4355d7d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_90817f4f-1ba3-41bd-9269-81ca0e7a61b6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_90817f4f-1ba3-41bd-9269-81ca0e7a61b6_0_">
                      <gml:posList srsDimension="3">511102.720 5417061.430 278.128 511101.580 5417061.360 277.462 511101.810 5417057.720 277.476 511106.519 5417057.988 280.224 511106.148 5417063.864 280.203 511104.120 5417063.750 279.019 511102.570 5417063.660 278.114 511102.720 5417061.430 278.128</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_a68fba43-22bd-4137-8793-583de1272bac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3aea574-9568-4909-a545-6496022a1aae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_decf552a-49c8-4d26-8eca-d9c21cdb4964">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_decf552a-49c8-4d26-8eca-d9c21cdb4964_0_">
                      <gml:posList srsDimension="3">511101.580 5417061.360 271.578 511102.720 5417061.430 271.578 511102.570 5417063.660 271.578 511104.120 5417063.750 271.578 511106.148 5417063.864 271.578 511110.180 5417064.090 271.578 511110.910 5417064.150 271.578 511111.280 5417058.260 271.578 511106.519 5417057.988 271.578 511101.810 5417057.720 271.578 511101.580 5417061.360 271.578</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_5340b7e6-0eae-4e01-9d18-85b22263efae">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af40895c-a7d4-46a1-8949-a78172a10f3d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6a10cf6a-5b9d-444b-82c2-5710790cd501">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6a10cf6a-5b9d-444b-82c2-5710790cd501_0_">
                      <gml:posList srsDimension="3">511106.519 5417057.988 280.224 511111.280 5417058.260 277.430 511110.910 5417064.150 277.408 511110.180 5417064.090 277.837 511106.148 5417063.864 280.203 511106.519 5417057.988 280.224</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_edb94fe6-bad0-41b0-bfa1-bec003c0d866">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_42cc57a5-ffa2-4be1-aab3-1880a21061fe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_91e17ee0-7799-4915-9fd2-85b970d55097">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_91e17ee0-7799-4915-9fd2-85b970d55097_0_">
                      <gml:posList srsDimension="3">511101.810 5417057.720 271.578 511106.519 5417057.988 271.578 511106.519 5417057.988 280.224 511101.810 5417057.720 277.476 511101.810 5417057.720 271.578</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_b9db6de4-6988-4bd3-8a2e-f383cf8969e0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fd2f4e32-bfab-4699-ab81-638851be199a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0d993db0-72e6-45a0-8f05-5d4ab73f0a7f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0d993db0-72e6-45a0-8f05-5d4ab73f0a7f_0_">
                      <gml:posList srsDimension="3">511111.280 5417058.260 277.430 511106.519 5417057.988 280.224 511106.519 5417057.988 271.578 511111.280 5417058.260 271.578 511111.280 5417058.260 277.430</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_15d9b177-9788-4525-956e-bcb74ba18cbe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4b533d6-ce60-41f4-bc76-60f510ec4978">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51143c4e-820f-4774-82eb-85841021f2d2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51143c4e-820f-4774-82eb-85841021f2d2_0_">
                      <gml:posList srsDimension="3">511111.280 5417058.260 271.578 511110.910 5417064.150 271.578 511110.910 5417064.150 277.408 511111.280 5417058.260 277.430 511111.280 5417058.260 271.578</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1917</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZER">
      <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>DEBWL0010000ZZER</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.115</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_cf2b7e28-47e8-46c5-b52e-b616f8c8197d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_5498c88e-bbb6-4610-821b-284750e791c9">
              <gml:surfaceMember xlink:href="#Srf_599336dd-03b7-49e0-ab4c-d909b23b2db8"/>
              <gml:surfaceMember xlink:href="#Srf_8fec435d-dab7-4016-98ad-d7c3f9e744cc"/>
              <gml:surfaceMember xlink:href="#Srf_f6917c85-714e-4423-84f1-81e61ed5d5d0"/>
              <gml:surfaceMember xlink:href="#Srf_d93f4c45-c389-4ee8-a854-4b47a0af6b89"/>
              <gml:surfaceMember xlink:href="#Srf_1fafc53b-8354-4faf-b3f8-3f48dd842a4b"/>
              <gml:surfaceMember xlink:href="#Srf_593732ee-1588-4ff8-97da-668e94d998aa"/>
              <gml:surfaceMember xlink:href="#Srf_bc1e0bb9-7d6b-43a3-8e4f-b13ae38352fd"/>
              <gml:surfaceMember xlink:href="#Srf_81aaa67f-b1a1-422c-9016-4effca60d5da"/>
              <gml:surfaceMember xlink:href="#Srf_3788ac8e-a9c6-465b-9889-a7824262d01d"/>
              <gml:surfaceMember xlink:href="#Srf_3a625578-9f46-4ec5-b421-20fe2701b5e9"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c56984cf-6ee3-4157-88b2-e3d47273c5ca">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa193820-155a-4cd4-967f-4b14607d37c8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3788ac8e-a9c6-465b-9889-a7824262d01d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3788ac8e-a9c6-465b-9889-a7824262d01d_0_">
                      <gml:posList srsDimension="3">511112.880 5416948.430 273.310 511113.180 5416945.460 271.646 511113.180 5416945.460 264.856 511112.880 5416948.430 264.856 511112.880 5416948.430 273.310</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_e1b78742-cc7b-4e00-ae08-84e574a21778">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_51b643ee-e851-464b-bcdd-99a941fe5bee">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f6917c85-714e-4423-84f1-81e61ed5d5d0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f6917c85-714e-4423-84f1-81e61ed5d5d0_0_">
                      <gml:posList srsDimension="3">511097.597 5416949.868 274.971 511098.200 5416943.940 271.649 511113.180 5416945.460 271.646 511112.880 5416948.430 273.310 511112.578 5416951.389 274.968 511097.597 5416949.868 274.971</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_772d43ce-ff56-4b2b-b1c3-3acb8b233c6d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_18f4a960-66b3-413f-9f3a-f9d89e03203f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d93f4c45-c389-4ee8-a854-4b47a0af6b89">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d93f4c45-c389-4ee8-a854-4b47a0af6b89_0_">
                      <gml:posList srsDimension="3">511112.578 5416951.389 274.968 511112.880 5416948.430 273.310 511112.880 5416948.430 264.856 511112.578 5416951.389 264.856 511112.578 5416951.389 274.968</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_a702e7eb-21d3-469f-a32c-e19504e8d66d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0732052-ab0f-4ba1-8ebf-59ac23d50503">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_599336dd-03b7-49e0-ab4c-d909b23b2db8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_599336dd-03b7-49e0-ab4c-d909b23b2db8_0_">
                      <gml:posList srsDimension="3">511111.960 5416957.450 271.618 511096.980 5416955.930 271.620 511097.597 5416949.868 274.971 511112.578 5416951.389 274.968 511111.960 5416957.450 271.618</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_5152b5a2-93cf-4424-9309-add1adf32fcd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9193b57e-7c8d-45bc-a8ad-a7a382c783e4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8fec435d-dab7-4016-98ad-d7c3f9e744cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8fec435d-dab7-4016-98ad-d7c3f9e744cc_0_">
                      <gml:posList srsDimension="3">511112.578 5416951.389 264.856 511111.960 5416957.450 264.856 511111.960 5416957.450 271.618 511112.578 5416951.389 274.968 511112.578 5416951.389 264.856</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_6b747adf-f3c5-4407-aaa8-e2483528c9c4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_db3a9416-456d-4d04-8abe-32ca91cacd5a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bc1e0bb9-7d6b-43a3-8e4f-b13ae38352fd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bc1e0bb9-7d6b-43a3-8e4f-b13ae38352fd_0_">
                      <gml:posList srsDimension="3">511096.980 5416955.930 271.620 511111.960 5416957.450 271.618 511111.960 5416957.450 264.856 511096.980 5416955.930 264.856 511096.980 5416955.930 271.620</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_fc08bb37-b69c-47bd-a3ea-62d969512cd8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d50edc95-5628-41a7-bb9f-bd3470ada371">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a625578-9f46-4ec5-b421-20fe2701b5e9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a625578-9f46-4ec5-b421-20fe2701b5e9_0_">
                      <gml:posList srsDimension="3">511098.200 5416943.940 271.649 511097.597 5416949.868 274.971 511097.597 5416949.868 264.856 511098.200 5416943.940 264.856 511098.200 5416943.940 271.649</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_9948d3ad-1ddb-48d9-aa0f-a6e2b1e9eb19">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f3fcfcd0-d7db-4f35-ac86-3594b51c72e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_593732ee-1588-4ff8-97da-668e94d998aa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_593732ee-1588-4ff8-97da-668e94d998aa_0_">
                      <gml:posList srsDimension="3">511113.180 5416945.460 271.646 511098.200 5416943.940 271.649 511098.200 5416943.940 264.856 511113.180 5416945.460 264.856 511113.180 5416945.460 271.646</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_a934036e-611b-4954-ad6f-4a3d88948a10">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_66c862c5-d1b3-4160-8f6b-dbdb86180bdd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1fafc53b-8354-4faf-b3f8-3f48dd842a4b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1fafc53b-8354-4faf-b3f8-3f48dd842a4b_0_">
                      <gml:posList srsDimension="3">511096.980 5416955.930 264.856 511097.597 5416949.868 264.856 511097.597 5416949.868 274.971 511096.980 5416955.930 271.620 511096.980 5416955.930 264.856</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_45655347-6831-444d-b245-23e43c7624c3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_80cc1761-60f4-4f24-bceb-204095db2456">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_81aaa67f-b1a1-422c-9016-4effca60d5da">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_81aaa67f-b1a1-422c-9016-4effca60d5da_0_">
                      <gml:posList srsDimension="3">511098.200 5416943.940 264.856 511097.597 5416949.868 264.856 511096.980 5416955.930 264.856 511111.960 5416957.450 264.856 511112.578 5416951.389 264.856 511112.880 5416948.430 264.856 511113.180 5416945.460 264.856 511098.200 5416943.940 264.856</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1936</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZE6">
      <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>DEBWL0010000ZZE6</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.056</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_cee36c18-d6d0-4ad6-b992-ecd89c4b71a1">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_823ecdb9-46af-48cd-a23d-7d7a469d1586">
              <gml:surfaceMember xlink:href="#Srf_9e00efd5-5965-4fea-9be2-4001ed1afea2"/>
              <gml:surfaceMember xlink:href="#Srf_d3c089e3-d660-42b3-8e3c-af44fd678192"/>
              <gml:surfaceMember xlink:href="#Srf_f1768c9e-98cf-4de9-87b5-fb9a148defbc"/>
              <gml:surfaceMember xlink:href="#Srf_800bd2ea-94fe-46ea-9f11-60d2f9f9b264"/>
              <gml:surfaceMember xlink:href="#Srf_2cef962e-6b9e-4811-ae34-7d28a5674d1e"/>
              <gml:surfaceMember xlink:href="#Srf_df1fe9dd-4e5b-4d5c-86e8-075c41272a01"/>
              <gml:surfaceMember xlink:href="#Srf_b786fbaf-cd03-4913-b228-4a6baeed2f7b"/>
              <gml:surfaceMember xlink:href="#Srf_3e8ad43e-6dd5-47e2-8769-d272b0f1371a"/>
              <gml:surfaceMember xlink:href="#Srf_22589d64-8ec9-4935-a1d0-ad191ddffe12"/>
              <gml:surfaceMember xlink:href="#Srf_2fb41abb-f281-4729-bee7-6ba2de1c0f15"/>
              <gml:surfaceMember xlink:href="#Srf_720a4b90-b678-43db-a725-b3dfe5530b90"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_06b2cd74-08d4-4b0c-bbfe-181870effb94">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9006ca70-b27e-4125-bb45-dd0eb6068d8a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_22589d64-8ec9-4935-a1d0-ad191ddffe12">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_22589d64-8ec9-4935-a1d0-ad191ddffe12_0_">
                      <gml:posList srsDimension="3">511075.971 5417084.482 283.159 511066.280 5417084.154 283.169 511066.430 5417080.060 279.692 511076.120 5417080.420 279.708 511075.971 5417084.482 283.159</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_c8fb3f56-d5fb-4336-a043-73d39ecb0d1c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e8ed4b65-fd87-406d-8b88-8b439d2154c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9e00efd5-5965-4fea-9be2-4001ed1afea2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9e00efd5-5965-4fea-9be2-4001ed1afea2_0_">
                      <gml:posList srsDimension="3">511075.610 5417088.580 279.719 511075.820 5417088.590 279.716 511075.820 5417088.590 273.114 511075.610 5417088.580 273.114 511075.610 5417088.580 279.719</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_8d5d36b3-3750-477f-bbac-85472a143b9e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e850e88b-502b-489b-b2db-493f5fa0d1c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b786fbaf-cd03-4913-b228-4a6baeed2f7b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b786fbaf-cd03-4913-b228-4a6baeed2f7b_0_">
                      <gml:posList srsDimension="3">511066.430 5417080.060 279.692 511066.280 5417084.154 283.169 511066.280 5417084.154 273.114 511066.430 5417080.060 273.114 511066.430 5417080.060 279.692</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_82519dc6-27b5-422c-bc43-88e5b99fa742">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e98e3988-3d67-41fe-8484-18055765483b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f1768c9e-98cf-4de9-87b5-fb9a148defbc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f1768c9e-98cf-4de9-87b5-fb9a148defbc_0_">
                      <gml:posList srsDimension="3">511066.130 5417088.250 279.737 511075.610 5417088.580 279.719 511075.610 5417088.580 273.114 511066.130 5417088.250 273.114 511066.130 5417088.250 279.737</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_2c7ed64c-d030-4d2d-9cb3-848bbe89f5f0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7be609ce-8932-4436-b8ba-81c01db73a50">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_df1fe9dd-4e5b-4d5c-86e8-075c41272a01">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_df1fe9dd-4e5b-4d5c-86e8-075c41272a01_0_">
                      <gml:posList srsDimension="3">511066.430 5417080.060 273.114 511076.120 5417080.420 273.114 511076.120 5417080.420 279.708 511066.430 5417080.060 279.692 511066.430 5417080.060 273.114</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_ca1c1330-b1dd-4033-bb32-832bbe5772be">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_93a14dbf-a32f-4c50-8830-bb6d8e40f719">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d3c089e3-d660-42b3-8e3c-af44fd678192">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d3c089e3-d660-42b3-8e3c-af44fd678192_0_">
                      <gml:posList srsDimension="3">511075.971 5417084.482 283.159 511076.120 5417080.420 279.708 511076.120 5417080.420 273.114 511075.971 5417084.482 273.114 511075.971 5417084.482 283.159</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_02fd3476-0dfc-435d-8201-a937b20931e6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dde418f0-5c5a-4f26-b5ce-a6db21613729">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_800bd2ea-94fe-46ea-9f11-60d2f9f9b264">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_800bd2ea-94fe-46ea-9f11-60d2f9f9b264_0_">
                      <gml:posList srsDimension="3">511066.130 5417088.250 273.114 511066.280 5417084.154 273.114 511066.280 5417084.154 283.169 511066.130 5417088.250 279.737 511066.130 5417088.250 273.114</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_9ff277c1-487a-41e9-bc62-1ca8471edec1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da87ace2-9c95-40a6-b6bc-285c38c2273a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3e8ad43e-6dd5-47e2-8769-d272b0f1371a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3e8ad43e-6dd5-47e2-8769-d272b0f1371a_0_">
                      <gml:posList srsDimension="3">511066.280 5417084.154 273.114 511066.130 5417088.250 273.114 511075.610 5417088.580 273.114 511075.820 5417088.590 273.114 511075.940 5417085.340 273.114 511075.971 5417084.482 273.114 511076.120 5417080.420 273.114 511066.430 5417080.060 273.114 511066.280 5417084.154 273.114</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_bc85acfc-b66c-4f8b-a3bd-3ed508a729be">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_448e4856-8dc6-4b82-b1ce-a9b9aa666861">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_720a4b90-b678-43db-a725-b3dfe5530b90">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_720a4b90-b678-43db-a725-b3dfe5530b90_0_">
                      <gml:posList srsDimension="3">511075.971 5417084.482 273.114 511075.940 5417085.340 273.114 511075.940 5417085.340 282.440 511075.971 5417084.482 283.159 511075.971 5417084.482 273.114</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_11622c88-4235-42e0-88a5-bb97900e1b2d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07d22138-ca55-458e-b7c3-14364750d4fd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2cef962e-6b9e-4811-ae34-7d28a5674d1e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2cef962e-6b9e-4811-ae34-7d28a5674d1e_0_">
                      <gml:posList srsDimension="3">511066.130 5417088.250 279.737 511066.280 5417084.154 283.169 511075.971 5417084.482 283.159 511075.940 5417085.340 282.440 511075.820 5417088.590 279.716 511075.610 5417088.580 279.719 511066.130 5417088.250 279.737</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_3fc6a4ac-66f2-493e-9450-0a9a8ef18b73">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f67710fd-ecac-428f-938d-479fbeac4b84">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2fb41abb-f281-4729-bee7-6ba2de1c0f15">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2fb41abb-f281-4729-bee7-6ba2de1c0f15_0_">
                      <gml:posList srsDimension="3">511075.940 5417085.340 273.114 511075.820 5417088.590 273.114 511075.820 5417088.590 279.716 511075.940 5417085.340 282.440 511075.940 5417085.340 273.114</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1950</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEG">
      <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>DEBWL0010000ZZEG</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.480</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_20a694eb-19cd-4ae2-93eb-f7711d8251ac">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_68f138ab-c676-4534-ae83-de1a72a44171">
              <gml:surfaceMember xlink:href="#Srf_61ee697f-872e-4264-85fb-b4c673c7e715"/>
              <gml:surfaceMember xlink:href="#Srf_0325ee61-42cb-408c-8982-8dd81eb51778"/>
              <gml:surfaceMember xlink:href="#Srf_4bfd7e50-06ac-4f91-99f0-0594dd881901"/>
              <gml:surfaceMember xlink:href="#Srf_a2e0a51f-6c1a-40f8-b52a-432de8c879b4"/>
              <gml:surfaceMember xlink:href="#Srf_17db7619-0158-4254-a2e6-a603046a7607"/>
              <gml:surfaceMember xlink:href="#Srf_5678d103-1b60-429b-914f-1a06125194a5"/>
              <gml:surfaceMember xlink:href="#Srf_5dcfbd2f-2fd7-4fb0-afa9-76b3ce910a74"/>
              <gml:surfaceMember xlink:href="#Srf_58a61d32-3697-4ff8-a459-eecfe1310c9c"/>
              <gml:surfaceMember xlink:href="#Srf_fa2ed790-fc16-47c9-97eb-f217a6ca17f5"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_0bf19339-56a9-49d6-bc30-7e935c83317a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_198c0c4b-8255-467b-a6f9-ff117d77845d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0325ee61-42cb-408c-8982-8dd81eb51778">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0325ee61-42cb-408c-8982-8dd81eb51778_0_">
                      <gml:posList srsDimension="3">511030.607 5416980.552 266.993 511032.790 5416984.760 266.993 511038.290 5416981.940 266.993 511036.261 5416978.028 266.993 511034.140 5416973.940 266.993 511028.640 5416976.760 266.993 511030.607 5416980.552 266.993</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e4cdf273-ca5c-49e5-aeb5-fc77a166cd2f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d5f4cbf4-2ea0-4cf2-a85f-a0ab7b4cc80a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4bfd7e50-06ac-4f91-99f0-0594dd881901">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4bfd7e50-06ac-4f91-99f0-0594dd881901_0_">
                      <gml:posList srsDimension="3">511034.140 5416973.940 266.993 511036.261 5416978.028 266.993 511036.261 5416978.028 277.012 511034.140 5416973.940 274.693 511034.140 5416973.940 266.993</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_eb9abbcd-a220-4259-91f0-0c545b398188">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4744cf78-3ee4-45ac-8be9-ed6cd908ed53">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5678d103-1b60-429b-914f-1a06125194a5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5678d103-1b60-429b-914f-1a06125194a5_0_">
                      <gml:posList srsDimension="3">511038.290 5416981.940 275.214 511036.261 5416978.028 277.012 511036.261 5416978.028 266.993 511038.290 5416981.940 266.993 511038.290 5416981.940 275.214</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_6ef28464-5f74-4029-9044-781a87fcf0d4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1d6558fa-fd41-4f1d-b1ba-8927c04149e3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fa2ed790-fc16-47c9-97eb-f217a6ca17f5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fa2ed790-fc16-47c9-97eb-f217a6ca17f5_0_">
                      <gml:posList srsDimension="3">511032.790 5416984.760 275.539 511038.290 5416981.940 275.214 511038.290 5416981.940 266.993 511032.790 5416984.760 266.993 511032.790 5416984.760 275.539</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_b3d94d93-1b5f-46a3-8528-4eaac7dbfda7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dfd56e6a-ca40-442d-8b35-8e6c7f0422a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5dcfbd2f-2fd7-4fb0-afa9-76b3ce910a74">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5dcfbd2f-2fd7-4fb0-afa9-76b3ce910a74_0_">
                      <gml:posList srsDimension="3">511030.607 5416980.552 277.474 511032.790 5416984.760 275.539 511032.790 5416984.760 266.993 511030.607 5416980.552 266.993 511030.607 5416980.552 277.474</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_86bc430d-c421-4bce-89ff-edbeaf1b4821">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_01927f84-3b28-4946-9268-d5c11f623e82">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_17db7619-0158-4254-a2e6-a603046a7607">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_17db7619-0158-4254-a2e6-a603046a7607_0_">
                      <gml:posList srsDimension="3">511032.790 5416984.760 275.539 511030.607 5416980.552 277.474 511036.261 5416978.028 277.012 511038.290 5416981.940 275.214 511032.790 5416984.760 275.539</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_2bfd3f09-41a7-4c2d-97c9-ba448d73575a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1310f646-2f35-4ca0-bc4b-30d04c8ec2a9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_58a61d32-3697-4ff8-a459-eecfe1310c9c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_58a61d32-3697-4ff8-a459-eecfe1310c9c_0_">
                      <gml:posList srsDimension="3">511030.607 5416980.552 266.993 511028.640 5416976.760 266.993 511028.640 5416976.760 275.323 511030.607 5416980.552 277.474 511030.607 5416980.552 266.993</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_816e326f-a9a5-46d7-a34a-5c98f5041c07">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7fe6f83-0855-43fb-8b29-02079e52aff2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a2e0a51f-6c1a-40f8-b52a-432de8c879b4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a2e0a51f-6c1a-40f8-b52a-432de8c879b4_0_">
                      <gml:posList srsDimension="3">511030.607 5416980.552 277.474 511028.640 5416976.760 275.323 511034.140 5416973.940 274.693 511036.261 5416978.028 277.012 511030.607 5416980.552 277.474</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a5176552-028c-4908-b67c-61b58b31505d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fe721df0-7ec0-4e6f-89a5-f8aba1dcb707">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_61ee697f-872e-4264-85fb-b4c673c7e715">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_61ee697f-872e-4264-85fb-b4c673c7e715_0_">
                      <gml:posList srsDimension="3">511034.140 5416973.940 274.693 511028.640 5416976.760 275.323 511028.640 5416976.760 266.993 511034.140 5416973.940 266.993 511034.140 5416973.940 274.693</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1974</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEI">
      <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>DEBWL0010000ZZEI</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.221</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_3ab5c94c-a7eb-4b69-9377-eb621a809ceb">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_fe66380f-8b20-4bc6-a3ae-565cfceab3ed">
              <gml:surfaceMember xlink:href="#Srf_37849f44-3e8c-446f-b27d-3ea94518b531"/>
              <gml:surfaceMember xlink:href="#Srf_42fa5599-4f08-4da8-8dc1-3045fb77cc67"/>
              <gml:surfaceMember xlink:href="#Srf_9db493a0-d8f1-4c3c-889f-e69aa62a7aa7"/>
              <gml:surfaceMember xlink:href="#Srf_8e1515f8-ff5f-4bdd-b91b-7f41d5e224eb"/>
              <gml:surfaceMember xlink:href="#Srf_c037ff79-7751-4c39-bfb1-8126465bc0a5"/>
              <gml:surfaceMember xlink:href="#Srf_d13bd5e6-e4bc-475e-a7b9-67e7ec5d243d"/>
              <gml:surfaceMember xlink:href="#Srf_12c7569d-9538-4887-8851-068526da86b2"/>
              <gml:surfaceMember xlink:href="#Srf_f6275fc0-c577-4d3c-a51f-6677e084a39b"/>
              <gml:surfaceMember xlink:href="#Srf_f6efbfbf-c7a8-4f3b-9ac8-ad553cef9840"/>
              <gml:surfaceMember xlink:href="#Srf_cbdd299f-7e2a-469f-aa1c-2ccd7d2c598d"/>
              <gml:surfaceMember xlink:href="#Srf_783140dd-3134-4494-9990-eecc2fc00130"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_35f7e9db-14b3-48f8-9d02-435ce75bb189">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_edeea716-3256-43a9-bcbc-103c6d38f169">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8e1515f8-ff5f-4bdd-b91b-7f41d5e224eb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8e1515f8-ff5f-4bdd-b91b-7f41d5e224eb_0_">
                      <gml:posList srsDimension="3">511023.540 5416994.960 274.100 511023.770 5416994.770 274.098 511023.770 5416994.770 267.694 511023.540 5416994.960 267.694 511023.540 5416994.960 274.100</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_65836314-297f-48a3-b821-754be90ebe02">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d08edff4-cd96-47f7-b03e-032090c8f870">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f6275fc0-c577-4d3c-a51f-6677e084a39b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f6275fc0-c577-4d3c-a51f-6677e084a39b_0_">
                      <gml:posList srsDimension="3">511015.650 5417001.460 274.163 511023.540 5416994.960 274.100 511023.540 5416994.960 267.694 511015.650 5417001.460 267.694 511015.650 5417001.460 274.163</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_c55a4508-daf7-4ffd-ab33-960dc6feef08">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57fca5ee-a968-40fd-ba1e-079134b59867">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9db493a0-d8f1-4c3c-889f-e69aa62a7aa7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9db493a0-d8f1-4c3c-889f-e69aa62a7aa7_0_">
                      <gml:posList srsDimension="3">511020.693 5416990.963 276.888 511012.574 5416997.739 276.914 511010.500 5416995.230 275.056 511018.660 5416988.500 275.064 511020.693 5416990.963 276.888</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_11422d0c-387b-44b8-bbe5-8752b65a5c7b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cf30f177-0590-4cb0-8b51-9eaae53da704">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_42fa5599-4f08-4da8-8dc1-3045fb77cc67">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_42fa5599-4f08-4da8-8dc1-3045fb77cc67_0_">
                      <gml:posList srsDimension="3">511015.650 5417001.460 274.163 511012.574 5416997.739 276.914 511020.693 5416990.963 276.888 511022.580 5416993.250 275.198 511023.770 5416994.770 274.098 511023.540 5416994.960 274.100 511015.650 5417001.460 274.163</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_87f8d9d4-4b6d-4677-abad-151e7e981efe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dddf8ce2-5681-4ba7-a97b-f5fa1171a08c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_37849f44-3e8c-446f-b27d-3ea94518b531">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_37849f44-3e8c-446f-b27d-3ea94518b531_0_">
                      <gml:posList srsDimension="3">511012.574 5416997.739 276.914 511015.650 5417001.460 274.163 511015.650 5417001.460 267.694 511012.574 5416997.739 267.694 511012.574 5416997.739 276.914</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_4f7cfd9e-88ee-4c77-beeb-3cf4e4719d8a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7bde6a01-edc2-416c-bfcc-4722bcdc3a3a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d13bd5e6-e4bc-475e-a7b9-67e7ec5d243d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d13bd5e6-e4bc-475e-a7b9-67e7ec5d243d_0_">
                      <gml:posList srsDimension="3">511018.660 5416988.500 267.694 511020.693 5416990.963 267.694 511020.693 5416990.963 276.888 511018.660 5416988.500 275.064 511018.660 5416988.500 267.694</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_f9a2e3d3-bab8-4882-98b7-0aefeb77d0d8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02ad1b49-d9e5-4a13-9c13-9ee7b8914a0f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_12c7569d-9538-4887-8851-068526da86b2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_12c7569d-9538-4887-8851-068526da86b2_0_">
                      <gml:posList srsDimension="3">511012.574 5416997.739 267.694 511010.500 5416995.230 267.694 511010.500 5416995.230 275.056 511012.574 5416997.739 276.914 511012.574 5416997.739 267.694</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_8d0c27ab-1cec-4b66-86ce-675b007a1c63">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_163969a5-339f-48ad-8774-51ca8807ef24">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f6efbfbf-c7a8-4f3b-9ac8-ad553cef9840">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f6efbfbf-c7a8-4f3b-9ac8-ad553cef9840_0_">
                      <gml:posList srsDimension="3">511022.580 5416993.250 275.198 511020.693 5416990.963 276.888 511020.693 5416990.963 267.694 511022.580 5416993.250 267.694 511022.580 5416993.250 275.198</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
For faster browsing, not all history is shown. View entire blame