Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
169001
169002
169003
169004
169005
169006
169007
169008
169009
169010
169011
169012
169013
169014
169015
169016
169017
169018
169019
169020
169021
169022
169023
169024
169025
169026
169027
169028
169029
169030
169031
169032
169033
169034
169035
169036
169037
169038
169039
169040
169041
169042
169043
169044
169045
169046
169047
169048
169049
169050
169051
169052
169053
169054
169055
169056
169057
169058
169059
169060
169061
169062
169063
169064
169065
169066
169067
169068
169069
169070
169071
169072
169073
169074
169075
169076
169077
169078
169079
169080
169081
169082
169083
169084
169085
169086
169087
169088
169089
169090
169091
169092
169093
169094
169095
169096
169097
169098
169099
169100
169101
169102
169103
169104
169105
169106
169107
169108
169109
169110
169111
169112
169113
169114
169115
169116
169117
169118
169119
169120
169121
169122
169123
169124
169125
169126
169127
169128
169129
169130
169131
169132
169133
169134
169135
169136
169137
169138
169139
169140
169141
169142
169143
169144
169145
169146
169147
169148
169149
169150
169151
169152
169153
169154
169155
169156
169157
169158
169159
169160
169161
169162
169163
169164
169165
169166
169167
169168
169169
169170
169171
169172
169173
169174
169175
169176
169177
169178
169179
169180
169181
169182
169183
169184
169185
169186
169187
169188
169189
169190
169191
169192
169193
169194
169195
169196
169197
169198
169199
169200
169201
169202
169203
169204
169205
169206
169207
169208
169209
169210
169211
169212
169213
169214
169215
169216
169217
169218
169219
169220
169221
169222
169223
169224
169225
169226
169227
169228
169229
169230
169231
169232
169233
169234
169235
169236
169237
169238
169239
169240
169241
169242
169243
169244
169245
169246
169247
169248
169249
169250
169251
169252
169253
169254
169255
169256
169257
169258
169259
169260
169261
169262
169263
169264
169265
169266
169267
169268
169269
169270
169271
169272
169273
169274
169275
169276
169277
169278
169279
169280
169281
169282
169283
169284
169285
169286
169287
169288
169289
169290
169291
169292
169293
169294
169295
169296
169297
169298
169299
169300
169301
169302
169303
169304
169305
169306
169307
169308
169309
169310
169311
169312
169313
169314
169315
169316
169317
169318
169319
169320
169321
169322
169323
169324
169325
169326
169327
169328
169329
169330
169331
169332
169333
169334
169335
169336
169337
169338
169339
169340
169341
169342
169343
169344
169345
169346
169347
169348
169349
169350
169351
169352
169353
169354
169355
169356
169357
169358
169359
169360
169361
169362
169363
169364
169365
169366
169367
169368
169369
169370
169371
169372
169373
169374
169375
169376
169377
169378
169379
169380
169381
169382
169383
169384
169385
169386
169387
169388
169389
169390
169391
169392
169393
169394
169395
169396
169397
169398
169399
169400
169401
169402
169403
169404
169405
169406
169407
169408
169409
169410
169411
169412
169413
169414
169415
169416
169417
169418
169419
169420
169421
169422
169423
169424
169425
169426
169427
169428
169429
169430
169431
169432
169433
169434
169435
169436
169437
169438
169439
169440
169441
169442
169443
169444
169445
169446
169447
169448
169449
169450
169451
169452
169453
169454
169455
169456
169457
169458
169459
169460
169461
169462
169463
169464
169465
169466
169467
169468
169469
169470
169471
169472
169473
169474
169475
169476
169477
169478
169479
169480
169481
169482
169483
169484
169485
169486
169487
169488
169489
169490
169491
169492
169493
169494
169495
169496
169497
169498
169499
169500
169501
169502
169503
169504
169505
169506
169507
169508
169509
169510
169511
169512
169513
169514
169515
169516
169517
169518
169519
169520
169521
169522
169523
169524
169525
169526
169527
169528
169529
169530
169531
169532
169533
169534
169535
169536
169537
169538
169539
169540
169541
169542
169543
169544
169545
169546
169547
169548
169549
169550
169551
169552
169553
169554
169555
169556
169557
169558
169559
169560
169561
169562
169563
169564
169565
169566
169567
169568
169569
169570
169571
169572
169573
169574
169575
169576
169577
169578
169579
169580
169581
169582
169583
169584
169585
169586
169587
169588
169589
169590
169591
169592
169593
169594
169595
169596
169597
169598
169599
169600
169601
169602
169603
169604
169605
169606
169607
169608
169609
169610
169611
169612
169613
169614
169615
169616
169617
169618
169619
169620
169621
169622
169623
169624
169625
169626
169627
169628
169629
169630
169631
169632
169633
169634
169635
169636
169637
169638
169639
169640
169641
169642
169643
169644
169645
169646
169647
169648
169649
169650
169651
169652
169653
169654
169655
169656
169657
169658
169659
169660
169661
169662
169663
169664
169665
169666
169667
169668
169669
169670
169671
169672
169673
169674
169675
169676
169677
169678
169679
169680
169681
169682
169683
169684
169685
169686
169687
169688
169689
169690
169691
169692
169693
169694
169695
169696
169697
169698
169699
169700
169701
169702
169703
169704
169705
169706
169707
169708
169709
169710
169711
169712
169713
169714
169715
169716
169717
169718
169719
169720
169721
169722
169723
169724
169725
169726
169727
169728
169729
169730
169731
169732
169733
169734
169735
169736
169737
169738
169739
169740
169741
169742
169743
169744
169745
169746
169747
169748
169749
169750
169751
169752
169753
169754
169755
169756
169757
169758
169759
169760
169761
169762
169763
169764
169765
169766
169767
169768
169769
169770
169771
169772
169773
169774
169775
169776
169777
169778
169779
169780
169781
169782
169783
169784
169785
169786
169787
169788
169789
169790
169791
169792
169793
169794
169795
169796
169797
169798
169799
169800
169801
169802
169803
169804
169805
169806
169807
169808
169809
169810
169811
169812
169813
169814
169815
169816
169817
169818
169819
169820
169821
169822
169823
169824
169825
169826
169827
169828
169829
169830
169831
169832
169833
169834
169835
169836
169837
169838
169839
169840
169841
169842
169843
169844
169845
169846
169847
169848
169849
169850
169851
169852
169853
169854
169855
169856
169857
169858
169859
169860
169861
169862
169863
169864
169865
169866
169867
169868
169869
169870
169871
169872
169873
169874
169875
169876
169877
169878
169879
169880
169881
169882
169883
169884
169885
169886
169887
169888
169889
169890
169891
169892
169893
169894
169895
169896
169897
169898
169899
169900
169901
169902
169903
169904
169905
169906
169907
169908
169909
169910
169911
169912
169913
169914
169915
169916
169917
169918
169919
169920
169921
169922
169923
169924
169925
169926
169927
169928
169929
169930
169931
169932
169933
169934
169935
169936
169937
169938
169939
169940
169941
169942
169943
169944
169945
169946
169947
169948
169949
169950
169951
169952
169953
169954
169955
169956
169957
169958
169959
169960
169961
169962
169963
169964
169965
169966
169967
169968
169969
169970
169971
169972
169973
169974
169975
169976
169977
169978
169979
169980
169981
169982
169983
169984
169985
169986
169987
169988
169989
169990
169991
169992
169993
169994
169995
169996
169997
169998
169999
170000
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.306</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a5c58278-13a7-425a-a9e4-44f75c2244e6">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_0bf4ad55-2b0e-4f2b-8063-1b30f52797fa">
              <gml:surfaceMember xlink:href="#Srf_cc410bae-62bb-4d72-b432-84e612f868ca"/>
              <gml:surfaceMember xlink:href="#Srf_cfc51cc4-6f4d-4c30-87f0-416a6afdf6ff"/>
              <gml:surfaceMember xlink:href="#Srf_3a645d14-8d40-4d0e-981f-155dbfb9a209"/>
              <gml:surfaceMember xlink:href="#Srf_2be956fe-771b-4f31-a1cf-37605fe239bc"/>
              <gml:surfaceMember xlink:href="#Srf_06885b29-c1bf-4312-87ee-fb0cb492689f"/>
              <gml:surfaceMember xlink:href="#Srf_9a9a5cba-30fe-4000-8dc6-2f367777802f"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9769abd1-7a62-4485-b2af-615fba23b244">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_629e5733-36d5-49d8-b10b-c553186035cf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cc410bae-62bb-4d72-b432-84e612f868ca">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cc410bae-62bb-4d72-b432-84e612f868ca_0_">
                      <gml:posList srsDimension="3">511011.640 5417408.310 259.034 511008.650 5417408.430 259.034 511008.650 5417408.430 261.340 511011.640 5417408.310 261.340 511011.640 5417408.310 259.034</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_db21811c-095e-4aad-bb6c-45b21692ffdb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_548ad9f6-8c6c-49e4-a777-452405925438">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_06885b29-c1bf-4312-87ee-fb0cb492689f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_06885b29-c1bf-4312-87ee-fb0cb492689f_0_">
                      <gml:posList srsDimension="3">511008.650 5417408.430 259.034 511008.410 5417402.440 259.034 511008.410 5417402.440 261.340 511008.650 5417408.430 261.340 511008.650 5417408.430 259.034</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_20ea30b9-6a91-4352-b97b-4374c1728947">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_699d2a0f-3a77-4840-99bb-0fd0dc8f5bd2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2be956fe-771b-4f31-a1cf-37605fe239bc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2be956fe-771b-4f31-a1cf-37605fe239bc_0_">
                      <gml:posList srsDimension="3">511008.410 5417402.440 259.034 511011.410 5417402.320 259.034 511011.410 5417402.320 261.340 511008.410 5417402.440 261.340 511008.410 5417402.440 259.034</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_a430532b-8a1b-4ee4-b566-cb04b5559739">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5036bd1b-cf7e-46b9-86bf-f654b89bae67">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cfc51cc4-6f4d-4c30-87f0-416a6afdf6ff">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cfc51cc4-6f4d-4c30-87f0-416a6afdf6ff_0_">
                      <gml:posList srsDimension="3">511011.640 5417408.310 261.340 511008.650 5417408.430 261.340 511008.410 5417402.440 261.340 511011.410 5417402.320 261.340 511011.640 5417408.310 261.340</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_8f476bef-0c22-402b-b6c7-cf04c895b15d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_beaaf1fe-230e-49d6-9d17-1476096da7b5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9a9a5cba-30fe-4000-8dc6-2f367777802f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9a9a5cba-30fe-4000-8dc6-2f367777802f_0_">
                      <gml:posList srsDimension="3">511008.650 5417408.430 259.034 511011.640 5417408.310 259.034 511011.410 5417402.320 259.034 511008.410 5417402.440 259.034 511008.650 5417408.430 259.034</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_e041854d-0463-42d8-8e7b-2d203a7f6465">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_68296271-645c-4012-8c57-6b75f94dfe68">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a645d14-8d40-4d0e-981f-155dbfb9a209">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a645d14-8d40-4d0e-981f-155dbfb9a209_0_">
                      <gml:posList srsDimension="3">511011.410 5417402.320 259.034 511011.640 5417408.310 259.034 511011.640 5417408.310 261.340 511011.410 5417402.320 261.340 511011.410 5417402.320 259.034</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1970</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007s">
      <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>DEBWL0010001007s</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.852</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a0d99187-7ae4-45a6-8f38-92588f8e1613">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_9eb9ff2b-5434-4cfe-84ca-c33c509efafa">
              <gml:surfaceMember xlink:href="#Srf_5240871c-1118-4adf-ae58-bd8a70d4ecd6"/>
              <gml:surfaceMember xlink:href="#Srf_f4c8b36c-56a4-409b-bc29-965f35988bd0"/>
              <gml:surfaceMember xlink:href="#Srf_c9a20cc7-5b4c-4b4e-88b6-06dc00f9225b"/>
              <gml:surfaceMember xlink:href="#Srf_cefbff8c-97bd-421a-8f73-79e8ad264d00"/>
              <gml:surfaceMember xlink:href="#Srf_5589f116-9ecd-4181-811b-fd8c37dba80d"/>
              <gml:surfaceMember xlink:href="#Srf_e22dbae8-4197-455e-a0b7-c84453133d7e"/>
              <gml:surfaceMember xlink:href="#Srf_1c159944-db0e-460f-96ac-fe2d939bc48d"/>
              <gml:surfaceMember xlink:href="#Srf_0299c736-6ab9-4090-aab6-84c533795368"/>
              <gml:surfaceMember xlink:href="#Srf_3a50b86a-5f59-41c4-a585-5cb73c4e2098"/>
              <gml:surfaceMember xlink:href="#Srf_b0978c40-188f-422a-86c4-fc6bc0e6dbaa"/>
              <gml:surfaceMember xlink:href="#Srf_1ff191c3-207b-4270-b8e1-371cb47ad774"/>
              <gml:surfaceMember xlink:href="#Srf_cc6dae96-8566-41db-af0b-8da02faa917e"/>
              <gml:surfaceMember xlink:href="#Srf_232fc373-a9fa-46b3-83d8-3c4aaf142e04"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_bb979ffc-1489-474a-95cc-9f6e33168749">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6f22f4b2-444d-421b-b79c-9f88c04e329b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5240871c-1118-4adf-ae58-bd8a70d4ecd6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5240871c-1118-4adf-ae58-bd8a70d4ecd6_0_">
                      <gml:posList srsDimension="3">510956.150 5417462.259 264.938 510945.896 5417463.479 264.921 510945.250 5417458.080 261.129 510949.070 5417457.620 261.131 510949.710 5417456.810 260.624 510950.890 5417456.670 260.626 510951.700 5417457.310 261.138 510955.510 5417456.860 261.146 510956.150 5417462.259 264.938</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_75f4e2ba-9b27-4bb8-b734-f3ef0ab7abc0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_37b6eec4-6ec6-44cb-9e86-d9e361c2fa9d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a50b86a-5f59-41c4-a585-5cb73c4e2098">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a50b86a-5f59-41c4-a585-5cb73c4e2098_0_">
                      <gml:posList srsDimension="3">510945.896 5417463.479 264.921 510946.550 5417468.950 261.094 510946.550 5417468.950 255.085 510945.896 5417463.479 255.085 510945.896 5417463.479 264.921</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_8be86cba-177e-4ca1-9adc-16f3827fff81">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_98d39c4c-9f26-4fa6-b2d7-67cda2073494">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1ff191c3-207b-4270-b8e1-371cb47ad774">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1ff191c3-207b-4270-b8e1-371cb47ad774_0_">
                      <gml:posList srsDimension="3">510946.550 5417468.950 261.094 510945.896 5417463.479 264.921 510956.150 5417462.259 264.938 510956.800 5417467.740 261.104 510946.550 5417468.950 261.094</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_0c9f0bbe-06b3-4f09-9e8d-06326797108a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2220d77f-4a1c-40b1-81aa-2658d2ee3051">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cefbff8c-97bd-421a-8f73-79e8ad264d00">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cefbff8c-97bd-421a-8f73-79e8ad264d00_0_">
                      <gml:posList srsDimension="3">510949.710 5417456.810 260.624 510949.070 5417457.620 261.131 510949.070 5417457.620 255.085 510949.710 5417456.810 255.085 510949.710 5417456.810 260.624</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_81198382-1f6e-4bdf-b091-61b8dd74fc6e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad40bc95-039a-4568-b4c2-843d78364fd0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1c159944-db0e-460f-96ac-fe2d939bc48d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1c159944-db0e-460f-96ac-fe2d939bc48d_0_">
                      <gml:posList srsDimension="3">510945.896 5417463.479 255.085 510945.250 5417458.080 255.085 510945.250 5417458.080 261.129 510945.896 5417463.479 264.921 510945.896 5417463.479 255.085</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_1c995b3e-33b5-48c2-915d-cd6579119619">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aceb1462-237b-452e-844a-9cb871128cb7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f4c8b36c-56a4-409b-bc29-965f35988bd0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f4c8b36c-56a4-409b-bc29-965f35988bd0_0_">
                      <gml:posList srsDimension="3">510949.710 5417456.810 255.085 510950.890 5417456.670 255.085 510950.890 5417456.670 260.626 510949.710 5417456.810 260.624 510949.710 5417456.810 255.085</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_127f7498-8a4a-4cad-bc10-e824e4b71e4b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_128a6cd9-895c-4670-a412-7f250e2bd741">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0299c736-6ab9-4090-aab6-84c533795368">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0299c736-6ab9-4090-aab6-84c533795368_0_">
                      <gml:posList srsDimension="3">510945.250 5417458.080 255.085 510949.070 5417457.620 255.085 510949.070 5417457.620 261.131 510945.250 5417458.080 261.129 510945.250 5417458.080 255.085</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_19beb3be-52e9-45be-91a0-f592a1e975f7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a1c45cc2-9341-47a8-9a11-81b1e256a0c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e22dbae8-4197-455e-a0b7-c84453133d7e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e22dbae8-4197-455e-a0b7-c84453133d7e_0_">
                      <gml:posList srsDimension="3">510950.890 5417456.670 255.085 510951.700 5417457.310 255.085 510951.700 5417457.310 261.138 510950.890 5417456.670 260.626 510950.890 5417456.670 255.085</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_3195a9cf-cf4f-41b8-8c22-37d07c093668">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_681b8c5d-6284-4842-a714-035bf16df136">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_232fc373-a9fa-46b3-83d8-3c4aaf142e04">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_232fc373-a9fa-46b3-83d8-3c4aaf142e04_0_">
                      <gml:posList srsDimension="3">510956.150 5417462.259 255.085 510955.510 5417456.860 255.085 510951.700 5417457.310 255.085 510950.890 5417456.670 255.085 510949.710 5417456.810 255.085 510949.070 5417457.620 255.085 510945.250 5417458.080 255.085 510945.896 5417463.479 255.085 510946.550 5417468.950 255.085 510956.800 5417467.740 255.085 510956.150 5417462.259 255.085</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_509da69f-97b6-493b-b140-68b705d1d44c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07e76e93-e747-4fe4-99fd-e93416559819">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5589f116-9ecd-4181-811b-fd8c37dba80d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5589f116-9ecd-4181-811b-fd8c37dba80d_0_">
                      <gml:posList srsDimension="3">510951.700 5417457.310 255.085 510955.510 5417456.860 255.085 510955.510 5417456.860 261.146 510951.700 5417457.310 261.138 510951.700 5417457.310 255.085</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_00bd30d0-4a69-48c4-9416-18c38f578a67">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b27e2fc0-322d-4352-bd08-ee30941bec21">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b0978c40-188f-422a-86c4-fc6bc0e6dbaa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b0978c40-188f-422a-86c4-fc6bc0e6dbaa_0_">
                      <gml:posList srsDimension="3">510955.510 5417456.860 255.085 510956.150 5417462.259 255.085 510956.150 5417462.259 264.938 510955.510 5417456.860 261.146 510955.510 5417456.860 255.085</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_e8c383f3-b0af-4b56-a0aa-7164fa63fda2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9638b3c5-5c88-4e60-8c25-5629c95d0da6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9a20cc7-5b4c-4b4e-88b6-06dc00f9225b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9a20cc7-5b4c-4b4e-88b6-06dc00f9225b_0_">
                      <gml:posList srsDimension="3">510956.800 5417467.740 261.104 510956.150 5417462.259 264.938 510956.150 5417462.259 255.085 510956.800 5417467.740 255.085 510956.800 5417467.740 261.104</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_d41966cf-dc49-4d76-8677-5e7a783fb224">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_15b00e49-aceb-4be3-a244-c974006df65c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cc6dae96-8566-41db-af0b-8da02faa917e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cc6dae96-8566-41db-af0b-8da02faa917e_0_">
                      <gml:posList srsDimension="3">510956.800 5417467.740 255.085 510946.550 5417468.950 255.085 510946.550 5417468.950 261.094 510956.800 5417467.740 261.104 510956.800 5417467.740 255.085</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1966</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007d">
      <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>DEBWL0010001007d</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">13.579</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_998f7d5e-336f-4955-b48b-3ee748fc3936">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_453ce08f-b8c1-4e82-bbe7-e534160b4208">
              <gml:surfaceMember xlink:href="#Srf_cbed99e3-eb85-4d90-9be3-016133bcc992"/>
              <gml:surfaceMember xlink:href="#Srf_d256e095-59aa-41ed-bd25-d44e1f3af5bf"/>
              <gml:surfaceMember xlink:href="#Srf_64688615-8247-435d-a0a3-55ec47d86789"/>
              <gml:surfaceMember xlink:href="#Srf_47dc6d8c-e82a-4c55-998d-59079f22d27e"/>
              <gml:surfaceMember xlink:href="#Srf_54adc21a-6379-482a-8097-e28744a0bcf9"/>
              <gml:surfaceMember xlink:href="#Srf_8b76f8f9-fcff-4157-a253-c039bc1286ac"/>
              <gml:surfaceMember xlink:href="#Srf_88de4fdf-3cdd-4fa1-9929-29a8f3cf3fd4"/>
              <gml:surfaceMember xlink:href="#Srf_d871415f-5273-4b5d-8af2-f221fc23b441"/>
              <gml:surfaceMember xlink:href="#Srf_d79a893f-dc6a-4185-af70-842b2c0932ac"/>
              <gml:surfaceMember xlink:href="#Srf_cada83af-b5b8-4018-8083-cfe09acc7c99"/>
              <gml:surfaceMember xlink:href="#Srf_5fbb7df9-178f-43fe-b7b2-5d5baff16089"/>
              <gml:surfaceMember xlink:href="#Srf_4c2401db-86f1-449e-ac25-c6d5fb385fce"/>
              <gml:surfaceMember xlink:href="#Srf_b0c7f1ac-0d23-48dc-b3b3-648559799437"/>
              <gml:surfaceMember xlink:href="#Srf_7a4150b6-c4e4-4675-a5c1-9cbc1d5509b1"/>
              <gml:surfaceMember xlink:href="#Srf_717ccd45-97b4-4361-8890-a3184d444cfe"/>
              <gml:surfaceMember xlink:href="#Srf_c0298376-05eb-42ee-bb58-56db8f896bf1"/>
              <gml:surfaceMember xlink:href="#Srf_36e5d91e-0c97-4b46-9571-e8479d5f3ff1"/>
              <gml:surfaceMember xlink:href="#Srf_f6fe745a-87e0-4603-b100-96896e9a6bc0"/>
              <gml:surfaceMember xlink:href="#Srf_52ba0e7f-c7ce-4d7b-8725-df0a9fe3fef6"/>
              <gml:surfaceMember xlink:href="#Srf_b4a7477c-014a-4cb0-9a29-d6088e4f3c06"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_df2eead1-93b3-4fb2-83e2-3f418c2da414">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7f59c91-c1ca-425f-8268-97b8b398495c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c0298376-05eb-42ee-bb58-56db8f896bf1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c0298376-05eb-42ee-bb58-56db8f896bf1_0_">
                      <gml:posList srsDimension="3">511044.790 5417444.030 261.079 511060.830 5417442.100 261.048 511060.830 5417442.100 255.030 511044.790 5417444.030 255.030 511044.790 5417444.030 261.079</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_3a346015-07da-41f7-a207-5a7730308d69">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_84910159-3f7b-4f54-8ce3-7ae58617f806">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8b76f8f9-fcff-4157-a253-c039bc1286ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8b76f8f9-fcff-4157-a253-c039bc1286ac_0_">
                      <gml:posList srsDimension="3">511043.970 5417436.310 255.030 511043.766 5417436.565 255.030 511043.370 5417437.060 255.030 511043.660 5417439.580 255.030 511044.330 5417440.110 255.030 511044.790 5417444.030 255.030 511060.830 5417442.100 255.030 511060.360 5417438.170 255.030 511060.890 5417437.490 255.030 511060.590 5417434.960 255.030 511060.078 5417434.553 255.030 511059.860 5417434.380 255.030 511058.950 5417434.490 255.030 511058.030 5417426.770 255.030 511043.920 5417428.510 255.030 511044.810 5417436.210 255.030 511043.970 5417436.310 255.030</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_1c9f94b7-4986-4c0f-8818-bebf88743f8a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_42a15b0f-f7ed-4b7a-9631-c1a4b1b89264">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f6fe745a-87e0-4603-b100-96896e9a6bc0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f6fe745a-87e0-4603-b100-96896e9a6bc0_0_">
                      <gml:posList srsDimension="3">511058.950 5417434.490 268.470 511044.810 5417436.210 268.440 511043.920 5417428.510 263.122 511058.030 5417426.770 263.135 511058.950 5417434.490 268.470</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_513c633e-250d-4571-82e3-817e10b539e3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1353a6ea-acf7-4195-96d5-44ec0402e8bb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_64688615-8247-435d-a0a3-55ec47d86789">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_64688615-8247-435d-a0a3-55ec47d86789_0_">
                      <gml:posList srsDimension="3">511044.330 5417440.110 265.015 511044.790 5417444.030 261.079 511044.790 5417444.030 255.030 511044.330 5417440.110 255.030 511044.330 5417440.110 265.015</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_42fe4579-30c4-4b29-9cca-c29bffe84518">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74d2c415-a460-4a5d-911d-9277d3f0deda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47dc6d8c-e82a-4c55-998d-59079f22d27e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47dc6d8c-e82a-4c55-998d-59079f22d27e_0_">
                      <gml:posList srsDimension="3">511043.766 5417436.565 268.593 511060.078 5417434.553 268.609 511060.590 5417434.960 268.145 511060.890 5417437.490 265.604 511060.360 5417438.170 264.995 511060.830 5417442.100 261.048 511044.790 5417444.030 261.079 511044.330 5417440.110 265.015 511043.660 5417439.580 265.621 511043.370 5417437.060 268.151 511043.766 5417436.565 268.593</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_35737be0-1f1e-4871-b53d-05ff4a7dd529">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_94e8096f-49bb-40ef-971c-257f2d0cf612">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d256e095-59aa-41ed-bd25-d44e1f3af5bf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d256e095-59aa-41ed-bd25-d44e1f3af5bf_0_">
                      <gml:posList srsDimension="3">511058.030 5417426.770 255.030 511058.950 5417434.490 255.030 511058.950 5417434.490 268.470 511058.030 5417426.770 263.135 511058.030 5417426.770 255.030</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_dafcf99d-7842-4e89-99ca-c72663bccb7e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ac6473b0-b60b-4bdd-ae44-42280b8a6651">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d871415f-5273-4b5d-8af2-f221fc23b441">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d871415f-5273-4b5d-8af2-f221fc23b441_0_">
                      <gml:posList srsDimension="3">511043.660 5417439.580 265.621 511044.330 5417440.110 265.015 511044.330 5417440.110 255.030 511043.660 5417439.580 255.030 511043.660 5417439.580 265.621</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_13f21b47-138f-4a62-9e9c-0f75c37f673f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7a82348-4a5f-4c70-8121-aad00842c60a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b4a7477c-014a-4cb0-9a29-d6088e4f3c06">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b4a7477c-014a-4cb0-9a29-d6088e4f3c06_0_">
                      <gml:posList srsDimension="3">511058.950 5417434.490 255.030 511059.860 5417434.380 255.030 511059.860 5417434.380 268.473 511058.950 5417434.490 268.470 511058.950 5417434.490 255.030</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_b5de9adf-3275-4715-9ae9-c8d860ebf2fd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bb020cf4-f703-4f31-8226-d00dce3d5a67">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_717ccd45-97b4-4361-8890-a3184d444cfe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_717ccd45-97b4-4361-8890-a3184d444cfe_0_">
                      <gml:posList srsDimension="3">511043.370 5417437.060 268.151 511043.660 5417439.580 265.621 511043.660 5417439.580 255.030 511043.370 5417437.060 255.030 511043.370 5417437.060 268.151</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_4df0a649-e088-4a57-bbb2-f6e15c96f1e4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6f628966-ab80-4d8b-aa1e-f8cd92ade814">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54adc21a-6379-482a-8097-e28744a0bcf9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54adc21a-6379-482a-8097-e28744a0bcf9_0_">
                      <gml:posList srsDimension="3">511059.860 5417434.380 255.030 511060.078 5417434.553 255.030 511060.078 5417434.553 268.609 511059.860 5417434.380 268.473 511059.860 5417434.380 255.030</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_d5b8a7f0-88b0-441f-8ad5-cfad62346824">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4260c30a-b7dd-4020-af6c-be80e48019ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5fbb7df9-178f-43fe-b7b2-5d5baff16089">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5fbb7df9-178f-43fe-b7b2-5d5baff16089_0_">
                      <gml:posList srsDimension="3">511043.370 5417437.060 255.030 511043.766 5417436.565 255.030 511043.766 5417436.565 268.593 511043.370 5417437.060 268.151 511043.370 5417437.060 255.030</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_f4fbab1c-1739-41bb-81a5-dcb7a943ef61">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ae4fccca-d3ca-4b06-8715-d8c95db94ba1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_36e5d91e-0c97-4b46-9571-e8479d5f3ff1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_36e5d91e-0c97-4b46-9571-e8479d5f3ff1_0_">
                      <gml:posList srsDimension="3">511060.590 5417434.960 268.145 511060.078 5417434.553 268.609 511060.078 5417434.553 255.030 511060.590 5417434.960 255.030 511060.590 5417434.960 268.145</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_92440fbe-3540-46fb-8e5b-db292de19f73">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_66f14e36-9615-45ba-9b61-2b9ac9ce52ac">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cada83af-b5b8-4018-8083-cfe09acc7c99">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cada83af-b5b8-4018-8083-cfe09acc7c99_0_">
                      <gml:posList srsDimension="3">511043.970 5417436.310 268.437 511043.766 5417436.565 268.593 511043.766 5417436.565 255.030 511043.970 5417436.310 255.030 511043.970 5417436.310 268.437</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_5cf9adc4-e50b-4909-ba08-471d372c7785">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f9b99872-ecb0-453a-8d2c-ab7d640d2bcc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7a4150b6-c4e4-4675-a5c1-9cbc1d5509b1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7a4150b6-c4e4-4675-a5c1-9cbc1d5509b1_0_">
                      <gml:posList srsDimension="3">511060.890 5417437.490 265.604 511060.590 5417434.960 268.145 511060.590 5417434.960 255.030 511060.890 5417437.490 255.030 511060.890 5417437.490 265.604</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_ae30fafe-b236-460d-b345-e75a1919c97a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7e7a7bc4-8360-4eb0-b77b-040bdae24475">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cbed99e3-eb85-4d90-9be3-016133bcc992">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cbed99e3-eb85-4d90-9be3-016133bcc992_0_">
                      <gml:posList srsDimension="3">511043.970 5417436.310 255.030 511044.810 5417436.210 255.030 511044.810 5417436.210 268.440 511043.970 5417436.310 268.437 511043.970 5417436.310 255.030</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_119bba41-d916-40fa-8c45-8a8f9e9dea51">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_45784888-1030-4661-b87f-dafdf4be00f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b0c7f1ac-0d23-48dc-b3b3-648559799437">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b0c7f1ac-0d23-48dc-b3b3-648559799437_0_">
                      <gml:posList srsDimension="3">511044.810 5417436.210 255.030 511043.920 5417428.510 255.030 511043.920 5417428.510 263.122 511044.810 5417436.210 268.440 511044.810 5417436.210 255.030</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_8669dc4b-da2c-4e98-9d09-5a3430a59a2f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4e740cdb-e6c1-49db-b382-ba117fbe0fc8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_88de4fdf-3cdd-4fa1-9929-29a8f3cf3fd4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_88de4fdf-3cdd-4fa1-9929-29a8f3cf3fd4_0_">
                      <gml:posList srsDimension="3">511060.890 5417437.490 255.030 511060.360 5417438.170 255.030 511060.360 5417438.170 264.995 511060.890 5417437.490 265.604 511060.890 5417437.490 255.030</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_e1194025-acff-404e-be5c-6a442695342a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_73ba0454-696b-42b0-9386-18fd158fd777">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d79a893f-dc6a-4185-af70-842b2c0932ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d79a893f-dc6a-4185-af70-842b2c0932ac_0_">
                      <gml:posList srsDimension="3">511043.920 5417428.510 255.030 511058.030 5417426.770 255.030 511058.030 5417426.770 263.135 511043.920 5417428.510 263.122 511043.920 5417428.510 255.030</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_271504d2-6c45-45e1-9abe-93bd32ecf3ef">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a4c97032-5bad-471e-93ab-2f79134dfd05">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_52ba0e7f-c7ce-4d7b-8725-df0a9fe3fef6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_52ba0e7f-c7ce-4d7b-8725-df0a9fe3fef6_0_">
                      <gml:posList srsDimension="3">511043.766 5417436.565 268.593 511043.970 5417436.310 268.437 511044.810 5417436.210 268.440 511058.950 5417434.490 268.470 511059.860 5417434.380 268.473 511060.078 5417434.553 268.609 511043.766 5417436.565 268.593</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_fbb2ee62-0657-4882-b3e4-42f53822ceff">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_22c5c9c1-82dc-4e73-9685-8dcf08c97ace">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4c2401db-86f1-449e-ac25-c6d5fb385fce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4c2401db-86f1-449e-ac25-c6d5fb385fce_0_">
                      <gml:posList srsDimension="3">511060.830 5417442.100 261.048 511060.360 5417438.170 264.995 511060.360 5417438.170 255.030 511060.830 5417442.100 255.030 511060.830 5417442.100 261.048</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1952</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007b">
      <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>DEBWL0010001007b</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.802</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_488ad6ca-afee-4545-b62b-67e37d96b966">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_04cd6d58-8e6f-47c2-810d-e513afb1e74a">
              <gml:surfaceMember xlink:href="#Srf_41d6ebc5-31a1-4a34-8e7e-44a1053f81ae"/>
              <gml:surfaceMember xlink:href="#Srf_78e84e5e-0567-456f-a195-80f6d62c573d"/>
              <gml:surfaceMember xlink:href="#Srf_e1f4b66c-af38-41c9-8d75-1d6965d17e3c"/>
              <gml:surfaceMember xlink:href="#Srf_7e8060f5-abf3-4084-b469-dc63dd5559b7"/>
              <gml:surfaceMember xlink:href="#Srf_91864d4e-e6db-4024-b9a6-e69b7ed498df"/>
              <gml:surfaceMember xlink:href="#Srf_2b2ea82e-33d2-4e30-9bda-6a6a56aaaa44"/>
              <gml:surfaceMember xlink:href="#Srf_5607e153-629a-4289-bb1d-0ffbecef984c"/>
              <gml:surfaceMember xlink:href="#Srf_840b63d9-1f74-4f31-a990-8e4c58325b72"/>
              <gml:surfaceMember xlink:href="#Srf_2d921521-346c-40a1-9972-34d3295e0db5"/>
              <gml:surfaceMember xlink:href="#Srf_5263c01a-f8a1-4d18-9df4-ae7102065d36"/>
              <gml:surfaceMember xlink:href="#Srf_1584ac55-be78-444a-b4af-3bdd3a652e35"/>
              <gml:surfaceMember xlink:href="#Srf_b6797cfc-33f7-42e9-8163-b781ca9370bb"/>
              <gml:surfaceMember xlink:href="#Srf_a614b80b-a4ce-4a14-81af-e8079d965d21"/>
              <gml:surfaceMember xlink:href="#Srf_db21188f-1c5e-4f51-b05e-19d93a177e1d"/>
              <gml:surfaceMember xlink:href="#Srf_353a79a0-f128-432f-a2fc-00cfa9a996dc"/>
              <gml:surfaceMember xlink:href="#Srf_8770be9e-7c72-4b75-b370-8fe0961b332d"/>
              <gml:surfaceMember xlink:href="#Srf_6f0e61b5-13a3-4dfc-b4cf-5974dfa82cbd"/>
              <gml:surfaceMember xlink:href="#Srf_ec1c1e84-0452-416f-9c2c-e34d0e4fd407"/>
              <gml:surfaceMember xlink:href="#Srf_c93821f6-9e29-44e2-a16d-d81e57065f99"/>
              <gml:surfaceMember xlink:href="#Srf_cc194e63-2e4b-41c0-b2b0-76da08f957a1"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8dc39ac9-b922-4659-aaa4-850cb6b102be">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_93e7fd79-1274-4761-81c9-9661503dfae3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_91864d4e-e6db-4024-b9a6-e69b7ed498df">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_91864d4e-e6db-4024-b9a6-e69b7ed498df_0_">
                      <gml:posList srsDimension="3">511056.590 5417404.800 266.075 511051.840 5417404.990 266.076 511051.840 5417404.990 258.920 511056.590 5417404.800 258.920 511056.590 5417404.800 266.075</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_c2e61045-753d-40f5-849b-74339b5591ec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ade6a26-d75e-4161-af65-567b71fd77fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8770be9e-7c72-4b75-b370-8fe0961b332d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8770be9e-7c72-4b75-b370-8fe0961b332d_0_">
                      <gml:posList srsDimension="3">511046.470 5417408.600 258.920 511045.430 5417407.640 258.920 511045.430 5417407.640 267.449 511046.470 5417408.600 268.022 511046.470 5417408.600 258.920</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_fb6e7ae1-7000-46ff-930f-d4268cf4059f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8438f1b4-d09f-425f-8e6f-b692583d2cc1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ec1c1e84-0452-416f-9c2c-e34d0e4fd407">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ec1c1e84-0452-416f-9c2c-e34d0e4fd407_0_">
                      <gml:posList srsDimension="3">511056.590 5417404.800 258.920 511056.760 5417409.416 258.920 511056.760 5417409.416 268.722 511056.590 5417404.800 266.075 511056.590 5417404.800 258.920</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_99f507d8-0d8b-467a-8749-c08490d486a0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f1cb1729-85b8-4fa7-b80e-48887fb69060">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_353a79a0-f128-432f-a2fc-00cfa9a996dc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_353a79a0-f128-432f-a2fc-00cfa9a996dc_0_">
                      <gml:posList srsDimension="3">511045.430 5417407.640 258.920 511045.380 5417406.220 258.920 511045.380 5417406.220 266.634 511045.430 5417407.640 267.449 511045.430 5417407.640 258.920</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_d9109cc3-1bba-4bfb-a1ff-d5e6a16b44ce">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dfce4c70-12c1-4895-8b60-f2c36c9a236d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e1f4b66c-af38-41c9-8d75-1d6965d17e3c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e1f4b66c-af38-41c9-8d75-1d6965d17e3c_0_">
                      <gml:posList srsDimension="3">511056.930 5417414.030 266.035 511056.760 5417409.416 268.722 511056.760 5417409.416 258.920 511056.930 5417414.030 258.920 511056.930 5417414.030 266.035</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_97039113-8cb9-4d3b-a572-423b87e02c0a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a41fd101-c667-4795-9ebb-247d1fefa711">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1584ac55-be78-444a-b4af-3bdd3a652e35">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1584ac55-be78-444a-b4af-3bdd3a652e35_0_">
                      <gml:posList srsDimension="3">511046.340 5417405.190 266.066 511045.380 5417406.220 266.634 511045.380 5417406.220 258.920 511046.340 5417405.190 258.920 511046.340 5417405.190 266.066</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
For faster browsing, not all history is shown. View entire blame