Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
53001
53002
53003
53004
53005
53006
53007
53008
53009
53010
53011
53012
53013
53014
53015
53016
53017
53018
53019
53020
53021
53022
53023
53024
53025
53026
53027
53028
53029
53030
53031
53032
53033
53034
53035
53036
53037
53038
53039
53040
53041
53042
53043
53044
53045
53046
53047
53048
53049
53050
53051
53052
53053
53054
53055
53056
53057
53058
53059
53060
53061
53062
53063
53064
53065
53066
53067
53068
53069
53070
53071
53072
53073
53074
53075
53076
53077
53078
53079
53080
53081
53082
53083
53084
53085
53086
53087
53088
53089
53090
53091
53092
53093
53094
53095
53096
53097
53098
53099
53100
53101
53102
53103
53104
53105
53106
53107
53108
53109
53110
53111
53112
53113
53114
53115
53116
53117
53118
53119
53120
53121
53122
53123
53124
53125
53126
53127
53128
53129
53130
53131
53132
53133
53134
53135
53136
53137
53138
53139
53140
53141
53142
53143
53144
53145
53146
53147
53148
53149
53150
53151
53152
53153
53154
53155
53156
53157
53158
53159
53160
53161
53162
53163
53164
53165
53166
53167
53168
53169
53170
53171
53172
53173
53174
53175
53176
53177
53178
53179
53180
53181
53182
53183
53184
53185
53186
53187
53188
53189
53190
53191
53192
53193
53194
53195
53196
53197
53198
53199
53200
53201
53202
53203
53204
53205
53206
53207
53208
53209
53210
53211
53212
53213
53214
53215
53216
53217
53218
53219
53220
53221
53222
53223
53224
53225
53226
53227
53228
53229
53230
53231
53232
53233
53234
53235
53236
53237
53238
53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
53251
53252
53253
53254
53255
53256
53257
53258
53259
53260
53261
53262
53263
53264
53265
53266
53267
53268
53269
53270
53271
53272
53273
53274
53275
53276
53277
53278
53279
53280
53281
53282
53283
53284
53285
53286
53287
53288
53289
53290
53291
53292
53293
53294
53295
53296
53297
53298
53299
53300
53301
53302
53303
53304
53305
53306
53307
53308
53309
53310
53311
53312
53313
53314
53315
53316
53317
53318
53319
53320
53321
53322
53323
53324
53325
53326
53327
53328
53329
53330
53331
53332
53333
53334
53335
53336
53337
53338
53339
53340
53341
53342
53343
53344
53345
53346
53347
53348
53349
53350
53351
53352
53353
53354
53355
53356
53357
53358
53359
53360
53361
53362
53363
53364
53365
53366
53367
53368
53369
53370
53371
53372
53373
53374
53375
53376
53377
53378
53379
53380
53381
53382
53383
53384
53385
53386
53387
53388
53389
53390
53391
53392
53393
53394
53395
53396
53397
53398
53399
53400
53401
53402
53403
53404
53405
53406
53407
53408
53409
53410
53411
53412
53413
53414
53415
53416
53417
53418
53419
53420
53421
53422
53423
53424
53425
53426
53427
53428
53429
53430
53431
53432
53433
53434
53435
53436
53437
53438
53439
53440
53441
53442
53443
53444
53445
53446
53447
53448
53449
53450
53451
53452
53453
53454
53455
53456
53457
53458
53459
53460
53461
53462
53463
53464
53465
53466
53467
53468
53469
53470
53471
53472
53473
53474
53475
53476
53477
53478
53479
53480
53481
53482
53483
53484
53485
53486
53487
53488
53489
53490
53491
53492
53493
53494
53495
53496
53497
53498
53499
53500
53501
53502
53503
53504
53505
53506
53507
53508
53509
53510
53511
53512
53513
53514
53515
53516
53517
53518
53519
53520
53521
53522
53523
53524
53525
53526
53527
53528
53529
53530
53531
53532
53533
53534
53535
53536
53537
53538
53539
53540
53541
53542
53543
53544
53545
53546
53547
53548
53549
53550
53551
53552
53553
53554
53555
53556
53557
53558
53559
53560
53561
53562
53563
53564
53565
53566
53567
53568
53569
53570
53571
53572
53573
53574
53575
53576
53577
53578
53579
53580
53581
53582
53583
53584
53585
53586
53587
53588
53589
53590
53591
53592
53593
53594
53595
53596
53597
53598
53599
53600
53601
53602
53603
53604
53605
53606
53607
53608
53609
53610
53611
53612
53613
53614
53615
53616
53617
53618
53619
53620
53621
53622
53623
53624
53625
53626
53627
53628
53629
53630
53631
53632
53633
53634
53635
53636
53637
53638
53639
53640
53641
53642
53643
53644
53645
53646
53647
53648
53649
53650
53651
53652
53653
53654
53655
53656
53657
53658
53659
53660
53661
53662
53663
53664
53665
53666
53667
53668
53669
53670
53671
53672
53673
53674
53675
53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
53688
53689
53690
53691
53692
53693
53694
53695
53696
53697
53698
53699
53700
53701
53702
53703
53704
53705
53706
53707
53708
53709
53710
53711
53712
53713
53714
53715
53716
53717
53718
53719
53720
53721
53722
53723
53724
53725
53726
53727
53728
53729
53730
53731
53732
53733
53734
53735
53736
53737
53738
53739
53740
53741
53742
53743
53744
53745
53746
53747
53748
53749
53750
53751
53752
53753
53754
53755
53756
53757
53758
53759
53760
53761
53762
53763
53764
53765
53766
53767
53768
53769
53770
53771
53772
53773
53774
53775
53776
53777
53778
53779
53780
53781
53782
53783
53784
53785
53786
53787
53788
53789
53790
53791
53792
53793
53794
53795
53796
53797
53798
53799
53800
53801
53802
53803
53804
53805
53806
53807
53808
53809
53810
53811
53812
53813
53814
53815
53816
53817
53818
53819
53820
53821
53822
53823
53824
53825
53826
53827
53828
53829
53830
53831
53832
53833
53834
53835
53836
53837
53838
53839
53840
53841
53842
53843
53844
53845
53846
53847
53848
53849
53850
53851
53852
53853
53854
53855
53856
53857
53858
53859
53860
53861
53862
53863
53864
53865
53866
53867
53868
53869
53870
53871
53872
53873
53874
53875
53876
53877
53878
53879
53880
53881
53882
53883
53884
53885
53886
53887
53888
53889
53890
53891
53892
53893
53894
53895
53896
53897
53898
53899
53900
53901
53902
53903
53904
53905
53906
53907
53908
53909
53910
53911
53912
53913
53914
53915
53916
53917
53918
53919
53920
53921
53922
53923
53924
53925
53926
53927
53928
53929
53930
53931
53932
53933
53934
53935
53936
53937
53938
53939
53940
53941
53942
53943
53944
53945
53946
53947
53948
53949
53950
53951
53952
53953
53954
53955
53956
53957
53958
53959
53960
53961
53962
53963
53964
53965
53966
53967
53968
53969
53970
53971
53972
53973
53974
53975
53976
53977
53978
53979
53980
53981
53982
53983
53984
53985
53986
53987
53988
53989
53990
53991
53992
53993
53994
53995
53996
53997
53998
53999
54000
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_3f4d0dfc-2cc3-4850-9597-5bf683130b9b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08e56007-e547-4d50-a273-ef4b475c3800">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54522cb2-d430-4df8-9660-f81df6057104">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54522cb2-d430-4df8-9660-f81df6057104_0_">
                      <gml:posList srsDimension="3">511108.465 5417010.086 279.276 511108.530 5417005.840 276.757 511115.000 5417005.700 276.750 511114.980 5417004.700 276.157 511115.260 5417004.700 276.160 511115.370 5417009.953 279.279 511108.465 5417010.086 279.276</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_6a8fbb2e-2a3f-42dd-beb7-ece90c50b302">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_95d1fc25-9c70-49d3-94b3-29820a915190">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_19373635-bbbf-4c90-a349-a496a43e9f6e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_19373635-bbbf-4c90-a349-a496a43e9f6e_0_">
                      <gml:posList srsDimension="3">511108.510 5417004.840 276.163 511108.510 5417004.840 270.108 511108.530 5417005.840 270.108 511108.530 5417005.840 276.757 511108.510 5417004.840 276.163</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_dac6d162-792c-4efe-9788-f54b4334a848">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f3bd7520-9f5d-4eae-a20e-40b0e9b46a1e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_665d749d-7d47-4d4a-85c7-25ee0d8f4b38">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_665d749d-7d47-4d4a-85c7-25ee0d8f4b38_0_">
                      <gml:posList srsDimension="3">511115.000 5417005.700 276.750 511108.530 5417005.840 276.757 511108.530 5417005.840 270.108 511115.000 5417005.700 270.108 511115.000 5417005.700 276.750</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_0010000ZZEp">
      <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>DEBWL0010000ZZEp</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.957</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_5974f2e2-d731-4a82-b3c5-693bca41609c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d6ba24bf-c03e-44d7-9bfb-0395260a1a3a">
              <gml:surfaceMember xlink:href="#Srf_1cb181b5-b2c9-44bd-bf0c-36bb17157c87"/>
              <gml:surfaceMember xlink:href="#Srf_a34d4a19-063e-4f75-8c83-9ccc2cdfbf4f"/>
              <gml:surfaceMember xlink:href="#Srf_30bfb3f5-b22d-4b03-86f9-15cc198baaf5"/>
              <gml:surfaceMember xlink:href="#Srf_c7db1705-1d27-4ac4-840f-38ce604b2014"/>
              <gml:surfaceMember xlink:href="#Srf_31eae5cb-d160-4745-b115-2ab9130b9e48"/>
              <gml:surfaceMember xlink:href="#Srf_ef7d0ea3-bee0-4613-a145-760681d6e740"/>
              <gml:surfaceMember xlink:href="#Srf_a2f3744e-660c-4a42-bc18-7f2ff0ce8e95"/>
              <gml:surfaceMember xlink:href="#Srf_9818e72b-68a9-4052-ab84-96dee7dd68ef"/>
              <gml:surfaceMember xlink:href="#Srf_3cd22df9-fee7-4459-b3dd-ac3476c7a236"/>
              <gml:surfaceMember xlink:href="#Srf_82eece24-7dab-46ba-81b0-8d32cefa6cc7"/>
              <gml:surfaceMember xlink:href="#Srf_223b185e-6df1-4921-b948-bd2c19e7eb2b"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_065dc740-ab63-4726-a129-f90fa19422ac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cfd08797-5a2d-4875-b591-96f78145da94">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_31eae5cb-d160-4745-b115-2ab9130b9e48">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_31eae5cb-d160-4745-b115-2ab9130b9e48_0_">
                      <gml:posList srsDimension="3">511101.460 5417004.990 269.314 511101.640 5417004.990 269.314 511101.640 5417004.990 276.157 511101.460 5417004.990 276.155 511101.460 5417004.990 269.314</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_04f5f168-342d-47f3-b48d-f319f83604e4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7d3c10b-cfc7-4e85-8ede-63409c5146c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ef7d0ea3-bee0-4613-a145-760681d6e740">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ef7d0ea3-bee0-4613-a145-760681d6e740_0_">
                      <gml:posList srsDimension="3">511101.640 5417004.990 269.314 511101.730 5417010.209 269.314 511101.730 5417010.209 279.270 511101.640 5417004.990 276.157 511101.640 5417004.990 269.314</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_b76d79ec-5c5e-4c72-9e51-3a6afc9ed6f7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b2bb6cc9-f9d2-410a-92cf-5a0712864016">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_223b185e-6df1-4921-b948-bd2c19e7eb2b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_223b185e-6df1-4921-b948-bd2c19e7eb2b_0_">
                      <gml:posList srsDimension="3">511101.820 5417015.470 276.125 511101.730 5417010.209 279.270 511101.730 5417010.209 269.314 511101.820 5417015.470 269.314 511101.820 5417015.470 276.125</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_19b3b75b-373e-4735-9a11-b93ce06d3645">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_000ee652-0b6a-4853-931d-3ea53ba0758b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9818e72b-68a9-4052-ab84-96dee7dd68ef">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9818e72b-68a9-4052-ab84-96dee7dd68ef_0_">
                      <gml:posList srsDimension="3">511101.820 5417015.470 269.314 511094.960 5417015.610 269.314 511094.960 5417015.610 276.113 511101.820 5417015.470 276.125 511101.820 5417015.470 269.314</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_661d0273-7907-4ab1-b07b-2df78102d6fd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_579ab3e1-9ac6-4c9e-9ee6-5c4efa49e275">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a34d4a19-063e-4f75-8c83-9ccc2cdfbf4f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a34d4a19-063e-4f75-8c83-9ccc2cdfbf4f_0_">
                      <gml:posList srsDimension="3">511094.837 5417010.327 279.271 511094.960 5417015.610 276.113 511094.960 5417015.610 269.314 511094.837 5417010.327 269.314 511094.837 5417010.327 279.271</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_fa936058-c101-412f-b204-6b86058074c1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3fbc77f5-b2e3-4552-86ef-0a77b4f9d513">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c7db1705-1d27-4ac4-840f-38ce604b2014">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c7db1705-1d27-4ac4-840f-38ce604b2014_0_">
                      <gml:posList srsDimension="3">511094.837 5417010.327 269.314 511094.670 5417003.130 269.314 511094.670 5417003.130 274.979 511094.837 5417010.327 279.271 511094.837 5417010.327 269.314</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_6ba79e78-2305-45b2-85d6-24324c988274">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4011ee2-bcfb-4147-8b04-50e71d90b20c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1cb181b5-b2c9-44bd-bf0c-36bb17157c87">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1cb181b5-b2c9-44bd-bf0c-36bb17157c87_0_">
                      <gml:posList srsDimension="3">511094.837 5417010.327 279.271 511094.670 5417003.130 274.979 511101.410 5417002.980 274.957 511101.460 5417004.990 276.155 511101.640 5417004.990 276.157 511101.730 5417010.209 279.270 511094.837 5417010.327 279.271</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_2a9591ff-bc86-4688-a1c8-8768df26aff1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_77a8a1f9-1128-472a-aaae-d17d8d2c55c0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_30bfb3f5-b22d-4b03-86f9-15cc198baaf5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_30bfb3f5-b22d-4b03-86f9-15cc198baaf5_0_">
                      <gml:posList srsDimension="3">511101.410 5417002.980 274.957 511094.670 5417003.130 274.979 511094.670 5417003.130 269.314 511101.410 5417002.980 269.314 511101.410 5417002.980 274.957</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_d6864683-ceb2-4d82-95ea-7d76b8f7f2a7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_497040f8-e1de-4458-80db-e3a2c60de436">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3cd22df9-fee7-4459-b3dd-ac3476c7a236">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3cd22df9-fee7-4459-b3dd-ac3476c7a236_0_">
                      <gml:posList srsDimension="3">511094.960 5417015.610 276.113 511094.837 5417010.327 279.271 511101.730 5417010.209 279.270 511101.820 5417015.470 276.125 511094.960 5417015.610 276.113</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_522cbf63-0142-496d-8576-98dd5e43f227">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_028eb94e-8b00-46a4-86b8-23897f7dffff">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_82eece24-7dab-46ba-81b0-8d32cefa6cc7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_82eece24-7dab-46ba-81b0-8d32cefa6cc7_0_">
                      <gml:posList srsDimension="3">511094.670 5417003.130 269.314 511094.837 5417010.327 269.314 511094.960 5417015.610 269.314 511101.820 5417015.470 269.314 511101.730 5417010.209 269.314 511101.640 5417004.990 269.314 511101.460 5417004.990 269.314 511101.410 5417002.980 269.314 511094.670 5417003.130 269.314</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_33a17f5e-e469-4ffe-bd0f-763126e9d46f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b16666c-f24a-4783-8e72-907bb39b6bc4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a2f3744e-660c-4a42-bc18-7f2ff0ce8e95">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a2f3744e-660c-4a42-bc18-7f2ff0ce8e95_0_">
                      <gml:posList srsDimension="3">511101.410 5417002.980 269.314 511101.460 5417004.990 269.314 511101.460 5417004.990 276.155 511101.410 5417002.980 274.957 511101.410 5417002.980 269.314</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1938</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEY">
      <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>DEBWL0010000ZZEY</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.149</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d329fd77-e271-4ad1-a03f-a2aab7f9f5df">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d8c41487-cf50-4311-b047-b6a638009e87">
              <gml:surfaceMember xlink:href="#Srf_e98dbded-f65a-4d58-9397-ce20d12af571"/>
              <gml:surfaceMember xlink:href="#Srf_00a9f9cd-58d3-45d1-b2a1-977fc524a552"/>
              <gml:surfaceMember xlink:href="#Srf_5c66962f-eb1f-4855-bc4e-6981573dc113"/>
              <gml:surfaceMember xlink:href="#Srf_31ba4104-4a52-4abd-b4ed-12078e77c8e0"/>
              <gml:surfaceMember xlink:href="#Srf_cfb956c8-908d-4ef8-95b5-a773d740cb3e"/>
              <gml:surfaceMember xlink:href="#Srf_a33834b7-4c0f-401f-a277-618dbc19e593"/>
              <gml:surfaceMember xlink:href="#Srf_48b033d8-0c90-4d21-b986-ebca86ce352a"/>
              <gml:surfaceMember xlink:href="#Srf_c517fece-9b91-4c2c-b4e9-a07015d2eac4"/>
              <gml:surfaceMember xlink:href="#Srf_f123c2bf-57fa-4cd2-b28d-6608eca22d66"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b59b3920-bd45-4495-b317-bf5050a677b6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5f605ea2-8054-4236-a60f-022b2e0dbd8a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_00a9f9cd-58d3-45d1-b2a1-977fc524a552">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_00a9f9cd-58d3-45d1-b2a1-977fc524a552_0_">
                      <gml:posList srsDimension="3">511200.500 5416967.410 263.632 511194.660 5416966.850 263.632 511194.660 5416966.850 272.603 511200.500 5416967.410 272.630 511200.500 5416967.410 263.632</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_5c9348ec-aecf-477d-9e45-58ded4c8bdd0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a35859f-a0e3-4426-967f-62ce2c160ee1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cfb956c8-908d-4ef8-95b5-a773d740cb3e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cfb956c8-908d-4ef8-95b5-a773d740cb3e_0_">
                      <gml:posList srsDimension="3">511194.660 5416966.850 263.632 511195.248 5416961.022 263.632 511195.248 5416961.022 276.773 511194.660 5416966.850 272.603 511194.660 5416966.850 263.632</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_616ad725-6a78-4cb2-9314-ff43bbad7bba">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6da5802d-62b3-4f21-9a30-96ee5aaabc3c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5c66962f-eb1f-4855-bc4e-6981573dc113">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5c66962f-eb1f-4855-bc4e-6981573dc113_0_">
                      <gml:posList srsDimension="3">511195.248 5416961.022 263.632 511194.660 5416966.850 263.632 511200.500 5416967.410 263.632 511201.072 5416961.608 263.632 511201.640 5416955.840 263.632 511195.830 5416955.260 263.632 511195.248 5416961.022 263.632</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_cce8cda9-856b-473c-8d75-b964a313f357">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_180e05cb-0c10-49d6-9fab-105928ecfdae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f123c2bf-57fa-4cd2-b28d-6608eca22d66">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f123c2bf-57fa-4cd2-b28d-6608eca22d66_0_">
                      <gml:posList srsDimension="3">511194.660 5416966.850 272.603 511195.248 5416961.022 276.773 511201.072 5416961.608 276.781 511200.500 5416967.410 272.630 511194.660 5416966.850 272.603</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_8e700d5a-9235-492d-956f-703968af8aec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_75b66139-266f-4b2b-893d-64fe0fa19650">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_31ba4104-4a52-4abd-b4ed-12078e77c8e0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_31ba4104-4a52-4abd-b4ed-12078e77c8e0_0_">
                      <gml:posList srsDimension="3">511195.248 5416961.022 276.773 511195.830 5416955.260 272.648 511201.640 5416955.840 272.653 511201.072 5416961.608 276.781 511195.248 5416961.022 276.773</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_ea8195ac-a11f-47a9-b710-02cfc04fdbbc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_40b75bce-6b90-4f82-838c-7b17c62c8af0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a33834b7-4c0f-401f-a277-618dbc19e593">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a33834b7-4c0f-401f-a277-618dbc19e593_0_">
                      <gml:posList srsDimension="3">511195.830 5416955.260 272.648 511195.248 5416961.022 276.773 511195.248 5416961.022 263.632 511195.830 5416955.260 263.632 511195.830 5416955.260 272.648</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_985f7b85-a0d4-42d4-b1ab-a854e6fdf7be">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6031796c-36c3-409d-afc0-b31ae57b0e0b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c517fece-9b91-4c2c-b4e9-a07015d2eac4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c517fece-9b91-4c2c-b4e9-a07015d2eac4_0_">
                      <gml:posList srsDimension="3">511195.830 5416955.260 263.632 511201.640 5416955.840 263.632 511201.640 5416955.840 272.653 511195.830 5416955.260 272.648 511195.830 5416955.260 263.632</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_8e89375c-8804-4792-92e4-05a7ab0edc06">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b689a94-c1aa-49cf-ad15-6f009be32667">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e98dbded-f65a-4d58-9397-ce20d12af571">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e98dbded-f65a-4d58-9397-ce20d12af571_0_">
                      <gml:posList srsDimension="3">511201.072 5416961.608 276.781 511201.640 5416955.840 272.653 511201.640 5416955.840 263.632 511201.072 5416961.608 263.632 511201.072 5416961.608 276.781</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_5ff5a6b7-f55a-49b4-8f00-23d3976504df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_05563bd3-a1ce-4853-bf95-2068d95093b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_48b033d8-0c90-4d21-b986-ebca86ce352a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_48b033d8-0c90-4d21-b986-ebca86ce352a_0_">
                      <gml:posList srsDimension="3">511201.072 5416961.608 263.632 511200.500 5416967.410 263.632 511200.500 5416967.410 272.630 511201.072 5416961.608 276.781 511201.072 5416961.608 263.632</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1953</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEa">
      <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>DEBWL0010000ZZEa</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.694</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_64843c47-ec24-41b9-bd33-a3be38841316">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b0b69b3c-4f7b-4e12-b993-a4d195356d54">
              <gml:surfaceMember xlink:href="#Srf_612b32ab-253f-4913-80fe-100cac1ba6a7"/>
              <gml:surfaceMember xlink:href="#Srf_1e772126-b37b-4971-9de9-292e4cade660"/>
              <gml:surfaceMember xlink:href="#Srf_bb338bdb-1586-4bfe-a271-66c9d09eb547"/>
              <gml:surfaceMember xlink:href="#Srf_8e828c60-102b-4ee7-9afc-d881dce5d675"/>
              <gml:surfaceMember xlink:href="#Srf_807b5abb-c9d1-4f01-aedd-8771b59f1ada"/>
              <gml:surfaceMember xlink:href="#Srf_67078e35-6107-4539-b3f9-3330ca045428"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_6d4cd82d-9338-419e-a93f-7d81d31c2b9d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4eea7378-ba6f-431d-a904-5589a499194c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8e828c60-102b-4ee7-9afc-d881dce5d675">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8e828c60-102b-4ee7-9afc-d881dce5d675_0_">
                      <gml:posList srsDimension="3">511023.900 5417089.480 275.194 511020.910 5417089.530 275.200 511020.810 5417083.450 274.687 511023.840 5417083.420 274.683 511023.900 5417089.480 275.194</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_c43f2b11-768a-487c-96f0-fd8b4c3faa3a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_048a86b5-7d5c-4085-95ef-57d909039fd9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_612b32ab-253f-4913-80fe-100cac1ba6a7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_612b32ab-253f-4913-80fe-100cac1ba6a7_0_">
                      <gml:posList srsDimension="3">511023.840 5417083.420 274.683 511023.840 5417083.420 272.506 511023.900 5417089.480 272.506 511023.900 5417089.480 275.194 511023.840 5417083.420 274.683</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_14383540-971c-465d-b76c-6a5b0f038db0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c9851fba-353a-4ce7-90a7-7c439ed9978d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1e772126-b37b-4971-9de9-292e4cade660">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1e772126-b37b-4971-9de9-292e4cade660_0_">
                      <gml:posList srsDimension="3">511020.910 5417089.530 275.200 511023.900 5417089.480 275.194 511023.900 5417089.480 272.506 511020.910 5417089.530 272.506 511020.910 5417089.530 275.200</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_34989256-076f-4b27-addf-0aa4ad8f5a98">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71ed5e93-025f-4c63-9745-d15a521e85d9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_807b5abb-c9d1-4f01-aedd-8771b59f1ada">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_807b5abb-c9d1-4f01-aedd-8771b59f1ada_0_">
                      <gml:posList srsDimension="3">511020.910 5417089.530 272.506 511020.810 5417083.450 272.506 511020.810 5417083.450 274.687 511020.910 5417089.530 275.200 511020.910 5417089.530 272.506</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_cf8c9214-a15b-4e3f-996b-c2123562b46b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad99ea71-c241-44c6-9888-4dd031ad380e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bb338bdb-1586-4bfe-a271-66c9d09eb547">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bb338bdb-1586-4bfe-a271-66c9d09eb547_0_">
                      <gml:posList srsDimension="3">511023.840 5417083.420 274.683 511020.810 5417083.450 274.687 511020.810 5417083.450 272.506 511023.840 5417083.420 272.506 511023.840 5417083.420 274.683</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_c50ed99b-97e6-4b76-bb30-77dcb766b965">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6831951b-c440-4836-a82d-66fde9f365ea">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_67078e35-6107-4539-b3f9-3330ca045428">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_67078e35-6107-4539-b3f9-3330ca045428_0_">
                      <gml:posList srsDimension="3">511020.910 5417089.530 272.506 511023.900 5417089.480 272.506 511023.840 5417083.420 272.506 511020.810 5417083.450 272.506 511020.910 5417089.530 272.506</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1923</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEv">
      <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>DEBWL0010000ZZEv</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.958</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_1fd8e39f-a23b-49fe-a607-7d2d361d5a85">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6f0a8a24-0608-4705-9a96-b6aef306ffd0">
              <gml:surfaceMember xlink:href="#Srf_19f6306f-2770-4b68-be8f-f2b081ce0a11"/>
              <gml:surfaceMember xlink:href="#Srf_a6660d31-de9a-4b12-a956-50c3429badbd"/>
              <gml:surfaceMember xlink:href="#Srf_f5041906-fbcb-469e-a123-b5eb2f242ec9"/>
              <gml:surfaceMember xlink:href="#Srf_1e830292-5164-453e-aad3-e2c913f7f7ed"/>
              <gml:surfaceMember xlink:href="#Srf_aa01eee7-673c-4108-a459-f930fa93cbd8"/>
              <gml:surfaceMember xlink:href="#Srf_b6a868ae-8e51-435b-b851-21ee26aaadbb"/>
              <gml:surfaceMember xlink:href="#Srf_bbcadb01-2be4-4e16-ab44-672e4e50be47"/>
              <gml:surfaceMember xlink:href="#Srf_b669e5ee-51d7-44b9-a00d-139eb819a215"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4c759af5-1f3e-49e7-88d4-623e91c9f024">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b758f406-9a65-468e-a713-51dd568387fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b6a868ae-8e51-435b-b851-21ee26aaadbb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b6a868ae-8e51-435b-b851-21ee26aaadbb_0_">
                      <gml:posList srsDimension="3">511047.360 5417014.870 273.305 511047.640 5417014.870 273.304 511047.640 5417014.870 270.347 511047.360 5417014.870 270.347 511047.360 5417014.870 273.305</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_e7454981-eff9-4577-af52-364924ec283d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_557804ec-bf9b-47b8-afbd-d01bb3dcc554">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1e830292-5164-453e-aad3-e2c913f7f7ed">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1e830292-5164-453e-aad3-e2c913f7f7ed_0_">
                      <gml:posList srsDimension="3">511047.360 5417014.870 270.347 511047.290 5417008.540 270.347 511047.290 5417008.540 272.727 511047.360 5417014.870 273.305 511047.360 5417014.870 270.347</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_5c601130-6aa3-48b0-a66d-a327e24a194e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d93b1807-ab97-4dd3-a63e-e56d7003c094">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_19f6306f-2770-4b68-be8f-f2b081ce0a11">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_19f6306f-2770-4b68-be8f-f2b081ce0a11_0_">
                      <gml:posList srsDimension="3">511050.290 5417008.490 272.718 511047.290 5417008.540 272.727 511047.290 5417008.540 270.347 511050.290 5417008.490 270.347 511050.290 5417008.490 272.718</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_5843fb3a-2ffb-4768-839b-d72e2f23b01a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2bd85585-a42f-4803-ad16-0b95123611b8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bbcadb01-2be4-4e16-ab44-672e4e50be47">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bbcadb01-2be4-4e16-ab44-672e4e50be47_0_">
                      <gml:posList srsDimension="3">511047.290 5417008.540 270.347 511047.360 5417014.870 270.347 511047.640 5417014.870 270.347 511047.640 5417014.480 270.347 511050.380 5417014.460 270.347 511050.290 5417008.490 270.347 511047.290 5417008.540 270.347</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_650f93c5-9e75-476d-a3cf-f5c8f60914d3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b07c73d-db43-481f-b8fd-b9b1a1d4f808">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b669e5ee-51d7-44b9-a00d-139eb819a215">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b669e5ee-51d7-44b9-a00d-139eb819a215_0_">
                      <gml:posList srsDimension="3">511047.360 5417014.870 273.305 511047.290 5417008.540 272.727 511050.290 5417008.490 272.718 511050.380 5417014.460 273.262 511047.640 5417014.480 273.269 511047.640 5417014.870 273.304 511047.360 5417014.870 273.305</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_acfbd55b-a924-4df6-8d44-c1c8ffe86aa3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_18a67e8a-838c-4c9e-b6ba-2da341439a03">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa01eee7-673c-4108-a459-f930fa93cbd8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa01eee7-673c-4108-a459-f930fa93cbd8_0_">
                      <gml:posList srsDimension="3">511050.290 5417008.490 270.347 511050.380 5417014.460 270.347 511050.380 5417014.460 273.262 511050.290 5417008.490 272.718 511050.290 5417008.490 270.347</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_867ab57a-51ed-4ab0-a6f4-284e1959c52f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f4e8daa6-b2f9-4663-b4d4-f3f376e86bc7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f5041906-fbcb-469e-a123-b5eb2f242ec9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f5041906-fbcb-469e-a123-b5eb2f242ec9_0_">
                      <gml:posList srsDimension="3">511047.640 5417014.480 273.269 511050.380 5417014.460 273.262 511050.380 5417014.460 270.347 511047.640 5417014.480 270.347 511047.640 5417014.480 273.269</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_4980361a-f470-4ad1-86e1-cee2a467730e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ff8a7785-a7a5-4ebe-ae7d-2270b24e76cd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a6660d31-de9a-4b12-a956-50c3429badbd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a6660d31-de9a-4b12-a956-50c3429badbd_0_">
                      <gml:posList srsDimension="3">511047.640 5417014.480 273.269 511047.640 5417014.480 270.347 511047.640 5417014.870 270.347 511047.640 5417014.870 273.304 511047.640 5417014.480 273.269</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1937</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEz">
      <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>DEBWL0010000ZZEz</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.927</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2e5bff75-984b-4877-a4e6-e677d13542a4">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_ffb23fd3-61b1-4dc4-a6b5-76ce5198506f">
              <gml:surfaceMember xlink:href="#Srf_8308b9ed-78c1-47c3-98bd-9aedbb4a3e96"/>
              <gml:surfaceMember xlink:href="#Srf_69f9a43e-8483-4a3b-bbaf-3025d91568d4"/>
              <gml:surfaceMember xlink:href="#Srf_8b765a44-a05c-45f5-b41a-e4b6c20368a9"/>
              <gml:surfaceMember xlink:href="#Srf_80cdcdcc-3b51-49db-ac8c-98f4fafcfc57"/>
              <gml:surfaceMember xlink:href="#Srf_9636493f-0030-4075-936d-dc6d2ba7cd37"/>
              <gml:surfaceMember xlink:href="#Srf_0793951a-e218-4be8-822c-877ba7ef38eb"/>
              <gml:surfaceMember xlink:href="#Srf_32e01afa-6879-4bb4-ba23-39892523409b"/>
              <gml:surfaceMember xlink:href="#Srf_f1e12a10-1c6c-447b-9c25-51c32d6eeeab"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_10e81e89-c923-479c-9784-a57c8f090cd6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d983e4a9-2f40-48ba-a484-d8330ab21750">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8308b9ed-78c1-47c3-98bd-9aedbb4a3e96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8308b9ed-78c1-47c3-98bd-9aedbb4a3e96_0_">
                      <gml:posList srsDimension="3">511026.270 5417008.930 272.953 511026.190 5417008.930 272.953 511026.150 5417007.580 272.840 511029.470 5417007.480 272.829 511029.640 5417013.130 273.304 511026.400 5417013.230 273.314 511026.270 5417008.930 272.953</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_71b3103f-c7e5-4a50-8404-299de4ef4fba">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_73580da9-aac2-4e04-b7af-7db15dfc3202">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_69f9a43e-8483-4a3b-bbaf-3025d91568d4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_69f9a43e-8483-4a3b-bbaf-3025d91568d4_0_">
                      <gml:posList srsDimension="3">511029.470 5417007.480 270.387 511029.640 5417013.130 270.387 511029.640 5417013.130 273.304 511029.470 5417007.480 272.829 511029.470 5417007.480 270.387</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_6745a30c-8078-4d6c-81cd-2a2d819d8cfc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7974360f-e519-4c76-a96d-1a05eb71fbef">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8b765a44-a05c-45f5-b41a-e4b6c20368a9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8b765a44-a05c-45f5-b41a-e4b6c20368a9_0_">
                      <gml:posList srsDimension="3">511026.400 5417013.230 273.314 511029.640 5417013.130 273.304 511029.640 5417013.130 270.387 511026.400 5417013.230 270.387 511026.400 5417013.230 273.314</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_b525431c-93e2-472d-87c0-3a6b3b1462b5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7de960fc-0377-4a3c-a783-325817e47bc7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80cdcdcc-3b51-49db-ac8c-98f4fafcfc57">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80cdcdcc-3b51-49db-ac8c-98f4fafcfc57_0_">
                      <gml:posList srsDimension="3">511026.400 5417013.230 270.387 511026.270 5417008.930 270.387 511026.270 5417008.930 272.953 511026.400 5417013.230 273.314 511026.400 5417013.230 270.387</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_f96799d5-808e-4a9a-a9db-72f732e427bb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aec0467d-f494-4ea9-ad13-7c703ef08354">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9636493f-0030-4075-936d-dc6d2ba7cd37">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9636493f-0030-4075-936d-dc6d2ba7cd37_0_">
                      <gml:posList srsDimension="3">511026.270 5417008.930 270.387 511026.190 5417008.930 270.387 511026.190 5417008.930 272.953 511026.270 5417008.930 272.953 511026.270 5417008.930 270.387</gml:posList>
                    </gml:LinearRing>
For faster browsing, not all history is shown. View entire blame