Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
149001
149002
149003
149004
149005
149006
149007
149008
149009
149010
149011
149012
149013
149014
149015
149016
149017
149018
149019
149020
149021
149022
149023
149024
149025
149026
149027
149028
149029
149030
149031
149032
149033
149034
149035
149036
149037
149038
149039
149040
149041
149042
149043
149044
149045
149046
149047
149048
149049
149050
149051
149052
149053
149054
149055
149056
149057
149058
149059
149060
149061
149062
149063
149064
149065
149066
149067
149068
149069
149070
149071
149072
149073
149074
149075
149076
149077
149078
149079
149080
149081
149082
149083
149084
149085
149086
149087
149088
149089
149090
149091
149092
149093
149094
149095
149096
149097
149098
149099
149100
149101
149102
149103
149104
149105
149106
149107
149108
149109
149110
149111
149112
149113
149114
149115
149116
149117
149118
149119
149120
149121
149122
149123
149124
149125
149126
149127
149128
149129
149130
149131
149132
149133
149134
149135
149136
149137
149138
149139
149140
149141
149142
149143
149144
149145
149146
149147
149148
149149
149150
149151
149152
149153
149154
149155
149156
149157
149158
149159
149160
149161
149162
149163
149164
149165
149166
149167
149168
149169
149170
149171
149172
149173
149174
149175
149176
149177
149178
149179
149180
149181
149182
149183
149184
149185
149186
149187
149188
149189
149190
149191
149192
149193
149194
149195
149196
149197
149198
149199
149200
149201
149202
149203
149204
149205
149206
149207
149208
149209
149210
149211
149212
149213
149214
149215
149216
149217
149218
149219
149220
149221
149222
149223
149224
149225
149226
149227
149228
149229
149230
149231
149232
149233
149234
149235
149236
149237
149238
149239
149240
149241
149242
149243
149244
149245
149246
149247
149248
149249
149250
149251
149252
149253
149254
149255
149256
149257
149258
149259
149260
149261
149262
149263
149264
149265
149266
149267
149268
149269
149270
149271
149272
149273
149274
149275
149276
149277
149278
149279
149280
149281
149282
149283
149284
149285
149286
149287
149288
149289
149290
149291
149292
149293
149294
149295
149296
149297
149298
149299
149300
149301
149302
149303
149304
149305
149306
149307
149308
149309
149310
149311
149312
149313
149314
149315
149316
149317
149318
149319
149320
149321
149322
149323
149324
149325
149326
149327
149328
149329
149330
149331
149332
149333
149334
149335
149336
149337
149338
149339
149340
149341
149342
149343
149344
149345
149346
149347
149348
149349
149350
149351
149352
149353
149354
149355
149356
149357
149358
149359
149360
149361
149362
149363
149364
149365
149366
149367
149368
149369
149370
149371
149372
149373
149374
149375
149376
149377
149378
149379
149380
149381
149382
149383
149384
149385
149386
149387
149388
149389
149390
149391
149392
149393
149394
149395
149396
149397
149398
149399
149400
149401
149402
149403
149404
149405
149406
149407
149408
149409
149410
149411
149412
149413
149414
149415
149416
149417
149418
149419
149420
149421
149422
149423
149424
149425
149426
149427
149428
149429
149430
149431
149432
149433
149434
149435
149436
149437
149438
149439
149440
149441
149442
149443
149444
149445
149446
149447
149448
149449
149450
149451
149452
149453
149454
149455
149456
149457
149458
149459
149460
149461
149462
149463
149464
149465
149466
149467
149468
149469
149470
149471
149472
149473
149474
149475
149476
149477
149478
149479
149480
149481
149482
149483
149484
149485
149486
149487
149488
149489
149490
149491
149492
149493
149494
149495
149496
149497
149498
149499
149500
149501
149502
149503
149504
149505
149506
149507
149508
149509
149510
149511
149512
149513
149514
149515
149516
149517
149518
149519
149520
149521
149522
149523
149524
149525
149526
149527
149528
149529
149530
149531
149532
149533
149534
149535
149536
149537
149538
149539
149540
149541
149542
149543
149544
149545
149546
149547
149548
149549
149550
149551
149552
149553
149554
149555
149556
149557
149558
149559
149560
149561
149562
149563
149564
149565
149566
149567
149568
149569
149570
149571
149572
149573
149574
149575
149576
149577
149578
149579
149580
149581
149582
149583
149584
149585
149586
149587
149588
149589
149590
149591
149592
149593
149594
149595
149596
149597
149598
149599
149600
149601
149602
149603
149604
149605
149606
149607
149608
149609
149610
149611
149612
149613
149614
149615
149616
149617
149618
149619
149620
149621
149622
149623
149624
149625
149626
149627
149628
149629
149630
149631
149632
149633
149634
149635
149636
149637
149638
149639
149640
149641
149642
149643
149644
149645
149646
149647
149648
149649
149650
149651
149652
149653
149654
149655
149656
149657
149658
149659
149660
149661
149662
149663
149664
149665
149666
149667
149668
149669
149670
149671
149672
149673
149674
149675
149676
149677
149678
149679
149680
149681
149682
149683
149684
149685
149686
149687
149688
149689
149690
149691
149692
149693
149694
149695
149696
149697
149698
149699
149700
149701
149702
149703
149704
149705
149706
149707
149708
149709
149710
149711
149712
149713
149714
149715
149716
149717
149718
149719
149720
149721
149722
149723
149724
149725
149726
149727
149728
149729
149730
149731
149732
149733
149734
149735
149736
149737
149738
149739
149740
149741
149742
149743
149744
149745
149746
149747
149748
149749
149750
149751
149752
149753
149754
149755
149756
149757
149758
149759
149760
149761
149762
149763
149764
149765
149766
149767
149768
149769
149770
149771
149772
149773
149774
149775
149776
149777
149778
149779
149780
149781
149782
149783
149784
149785
149786
149787
149788
149789
149790
149791
149792
149793
149794
149795
149796
149797
149798
149799
149800
149801
149802
149803
149804
149805
149806
149807
149808
149809
149810
149811
149812
149813
149814
149815
149816
149817
149818
149819
149820
149821
149822
149823
149824
149825
149826
149827
149828
149829
149830
149831
149832
149833
149834
149835
149836
149837
149838
149839
149840
149841
149842
149843
149844
149845
149846
149847
149848
149849
149850
149851
149852
149853
149854
149855
149856
149857
149858
149859
149860
149861
149862
149863
149864
149865
149866
149867
149868
149869
149870
149871
149872
149873
149874
149875
149876
149877
149878
149879
149880
149881
149882
149883
149884
149885
149886
149887
149888
149889
149890
149891
149892
149893
149894
149895
149896
149897
149898
149899
149900
149901
149902
149903
149904
149905
149906
149907
149908
149909
149910
149911
149912
149913
149914
149915
149916
149917
149918
149919
149920
149921
149922
149923
149924
149925
149926
149927
149928
149929
149930
149931
149932
149933
149934
149935
149936
149937
149938
149939
149940
149941
149942
149943
149944
149945
149946
149947
149948
149949
149950
149951
149952
149953
149954
149955
149956
149957
149958
149959
149960
149961
149962
149963
149964
149965
149966
149967
149968
149969
149970
149971
149972
149973
149974
149975
149976
149977
149978
149979
149980
149981
149982
149983
149984
149985
149986
149987
149988
149989
149990
149991
149992
149993
149994
149995
149996
149997
149998
149999
150000
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_f7a1e333-4ddf-44cc-a7b1-7f5ed05a8b03">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8af92496-5a05-4247-b19f-47d25903151e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a5c0638b-f205-409c-83ef-ce9b436b58a7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a5c0638b-f205-409c-83ef-ce9b436b58a7_0_">
                      <gml:posList srsDimension="3">511208.860 5417397.348 259.904 511203.710 5417397.330 259.904 511203.680 5417402.130 259.904 511204.940 5417402.140 259.904 511204.920 5417405.160 259.904 511208.890 5417405.178 259.904 511213.940 5417405.200 259.904 511213.970 5417399.200 259.904 511212.460 5417399.190 259.904 511212.470 5417397.360 259.904 511208.860 5417397.348 259.904</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_7b703bfa-3a75-4da6-b3f6-a1e430012ad9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_396f16cd-b8d0-4e1e-9e05-5a6375923cf0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ce3001e5-d2a2-4ce5-81b6-e50d93ee984c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ce3001e5-d2a2-4ce5-81b6-e50d93ee984c_0_">
                      <gml:posList srsDimension="3">511203.710 5417397.330 259.904 511208.860 5417397.348 259.904 511208.860 5417397.348 269.809 511203.710 5417397.330 267.073 511203.710 5417397.330 259.904</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_aef05ec9-d9c9-45cf-85cb-4fa2a3489172">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_96e55bc4-e3f1-4f5d-8460-f01162ea6cad">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_eac37341-c380-4140-81e2-7002e04f1c82">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eac37341-c380-4140-81e2-7002e04f1c82_0_">
                      <gml:posList srsDimension="3">511212.470 5417397.360 267.892 511208.860 5417397.348 269.809 511208.860 5417397.348 259.904 511212.470 5417397.360 259.904 511212.470 5417397.360 267.892</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_b0e1fde9-678b-4e8d-a4aa-f740aae7b8a2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_273eb4d6-3bbf-47ff-a4fc-ab74ef94bf20">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2ff57683-677a-4aff-8da1-2b1e88d227ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2ff57683-677a-4aff-8da1-2b1e88d227ba_0_">
                      <gml:posList srsDimension="3">511212.470 5417397.360 267.892 511212.470 5417397.360 259.904 511212.460 5417399.190 259.904 511212.460 5417399.190 267.900 511212.470 5417397.360 267.892</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_5a1de3c2-7206-4a12-867b-5b86f2086d30">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_24e1be2d-45a4-4b98-9e16-bcf00ddc7e15">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a850fbb5-56d3-4895-ade7-1405d0aa46f4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a850fbb5-56d3-4895-ade7-1405d0aa46f4_0_">
                      <gml:posList srsDimension="3">511213.970 5417399.200 267.098 511212.460 5417399.190 267.900 511212.460 5417399.190 259.904 511213.970 5417399.200 259.904 511213.970 5417399.200 267.098</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_0e762ad7-92c0-41e1-9ab1-cb9912636b36">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3fab128a-7e9e-42e5-8d08-9f7d21232979">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b7b76e1d-28a0-4716-aaf1-5d926e5b7bc3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b7b76e1d-28a0-4716-aaf1-5d926e5b7bc3_0_">
                      <gml:posList srsDimension="3">511213.940 5417405.200 267.122 511213.970 5417399.200 267.098 511213.970 5417399.200 259.904 511213.940 5417405.200 259.904 511213.940 5417405.200 267.122</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_17dcbd56-335f-41dc-b035-e790bfd51208">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3af7f3d8-77af-4ff2-a562-ad320b50f9b5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cca69eff-7e63-49a4-a397-16848cafe8eb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cca69eff-7e63-49a4-a397-16848cafe8eb_0_">
                      <gml:posList srsDimension="3">511208.890 5417405.178 269.803 511213.940 5417405.200 267.122 511213.940 5417405.200 259.904 511208.890 5417405.178 259.904 511208.890 5417405.178 269.803</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1924</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006Q">
      <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>DEBWL0010001006Q</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.551</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_9048a7b6-a7d2-46a3-a72a-6523b6561f7e">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_928a4f11-ae35-4c3b-a505-695a170578dd">
              <gml:surfaceMember xlink:href="#Srf_7ac137e5-904b-4c39-a563-c764a5923bd7"/>
              <gml:surfaceMember xlink:href="#Srf_6a43995e-b4f5-45ff-8175-37a0d6815390"/>
              <gml:surfaceMember xlink:href="#Srf_0967bba1-adf9-4922-9b4c-83e971638fee"/>
              <gml:surfaceMember xlink:href="#Srf_de0460cf-e92e-4175-94d0-64bc123e0aa1"/>
              <gml:surfaceMember xlink:href="#Srf_5429f6ee-c66d-4185-afc6-d362a955a2bc"/>
              <gml:surfaceMember xlink:href="#Srf_a64e085a-5981-42d9-a8be-cbbb9a914b12"/>
              <gml:surfaceMember xlink:href="#Srf_79671178-a5b3-4e81-936e-1c227a2e6914"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b1bed398-3148-4ed7-85e6-981668367900">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e8308cce-86b1-4fc6-b06c-e939a9cf460e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6a43995e-b4f5-45ff-8175-37a0d6815390">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6a43995e-b4f5-45ff-8175-37a0d6815390_0_">
                      <gml:posList srsDimension="3">511144.670 5417389.550 263.569 511147.670 5417389.440 263.569 511147.670 5417389.440 266.120 511144.670 5417389.550 266.120 511144.670 5417389.550 263.569</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_e5333bed-c35a-4f5d-977d-0132e35915b8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cf554fca-b5bf-4658-bd13-99ef54510d54">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de0460cf-e92e-4175-94d0-64bc123e0aa1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de0460cf-e92e-4175-94d0-64bc123e0aa1_0_">
                      <gml:posList srsDimension="3">511144.670 5417389.550 263.569 511144.870 5417395.050 263.569 511147.910 5417394.950 263.569 511147.850 5417393.380 263.569 511147.670 5417389.440 263.569 511144.670 5417389.550 263.569</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_7a3ff46a-2b63-40dc-9bdf-d2b1afc2a624">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_114bf665-e4fa-4c04-871f-c75b9f72485d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0967bba1-adf9-4922-9b4c-83e971638fee">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0967bba1-adf9-4922-9b4c-83e971638fee_0_">
                      <gml:posList srsDimension="3">511147.670 5417389.440 263.569 511147.850 5417393.380 263.569 511147.850 5417393.380 266.120 511147.670 5417389.440 266.120 511147.670 5417389.440 263.569</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_66cd8e11-c9ff-40d7-a236-1ed9d0f28bcd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1fcf1198-8f57-4a01-81b8-837c498419cd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ac137e5-904b-4c39-a563-c764a5923bd7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ac137e5-904b-4c39-a563-c764a5923bd7_0_">
                      <gml:posList srsDimension="3">511144.870 5417395.050 266.120 511144.670 5417389.550 266.120 511147.670 5417389.440 266.120 511147.850 5417393.380 266.120 511147.910 5417394.950 266.120 511144.870 5417395.050 266.120</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_f18441d9-c006-464b-865f-4e63e039311d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0ff5e963-fcaf-4a0c-99fc-c0c99c7f641b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5429f6ee-c66d-4185-afc6-d362a955a2bc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5429f6ee-c66d-4185-afc6-d362a955a2bc_0_">
                      <gml:posList srsDimension="3">511147.850 5417393.380 263.569 511147.910 5417394.950 263.569 511147.910 5417394.950 266.120 511147.850 5417393.380 266.120 511147.850 5417393.380 263.569</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_03f03124-a86a-4f5f-87fe-e99ef9327307">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1658f23a-6012-45fb-bcf6-e904e9abd56d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_79671178-a5b3-4e81-936e-1c227a2e6914">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_79671178-a5b3-4e81-936e-1c227a2e6914_0_">
                      <gml:posList srsDimension="3">511147.910 5417394.950 263.569 511144.870 5417395.050 263.569 511144.870 5417395.050 266.120 511147.910 5417394.950 266.120 511147.910 5417394.950 263.569</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_6c5d9957-a905-43cc-9a6d-6146594cc784">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a9f541a-1929-4725-858a-94a0dd3d8211">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a64e085a-5981-42d9-a8be-cbbb9a914b12">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a64e085a-5981-42d9-a8be-cbbb9a914b12_0_">
                      <gml:posList srsDimension="3">511144.870 5417395.050 263.569 511144.670 5417389.550 263.569 511144.670 5417389.550 266.120 511144.870 5417395.050 266.120 511144.870 5417395.050 263.569</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2017</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006N">
      <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>DEBWL0010001006N</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.549</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_16c60eb2-2934-43d3-b7a4-41b8bc00d853">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_949c055f-2e36-4ffd-8ac3-dd4c1fb506e5">
              <gml:surfaceMember xlink:href="#Srf_6a02e9f4-15b7-4ec5-8c79-7cbe1c455b3f"/>
              <gml:surfaceMember xlink:href="#Srf_a26d02e3-f588-491d-9bcb-1984b7e7a9e7"/>
              <gml:surfaceMember xlink:href="#Srf_938e7194-bcec-4591-8e4b-8c6b1a1337c2"/>
              <gml:surfaceMember xlink:href="#Srf_91470fa2-128b-48d4-a662-9a02a6725b6e"/>
              <gml:surfaceMember xlink:href="#Srf_c7e911f9-7958-41fe-89ed-bdf2ffe44e34"/>
              <gml:surfaceMember xlink:href="#Srf_be02f8b3-3cc3-4249-8027-11327e04e60c"/>
              <gml:surfaceMember xlink:href="#Srf_9b66f840-7b54-442d-a26d-22c876df701e"/>
              <gml:surfaceMember xlink:href="#Srf_5f9fd1d5-13a3-4b07-a1d3-99cc38edfc5c"/>
              <gml:surfaceMember xlink:href="#Srf_66d6b0bc-6453-448e-ad45-1807716f1f6c"/>
              <gml:surfaceMember xlink:href="#Srf_22aa8cf4-a3ce-42bb-9d83-b3d0ff9fef6f"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b5bd3a88-9b06-4f12-bf96-0130ae5c8bca">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f231895b-c28a-4632-945a-ad6576006f83">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9b66f840-7b54-442d-a26d-22c876df701e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9b66f840-7b54-442d-a26d-22c876df701e_0_">
                      <gml:posList srsDimension="3">511147.850 5417393.380 261.717 511152.278 5417393.201 261.717 511152.278 5417393.201 272.266 511147.850 5417393.380 269.151 511147.850 5417393.380 261.717</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_e48bdb4f-ed1e-4ee6-90a0-4df4741e0296">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eb6219ca-8fb8-4ca4-bd2f-ce3d529e28df">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6a02e9f4-15b7-4ec5-8c79-7cbe1c455b3f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6a02e9f4-15b7-4ec5-8c79-7cbe1c455b3f_0_">
                      <gml:posList srsDimension="3">511156.740 5417393.020 269.137 511152.278 5417393.201 272.266 511152.278 5417393.201 261.717 511156.740 5417393.020 261.717 511156.740 5417393.020 269.137</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_1003a171-758d-4f3e-b22d-6df1aa5ded68">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7dd729d8-f025-49f3-aff4-8f4402501dd9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_22aa8cf4-a3ce-42bb-9d83-b3d0ff9fef6f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_22aa8cf4-a3ce-42bb-9d83-b3d0ff9fef6f_0_">
                      <gml:posList srsDimension="3">511157.040 5417400.540 269.122 511156.740 5417393.020 269.137 511156.740 5417393.020 261.717 511157.040 5417400.540 261.717 511157.040 5417400.540 269.122</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_1f8d9bbe-34f5-46e0-9ed9-cb8a6b317bab">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3728a45e-cc05-4d03-bbdf-dfc304d72c94">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be02f8b3-3cc3-4249-8027-11327e04e60c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be02f8b3-3cc3-4249-8027-11327e04e60c_0_">
                      <gml:posList srsDimension="3">511147.910 5417394.950 261.717 511148.150 5417400.890 261.717 511152.562 5417400.716 261.717 511157.040 5417400.540 261.717 511156.740 5417393.020 261.717 511152.278 5417393.201 261.717 511147.850 5417393.380 261.717 511147.910 5417394.950 261.717</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_ffc22a74-1338-46c4-befa-90c064235985">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_16be9c56-2609-45f9-b87b-e65ac6ef8e4f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5f9fd1d5-13a3-4b07-a1d3-99cc38edfc5c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5f9fd1d5-13a3-4b07-a1d3-99cc38edfc5c_0_">
                      <gml:posList srsDimension="3">511152.562 5417400.716 272.262 511157.040 5417400.540 269.122 511157.040 5417400.540 261.717 511152.562 5417400.716 261.717 511152.562 5417400.716 272.262</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_00e2b14f-53a6-4718-a463-d48a58d458ab">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_63dc61c2-6a9b-4884-8c7d-22b826d64e09">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c7e911f9-7958-41fe-89ed-bdf2ffe44e34">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c7e911f9-7958-41fe-89ed-bdf2ffe44e34_0_">
                      <gml:posList srsDimension="3">511152.562 5417400.716 272.262 511148.150 5417400.890 269.159 511147.910 5417394.950 269.151 511147.850 5417393.380 269.151 511152.278 5417393.201 272.266 511152.562 5417400.716 272.262</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_d74d758c-a267-4283-a80f-ee00b3f5bff4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bdad5956-be5a-45d1-bade-3be8f601994e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_938e7194-bcec-4591-8e4b-8c6b1a1337c2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_938e7194-bcec-4591-8e4b-8c6b1a1337c2_0_">
                      <gml:posList srsDimension="3">511152.562 5417400.716 261.717 511148.150 5417400.890 261.717 511148.150 5417400.890 269.159 511152.562 5417400.716 272.262 511152.562 5417400.716 261.717</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_464c7ce5-0131-438a-b80a-1485cd6ecf76">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7e7e5c53-aa25-4618-89bc-a3045097d769">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a26d02e3-f588-491d-9bcb-1984b7e7a9e7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a26d02e3-f588-491d-9bcb-1984b7e7a9e7_0_">
                      <gml:posList srsDimension="3">511148.150 5417400.890 261.717 511147.910 5417394.950 261.717 511147.910 5417394.950 269.151 511148.150 5417400.890 269.159 511148.150 5417400.890 261.717</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_3d2be7ad-483e-48d2-8e0d-21d4a996fa4a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f7e12524-44a1-447a-9a69-12585cf6ad11">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_66d6b0bc-6453-448e-ad45-1807716f1f6c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_66d6b0bc-6453-448e-ad45-1807716f1f6c_0_">
                      <gml:posList srsDimension="3">511156.740 5417393.020 269.137 511157.040 5417400.540 269.122 511152.562 5417400.716 272.262 511152.278 5417393.201 272.266 511156.740 5417393.020 269.137</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_a92d4cab-44fa-4207-b025-23a52f653b5d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_266437cf-c0d9-4087-a732-207dfd72a11e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_91470fa2-128b-48d4-a662-9a02a6725b6e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_91470fa2-128b-48d4-a662-9a02a6725b6e_0_">
                      <gml:posList srsDimension="3">511147.910 5417394.950 261.717 511147.850 5417393.380 261.717 511147.850 5417393.380 269.151 511147.910 5417394.950 269.151 511147.910 5417394.950 261.717</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1914</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006F">
      <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>DEBWL0010001006F</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.925</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_fd5a70c2-d18f-43f8-9ffc-3bd98ef5f83b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_8ef7ff90-c916-46f3-8f73-1ede8aceb177">
              <gml:surfaceMember xlink:href="#Srf_9971a10b-84ea-4336-bf4a-37cd98cadfdc"/>
              <gml:surfaceMember xlink:href="#Srf_a52aabc6-2316-419e-9b56-bf14177a5dc3"/>
              <gml:surfaceMember xlink:href="#Srf_ccc9cafe-9d01-40a0-b976-717ea86c1de9"/>
              <gml:surfaceMember xlink:href="#Srf_a2cad2ee-8bbf-4df2-8627-779ad2871a2f"/>
              <gml:surfaceMember xlink:href="#Srf_a5c8a764-5369-4a13-958b-15c0b292c4f0"/>
              <gml:surfaceMember xlink:href="#Srf_98f717b5-a086-4c8a-ba1a-3cba517bc27c"/>
              <gml:surfaceMember xlink:href="#Srf_64aeb831-8ccf-4022-a1ba-d3f8941520f0"/>
              <gml:surfaceMember xlink:href="#Srf_8f67cb1c-eef0-4313-bfa9-de04fa397a25"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_6cc2a61f-b07e-419e-b4ed-d7b1deb1a64f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dbd925d2-5100-4dad-bea0-c62826a59088">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a2cad2ee-8bbf-4df2-8627-779ad2871a2f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a2cad2ee-8bbf-4df2-8627-779ad2871a2f_0_">
                      <gml:posList srsDimension="3">511221.670 5417387.250 261.985 511221.670 5417387.250 264.910 511221.640 5417395.250 264.910 511221.640 5417395.250 261.985 511221.670 5417387.250 261.985</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_7ec314ee-318d-456c-936b-140e9bbb2cd7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fd0bbd7f-4d99-45e2-b766-d96c5d802a7e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a52aabc6-2316-419e-9b56-bf14177a5dc3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a52aabc6-2316-419e-9b56-bf14177a5dc3_0_">
                      <gml:posList srsDimension="3">511221.670 5417387.250 261.985 511221.640 5417395.250 261.985 511221.630 5417396.750 261.985 511224.620 5417396.770 261.985 511224.640 5417393.240 261.985 511224.660 5417387.260 261.985 511221.670 5417387.250 261.985</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_9359883f-698a-4143-8fc3-3c20f43dd1e3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9aaa1780-60bf-457c-a84d-c141c295f74c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_98f717b5-a086-4c8a-ba1a-3cba517bc27c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_98f717b5-a086-4c8a-ba1a-3cba517bc27c_0_">
                      <gml:posList srsDimension="3">511221.670 5417387.250 261.985 511224.660 5417387.260 261.985 511224.660 5417387.260 264.910 511221.670 5417387.250 264.910 511221.670 5417387.250 261.985</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_0c8339ed-0429-4a16-9b68-721f26579ae1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a992d1d-99ae-4a48-a0ed-23dd3ce3ccf5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8f67cb1c-eef0-4313-bfa9-de04fa397a25">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8f67cb1c-eef0-4313-bfa9-de04fa397a25_0_">
                      <gml:posList srsDimension="3">511224.660 5417387.260 264.910 511224.660 5417387.260 261.985 511224.640 5417393.240 261.985 511224.640 5417393.240 264.910 511224.660 5417387.260 264.910</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_6ce125ca-6695-4255-b2ff-770287c312b2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d77ad430-0471-4f26-91ac-3ba81aaa7b79">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9971a10b-84ea-4336-bf4a-37cd98cadfdc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9971a10b-84ea-4336-bf4a-37cd98cadfdc_0_">
                      <gml:posList srsDimension="3">511224.640 5417393.240 264.910 511224.640 5417393.240 261.985 511224.620 5417396.770 261.985 511224.620 5417396.770 264.910 511224.640 5417393.240 264.910</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_5bd9054a-7a13-4e70-81b3-137a783dcf08">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_46f25062-d745-4b1c-adb9-696f7efff324">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_64aeb831-8ccf-4022-a1ba-d3f8941520f0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_64aeb831-8ccf-4022-a1ba-d3f8941520f0_0_">
                      <gml:posList srsDimension="3">511224.620 5417396.770 261.985 511221.630 5417396.750 261.985 511221.630 5417396.750 264.910 511224.620 5417396.770 264.910 511224.620 5417396.770 261.985</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_61088b6f-bf84-4fbf-a3d9-244790a72921">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f43c9728-7c4c-491f-8ec3-a6f922380b99">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a5c8a764-5369-4a13-958b-15c0b292c4f0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a5c8a764-5369-4a13-958b-15c0b292c4f0_0_">
                      <gml:posList srsDimension="3">511221.640 5417395.250 264.910 511221.670 5417387.250 264.910 511224.660 5417387.260 264.910 511224.640 5417393.240 264.910 511224.620 5417396.770 264.910 511221.630 5417396.750 264.910 511221.640 5417395.250 264.910</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_a8fe1978-0c2b-4f51-8a73-42601d61fc87">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f17dbf29-4236-4270-9b62-d42043904bb2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ccc9cafe-9d01-40a0-b976-717ea86c1de9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ccc9cafe-9d01-40a0-b976-717ea86c1de9_0_">
                      <gml:posList srsDimension="3">511221.640 5417395.250 261.985 511221.640 5417395.250 264.910 511221.630 5417396.750 264.910 511221.630 5417396.750 261.985 511221.640 5417395.250 261.985</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1918</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006T">
      <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>DEBWL0010001006T</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.540</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a063cc3e-4125-40a0-9ea6-a8dcdb111ebc">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1ac634ed-079e-42b1-92c0-eb124f9464ee">
              <gml:surfaceMember xlink:href="#Srf_8f9b3fc9-d20a-4eab-84d7-c78b045c720b"/>
              <gml:surfaceMember xlink:href="#Srf_cc419e7e-3361-4757-b777-d32b0eb616f3"/>
              <gml:surfaceMember xlink:href="#Srf_938b0d4c-7f57-44e7-b039-80d4c0618f3a"/>
              <gml:surfaceMember xlink:href="#Srf_8d8eb094-f170-454a-b5b2-0411cc15ac76"/>
              <gml:surfaceMember xlink:href="#Srf_6415b9a6-800c-477d-9f25-d8d7243720bb"/>
              <gml:surfaceMember xlink:href="#Srf_04144aa1-9b59-4ef5-a7e4-53b2baff4fb0"/>
              <gml:surfaceMember xlink:href="#Srf_3a419c1b-ce36-4bad-9718-b6cd48ef6a91"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9f587e38-4b9e-4142-93e1-245422daa782">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a776c650-6f1a-4734-b0ab-cfc8ba6e3e82">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_04144aa1-9b59-4ef5-a7e4-53b2baff4fb0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_04144aa1-9b59-4ef5-a7e4-53b2baff4fb0_0_">
                      <gml:posList srsDimension="3">511125.990 5417394.250 263.810 511126.060 5417395.800 263.810 511126.060 5417395.800 266.350 511125.990 5417394.250 266.350 511125.990 5417394.250 263.810</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_83d49ac9-113e-49b2-8262-8751824f7531">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3685fd84-37e4-4fe8-a702-96c4edfa805d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6415b9a6-800c-477d-9f25-d8d7243720bb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6415b9a6-800c-477d-9f25-d8d7243720bb_0_">
                      <gml:posList srsDimension="3">511126.060 5417395.800 263.810 511123.050 5417395.880 263.810 511123.050 5417395.880 266.350 511126.060 5417395.800 266.350 511126.060 5417395.800 263.810</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_8948abcc-cd0e-4b0f-bd97-a157b5621516">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dfd84ea4-0699-4be0-8a1b-308300a051b7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a419c1b-ce36-4bad-9718-b6cd48ef6a91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a419c1b-ce36-4bad-9718-b6cd48ef6a91_0_">
                      <gml:posList srsDimension="3">511123.050 5417395.880 263.810 511122.820 5417390.370 263.810 511122.820 5417390.370 266.350 511123.050 5417395.880 266.350 511123.050 5417395.880 263.810</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_409f953b-86f1-47c8-aa92-f99baf2bf83e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2e918847-a152-4743-b3f3-e7a8b25eca03">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8d8eb094-f170-454a-b5b2-0411cc15ac76">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8d8eb094-f170-454a-b5b2-0411cc15ac76_0_">
                      <gml:posList srsDimension="3">511122.820 5417390.370 263.810 511125.830 5417390.280 263.810 511125.830 5417390.280 266.350 511122.820 5417390.370 266.350 511122.820 5417390.370 263.810</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_bc494a4a-fb12-4d29-86d0-ec0c463024e9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6fc17913-6a92-4df5-bd6e-21f965184f2e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cc419e7e-3361-4757-b777-d32b0eb616f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cc419e7e-3361-4757-b777-d32b0eb616f3_0_">
                      <gml:posList srsDimension="3">511123.050 5417395.880 266.350 511122.820 5417390.370 266.350 511125.830 5417390.280 266.350 511125.990 5417394.250 266.350 511126.060 5417395.800 266.350 511123.050 5417395.880 266.350</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_ae82fa0a-ad01-4f45-bb5b-86d85e375894">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c7390714-833a-404f-b24e-91e9622d04b8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8f9b3fc9-d20a-4eab-84d7-c78b045c720b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8f9b3fc9-d20a-4eab-84d7-c78b045c720b_0_">
                      <gml:posList srsDimension="3">511122.820 5417390.370 263.810 511123.050 5417395.880 263.810 511126.060 5417395.800 263.810 511125.990 5417394.250 263.810 511125.830 5417390.280 263.810 511122.820 5417390.370 263.810</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_685b6a82-b3c7-4cfa-b10a-8b0d02e494fc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_89ea779b-9f46-49dc-b191-e29402135df2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_938b0d4c-7f57-44e7-b039-80d4c0618f3a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_938b0d4c-7f57-44e7-b039-80d4c0618f3a_0_">
                      <gml:posList srsDimension="3">511125.830 5417390.280 263.810 511125.990 5417394.250 263.810 511125.990 5417394.250 266.350 511125.830 5417390.280 266.350 511125.830 5417390.280 263.810</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1922</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006B">
      <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>DEBWL0010001006B</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.606</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d901b0bc-aeea-45e1-a7b0-ac424b467f8b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f0cdae4c-95d5-4e6b-b14e-7d812da419c5">
              <gml:surfaceMember xlink:href="#Srf_6bb1f159-c9c5-4cc0-a375-7d63dd3c50ad"/>
              <gml:surfaceMember xlink:href="#Srf_8e4e465f-fec8-4505-af80-765d40f4799a"/>
              <gml:surfaceMember xlink:href="#Srf_ba4fb091-010d-4e58-a5ab-5ef24b87fb72"/>
              <gml:surfaceMember xlink:href="#Srf_e6a389fa-9a39-47a8-af1c-e9a511d3b18d"/>
              <gml:surfaceMember xlink:href="#Srf_445d213e-2b68-431b-a973-a65642e999cb"/>
              <gml:surfaceMember xlink:href="#Srf_35eb7486-a2c4-41a4-8716-1f3fc9716fd9"/>
              <gml:surfaceMember xlink:href="#Srf_784b7542-c4fd-438b-b012-d4a3e1648800"/>
              <gml:surfaceMember xlink:href="#Srf_81a389a5-be39-466b-bfe4-4deb3c5fe363"/>
              <gml:surfaceMember xlink:href="#Srf_83ca4604-d65c-4019-a0a1-f90273cd12ce"/>
              <gml:surfaceMember xlink:href="#Srf_2d70a035-5f31-48b3-b845-698f6f968201"/>
              <gml:surfaceMember xlink:href="#Srf_a1f1169d-225b-41c3-9d85-67b0128ce99d"/>
              <gml:surfaceMember xlink:href="#Srf_4138b15d-83b9-4e1d-8003-4a68a1a561c7"/>
              <gml:surfaceMember xlink:href="#Srf_1fe2d6dd-cd5c-4bf6-99e4-84279ee61093"/>
              <gml:surfaceMember xlink:href="#Srf_dfc74f54-a1ba-4b12-8518-9ba6f4451b22"/>
              <gml:surfaceMember xlink:href="#Srf_0a71523b-69d6-488d-847b-d55e7cd57a50"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_457ef17a-0ba2-43e5-992c-1cad5f8275c6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4712841c-3012-4bf4-aa50-8c6b77f42419">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_784b7542-c4fd-438b-b012-d4a3e1648800">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_784b7542-c4fd-438b-b012-d4a3e1648800_0_">
                      <gml:posList srsDimension="3">511247.440 5417389.770 260.863 511251.757 5417389.770 260.863 511251.757 5417389.770 271.469 511247.440 5417389.770 268.915 511247.440 5417389.770 260.863</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_c998f069-1f15-4626-aaf7-6edc80c89eb2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c3135050-9509-42cd-b8ee-d76de6adbf0e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_83ca4604-d65c-4019-a0a1-f90273cd12ce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_83ca4604-d65c-4019-a0a1-f90273cd12ce_0_">
                      <gml:posList srsDimension="3">511256.930 5417389.770 268.428 511251.757 5417389.770 271.469 511251.757 5417389.770 260.863 511256.930 5417389.770 260.863 511256.930 5417389.770 268.428</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_718c1431-7940-4084-be2c-6935ab3b4b2e">
For faster browsing, not all history is shown. View entire blame