Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
157001
157002
157003
157004
157005
157006
157007
157008
157009
157010
157011
157012
157013
157014
157015
157016
157017
157018
157019
157020
157021
157022
157023
157024
157025
157026
157027
157028
157029
157030
157031
157032
157033
157034
157035
157036
157037
157038
157039
157040
157041
157042
157043
157044
157045
157046
157047
157048
157049
157050
157051
157052
157053
157054
157055
157056
157057
157058
157059
157060
157061
157062
157063
157064
157065
157066
157067
157068
157069
157070
157071
157072
157073
157074
157075
157076
157077
157078
157079
157080
157081
157082
157083
157084
157085
157086
157087
157088
157089
157090
157091
157092
157093
157094
157095
157096
157097
157098
157099
157100
157101
157102
157103
157104
157105
157106
157107
157108
157109
157110
157111
157112
157113
157114
157115
157116
157117
157118
157119
157120
157121
157122
157123
157124
157125
157126
157127
157128
157129
157130
157131
157132
157133
157134
157135
157136
157137
157138
157139
157140
157141
157142
157143
157144
157145
157146
157147
157148
157149
157150
157151
157152
157153
157154
157155
157156
157157
157158
157159
157160
157161
157162
157163
157164
157165
157166
157167
157168
157169
157170
157171
157172
157173
157174
157175
157176
157177
157178
157179
157180
157181
157182
157183
157184
157185
157186
157187
157188
157189
157190
157191
157192
157193
157194
157195
157196
157197
157198
157199
157200
157201
157202
157203
157204
157205
157206
157207
157208
157209
157210
157211
157212
157213
157214
157215
157216
157217
157218
157219
157220
157221
157222
157223
157224
157225
157226
157227
157228
157229
157230
157231
157232
157233
157234
157235
157236
157237
157238
157239
157240
157241
157242
157243
157244
157245
157246
157247
157248
157249
157250
157251
157252
157253
157254
157255
157256
157257
157258
157259
157260
157261
157262
157263
157264
157265
157266
157267
157268
157269
157270
157271
157272
157273
157274
157275
157276
157277
157278
157279
157280
157281
157282
157283
157284
157285
157286
157287
157288
157289
157290
157291
157292
157293
157294
157295
157296
157297
157298
157299
157300
157301
157302
157303
157304
157305
157306
157307
157308
157309
157310
157311
157312
157313
157314
157315
157316
157317
157318
157319
157320
157321
157322
157323
157324
157325
157326
157327
157328
157329
157330
157331
157332
157333
157334
157335
157336
157337
157338
157339
157340
157341
157342
157343
157344
157345
157346
157347
157348
157349
157350
157351
157352
157353
157354
157355
157356
157357
157358
157359
157360
157361
157362
157363
157364
157365
157366
157367
157368
157369
157370
157371
157372
157373
157374
157375
157376
157377
157378
157379
157380
157381
157382
157383
157384
157385
157386
157387
157388
157389
157390
157391
157392
157393
157394
157395
157396
157397
157398
157399
157400
157401
157402
157403
157404
157405
157406
157407
157408
157409
157410
157411
157412
157413
157414
157415
157416
157417
157418
157419
157420
157421
157422
157423
157424
157425
157426
157427
157428
157429
157430
157431
157432
157433
157434
157435
157436
157437
157438
157439
157440
157441
157442
157443
157444
157445
157446
157447
157448
157449
157450
157451
157452
157453
157454
157455
157456
157457
157458
157459
157460
157461
157462
157463
157464
157465
157466
157467
157468
157469
157470
157471
157472
157473
157474
157475
157476
157477
157478
157479
157480
157481
157482
157483
157484
157485
157486
157487
157488
157489
157490
157491
157492
157493
157494
157495
157496
157497
157498
157499
157500
157501
157502
157503
157504
157505
157506
157507
157508
157509
157510
157511
157512
157513
157514
157515
157516
157517
157518
157519
157520
157521
157522
157523
157524
157525
157526
157527
157528
157529
157530
157531
157532
157533
157534
157535
157536
157537
157538
157539
157540
157541
157542
157543
157544
157545
157546
157547
157548
157549
157550
157551
157552
157553
157554
157555
157556
157557
157558
157559
157560
157561
157562
157563
157564
157565
157566
157567
157568
157569
157570
157571
157572
157573
157574
157575
157576
157577
157578
157579
157580
157581
157582
157583
157584
157585
157586
157587
157588
157589
157590
157591
157592
157593
157594
157595
157596
157597
157598
157599
157600
157601
157602
157603
157604
157605
157606
157607
157608
157609
157610
157611
157612
157613
157614
157615
157616
157617
157618
157619
157620
157621
157622
157623
157624
157625
157626
157627
157628
157629
157630
157631
157632
157633
157634
157635
157636
157637
157638
157639
157640
157641
157642
157643
157644
157645
157646
157647
157648
157649
157650
157651
157652
157653
157654
157655
157656
157657
157658
157659
157660
157661
157662
157663
157664
157665
157666
157667
157668
157669
157670
157671
157672
157673
157674
157675
157676
157677
157678
157679
157680
157681
157682
157683
157684
157685
157686
157687
157688
157689
157690
157691
157692
157693
157694
157695
157696
157697
157698
157699
157700
157701
157702
157703
157704
157705
157706
157707
157708
157709
157710
157711
157712
157713
157714
157715
157716
157717
157718
157719
157720
157721
157722
157723
157724
157725
157726
157727
157728
157729
157730
157731
157732
157733
157734
157735
157736
157737
157738
157739
157740
157741
157742
157743
157744
157745
157746
157747
157748
157749
157750
157751
157752
157753
157754
157755
157756
157757
157758
157759
157760
157761
157762
157763
157764
157765
157766
157767
157768
157769
157770
157771
157772
157773
157774
157775
157776
157777
157778
157779
157780
157781
157782
157783
157784
157785
157786
157787
157788
157789
157790
157791
157792
157793
157794
157795
157796
157797
157798
157799
157800
157801
157802
157803
157804
157805
157806
157807
157808
157809
157810
157811
157812
157813
157814
157815
157816
157817
157818
157819
157820
157821
157822
157823
157824
157825
157826
157827
157828
157829
157830
157831
157832
157833
157834
157835
157836
157837
157838
157839
157840
157841
157842
157843
157844
157845
157846
157847
157848
157849
157850
157851
157852
157853
157854
157855
157856
157857
157858
157859
157860
157861
157862
157863
157864
157865
157866
157867
157868
157869
157870
157871
157872
157873
157874
157875
157876
157877
157878
157879
157880
157881
157882
157883
157884
157885
157886
157887
157888
157889
157890
157891
157892
157893
157894
157895
157896
157897
157898
157899
157900
157901
157902
157903
157904
157905
157906
157907
157908
157909
157910
157911
157912
157913
157914
157915
157916
157917
157918
157919
157920
157921
157922
157923
157924
157925
157926
157927
157928
157929
157930
157931
157932
157933
157934
157935
157936
157937
157938
157939
157940
157941
157942
157943
157944
157945
157946
157947
157948
157949
157950
157951
157952
157953
157954
157955
157956
157957
157958
157959
157960
157961
157962
157963
157964
157965
157966
157967
157968
157969
157970
157971
157972
157973
157974
157975
157976
157977
157978
157979
157980
157981
157982
157983
157984
157985
157986
157987
157988
157989
157990
157991
157992
157993
157994
157995
157996
157997
157998
157999
158000
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c26d9948-3f5d-484f-99a4-bc7af403ee43">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f595d704-f912-4f7f-9134-56bab63c0cdf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_206aa746-7c28-4ea9-9d45-667f38947bb5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_206aa746-7c28-4ea9-9d45-667f38947bb5_0_">
                      <gml:posList srsDimension="3">511224.860 5417374.310 265.150 511224.860 5417374.310 262.674 511224.830 5417380.290 262.674 511224.830 5417380.290 265.150 511224.860 5417374.310 265.150</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_fa756f66-abd9-4772-8e5f-1f83ead41412">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2324c1fb-2016-4cfb-909a-76c94c1bbec6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e928a69f-e2a9-4551-8b9c-a00f8a309644">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e928a69f-e2a9-4551-8b9c-a00f8a309644_0_">
                      <gml:posList srsDimension="3">511224.830 5417380.290 262.674 511221.820 5417380.270 262.674 511221.820 5417380.270 265.150 511224.830 5417380.290 265.150 511224.830 5417380.290 262.674</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_2f9c442b-6a73-4c88-9934-cec15ee7bba5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cdfba59d-8901-497d-a340-cf83d0fbd88a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_34bfbce8-85f4-45d9-a5f2-b4bda14c7494">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_34bfbce8-85f4-45d9-a5f2-b4bda14c7494_0_">
                      <gml:posList srsDimension="3">511221.860 5417374.290 262.674 511221.860 5417374.290 265.150 511221.820 5417380.270 265.150 511221.820 5417380.270 262.674 511221.860 5417374.290 262.674</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_1fd45340-3524-4a54-b1b6-8cdbb349852d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_264f1e10-11c7-45d1-82d1-04c90694148a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_623e0bc1-197d-4a65-bffa-a7bae05bdcff">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_623e0bc1-197d-4a65-bffa-a7bae05bdcff_0_">
                      <gml:posList srsDimension="3">511224.860 5417374.310 262.674 511221.860 5417374.290 262.674 511221.820 5417380.270 262.674 511224.830 5417380.290 262.674 511224.860 5417374.310 262.674</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1942</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006s">
      <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>DEBWL0010001006s</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>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.043</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_98493c7e-fd19-4cd7-bcc4-410155ede214">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_02954ecd-ca8c-4226-9bd0-461b4bffd8f0">
              <gml:surfaceMember xlink:href="#Srf_1e98da93-9f47-4ab1-ad34-58e1064b44ec"/>
              <gml:surfaceMember xlink:href="#Srf_fb18aaf4-4fdd-4303-97c7-2cd46765f495"/>
              <gml:surfaceMember xlink:href="#Srf_9cebf47a-f8de-4cdb-bca5-06061a653bbc"/>
              <gml:surfaceMember xlink:href="#Srf_7501ee44-0e26-4455-ab29-164dff17cb21"/>
              <gml:surfaceMember xlink:href="#Srf_0b4d22f8-33a4-4120-9c65-b11a04177273"/>
              <gml:surfaceMember xlink:href="#Srf_d30c1d29-1e19-4ef6-8f6b-3aa1fc0d7198"/>
              <gml:surfaceMember xlink:href="#Srf_4c50ba09-b01d-4233-91ca-e4267796f217"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_1a871451-e86b-4b63-a0b7-d4a223b06e12">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a8983253-90aa-4559-b55f-a6a382c92d79">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9cebf47a-f8de-4cdb-bca5-06061a653bbc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9cebf47a-f8de-4cdb-bca5-06061a653bbc_0_">
                      <gml:posList srsDimension="3">511249.520 5417371.710 270.374 511248.070 5417371.690 269.544 511248.140 5417362.620 269.552 511255.680 5417362.660 273.869 511255.630 5417371.760 273.872 511249.520 5417371.710 270.374</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_7afc65e5-892e-48da-b159-a45d69a4af29">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_95fb9515-670d-491c-a870-fe4f466415c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d30c1d29-1e19-4ef6-8f6b-3aa1fc0d7198">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d30c1d29-1e19-4ef6-8f6b-3aa1fc0d7198_0_">
                      <gml:posList srsDimension="3">511248.140 5417362.620 262.829 511255.680 5417362.660 262.829 511255.680 5417362.660 273.869 511248.140 5417362.620 269.552 511248.140 5417362.620 262.829</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_f0d4f687-283d-413d-897b-591a8fe60916">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_652ad319-2180-4024-a490-ba868d2fdf9c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fb18aaf4-4fdd-4303-97c7-2cd46765f495">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fb18aaf4-4fdd-4303-97c7-2cd46765f495_0_">
                      <gml:posList srsDimension="3">511255.630 5417371.760 273.872 511255.680 5417362.660 273.869 511255.680 5417362.660 262.829 511255.630 5417371.760 262.829 511255.630 5417371.760 273.872</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_5bf495a7-6fef-460b-90b6-7705b275085d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eb935c2b-105b-4740-b09b-3c8f0f330842">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1e98da93-9f47-4ab1-ad34-58e1064b44ec">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1e98da93-9f47-4ab1-ad34-58e1064b44ec_0_">
                      <gml:posList srsDimension="3">511255.630 5417371.760 262.829 511249.520 5417371.710 262.829 511249.520 5417371.710 270.374 511255.630 5417371.760 273.872 511255.630 5417371.760 262.829</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_cca9b749-963c-4d3c-91a9-38e43a96fee0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f486f315-2067-46b2-be44-f34e327f2dd1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7501ee44-0e26-4455-ab29-164dff17cb21">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7501ee44-0e26-4455-ab29-164dff17cb21_0_">
                      <gml:posList srsDimension="3">511249.520 5417371.710 262.829 511248.070 5417371.690 262.829 511248.070 5417371.690 269.544 511249.520 5417371.710 270.374 511249.520 5417371.710 262.829</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_8d81c1c1-4af3-4aeb-9f5f-fb87b6ac12d1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1ed217f3-580c-45c9-adca-106cab2f2842">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0b4d22f8-33a4-4120-9c65-b11a04177273">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0b4d22f8-33a4-4120-9c65-b11a04177273_0_">
                      <gml:posList srsDimension="3">511248.070 5417371.690 262.829 511248.140 5417362.620 262.829 511248.140 5417362.620 269.552 511248.070 5417371.690 269.544 511248.070 5417371.690 262.829</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_f37c8c12-d309-4039-9ce3-3798e6fa77d6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07c8fa6a-9038-41a0-b995-051714145942">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4c50ba09-b01d-4233-91ca-e4267796f217">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4c50ba09-b01d-4233-91ca-e4267796f217_0_">
                      <gml:posList srsDimension="3">511248.070 5417371.690 262.829 511249.520 5417371.710 262.829 511255.630 5417371.760 262.829 511255.680 5417362.660 262.829 511248.140 5417362.620 262.829 511248.070 5417371.690 262.829</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1944</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006x">
      <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>DEBWL0010001006x</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.464</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2b632eeb-9301-4dbd-abfa-fce57794a133">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_43be5877-2271-4f80-9d31-cb106a042047">
              <gml:surfaceMember xlink:href="#Srf_55993192-12f4-45ac-8a79-f4ef24825971"/>
              <gml:surfaceMember xlink:href="#Srf_5f2e6f7f-7786-492c-9e31-5f8f78987b26"/>
              <gml:surfaceMember xlink:href="#Srf_547df632-3b39-4f02-93fd-60bc4fb18012"/>
              <gml:surfaceMember xlink:href="#Srf_049ffdd8-0167-4ad3-aa7e-756b661d8f53"/>
              <gml:surfaceMember xlink:href="#Srf_bec8af37-a4f1-4670-a9e7-56d8ad33738e"/>
              <gml:surfaceMember xlink:href="#Srf_36cafd94-51d9-4fa3-b1fa-f86841d11879"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a098820a-2a13-4f5e-a524-9bc35c4665d4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fb0bd5e4-195d-472e-8f36-b5104961e691">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5f2e6f7f-7786-492c-9e31-5f8f78987b26">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5f2e6f7f-7786-492c-9e31-5f8f78987b26_0_">
                      <gml:posList srsDimension="3">511233.630 5417387.300 262.381 511233.630 5417387.300 264.845 511233.610 5417393.280 264.845 511233.610 5417393.280 262.381 511233.630 5417387.300 262.381</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_526cc1f0-a203-40f0-bd3e-334d898bb1b8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a9dd0eb4-6619-4c70-a2c7-2adfed1113ff">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_36cafd94-51d9-4fa3-b1fa-f86841d11879">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_36cafd94-51d9-4fa3-b1fa-f86841d11879_0_">
                      <gml:posList srsDimension="3">511236.630 5417387.310 262.381 511233.630 5417387.300 262.381 511233.610 5417393.280 262.381 511236.620 5417393.290 262.381 511236.630 5417387.310 262.381</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_6a3e7589-6fdc-4180-a4eb-e0af17e7f560">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ce947afb-bdbf-49d2-90f1-305c89df6608">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bec8af37-a4f1-4670-a9e7-56d8ad33738e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bec8af37-a4f1-4670-a9e7-56d8ad33738e_0_">
                      <gml:posList srsDimension="3">511233.630 5417387.300 264.845 511236.630 5417387.310 264.845 511236.620 5417393.290 264.845 511233.610 5417393.280 264.845 511233.630 5417387.300 264.845</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_eec7bdd1-aee8-489a-af80-fa2a666505b8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d73b4c8-3d50-4bf1-a8bf-096fdef403b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_547df632-3b39-4f02-93fd-60bc4fb18012">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_547df632-3b39-4f02-93fd-60bc4fb18012_0_">
                      <gml:posList srsDimension="3">511233.630 5417387.300 262.381 511236.630 5417387.310 262.381 511236.630 5417387.310 264.845 511233.630 5417387.300 264.845 511233.630 5417387.300 262.381</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_85ddac5f-14aa-4d81-b90e-2600b1bf4061">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b1eec3ea-eed3-4c86-988b-0a5b9a8d051c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_55993192-12f4-45ac-8a79-f4ef24825971">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_55993192-12f4-45ac-8a79-f4ef24825971_0_">
                      <gml:posList srsDimension="3">511236.630 5417387.310 264.845 511236.630 5417387.310 262.381 511236.620 5417393.290 262.381 511236.620 5417393.290 264.845 511236.630 5417387.310 264.845</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_55386d4a-3b8b-403a-aa51-8de8d60d2711">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3e691f50-43c9-4072-aeec-f38786ca3f72">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_049ffdd8-0167-4ad3-aa7e-756b661d8f53">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_049ffdd8-0167-4ad3-aa7e-756b661d8f53_0_">
                      <gml:posList srsDimension="3">511236.620 5417393.290 262.381 511233.610 5417393.280 262.381 511233.610 5417393.280 264.845 511236.620 5417393.290 264.845 511236.620 5417393.290 262.381</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1946</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.381</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_ae06bd81-a138-46fd-a90b-8a6e3c50572d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1fb3f415-a0b7-4359-9890-45be218565e7">
              <gml:surfaceMember xlink:href="#Srf_6452d07f-76d6-4356-88d6-4f809854e03d"/>
              <gml:surfaceMember xlink:href="#Srf_b9a65881-1bfd-4b2b-8624-b7470eecb771"/>
              <gml:surfaceMember xlink:href="#Srf_c9c8badc-f61d-48c3-80e6-f50f453f3b55"/>
              <gml:surfaceMember xlink:href="#Srf_cdabbd0d-ae2e-4cdf-b917-6a6d7fcbd227"/>
              <gml:surfaceMember xlink:href="#Srf_9779c463-d700-42d9-80ee-0cbbe280b6c8"/>
              <gml:surfaceMember xlink:href="#Srf_096ff8b6-ba53-48d6-ae60-eb2c361fb33e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8bcb50b7-67c0-4b5f-8e69-2f108a73b609">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dd704f77-795f-4be3-93d2-19dbfd141060">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cdabbd0d-ae2e-4cdf-b917-6a6d7fcbd227">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cdabbd0d-ae2e-4cdf-b917-6a6d7fcbd227_0_">
                      <gml:posList srsDimension="3">511236.800 5417380.350 262.739 511233.840 5417380.330 262.739 511233.840 5417380.330 265.120 511236.800 5417380.350 265.120 511236.800 5417380.350 262.739</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_9e802121-5ab7-494a-a5f4-d006d0e87560">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d2b8a34b-f113-4266-a2e5-89e1701ac14c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9c8badc-f61d-48c3-80e6-f50f453f3b55">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9c8badc-f61d-48c3-80e6-f50f453f3b55_0_">
                      <gml:posList srsDimension="3">511233.860 5417374.330 262.739 511233.860 5417374.330 265.120 511233.840 5417380.330 265.120 511233.840 5417380.330 262.739 511233.860 5417374.330 262.739</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_c4cb5f90-a738-48f2-93e5-8f7dad81fe14">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6e7e3be5-8c5c-407a-a1a0-9e021f387035">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b9a65881-1bfd-4b2b-8624-b7470eecb771">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b9a65881-1bfd-4b2b-8624-b7470eecb771_0_">
                      <gml:posList srsDimension="3">511236.870 5417374.370 262.739 511233.860 5417374.330 262.739 511233.840 5417380.330 262.739 511236.800 5417380.350 262.739 511236.870 5417374.370 262.739</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_c284076b-e436-4231-ab37-44424d7ec977">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07ccaff1-766d-47f5-842e-2eee1d4eb8bc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_096ff8b6-ba53-48d6-ae60-eb2c361fb33e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_096ff8b6-ba53-48d6-ae60-eb2c361fb33e_0_">
                      <gml:posList srsDimension="3">511233.860 5417374.330 265.120 511236.870 5417374.370 265.120 511236.800 5417380.350 265.120 511233.840 5417380.330 265.120 511233.860 5417374.330 265.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_2da4839c-40dc-433f-9f93-beffaa2741df">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9d49895c-1435-47e1-bfa7-46ae84fdbd67">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9779c463-d700-42d9-80ee-0cbbe280b6c8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9779c463-d700-42d9-80ee-0cbbe280b6c8_0_">
                      <gml:posList srsDimension="3">511233.860 5417374.330 262.739 511236.870 5417374.370 262.739 511236.870 5417374.370 265.120 511233.860 5417374.330 265.120 511233.860 5417374.330 262.739</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_51ba2d26-bcb7-441c-934c-4be15be0993b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fc4abcc3-96d9-4d16-9401-9981f58bf246">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6452d07f-76d6-4356-88d6-4f809854e03d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6452d07f-76d6-4356-88d6-4f809854e03d_0_">
                      <gml:posList srsDimension="3">511236.870 5417374.370 262.739 511236.800 5417380.350 262.739 511236.800 5417380.350 265.120 511236.870 5417374.370 265.120 511236.870 5417374.370 262.739</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1976</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006v">
      <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>DEBWL0010001006v</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.402</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4cdd18cf-8a9b-48c7-808c-2e6dfd6a2ac5">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d69d7ca8-d28c-413b-8fb7-0fb72cfe9dfc">
              <gml:surfaceMember xlink:href="#Srf_062380c2-26ce-478c-8558-01a6e1dad04a"/>
              <gml:surfaceMember xlink:href="#Srf_b61f1ee4-55c8-4e64-a091-e95f3eb55a0e"/>
              <gml:surfaceMember xlink:href="#Srf_7bf4e6e6-1a5d-4e81-b682-a677b1ec00a4"/>
              <gml:surfaceMember xlink:href="#Srf_a3ff37de-a13e-4d15-b01d-05bf9d9c5123"/>
              <gml:surfaceMember xlink:href="#Srf_0fb580f6-bb42-4c62-880f-6704be5ed926"/>
              <gml:surfaceMember xlink:href="#Srf_576340ef-ec2a-423e-a014-49b1de0c7080"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_281248c5-dafd-49b5-b7ba-51069a33ab2c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_63c3a771-1562-43e1-ad7c-af3144b8078f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b61f1ee4-55c8-4e64-a091-e95f3eb55a0e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b61f1ee4-55c8-4e64-a091-e95f3eb55a0e_0_">
                      <gml:posList srsDimension="3">511230.870 5417374.320 262.728 511230.870 5417374.320 265.130 511230.830 5417380.320 265.130 511230.830 5417380.320 262.728 511230.870 5417374.320 262.728</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_110ace1a-cabd-4a0d-900c-274d5b6e5f3f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_56ded031-b0a3-4cf2-bdc5-b3237524490f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0fb580f6-bb42-4c62-880f-6704be5ed926">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0fb580f6-bb42-4c62-880f-6704be5ed926_0_">
                      <gml:posList srsDimension="3">511230.830 5417380.320 262.728 511233.840 5417380.330 262.728 511233.860 5417374.330 262.728 511230.870 5417374.320 262.728 511230.830 5417380.320 262.728</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_2f2f90d1-08f6-4655-b29b-77fa4cf78751">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1ce8d6cb-fa5d-480f-9dd6-2d1615e09049">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a3ff37de-a13e-4d15-b01d-05bf9d9c5123">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a3ff37de-a13e-4d15-b01d-05bf9d9c5123_0_">
                      <gml:posList srsDimension="3">511233.840 5417380.330 265.130 511230.830 5417380.320 265.130 511230.870 5417374.320 265.130 511233.860 5417374.330 265.130 511233.840 5417380.330 265.130</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_bdd2bfe5-5fe3-4e66-91b9-6a6df56d46ac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e40c4fe0-9ff5-42e1-aeed-644f10f11581">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7bf4e6e6-1a5d-4e81-b682-a677b1ec00a4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7bf4e6e6-1a5d-4e81-b682-a677b1ec00a4_0_">
                      <gml:posList srsDimension="3">511230.870 5417374.320 262.728 511233.860 5417374.330 262.728 511233.860 5417374.330 265.130 511230.870 5417374.320 265.130 511230.870 5417374.320 262.728</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_e7e611a6-934d-4646-be4b-53bf0d59a788">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e62707ba-f74c-40a3-ad27-3cfb93905a6f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_576340ef-ec2a-423e-a014-49b1de0c7080">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_576340ef-ec2a-423e-a014-49b1de0c7080_0_">
                      <gml:posList srsDimension="3">511233.860 5417374.330 265.130 511233.860 5417374.330 262.728 511233.840 5417380.330 262.728 511233.840 5417380.330 265.130 511233.860 5417374.330 265.130</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_a3da5247-5a45-49a5-a781-ebf3a0c71502">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_010b67a3-36b2-424b-99c4-5d76577171a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_062380c2-26ce-478c-8558-01a6e1dad04a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_062380c2-26ce-478c-8558-01a6e1dad04a_0_">
                      <gml:posList srsDimension="3">511233.840 5417380.330 262.728 511230.830 5417380.320 262.728 511230.830 5417380.320 265.130 511233.840 5417380.330 265.130 511233.840 5417380.330 262.728</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1993</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010075">
      <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>DEBWL00100010075</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">4.404</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4767574c-819e-4f34-a5b4-f0b4082d3e12">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_a71f093f-afe0-4d4f-a880-f3e13be9dcfc">
              <gml:surfaceMember xlink:href="#Srf_da1c28df-d0d0-4109-abaa-66f369f7bcd1"/>
              <gml:surfaceMember xlink:href="#Srf_c1260398-9a00-4021-a511-5c3d7d1c517d"/>
              <gml:surfaceMember xlink:href="#Srf_2a71eea5-155b-4b29-a518-181d7bb0ea76"/>
              <gml:surfaceMember xlink:href="#Srf_852d1d98-d641-4bdf-9ebe-9e443d3157cb"/>
              <gml:surfaceMember xlink:href="#Srf_2e2fd58f-8c7d-4ec6-a4bb-5ac8be6a1570"/>
              <gml:surfaceMember xlink:href="#Srf_9d82497f-33d7-46e7-a819-dad46fd8031f"/>
              <gml:surfaceMember xlink:href="#Srf_3ed820fe-853c-442f-9ad6-3e5be001c86d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_0e0ac1db-89c5-4a47-bf10-7869bbe6711f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1bbcb986-9e9b-4c36-a758-4d67da97c340">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2e2fd58f-8c7d-4ec6-a4bb-5ac8be6a1570">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2e2fd58f-8c7d-4ec6-a4bb-5ac8be6a1570_0_">
                      <gml:posList srsDimension="3">511112.380 5417401.430 261.976 511113.090 5417395.470 261.976 511113.090 5417395.470 266.380 511112.380 5417401.430 266.380 511112.380 5417401.430 261.976</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_19b0c99b-fd42-49b8-b81b-23a086c04863">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02971750-2995-4384-9d37-335ef81dee37">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c1260398-9a00-4021-a511-5c3d7d1c517d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c1260398-9a00-4021-a511-5c3d7d1c517d_0_">
                      <gml:posList srsDimension="3">511112.380 5417401.430 261.976 511113.960 5417401.650 261.976 511115.370 5417401.800 261.976 511116.120 5417395.830 261.976 511113.090 5417395.470 261.976 511112.380 5417401.430 261.976</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_596d3fee-2ae0-4552-88a1-5c3c92d34534">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a4174ad-395b-40f9-bc19-8728efb544e0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_852d1d98-d641-4bdf-9ebe-9e443d3157cb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_852d1d98-d641-4bdf-9ebe-9e443d3157cb_0_">
                      <gml:posList srsDimension="3">511113.960 5417401.650 266.380 511112.380 5417401.430 266.380 511113.090 5417395.470 266.380 511116.120 5417395.830 266.380 511115.370 5417401.800 266.380 511113.960 5417401.650 266.380</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_372d86b0-ac42-4f3c-b24b-c6304dde53b9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3e6ffa79-6399-4fb4-bab2-47e9eaeb9589">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9d82497f-33d7-46e7-a819-dad46fd8031f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9d82497f-33d7-46e7-a819-dad46fd8031f_0_">
                      <gml:posList srsDimension="3">511113.090 5417395.470 261.976 511116.120 5417395.830 261.976 511116.120 5417395.830 266.380 511113.090 5417395.470 266.380 511113.090 5417395.470 261.976</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_bd0442ec-3d7f-4249-971a-97a0bc7ec83d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5bad8f1e-8a06-4257-89ae-a5facfe0e63c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_da1c28df-d0d0-4109-abaa-66f369f7bcd1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_da1c28df-d0d0-4109-abaa-66f369f7bcd1_0_">
                      <gml:posList srsDimension="3">511116.120 5417395.830 261.976 511115.370 5417401.800 261.976 511115.370 5417401.800 266.380 511116.120 5417395.830 266.380 511116.120 5417395.830 261.976</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_1b1f101b-a12d-4746-8666-601e1c771748">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b8af6f9b-2824-4114-96d8-8fe4e35e9e0f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3ed820fe-853c-442f-9ad6-3e5be001c86d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3ed820fe-853c-442f-9ad6-3e5be001c86d_0_">
                      <gml:posList srsDimension="3">511115.370 5417401.800 261.976 511113.960 5417401.650 261.976 511113.960 5417401.650 266.380 511115.370 5417401.800 266.380 511115.370 5417401.800 261.976</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_ea6b3795-9075-4494-9fb8-c5e9a3f70c55">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71655baa-3b37-4fed-a4ef-126c58a15f8f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2a71eea5-155b-4b29-a518-181d7bb0ea76">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2a71eea5-155b-4b29-a518-181d7bb0ea76_0_">
                      <gml:posList srsDimension="3">511113.960 5417401.650 261.976 511112.380 5417401.430 261.976 511112.380 5417401.430 266.380 511113.960 5417401.650 266.380 511113.960 5417401.650 261.976</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1965</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010072">
      <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>DEBWL00100010072</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">4.677</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_ef5ecf96-8373-42a3-b2b0-c5ba4dfa79b9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_8ca5c390-3e4f-4b41-88a0-47578e0e2295">
              <gml:surfaceMember xlink:href="#Srf_8cb5bde5-b30a-4da7-8309-83dfaabe9f59"/>
              <gml:surfaceMember xlink:href="#Srf_42aaaf73-ecc2-4990-ba05-49fa19aa41f1"/>
              <gml:surfaceMember xlink:href="#Srf_830fd1f6-c8e6-45fd-afbd-96e369e761c1"/>
              <gml:surfaceMember xlink:href="#Srf_3e613c58-2ea3-4069-b090-40750c264846"/>
              <gml:surfaceMember xlink:href="#Srf_b7ff067d-1d25-4a46-9a73-e8ed153b3fb7"/>
              <gml:surfaceMember xlink:href="#Srf_9858710e-17a1-4999-afe2-6318ebfbb3f0"/>
              <gml:surfaceMember xlink:href="#Srf_de80e77e-b572-4883-9718-d4f54d1ff820"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e7616c34-20ea-4716-9b5b-17f7a93a2fcb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0846efe5-43e4-483b-b205-bcd0bcc5a36b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_42aaaf73-ecc2-4990-ba05-49fa19aa41f1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_42aaaf73-ecc2-4990-ba05-49fa19aa41f1_0_">
                      <gml:posList srsDimension="3">511107.130 5417394.750 261.703 511113.090 5417395.470 261.703 511113.090 5417395.470 266.380 511107.130 5417394.750 266.380 511107.130 5417394.750 261.703</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_7e1b284d-83a2-4cbf-8927-a745b456fd70">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_88a32f3e-0f4b-4928-9fe5-4e7be275f910">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3e613c58-2ea3-4069-b090-40750c264846">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3e613c58-2ea3-4069-b090-40750c264846_0_">
                      <gml:posList srsDimension="3">511113.090 5417395.470 261.703 511112.380 5417401.430 261.703 511112.380 5417401.430 266.380 511113.090 5417395.470 266.380 511113.090 5417395.470 261.703</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_e62b73c8-2f95-4740-b4fc-eabb4658e58f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fade49bf-63e7-4ffa-9cce-5cb8f8e8f761">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b7ff067d-1d25-4a46-9a73-e8ed153b3fb7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b7ff067d-1d25-4a46-9a73-e8ed153b3fb7_0_">
                      <gml:posList srsDimension="3">511106.410 5417400.730 261.703 511112.380 5417401.430 261.703 511113.090 5417395.470 261.703 511107.130 5417394.750 261.703 511106.680 5417398.540 261.703 511106.410 5417400.730 261.703</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_5e2990bf-7aa6-46ea-9a93-c73c94ccfb8f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_682b372f-2221-42e5-abe2-c020da3bb9fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de80e77e-b572-4883-9718-d4f54d1ff820">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de80e77e-b572-4883-9718-d4f54d1ff820_0_">
                      <gml:posList srsDimension="3">511112.380 5417401.430 266.380 511106.410 5417400.730 266.380 511106.680 5417398.540 266.380 511107.130 5417394.750 266.380 511113.090 5417395.470 266.380 511112.380 5417401.430 266.380</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
For faster browsing, not all history is shown. View entire blame