Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
168001
168002
168003
168004
168005
168006
168007
168008
168009
168010
168011
168012
168013
168014
168015
168016
168017
168018
168019
168020
168021
168022
168023
168024
168025
168026
168027
168028
168029
168030
168031
168032
168033
168034
168035
168036
168037
168038
168039
168040
168041
168042
168043
168044
168045
168046
168047
168048
168049
168050
168051
168052
168053
168054
168055
168056
168057
168058
168059
168060
168061
168062
168063
168064
168065
168066
168067
168068
168069
168070
168071
168072
168073
168074
168075
168076
168077
168078
168079
168080
168081
168082
168083
168084
168085
168086
168087
168088
168089
168090
168091
168092
168093
168094
168095
168096
168097
168098
168099
168100
168101
168102
168103
168104
168105
168106
168107
168108
168109
168110
168111
168112
168113
168114
168115
168116
168117
168118
168119
168120
168121
168122
168123
168124
168125
168126
168127
168128
168129
168130
168131
168132
168133
168134
168135
168136
168137
168138
168139
168140
168141
168142
168143
168144
168145
168146
168147
168148
168149
168150
168151
168152
168153
168154
168155
168156
168157
168158
168159
168160
168161
168162
168163
168164
168165
168166
168167
168168
168169
168170
168171
168172
168173
168174
168175
168176
168177
168178
168179
168180
168181
168182
168183
168184
168185
168186
168187
168188
168189
168190
168191
168192
168193
168194
168195
168196
168197
168198
168199
168200
168201
168202
168203
168204
168205
168206
168207
168208
168209
168210
168211
168212
168213
168214
168215
168216
168217
168218
168219
168220
168221
168222
168223
168224
168225
168226
168227
168228
168229
168230
168231
168232
168233
168234
168235
168236
168237
168238
168239
168240
168241
168242
168243
168244
168245
168246
168247
168248
168249
168250
168251
168252
168253
168254
168255
168256
168257
168258
168259
168260
168261
168262
168263
168264
168265
168266
168267
168268
168269
168270
168271
168272
168273
168274
168275
168276
168277
168278
168279
168280
168281
168282
168283
168284
168285
168286
168287
168288
168289
168290
168291
168292
168293
168294
168295
168296
168297
168298
168299
168300
168301
168302
168303
168304
168305
168306
168307
168308
168309
168310
168311
168312
168313
168314
168315
168316
168317
168318
168319
168320
168321
168322
168323
168324
168325
168326
168327
168328
168329
168330
168331
168332
168333
168334
168335
168336
168337
168338
168339
168340
168341
168342
168343
168344
168345
168346
168347
168348
168349
168350
168351
168352
168353
168354
168355
168356
168357
168358
168359
168360
168361
168362
168363
168364
168365
168366
168367
168368
168369
168370
168371
168372
168373
168374
168375
168376
168377
168378
168379
168380
168381
168382
168383
168384
168385
168386
168387
168388
168389
168390
168391
168392
168393
168394
168395
168396
168397
168398
168399
168400
168401
168402
168403
168404
168405
168406
168407
168408
168409
168410
168411
168412
168413
168414
168415
168416
168417
168418
168419
168420
168421
168422
168423
168424
168425
168426
168427
168428
168429
168430
168431
168432
168433
168434
168435
168436
168437
168438
168439
168440
168441
168442
168443
168444
168445
168446
168447
168448
168449
168450
168451
168452
168453
168454
168455
168456
168457
168458
168459
168460
168461
168462
168463
168464
168465
168466
168467
168468
168469
168470
168471
168472
168473
168474
168475
168476
168477
168478
168479
168480
168481
168482
168483
168484
168485
168486
168487
168488
168489
168490
168491
168492
168493
168494
168495
168496
168497
168498
168499
168500
168501
168502
168503
168504
168505
168506
168507
168508
168509
168510
168511
168512
168513
168514
168515
168516
168517
168518
168519
168520
168521
168522
168523
168524
168525
168526
168527
168528
168529
168530
168531
168532
168533
168534
168535
168536
168537
168538
168539
168540
168541
168542
168543
168544
168545
168546
168547
168548
168549
168550
168551
168552
168553
168554
168555
168556
168557
168558
168559
168560
168561
168562
168563
168564
168565
168566
168567
168568
168569
168570
168571
168572
168573
168574
168575
168576
168577
168578
168579
168580
168581
168582
168583
168584
168585
168586
168587
168588
168589
168590
168591
168592
168593
168594
168595
168596
168597
168598
168599
168600
168601
168602
168603
168604
168605
168606
168607
168608
168609
168610
168611
168612
168613
168614
168615
168616
168617
168618
168619
168620
168621
168622
168623
168624
168625
168626
168627
168628
168629
168630
168631
168632
168633
168634
168635
168636
168637
168638
168639
168640
168641
168642
168643
168644
168645
168646
168647
168648
168649
168650
168651
168652
168653
168654
168655
168656
168657
168658
168659
168660
168661
168662
168663
168664
168665
168666
168667
168668
168669
168670
168671
168672
168673
168674
168675
168676
168677
168678
168679
168680
168681
168682
168683
168684
168685
168686
168687
168688
168689
168690
168691
168692
168693
168694
168695
168696
168697
168698
168699
168700
168701
168702
168703
168704
168705
168706
168707
168708
168709
168710
168711
168712
168713
168714
168715
168716
168717
168718
168719
168720
168721
168722
168723
168724
168725
168726
168727
168728
168729
168730
168731
168732
168733
168734
168735
168736
168737
168738
168739
168740
168741
168742
168743
168744
168745
168746
168747
168748
168749
168750
168751
168752
168753
168754
168755
168756
168757
168758
168759
168760
168761
168762
168763
168764
168765
168766
168767
168768
168769
168770
168771
168772
168773
168774
168775
168776
168777
168778
168779
168780
168781
168782
168783
168784
168785
168786
168787
168788
168789
168790
168791
168792
168793
168794
168795
168796
168797
168798
168799
168800
168801
168802
168803
168804
168805
168806
168807
168808
168809
168810
168811
168812
168813
168814
168815
168816
168817
168818
168819
168820
168821
168822
168823
168824
168825
168826
168827
168828
168829
168830
168831
168832
168833
168834
168835
168836
168837
168838
168839
168840
168841
168842
168843
168844
168845
168846
168847
168848
168849
168850
168851
168852
168853
168854
168855
168856
168857
168858
168859
168860
168861
168862
168863
168864
168865
168866
168867
168868
168869
168870
168871
168872
168873
168874
168875
168876
168877
168878
168879
168880
168881
168882
168883
168884
168885
168886
168887
168888
168889
168890
168891
168892
168893
168894
168895
168896
168897
168898
168899
168900
168901
168902
168903
168904
168905
168906
168907
168908
168909
168910
168911
168912
168913
168914
168915
168916
168917
168918
168919
168920
168921
168922
168923
168924
168925
168926
168927
168928
168929
168930
168931
168932
168933
168934
168935
168936
168937
168938
168939
168940
168941
168942
168943
168944
168945
168946
168947
168948
168949
168950
168951
168952
168953
168954
168955
168956
168957
168958
168959
168960
168961
168962
168963
168964
168965
168966
168967
168968
168969
168970
168971
168972
168973
168974
168975
168976
168977
168978
168979
168980
168981
168982
168983
168984
168985
168986
168987
168988
168989
168990
168991
168992
168993
168994
168995
168996
168997
168998
168999
169000
            <gml:MultiSurface gml:id="UUID_1ef194f7-07b0-4bc9-8b37-dfe15f93b308">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2b873dd3-bf65-4f6c-8172-04600112d098">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2b873dd3-bf65-4f6c-8172-04600112d098_0_">
                      <gml:posList srsDimension="3">510992.290 5417432.670 255.901 510992.924 5417437.835 255.901 510992.924 5417437.835 265.882 510992.290 5417432.670 262.940 510992.290 5417432.670 255.901</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_f7de5816-bca3-4295-a774-70fcafb84904">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e7d722a7-c46c-43ec-bbcb-233a4b0fb77a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_004efafe-698e-42f8-95f6-14901c1d51df">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_004efafe-698e-42f8-95f6-14901c1d51df_0_">
                      <gml:posList srsDimension="3">510993.540 5417442.860 262.880 510992.924 5417437.835 265.882 510992.924 5417437.835 255.901 510993.540 5417442.860 255.901 510993.540 5417442.860 262.880</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_ff853b07-3cf8-48fe-b350-74300c96ea7a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4bedad14-f0c6-4453-9ad2-62e150f2f983">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5e4cdd58-e4ba-4368-90d4-4930a1ffeabd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5e4cdd58-e4ba-4368-90d4-4930a1ffeabd_0_">
                      <gml:posList srsDimension="3">510980.810 5417444.420 262.944 510993.540 5417442.860 262.880 510993.540 5417442.860 255.901 510980.810 5417444.420 255.901 510980.810 5417444.420 262.944</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_58531bd4-5a7d-4cfb-b074-6028c3908356">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8283808b-81ef-4b25-ab76-d2274b372434">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b95f9f3f-20d0-43f7-baf6-9a4a904feab3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b95f9f3f-20d0-43f7-baf6-9a4a904feab3_0_">
                      <gml:posList srsDimension="3">510984.440 5417433.140 262.663 510985.020 5417433.590 262.955 510992.290 5417432.670 262.940 510992.924 5417437.835 265.882 510980.177 5417439.455 265.912 510979.560 5417434.250 262.949 510979.810 5417434.220 262.950 510980.270 5417433.640 262.656 510984.440 5417433.140 262.663</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_3c67b864-16cb-434c-9889-0a0db1cc6b18">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_99e11992-23d2-408b-b29e-5d7b401d9a89">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_83308ec2-3aa8-4dbe-a1b2-d7175e480d45">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_83308ec2-3aa8-4dbe-a1b2-d7175e480d45_0_">
                      <gml:posList srsDimension="3">510980.330 5417440.750 265.139 510980.810 5417444.420 262.944 510980.810 5417444.420 255.901 510980.330 5417440.750 255.901 510980.330 5417440.750 265.139</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_fb082ada-53cf-4244-ad72-272cf59e99de">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_93e3c527-0113-47ec-838a-495ac6c11107">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_63c3a1e5-3609-4f56-b3af-5017a0825b9c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_63c3a1e5-3609-4f56-b3af-5017a0825b9c_0_">
                      <gml:posList srsDimension="3">510980.177 5417439.455 265.912 510992.924 5417437.835 265.882 510993.540 5417442.860 262.880 510980.810 5417444.420 262.944 510980.330 5417440.750 265.139 510980.177 5417439.455 265.912</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_315d67cf-f95d-40a5-8dfe-88875646246b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_707ec373-7b83-46f0-852a-63fd5ec539de">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4c242581-d64f-498d-8f1e-892da2d29706">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4c242581-d64f-498d-8f1e-892da2d29706_0_">
                      <gml:posList srsDimension="3">510980.177 5417439.455 265.912 510980.330 5417440.750 265.139 510980.330 5417440.750 255.901 510980.177 5417439.455 255.901 510980.177 5417439.455 265.912</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_143c9c55-6b28-432e-ad98-d903ca8784ac">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a4fb461-e9f4-42cd-a961-2f1bca85dffa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d3148e40-f628-41f1-b908-c5e96860066c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d3148e40-f628-41f1-b908-c5e96860066c_0_">
                      <gml:posList srsDimension="3">510980.270 5417433.640 262.656 510979.810 5417434.220 262.950 510979.810 5417434.220 255.901 510980.270 5417433.640 255.901 510980.270 5417433.640 262.656</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_bbcebb85-fbed-4697-8ced-9e31b0516c74">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c7c8ae09-9abc-4961-ae46-987cc3e39f50">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b251f6ec-cf1d-4082-bab5-4a8118baad48">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b251f6ec-cf1d-4082-bab5-4a8118baad48_0_">
                      <gml:posList srsDimension="3">510980.270 5417433.640 255.901 510984.440 5417433.140 255.901 510984.440 5417433.140 262.663 510980.270 5417433.640 262.656 510980.270 5417433.640 255.901</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_db7df28b-6644-4d5b-9bf5-3ff5163e2f90">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1987a29e-d571-4490-9aff-f31752d833a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_013a1d51-cadd-4ee7-b9ad-99e7f9d65213">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_013a1d51-cadd-4ee7-b9ad-99e7f9d65213_0_">
                      <gml:posList srsDimension="3">510980.177 5417439.455 255.901 510979.560 5417434.250 255.901 510979.560 5417434.250 262.949 510980.177 5417439.455 265.912 510980.177 5417439.455 255.901</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_0010001007y">
      <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>DEBWL0010001007y</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.346</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a1716f00-bb49-4a6e-b520-f8df8affa4ff">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4840d91f-dda9-454c-8953-8a0237027b8e">
              <gml:surfaceMember xlink:href="#Srf_c37732f7-c02c-48fa-9a02-e67a2e5a1e33"/>
              <gml:surfaceMember xlink:href="#Srf_3b4d7c2b-17bd-4904-b2ef-c25794466195"/>
              <gml:surfaceMember xlink:href="#Srf_b48a5dd2-ab35-4500-9a92-c73719743652"/>
              <gml:surfaceMember xlink:href="#Srf_1979294f-1fa1-40c6-ac18-33c9efcf0b05"/>
              <gml:surfaceMember xlink:href="#Srf_347d6115-08a5-43fd-8e18-d00a21829f0f"/>
              <gml:surfaceMember xlink:href="#Srf_134d631a-480f-4cdd-bb62-f03fd86f399e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_542ab128-c9ea-4a22-a310-799b06cddb01">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e5564740-2197-408f-b3a5-80866575bc2c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_134d631a-480f-4cdd-bb62-f03fd86f399e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_134d631a-480f-4cdd-bb62-f03fd86f399e_0_">
                      <gml:posList srsDimension="3">511005.650 5417408.550 259.054 511005.410 5417402.560 259.054 511005.410 5417402.560 261.400 511005.650 5417408.550 261.400 511005.650 5417408.550 259.054</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_821ed4f3-733c-4e6c-8ad4-84ca6def843c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_efcc9497-8c6e-4b81-8e54-ea1f387438c6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_347d6115-08a5-43fd-8e18-d00a21829f0f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_347d6115-08a5-43fd-8e18-d00a21829f0f_0_">
                      <gml:posList srsDimension="3">511005.410 5417402.560 259.054 511008.410 5417402.440 259.054 511008.410 5417402.440 261.400 511005.410 5417402.560 261.400 511005.410 5417402.560 259.054</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_4e0a108c-aeb9-4d5e-9378-82ab9a2abd48">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6cb849a2-5dbe-4c05-bb2e-164bad4c7da2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c37732f7-c02c-48fa-9a02-e67a2e5a1e33">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c37732f7-c02c-48fa-9a02-e67a2e5a1e33_0_">
                      <gml:posList srsDimension="3">511005.410 5417402.560 261.400 511008.410 5417402.440 261.400 511008.650 5417408.430 261.400 511005.650 5417408.550 261.400 511005.410 5417402.560 261.400</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_98effdb0-efa3-442b-9112-7751dcaa1b01">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_145843a0-2b89-43cd-9a64-70d1290b253e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b4d7c2b-17bd-4904-b2ef-c25794466195">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b4d7c2b-17bd-4904-b2ef-c25794466195_0_">
                      <gml:posList srsDimension="3">511008.410 5417402.440 259.054 511005.410 5417402.560 259.054 511005.650 5417408.550 259.054 511008.650 5417408.430 259.054 511008.410 5417402.440 259.054</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_dc09ef2f-4bed-4153-87a4-b31a4940f928">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e10de046-c6bc-4654-af29-c97a7cbc58b5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1979294f-1fa1-40c6-ac18-33c9efcf0b05">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1979294f-1fa1-40c6-ac18-33c9efcf0b05_0_">
                      <gml:posList srsDimension="3">511008.410 5417402.440 259.054 511008.650 5417408.430 259.054 511008.650 5417408.430 261.400 511008.410 5417402.440 261.400 511008.410 5417402.440 259.054</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_4d5115bf-6339-449a-8909-61acda4de656">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ae062fee-f168-49fe-8d09-2d67bc5e31e9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b48a5dd2-ab35-4500-9a92-c73719743652">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b48a5dd2-ab35-4500-9a92-c73719743652_0_">
                      <gml:posList srsDimension="3">511008.650 5417408.430 259.054 511005.650 5417408.550 259.054 511005.650 5417408.550 261.400 511008.650 5417408.430 261.400 511008.650 5417408.430 259.054</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1925</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007t">
      <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>DEBWL0010001007t</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.903</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0d4ad1c5-1b55-456a-a083-127cc3483e7c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6e515880-d5c4-4f81-8839-c8c3819021ae">
              <gml:surfaceMember xlink:href="#Srf_056ce60b-813a-45bb-9767-987ddfe08f90"/>
              <gml:surfaceMember xlink:href="#Srf_c9903780-b2eb-4d61-9b22-4f1fbcf663b7"/>
              <gml:surfaceMember xlink:href="#Srf_403b7026-df1e-4364-8bc2-9f54f8def13d"/>
              <gml:surfaceMember xlink:href="#Srf_43246380-246e-4c4a-a743-fd537f21dd96"/>
              <gml:surfaceMember xlink:href="#Srf_73a3fa3f-77ff-42aa-a2ca-92cd578ad1cc"/>
              <gml:surfaceMember xlink:href="#Srf_d0c6af73-772a-441f-94d3-e028c85b18ba"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_cbbe6922-e245-4007-bf1d-72c49209727c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7af6a00b-77a5-49f0-bc3c-c277f3e6b350">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_056ce60b-813a-45bb-9767-987ddfe08f90">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_056ce60b-813a-45bb-9767-987ddfe08f90_0_">
                      <gml:posList srsDimension="3">510957.840 5417447.580 257.287 510951.860 5417448.280 257.287 510952.560 5417454.260 257.287 510958.540 5417453.560 257.287 510957.840 5417447.580 257.287</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_8c73bfde-61b9-4676-a13a-a3a26fa3c697">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ed7d96c2-4366-4218-96af-fdba7cee7a78">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_403b7026-df1e-4364-8bc2-9f54f8def13d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_403b7026-df1e-4364-8bc2-9f54f8def13d_0_">
                      <gml:posList srsDimension="3">510957.840 5417447.580 257.287 510958.540 5417453.560 257.287 510958.540 5417453.560 260.190 510957.840 5417447.580 260.190 510957.840 5417447.580 257.287</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_90a2c198-a43c-4e9e-ad3c-6fbb862b61da">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aefa39bb-0dbc-44dc-8bd1-6b3be3482632">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_43246380-246e-4c4a-a743-fd537f21dd96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_43246380-246e-4c4a-a743-fd537f21dd96_0_">
                      <gml:posList srsDimension="3">510958.540 5417453.560 257.287 510952.560 5417454.260 257.287 510952.560 5417454.260 260.190 510958.540 5417453.560 260.190 510958.540 5417453.560 257.287</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_3d2c50fd-c3ec-47ea-b6ed-6a8e5805a2fc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e5797c25-dec3-4040-94d3-2224b424a756">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9903780-b2eb-4d61-9b22-4f1fbcf663b7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9903780-b2eb-4d61-9b22-4f1fbcf663b7_0_">
                      <gml:posList srsDimension="3">510952.560 5417454.260 257.287 510951.860 5417448.280 257.287 510951.860 5417448.280 260.190 510952.560 5417454.260 260.190 510952.560 5417454.260 257.287</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_8ab847c6-09f3-489a-a2dd-029ca9923c6d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_14a7fe21-7e70-48ab-9e74-6286c81ed018">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_73a3fa3f-77ff-42aa-a2ca-92cd578ad1cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_73a3fa3f-77ff-42aa-a2ca-92cd578ad1cc_0_">
                      <gml:posList srsDimension="3">510951.860 5417448.280 257.287 510957.840 5417447.580 257.287 510957.840 5417447.580 260.190 510951.860 5417448.280 260.190 510951.860 5417448.280 257.287</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_06dd8e02-1b54-4cca-88f5-0f57223a0be1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_53600884-5566-495f-bfcf-8ef4237d4203">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d0c6af73-772a-441f-94d3-e028c85b18ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d0c6af73-772a-441f-94d3-e028c85b18ba_0_">
                      <gml:posList srsDimension="3">510951.860 5417448.280 260.190 510957.840 5417447.580 260.190 510958.540 5417453.560 260.190 510952.560 5417454.260 260.190 510951.860 5417448.280 260.190</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2009</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007p">
      <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>DEBWL0010001007p</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.887</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a6a0ab16-c7da-4bf8-9bc3-4a91de8927ae">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_7bb08131-8930-422f-807a-7ff2c9510780">
              <gml:surfaceMember xlink:href="#Srf_9e054f2d-d8b5-42ba-9192-02f0f368f966"/>
              <gml:surfaceMember xlink:href="#Srf_d1b61c17-0eb3-4c93-96c4-06301c465de3"/>
              <gml:surfaceMember xlink:href="#Srf_27629ea9-fc08-4c96-b180-3a7943d7fb56"/>
              <gml:surfaceMember xlink:href="#Srf_a9ccecbe-0f3d-4490-b7f3-4ac2c2b9918c"/>
              <gml:surfaceMember xlink:href="#Srf_836d0f4c-6667-43f6-b289-e1e33fa51e0d"/>
              <gml:surfaceMember xlink:href="#Srf_940ada56-dc78-46cd-bffb-caa04678617e"/>
              <gml:surfaceMember xlink:href="#Srf_3040956c-e537-4695-a85a-5c2a7d52cf78"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c36fb72f-c82b-4f9b-ae0d-8107f47c51a3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_be5e9bb8-4f52-4d35-ae91-1beac5897065">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_836d0f4c-6667-43f6-b289-e1e33fa51e0d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_836d0f4c-6667-43f6-b289-e1e33fa51e0d_0_">
                      <gml:posList srsDimension="3">510975.730 5417437.090 260.386 510975.440 5417434.750 260.528 510975.440 5417434.750 257.768 510975.730 5417437.090 257.768 510975.730 5417437.090 260.386</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_b2e2df24-365e-42db-ae70-571f8011bebd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a17d3bcb-8f02-4a5a-befb-1e560f873791">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d1b61c17-0eb3-4c93-96c4-06301c465de3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d1b61c17-0eb3-4c93-96c4-06301c465de3_0_">
                      <gml:posList srsDimension="3">510975.730 5417437.090 257.768 510973.020 5417437.420 257.768 510973.020 5417437.420 260.341 510975.730 5417437.090 260.386 510975.730 5417437.090 257.768</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_bf5ce653-a673-47b2-b3d3-9373c1eeb9b1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fff6df58-ed28-45a0-af74-3b8dba9b36cf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a9ccecbe-0f3d-4490-b7f3-4ac2c2b9918c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a9ccecbe-0f3d-4490-b7f3-4ac2c2b9918c_0_">
                      <gml:posList srsDimension="3">510972.490 5417433.000 260.611 510973.020 5417437.420 260.341 510973.020 5417437.420 257.768 510972.490 5417433.000 257.768 510972.490 5417433.000 260.611</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_e8487cca-0499-48bb-a671-58889ae6b5d9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6e34bd36-4096-4c11-8a36-c5bcf71ef282">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3040956c-e537-4695-a85a-5c2a7d52cf78">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3040956c-e537-4695-a85a-5c2a7d52cf78_0_">
                      <gml:posList srsDimension="3">510973.020 5417437.420 260.341 510972.490 5417433.000 260.611 510975.170 5417432.670 260.655 510975.440 5417434.750 260.528 510975.730 5417437.090 260.386 510973.020 5417437.420 260.341</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_efe20369-8c42-4e3b-b894-7a73b8ad5fec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d61646d-4a1d-422b-885f-89966e51a83b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9e054f2d-d8b5-42ba-9192-02f0f368f966">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9e054f2d-d8b5-42ba-9192-02f0f368f966_0_">
                      <gml:posList srsDimension="3">510975.440 5417434.750 260.528 510975.170 5417432.670 260.655 510975.170 5417432.670 257.768 510975.440 5417434.750 257.768 510975.440 5417434.750 260.528</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_344e904d-35af-45a9-9533-dca0a9292d58">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_405a3d07-5809-4924-ac48-157644128e44">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_27629ea9-fc08-4c96-b180-3a7943d7fb56">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_27629ea9-fc08-4c96-b180-3a7943d7fb56_0_">
                      <gml:posList srsDimension="3">510972.490 5417433.000 257.768 510975.170 5417432.670 257.768 510975.170 5417432.670 260.655 510972.490 5417433.000 260.611 510972.490 5417433.000 257.768</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_0504abbc-1d37-42a4-a9b2-0e59481d7aab">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e5be60ef-f8c0-4592-b6e5-77cd7f195f38">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_940ada56-dc78-46cd-bffb-caa04678617e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_940ada56-dc78-46cd-bffb-caa04678617e_0_">
                      <gml:posList srsDimension="3">510972.490 5417433.000 257.768 510973.020 5417437.420 257.768 510975.730 5417437.090 257.768 510975.440 5417434.750 257.768 510975.170 5417432.670 257.768 510972.490 5417433.000 257.768</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2010</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007q">
      <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>DEBWL0010001007q</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.479</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_96e9ca89-0b0a-4af7-bc01-6c172afc819b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_796e164e-9a81-41f7-83a3-3444c757f060">
              <gml:surfaceMember xlink:href="#Srf_654ddbc0-e828-4e9e-8aed-2ab2b80ceaa9"/>
              <gml:surfaceMember xlink:href="#Srf_62e70743-b32f-4528-9fde-c6fe899c9435"/>
              <gml:surfaceMember xlink:href="#Srf_76938dae-9af8-470d-bafb-c1b676fd5856"/>
              <gml:surfaceMember xlink:href="#Srf_d44d26b6-cd62-4c62-b553-1d8b2bdd4bcb"/>
              <gml:surfaceMember xlink:href="#Srf_9a25baad-43dc-4624-8543-bebbc684aa1b"/>
              <gml:surfaceMember xlink:href="#Srf_185c0294-b8e5-4a8f-a2ed-322de09c51ad"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b985814c-8373-43d1-97ca-d729719ffbc7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6bb6a734-6cec-4ae5-b92e-912ecd79998c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_76938dae-9af8-470d-bafb-c1b676fd5856">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_76938dae-9af8-470d-bafb-c1b676fd5856_0_">
                      <gml:posList srsDimension="3">510957.500 5417443.670 257.091 510960.460 5417443.310 257.091 510960.460 5417443.310 259.570 510957.500 5417443.670 259.570 510957.500 5417443.670 257.091</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_ba2471cc-41ca-4f03-81ab-baa1f134228d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ec9da1d5-d4c8-4276-8001-8853769c113f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9a25baad-43dc-4624-8543-bebbc684aa1b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9a25baad-43dc-4624-8543-bebbc684aa1b_0_">
                      <gml:posList srsDimension="3">510961.180 5417449.210 259.570 510958.240 5417449.580 259.570 510957.500 5417443.670 259.570 510960.460 5417443.310 259.570 510961.180 5417449.210 259.570</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_58e1b2cd-9a33-4366-9615-61ec6db38cf6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3d5a3631-623f-4550-9a5c-6dc76ce053f1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_62e70743-b32f-4528-9fde-c6fe899c9435">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_62e70743-b32f-4528-9fde-c6fe899c9435_0_">
                      <gml:posList srsDimension="3">510958.240 5417449.580 257.091 510961.180 5417449.210 257.091 510960.460 5417443.310 257.091 510957.500 5417443.670 257.091 510958.240 5417449.580 257.091</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_d1db7271-7abe-4c1f-9b1a-0bffa32c14bc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dda53949-63b6-4306-b33e-887fe07c1e4f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_654ddbc0-e828-4e9e-8aed-2ab2b80ceaa9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_654ddbc0-e828-4e9e-8aed-2ab2b80ceaa9_0_">
                      <gml:posList srsDimension="3">510960.460 5417443.310 257.091 510961.180 5417449.210 257.091 510961.180 5417449.210 259.570 510960.460 5417443.310 259.570 510960.460 5417443.310 257.091</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_335c12b9-1c5e-4f1a-8d70-e050067261b6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8cab023f-5b72-42e3-854c-98b8facea6fb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d44d26b6-cd62-4c62-b553-1d8b2bdd4bcb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d44d26b6-cd62-4c62-b553-1d8b2bdd4bcb_0_">
                      <gml:posList srsDimension="3">510961.180 5417449.210 257.091 510958.240 5417449.580 257.091 510958.240 5417449.580 259.570 510961.180 5417449.210 259.570 510961.180 5417449.210 257.091</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_ba89e40e-ec1f-4c6a-aa2b-a61b52a525e7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f9255a08-30d3-4b5b-afa7-ead526a78e4c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_185c0294-b8e5-4a8f-a2ed-322de09c51ad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_185c0294-b8e5-4a8f-a2ed-322de09c51ad_0_">
                      <gml:posList srsDimension="3">510958.240 5417449.580 257.091 510957.500 5417443.670 257.091 510957.500 5417443.670 259.570 510958.240 5417449.580 259.570 510958.240 5417449.580 257.091</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1927</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007v">
      <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>DEBWL0010001007v</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.455</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d3687548-9097-4066-9f72-fdf554c94b37">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_467ad96e-db38-464e-bb50-94867db74d1f">
              <gml:surfaceMember xlink:href="#Srf_ac3d8e96-32c4-408c-81f6-b4fda7347607"/>
              <gml:surfaceMember xlink:href="#Srf_2a821c91-2ca9-4800-aec3-4d38cd41cfde"/>
              <gml:surfaceMember xlink:href="#Srf_2682f365-89b9-45a9-9efb-826b8a33cf9a"/>
              <gml:surfaceMember xlink:href="#Srf_f56ecdfb-332a-43fa-8c81-59a1b9d75029"/>
              <gml:surfaceMember xlink:href="#Srf_9cd9b9d3-11cd-42d3-ab70-7aec8b4c6d37"/>
              <gml:surfaceMember xlink:href="#Srf_7298a7a1-6770-481e-b528-2542b47018dd"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_2c15a186-2779-4695-904a-b7cfa03224a2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c4891d52-08df-4277-bd93-9a7fe9ab826f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f56ecdfb-332a-43fa-8c81-59a1b9d75029">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f56ecdfb-332a-43fa-8c81-59a1b9d75029_0_">
                      <gml:posList srsDimension="3">511014.400 5417402.200 258.870 511017.460 5417402.090 258.870 511017.460 5417402.090 261.325 511014.400 5417402.200 261.325 511014.400 5417402.200 258.870</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_0671cfc6-92fd-49a7-a1b8-b4b489a12c00">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_39023935-275a-4619-8256-f18acebbcde5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2a821c91-2ca9-4800-aec3-4d38cd41cfde">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2a821c91-2ca9-4800-aec3-4d38cd41cfde_0_">
                      <gml:posList srsDimension="3">511014.400 5417402.200 261.325 511017.460 5417402.090 261.325 511017.680 5417408.100 261.325 511014.630 5417408.200 261.325 511014.400 5417402.200 261.325</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_b3f7aabf-b4b0-4be0-8e27-5e5e3c6f4ff6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c02a25d0-fc42-4cc8-8deb-3a28384f4466">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ac3d8e96-32c4-408c-81f6-b4fda7347607">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ac3d8e96-32c4-408c-81f6-b4fda7347607_0_">
                      <gml:posList srsDimension="3">511017.460 5417402.090 258.870 511014.400 5417402.200 258.870 511014.630 5417408.200 258.870 511017.680 5417408.100 258.870 511017.460 5417402.090 258.870</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_13287c40-af51-461a-af35-eae7611a39b7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f988750f-e430-46ab-ae3f-4a30b6cf2278">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7298a7a1-6770-481e-b528-2542b47018dd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7298a7a1-6770-481e-b528-2542b47018dd_0_">
                      <gml:posList srsDimension="3">511017.460 5417402.090 258.870 511017.680 5417408.100 258.870 511017.680 5417408.100 261.325 511017.460 5417402.090 261.325 511017.460 5417402.090 258.870</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_25bcc821-a273-47ba-bc6f-9f43583d7139">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4efb81a9-bfc7-4cc9-a738-f745f3812f8b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2682f365-89b9-45a9-9efb-826b8a33cf9a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2682f365-89b9-45a9-9efb-826b8a33cf9a_0_">
                      <gml:posList srsDimension="3">511017.680 5417408.100 258.870 511014.630 5417408.200 258.870 511014.630 5417408.200 261.325 511017.680 5417408.100 261.325 511017.680 5417408.100 258.870</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_c54f247d-fb50-44ea-97fc-817d1d8f2fec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b07a2969-5685-405c-918c-7fb6255ef5af">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9cd9b9d3-11cd-42d3-ab70-7aec8b4c6d37">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9cd9b9d3-11cd-42d3-ab70-7aec8b4c6d37_0_">
                      <gml:posList srsDimension="3">511014.630 5417408.200 258.870 511014.400 5417402.200 258.870 511014.400 5417402.200 261.325 511014.630 5417408.200 261.325 511014.630 5417408.200 258.870</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1984</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007x">
      <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>DEBWL0010001007x</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>
For faster browsing, not all history is shown. View entire blame