Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
59001
59002
59003
59004
59005
59006
59007
59008
59009
59010
59011
59012
59013
59014
59015
59016
59017
59018
59019
59020
59021
59022
59023
59024
59025
59026
59027
59028
59029
59030
59031
59032
59033
59034
59035
59036
59037
59038
59039
59040
59041
59042
59043
59044
59045
59046
59047
59048
59049
59050
59051
59052
59053
59054
59055
59056
59057
59058
59059
59060
59061
59062
59063
59064
59065
59066
59067
59068
59069
59070
59071
59072
59073
59074
59075
59076
59077
59078
59079
59080
59081
59082
59083
59084
59085
59086
59087
59088
59089
59090
59091
59092
59093
59094
59095
59096
59097
59098
59099
59100
59101
59102
59103
59104
59105
59106
59107
59108
59109
59110
59111
59112
59113
59114
59115
59116
59117
59118
59119
59120
59121
59122
59123
59124
59125
59126
59127
59128
59129
59130
59131
59132
59133
59134
59135
59136
59137
59138
59139
59140
59141
59142
59143
59144
59145
59146
59147
59148
59149
59150
59151
59152
59153
59154
59155
59156
59157
59158
59159
59160
59161
59162
59163
59164
59165
59166
59167
59168
59169
59170
59171
59172
59173
59174
59175
59176
59177
59178
59179
59180
59181
59182
59183
59184
59185
59186
59187
59188
59189
59190
59191
59192
59193
59194
59195
59196
59197
59198
59199
59200
59201
59202
59203
59204
59205
59206
59207
59208
59209
59210
59211
59212
59213
59214
59215
59216
59217
59218
59219
59220
59221
59222
59223
59224
59225
59226
59227
59228
59229
59230
59231
59232
59233
59234
59235
59236
59237
59238
59239
59240
59241
59242
59243
59244
59245
59246
59247
59248
59249
59250
59251
59252
59253
59254
59255
59256
59257
59258
59259
59260
59261
59262
59263
59264
59265
59266
59267
59268
59269
59270
59271
59272
59273
59274
59275
59276
59277
59278
59279
59280
59281
59282
59283
59284
59285
59286
59287
59288
59289
59290
59291
59292
59293
59294
59295
59296
59297
59298
59299
59300
59301
59302
59303
59304
59305
59306
59307
59308
59309
59310
59311
59312
59313
59314
59315
59316
59317
59318
59319
59320
59321
59322
59323
59324
59325
59326
59327
59328
59329
59330
59331
59332
59333
59334
59335
59336
59337
59338
59339
59340
59341
59342
59343
59344
59345
59346
59347
59348
59349
59350
59351
59352
59353
59354
59355
59356
59357
59358
59359
59360
59361
59362
59363
59364
59365
59366
59367
59368
59369
59370
59371
59372
59373
59374
59375
59376
59377
59378
59379
59380
59381
59382
59383
59384
59385
59386
59387
59388
59389
59390
59391
59392
59393
59394
59395
59396
59397
59398
59399
59400
59401
59402
59403
59404
59405
59406
59407
59408
59409
59410
59411
59412
59413
59414
59415
59416
59417
59418
59419
59420
59421
59422
59423
59424
59425
59426
59427
59428
59429
59430
59431
59432
59433
59434
59435
59436
59437
59438
59439
59440
59441
59442
59443
59444
59445
59446
59447
59448
59449
59450
59451
59452
59453
59454
59455
59456
59457
59458
59459
59460
59461
59462
59463
59464
59465
59466
59467
59468
59469
59470
59471
59472
59473
59474
59475
59476
59477
59478
59479
59480
59481
59482
59483
59484
59485
59486
59487
59488
59489
59490
59491
59492
59493
59494
59495
59496
59497
59498
59499
59500
59501
59502
59503
59504
59505
59506
59507
59508
59509
59510
59511
59512
59513
59514
59515
59516
59517
59518
59519
59520
59521
59522
59523
59524
59525
59526
59527
59528
59529
59530
59531
59532
59533
59534
59535
59536
59537
59538
59539
59540
59541
59542
59543
59544
59545
59546
59547
59548
59549
59550
59551
59552
59553
59554
59555
59556
59557
59558
59559
59560
59561
59562
59563
59564
59565
59566
59567
59568
59569
59570
59571
59572
59573
59574
59575
59576
59577
59578
59579
59580
59581
59582
59583
59584
59585
59586
59587
59588
59589
59590
59591
59592
59593
59594
59595
59596
59597
59598
59599
59600
59601
59602
59603
59604
59605
59606
59607
59608
59609
59610
59611
59612
59613
59614
59615
59616
59617
59618
59619
59620
59621
59622
59623
59624
59625
59626
59627
59628
59629
59630
59631
59632
59633
59634
59635
59636
59637
59638
59639
59640
59641
59642
59643
59644
59645
59646
59647
59648
59649
59650
59651
59652
59653
59654
59655
59656
59657
59658
59659
59660
59661
59662
59663
59664
59665
59666
59667
59668
59669
59670
59671
59672
59673
59674
59675
59676
59677
59678
59679
59680
59681
59682
59683
59684
59685
59686
59687
59688
59689
59690
59691
59692
59693
59694
59695
59696
59697
59698
59699
59700
59701
59702
59703
59704
59705
59706
59707
59708
59709
59710
59711
59712
59713
59714
59715
59716
59717
59718
59719
59720
59721
59722
59723
59724
59725
59726
59727
59728
59729
59730
59731
59732
59733
59734
59735
59736
59737
59738
59739
59740
59741
59742
59743
59744
59745
59746
59747
59748
59749
59750
59751
59752
59753
59754
59755
59756
59757
59758
59759
59760
59761
59762
59763
59764
59765
59766
59767
59768
59769
59770
59771
59772
59773
59774
59775
59776
59777
59778
59779
59780
59781
59782
59783
59784
59785
59786
59787
59788
59789
59790
59791
59792
59793
59794
59795
59796
59797
59798
59799
59800
59801
59802
59803
59804
59805
59806
59807
59808
59809
59810
59811
59812
59813
59814
59815
59816
59817
59818
59819
59820
59821
59822
59823
59824
59825
59826
59827
59828
59829
59830
59831
59832
59833
59834
59835
59836
59837
59838
59839
59840
59841
59842
59843
59844
59845
59846
59847
59848
59849
59850
59851
59852
59853
59854
59855
59856
59857
59858
59859
59860
59861
59862
59863
59864
59865
59866
59867
59868
59869
59870
59871
59872
59873
59874
59875
59876
59877
59878
59879
59880
59881
59882
59883
59884
59885
59886
59887
59888
59889
59890
59891
59892
59893
59894
59895
59896
59897
59898
59899
59900
59901
59902
59903
59904
59905
59906
59907
59908
59909
59910
59911
59912
59913
59914
59915
59916
59917
59918
59919
59920
59921
59922
59923
59924
59925
59926
59927
59928
59929
59930
59931
59932
59933
59934
59935
59936
59937
59938
59939
59940
59941
59942
59943
59944
59945
59946
59947
59948
59949
59950
59951
59952
59953
59954
59955
59956
59957
59958
59959
59960
59961
59962
59963
59964
59965
59966
59967
59968
59969
59970
59971
59972
59973
59974
59975
59976
59977
59978
59979
59980
59981
59982
59983
59984
59985
59986
59987
59988
59989
59990
59991
59992
59993
59994
59995
59996
59997
59998
59999
60000
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_fe04184a-b88d-4695-8ae2-6f9e58f66c10">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a4fb4b34-3afc-48bb-8a28-f0d4b4aa5d75">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_443d5d38-e569-48f0-b4ff-5794f59bdf66">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_443d5d38-e569-48f0-b4ff-5794f59bdf66_0_">
                      <gml:posList srsDimension="3">511050.230 5417008.130 270.020 511050.280 5417008.130 270.020 511050.290 5417008.490 270.020 511050.302 5417009.317 270.020 511050.380 5417014.460 270.020 511050.390 5417014.950 270.020 511057.800 5417014.820 270.020 511057.800 5417015.070 270.020 511060.400 5417015.030 270.020 511060.400 5417014.780 270.020 511067.850 5417014.650 270.020 511067.840 5417014.150 270.020 511067.719 5417008.990 270.020 511067.700 5417008.160 270.020 511067.690 5417007.810 270.020 511067.740 5417007.810 270.020 511067.700 5417005.200 270.020 511063.800 5417005.270 270.020 511063.780 5417004.040 270.020 511054.100 5417004.200 270.020 511054.120 5417005.420 270.020 511050.180 5417005.500 270.020 511050.230 5417008.130 270.020</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_783ce11e-25f4-419d-9984-228977442bee">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_960ac95b-a825-4dc5-b8cd-53b26985f3bc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_27257079-176e-4c08-b533-c49169e1a4da">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_27257079-176e-4c08-b533-c49169e1a4da_0_">
                      <gml:posList srsDimension="3">511050.180 5417005.500 278.329 511050.280 5417008.130 279.996 511050.230 5417008.130 279.996 511050.180 5417005.500 278.329</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_c28aa86f-7c19-4180-8280-9899e50d60cd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f1ef6378-9ddb-458a-9b24-df0737ab3f02">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7d2e2053-d771-4904-a950-7d47fc77a091">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7d2e2053-d771-4904-a950-7d47fc77a091_0_">
                      <gml:posList srsDimension="3">511050.280 5417008.130 279.996 511050.180 5417005.500 278.329 511054.120 5417005.420 278.322 511054.100 5417004.200 277.549 511063.780 5417004.040 277.555 511063.800 5417005.270 278.334 511067.700 5417005.200 278.333 511067.740 5417007.810 279.987 511067.690 5417007.810 279.987 511067.700 5417008.160 280.209 511067.719 5417008.990 280.734 511050.302 5417009.317 280.749 511050.290 5417008.490 280.224 511050.280 5417008.130 279.996</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_976c6ce4-9391-41c9-b51c-3153c19bc940">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_045f4fcb-5258-400d-b290-1e4cbd9ce782">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_437c9901-15c7-4542-9513-c002740e27b7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_437c9901-15c7-4542-9513-c002740e27b7_0_">
                      <gml:posList srsDimension="3">511050.302 5417009.317 280.749 511067.719 5417008.990 280.734 511067.840 5417014.150 278.640 511067.850 5417014.650 278.437 511060.400 5417014.780 278.447 511060.400 5417015.030 278.345 511057.800 5417015.070 278.351 511057.800 5417014.820 278.452 511050.390 5417014.950 278.462 511050.380 5417014.460 278.661 511050.302 5417009.317 280.749</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_dcf5bad8-8801-4f70-83b9-f3142e0e6342">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13505234-90ef-4d33-a6e2-f41303d95252">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3c83b3df-6614-4a63-857e-361f549ba99b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3c83b3df-6614-4a63-857e-361f549ba99b_0_">
                      <gml:posList srsDimension="3">511054.120 5417005.420 270.020 511054.100 5417004.200 270.020 511054.100 5417004.200 277.549 511054.120 5417005.420 278.322 511054.120 5417005.420 270.020</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_336dd6d2-99be-4bb2-9272-ea7ab30110ea">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e089b040-c793-4c73-935f-d492c095cb05">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e42e127c-91a1-405f-b71e-dc18ae80c37f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e42e127c-91a1-405f-b71e-dc18ae80c37f_0_">
                      <gml:posList srsDimension="3">511054.100 5417004.200 270.020 511063.780 5417004.040 270.020 511063.780 5417004.040 277.555 511054.100 5417004.200 277.549 511054.100 5417004.200 270.020</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_fb32d376-6bae-4ab8-8e2d-db80a1660844">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_206d4d68-b9ff-411d-a18f-d8b6f6c9c6d4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7d47d1e9-3b81-45d2-94f0-53ea9407723d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7d47d1e9-3b81-45d2-94f0-53ea9407723d_0_">
                      <gml:posList srsDimension="3">511063.780 5417004.040 270.020 511063.800 5417005.270 270.020 511063.800 5417005.270 278.334 511063.780 5417004.040 277.555 511063.780 5417004.040 270.020</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_1f18c0fd-34ea-4239-854f-26bd638cc45f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3a070fa-169d-4fd9-ac3c-1383ab813c25">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9b08bf50-0613-4050-933c-ffb545482d4f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9b08bf50-0613-4050-933c-ffb545482d4f_0_">
                      <gml:posList srsDimension="3">511067.700 5417005.200 278.333 511063.800 5417005.270 278.334 511063.800 5417005.270 270.020 511067.700 5417005.200 270.020 511067.700 5417005.200 278.333</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_89f23952-b327-4914-ac5e-3c6c85fbb78c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_20ba17a5-5885-4a08-b0ff-1f3cac027ffb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_628298ea-d355-4e83-bd78-78724af33685">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_628298ea-d355-4e83-bd78-78724af33685_0_">
                      <gml:posList srsDimension="3">511067.700 5417005.200 270.020 511067.740 5417007.810 270.020 511067.740 5417007.810 279.987 511067.700 5417005.200 278.333 511067.700 5417005.200 270.020</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_efbe6c39-077e-4c57-a3de-888f0a1d0a07">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_214ab2b8-468b-4163-b336-b01db090e42e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5b7a0182-4449-47e5-81eb-a4b8c4ef951d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5b7a0182-4449-47e5-81eb-a4b8c4ef951d_0_">
                      <gml:posList srsDimension="3">511067.740 5417007.810 270.020 511067.690 5417007.810 270.020 511067.690 5417007.810 279.987 511067.740 5417007.810 279.987 511067.740 5417007.810 270.020</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_2afc2869-3c9b-4be3-b431-4a72aa0ba709">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1db26072-76d0-4020-aec5-f0d279828d14">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5cd08c00-0608-4d07-8383-261fa3b37e1b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5cd08c00-0608-4d07-8383-261fa3b37e1b_0_">
                      <gml:posList srsDimension="3">511067.690 5417007.810 279.987 511067.690 5417007.810 270.020 511067.700 5417008.160 270.020 511067.700 5417008.160 280.209 511067.690 5417007.810 279.987</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_d8921fac-b911-45f3-95bb-def2f7555b4b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_10fc9bd4-d771-418b-a972-c054330122bb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_465951f4-2681-4e10-9dfd-c6db8aed2eda">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_465951f4-2681-4e10-9dfd-c6db8aed2eda_0_">
                      <gml:posList srsDimension="3">511067.700 5417008.160 270.020 511067.719 5417008.990 270.020 511067.719 5417008.990 280.734 511067.700 5417008.160 280.209 511067.700 5417008.160 270.020</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_b1e6506e-dd10-4752-8099-73481b6362e1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a105793-907f-41d4-b32e-424668f88b65">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b711f7ce-dada-4e29-836e-b6c7f7b30125">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b711f7ce-dada-4e29-836e-b6c7f7b30125_0_">
                      <gml:posList srsDimension="3">511067.840 5417014.150 278.640 511067.719 5417008.990 280.734 511067.719 5417008.990 270.020 511067.840 5417014.150 270.020 511067.840 5417014.150 278.640</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_b6366e57-6738-446c-b671-54011e1621ec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a50110c0-40aa-443b-bed4-cfd3e8bd3d2d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f7bbde5-5445-4502-8df0-c966bb2750e9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f7bbde5-5445-4502-8df0-c966bb2750e9_0_">
                      <gml:posList srsDimension="3">511067.850 5417014.650 270.020 511067.850 5417014.650 278.437 511067.840 5417014.150 278.640 511067.840 5417014.150 270.020 511067.850 5417014.650 270.020</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_288de373-c137-4cab-856e-0e2281f34700">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f7d117e2-23c2-4235-bdb3-39c6b110b669">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aed6df93-6f5d-4a00-a654-6191381036f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aed6df93-6f5d-4a00-a654-6191381036f3_0_">
                      <gml:posList srsDimension="3">511060.400 5417014.780 278.447 511067.850 5417014.650 278.437 511067.850 5417014.650 270.020 511060.400 5417014.780 270.020 511060.400 5417014.780 278.447</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_de7f3eda-d640-4763-9b1a-2e0eb8b126d5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_76fb8baf-6900-45a4-9be3-d372d114be30">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ca039336-c720-41c8-ae2b-fe76ae862f30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ca039336-c720-41c8-ae2b-fe76ae862f30_0_">
                      <gml:posList srsDimension="3">511060.400 5417015.030 270.020 511060.400 5417015.030 278.345 511060.400 5417014.780 278.447 511060.400 5417014.780 270.020 511060.400 5417015.030 270.020</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_81def441-d396-4b4b-a1ec-93d38b4440ed">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7652876c-1706-4538-9165-a9ea0d7bd9d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b2da8001-15bd-447d-a890-4c4c3f71fca3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b2da8001-15bd-447d-a890-4c4c3f71fca3_0_">
                      <gml:posList srsDimension="3">511057.800 5417015.070 278.351 511060.400 5417015.030 278.345 511060.400 5417015.030 270.020 511057.800 5417015.070 270.020 511057.800 5417015.070 278.351</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2007</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFS">
      <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>DEBWL0010000ZZFS</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">3.009</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_63946fb3-b6c7-43bb-9c7d-64b8445ecd92">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_beededad-6a06-4014-b585-0ddd6b136822">
              <gml:surfaceMember xlink:href="#Srf_067c3f3c-7f92-46ca-a613-c509c9bc0f27"/>
              <gml:surfaceMember xlink:href="#Srf_7518bd42-33ac-4f1b-95b9-1952d913bdd3"/>
              <gml:surfaceMember xlink:href="#Srf_ca088c08-b3ff-4a42-bcb8-9e051d1a796f"/>
              <gml:surfaceMember xlink:href="#Srf_7507dfc2-71ca-494f-ac43-3cbd59287365"/>
              <gml:surfaceMember xlink:href="#Srf_47c04b5b-3cad-4d20-a4c9-35f0eb1029d4"/>
              <gml:surfaceMember xlink:href="#Srf_c71aae4b-d94f-4992-8044-7e52517ddd58"/>
              <gml:surfaceMember xlink:href="#Srf_fcbcd2b1-9ed8-43c8-be23-70e0f1ecb10a"/>
              <gml:surfaceMember xlink:href="#Srf_cebb6916-a531-4a08-bb1a-853c46e79a83"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_d726f5d2-43c5-4745-8d07-acbdf8dce63f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4876948e-feb1-4023-90f2-684554a2f403">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c71aae4b-d94f-4992-8044-7e52517ddd58">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c71aae4b-d94f-4992-8044-7e52517ddd58_0_">
                      <gml:posList srsDimension="3">511224.860 5417123.240 269.975 511222.320 5417123.030 269.975 511222.320 5417123.030 272.586 511224.860 5417123.240 272.602 511224.860 5417123.240 269.975</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_051fdf98-8c49-41d6-8aba-25bd2cab1f33">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_49da2721-8c05-460e-9b07-09b39162eb70">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_067c3f3c-7f92-46ca-a613-c509c9bc0f27">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_067c3f3c-7f92-46ca-a613-c509c9bc0f27_0_">
                      <gml:posList srsDimension="3">511222.320 5417123.030 269.975 511222.780 5417117.020 269.975 511222.780 5417117.020 272.965 511222.320 5417123.030 272.586 511222.320 5417123.030 269.975</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_89b861cf-f2e4-4190-b1e1-500377f76799">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57bde60a-a951-475b-b00e-3dba987a6088">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ca088c08-b3ff-4a42-bcb8-9e051d1a796f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ca088c08-b3ff-4a42-bcb8-9e051d1a796f_0_">
                      <gml:posList srsDimension="3">511224.860 5417123.240 269.975 511225.270 5417118.260 269.975 511225.540 5417118.280 269.975 511225.640 5417117.250 269.975 511222.780 5417117.020 269.975 511222.320 5417123.030 269.975 511224.860 5417123.240 269.975</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_72cd9c08-fd2c-42e7-b362-e3de05bafee4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_59a6e6ad-ef73-47b8-a735-9476be666554">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fcbcd2b1-9ed8-43c8-be23-70e0f1ecb10a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fcbcd2b1-9ed8-43c8-be23-70e0f1ecb10a_0_">
                      <gml:posList srsDimension="3">511225.270 5417118.260 272.917 511224.860 5417123.240 272.602 511222.320 5417123.030 272.586 511222.780 5417117.020 272.965 511225.640 5417117.250 272.984 511225.540 5417118.280 272.919 511225.270 5417118.260 272.917</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_c607b8ba-912d-40cb-b97b-d28d086b901d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_87023a2b-3b3a-4c00-b1e1-434ed027e012">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47c04b5b-3cad-4d20-a4c9-35f0eb1029d4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47c04b5b-3cad-4d20-a4c9-35f0eb1029d4_0_">
                      <gml:posList srsDimension="3">511222.780 5417117.020 269.975 511225.640 5417117.250 269.975 511225.640 5417117.250 272.984 511222.780 5417117.020 272.965 511222.780 5417117.020 269.975</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_14caddf8-d82e-426e-8403-05d6e478b3f9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_374a5f5a-a9b5-41e2-b3f6-7e49be59338b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7518bd42-33ac-4f1b-95b9-1952d913bdd3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7518bd42-33ac-4f1b-95b9-1952d913bdd3_0_">
                      <gml:posList srsDimension="3">511225.640 5417117.250 269.975 511225.540 5417118.280 269.975 511225.540 5417118.280 272.919 511225.640 5417117.250 272.984 511225.640 5417117.250 269.975</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_f6813950-fdd2-4986-9474-45fc18e640cb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e65a7d6f-c54c-4728-8123-905bcc937d5c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cebb6916-a531-4a08-bb1a-853c46e79a83">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cebb6916-a531-4a08-bb1a-853c46e79a83_0_">
                      <gml:posList srsDimension="3">511225.540 5417118.280 269.975 511225.270 5417118.260 269.975 511225.270 5417118.260 272.917 511225.540 5417118.280 272.919 511225.540 5417118.280 269.975</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_2cbc9660-a13a-4ac2-8dcf-9b67bf469139">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7819425e-a5dd-4214-aa14-0220eb1b727a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7507dfc2-71ca-494f-ac43-3cbd59287365">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7507dfc2-71ca-494f-ac43-3cbd59287365_0_">
                      <gml:posList srsDimension="3">511225.270 5417118.260 269.975 511224.860 5417123.240 269.975 511224.860 5417123.240 272.602 511225.270 5417118.260 272.917 511225.270 5417118.260 269.975</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1982</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFE">
      <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>DEBWL0010000ZZFE</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.504</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4321082e-14fb-4076-86e8-cf88a003fd12">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_c7ec6fd7-96b8-49fb-8184-d40269a28ca1">
              <gml:surfaceMember xlink:href="#Srf_5dc5b18c-e489-44f3-9396-a698722b2de1"/>
              <gml:surfaceMember xlink:href="#Srf_5bfc4607-0f33-474a-8b0e-6a63a382862c"/>
              <gml:surfaceMember xlink:href="#Srf_ac31aab2-6d6f-4890-bd0f-b3dd1f9b7cd4"/>
              <gml:surfaceMember xlink:href="#Srf_a805a2aa-d6e4-4ed2-a731-2d1476ae7c5c"/>
              <gml:surfaceMember xlink:href="#Srf_77e4d940-62e8-4abf-882c-ec6b3067ede6"/>
              <gml:surfaceMember xlink:href="#Srf_a5225e29-45bf-4024-b9bb-1b5c039b8cf1"/>
              <gml:surfaceMember xlink:href="#Srf_109bb329-6577-4fef-801b-0c7db07e8974"/>
              <gml:surfaceMember xlink:href="#Srf_3f54afef-b425-4b9d-8749-d5c672ba526a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7bf34ee6-191c-472a-9d4b-4a5bddc3f84f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_80eb0302-6999-467a-8154-15a3c5b7f927">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_109bb329-6577-4fef-801b-0c7db07e8974">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_109bb329-6577-4fef-801b-0c7db07e8974_0_">
                      <gml:posList srsDimension="3">511177.780 5417096.480 273.698 511177.680 5417098.140 273.774 511177.680 5417098.140 271.271 511177.780 5417096.480 271.271 511177.780 5417096.480 273.698</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_dc286890-9168-4320-8dfd-24247ce3a3fe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6a48d63e-c766-47c9-8c44-ee10a9f97da7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ac31aab2-6d6f-4890-bd0f-b3dd1f9b7cd4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ac31aab2-6d6f-4890-bd0f-b3dd1f9b7cd4_0_">
                      <gml:posList srsDimension="3">511178.120 5417096.500 271.271 511177.780 5417096.480 271.271 511177.680 5417098.140 271.271 511181.110 5417098.340 271.271 511181.510 5417092.880 271.271 511178.380 5417092.660 271.271 511178.120 5417096.500 271.271</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_b0069ca0-1dad-49d1-a952-796b8811423c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8c1d1d3b-3bd7-44c5-8d4d-a216e169541e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5dc5b18c-e489-44f3-9396-a698722b2de1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5dc5b18c-e489-44f3-9396-a698722b2de1_0_">
                      <gml:posList srsDimension="3">511177.780 5417096.480 273.698 511178.120 5417096.500 273.697 511178.380 5417092.660 273.522 511181.510 5417092.880 273.512 511181.110 5417098.340 273.761 511177.680 5417098.140 273.774 511177.780 5417096.480 273.698</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_d126b74d-4b12-49c5-88ab-dcd514ea9e83">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8760b8b2-3345-4763-917a-6e5c7f714c24">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a805a2aa-d6e4-4ed2-a731-2d1476ae7c5c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a805a2aa-d6e4-4ed2-a731-2d1476ae7c5c_0_">
                      <gml:posList srsDimension="3">511178.120 5417096.500 273.697 511177.780 5417096.480 273.698 511177.780 5417096.480 271.271 511178.120 5417096.500 271.271 511178.120 5417096.500 273.697</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_ed485eae-6e64-4180-89eb-bf11a6d766f7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_345a7aa3-dbf5-4797-85b0-943df64b8ae5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3f54afef-b425-4b9d-8749-d5c672ba526a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3f54afef-b425-4b9d-8749-d5c672ba526a_0_">
                      <gml:posList srsDimension="3">511178.380 5417092.660 273.522 511178.120 5417096.500 273.697 511178.120 5417096.500 271.271 511178.380 5417092.660 271.271 511178.380 5417092.660 273.522</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_319c787e-4b60-4b07-a3b5-ea4d3946d46c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c6535f76-025c-455a-9ff1-a5208f01e630">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5bfc4607-0f33-474a-8b0e-6a63a382862c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5bfc4607-0f33-474a-8b0e-6a63a382862c_0_">
                      <gml:posList srsDimension="3">511181.510 5417092.880 273.512 511178.380 5417092.660 273.522 511178.380 5417092.660 271.271 511181.510 5417092.880 271.271 511181.510 5417092.880 273.512</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_b41f835b-fc4f-4368-b3a1-ee8a180da99d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_787e1423-103a-4066-be60-15e440157a3a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a5225e29-45bf-4024-b9bb-1b5c039b8cf1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a5225e29-45bf-4024-b9bb-1b5c039b8cf1_0_">
                      <gml:posList srsDimension="3">511181.110 5417098.340 273.761 511181.510 5417092.880 273.512 511181.510 5417092.880 271.271 511181.110 5417098.340 271.271 511181.110 5417098.340 273.761</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_b919fbbb-6dac-40bc-a604-7c8d81fbeb8f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a419939f-1683-45d9-becd-1e08c9567fdf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77e4d940-62e8-4abf-882c-ec6b3067ede6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77e4d940-62e8-4abf-882c-ec6b3067ede6_0_">
                      <gml:posList srsDimension="3">511177.680 5417098.140 273.774 511181.110 5417098.340 273.761 511181.110 5417098.340 271.271 511177.680 5417098.140 271.271 511177.680 5417098.140 273.774</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1936</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFQ">
      <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>DEBWL0010000ZZFQ</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">3.441</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_e03bd9a0-283a-4c07-b7c9-055b4c1de683">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_cec15032-047a-4959-b12d-ad62a2dd3796">
              <gml:surfaceMember xlink:href="#Srf_ea93d80b-fa54-4536-972f-915f0f360bb3"/>
              <gml:surfaceMember xlink:href="#Srf_c9c32af5-cc97-4a44-83a5-e8a688e5c8a4"/>
              <gml:surfaceMember xlink:href="#Srf_87b7865d-f3ea-4835-a8ea-0c0427588ae6"/>
              <gml:surfaceMember xlink:href="#Srf_adfaf937-5802-45bf-928c-752c44faecad"/>
              <gml:surfaceMember xlink:href="#Srf_064d87fa-6923-4114-8044-07c2f6703d5f"/>
              <gml:surfaceMember xlink:href="#Srf_a2b050d9-8b1e-4dee-846b-d5597dae12f3"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5e0147b5-bc3b-416b-a146-4f73d8e580e6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0e886bf-21fd-49a9-a114-ca815f4f6156">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a2b050d9-8b1e-4dee-846b-d5597dae12f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a2b050d9-8b1e-4dee-846b-d5597dae12f3_0_">
                      <gml:posList srsDimension="3">511221.960 5417085.730 269.414 511222.260 5417082.440 269.414 511222.260 5417082.440 272.006 511221.960 5417085.730 271.989 511221.960 5417085.730 269.414</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_fa82b8bf-efd3-4ffb-8d29-3c11d5057962">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e6fc9742-f7db-44f5-ad1f-20e7d51d5f6a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9c32af5-cc97-4a44-83a5-e8a688e5c8a4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9c32af5-cc97-4a44-83a5-e8a688e5c8a4_0_">
                      <gml:posList srsDimension="3">511221.960 5417085.730 269.414 511228.720 5417086.240 269.414 511228.990 5417082.650 269.414 511222.260 5417082.440 269.414 511221.960 5417085.730 269.414</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_c2b88d0e-cad9-410e-b207-d604a2e8e43e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a5b33197-8f52-49a7-8f7f-d8dc7ffcd743">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_064d87fa-6923-4114-8044-07c2f6703d5f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_064d87fa-6923-4114-8044-07c2f6703d5f_0_">
                      <gml:posList srsDimension="3">511228.720 5417086.240 272.844 511221.960 5417085.730 271.989 511222.260 5417082.440 272.006 511228.990 5417082.650 272.856 511228.720 5417086.240 272.844</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_50216f8e-75c2-473a-916c-cdfc9b5d58f2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dcdbe540-0566-4bb7-aa11-376912479fa7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_adfaf937-5802-45bf-928c-752c44faecad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_adfaf937-5802-45bf-928c-752c44faecad_0_">
                      <gml:posList srsDimension="3">511222.260 5417082.440 269.414 511228.990 5417082.650 269.414 511228.990 5417082.650 272.856 511222.260 5417082.440 272.006 511222.260 5417082.440 269.414</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_cf952a0e-62c6-4297-a531-554754a7c6aa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_158d6324-6c9a-4ea0-b914-43ae987d7fa3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea93d80b-fa54-4536-972f-915f0f360bb3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea93d80b-fa54-4536-972f-915f0f360bb3_0_">
                      <gml:posList srsDimension="3">511228.990 5417082.650 269.414 511228.720 5417086.240 269.414 511228.720 5417086.240 272.844 511228.990 5417082.650 272.856 511228.990 5417082.650 269.414</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_76a5a5d6-ddab-443d-90a1-019693b442b8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_15582168-70b3-46a1-81ed-955c1255a89e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_87b7865d-f3ea-4835-a8ea-0c0427588ae6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_87b7865d-f3ea-4835-a8ea-0c0427588ae6_0_">
                      <gml:posList srsDimension="3">511228.720 5417086.240 269.414 511221.960 5417085.730 269.414 511221.960 5417085.730 271.989 511228.720 5417086.240 272.844 511228.720 5417086.240 269.414</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2013</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFL">
      <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>DEBWL0010000ZZFL</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.740</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_5c132100-0769-4059-a374-86d0eea8514b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_0a3b4a85-3aea-4e8c-8a2f-709493e8ff42">
              <gml:surfaceMember xlink:href="#Srf_556dea9d-b9f8-4fa6-8f7f-1759f1a6f38d"/>
              <gml:surfaceMember xlink:href="#Srf_a8e6f692-8d7f-4d60-80be-648ee43ea984"/>
              <gml:surfaceMember xlink:href="#Srf_792206a7-f3d6-4a9b-9cd1-2b5af7d3d1fe"/>
              <gml:surfaceMember xlink:href="#Srf_13d8e589-2faf-4f26-8381-c2355d6197f9"/>
              <gml:surfaceMember xlink:href="#Srf_cc2f1df1-f958-4da4-96ed-50dee6080b4c"/>
              <gml:surfaceMember xlink:href="#Srf_9532dbd0-27cb-4095-b615-b145e7bbdf07"/>
              <gml:surfaceMember xlink:href="#Srf_a0135bac-c1c4-4e08-bc19-b207665045ea"/>
              <gml:surfaceMember xlink:href="#Srf_759a9035-4b58-401f-9460-ee64d1d5fd37"/>
              <gml:surfaceMember xlink:href="#Srf_a841cc8c-a316-4909-988e-a1956fa38143"/>
              <gml:surfaceMember xlink:href="#Srf_5ee8c56b-47cd-4739-95d0-0a42c74edad0"/>
              <gml:surfaceMember xlink:href="#Srf_d9c666ee-ace5-4110-9ad5-6001fdfe7049"/>
              <gml:surfaceMember xlink:href="#Srf_6ea1fa7e-e9fb-4ff8-b3e4-d7b7adf86fa7"/>
              <gml:surfaceMember xlink:href="#Srf_f8dd6ef7-44e1-4482-bfc3-b5f7a4fb1b37"/>
              <gml:surfaceMember xlink:href="#Srf_29e813c3-bdda-4fdf-bea6-bd73468ec538"/>
              <gml:surfaceMember xlink:href="#Srf_b58e11d7-1adf-49bb-95ec-cdc324a14f7c"/>
              <gml:surfaceMember xlink:href="#Srf_16104bd6-9364-445f-8eee-05cee709daa2"/>
              <gml:surfaceMember xlink:href="#Srf_a60251bf-eb6f-4266-b22f-f5511f059423"/>
              <gml:surfaceMember xlink:href="#Srf_7b600d20-afdf-45b0-b8a2-4dea69db4b6a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_dcf621e8-9482-42f6-83b1-3d0053fc93a5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c525e88f-50a0-4a76-9efe-852c4e454268">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9532dbd0-27cb-4095-b615-b145e7bbdf07">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9532dbd0-27cb-4095-b615-b145e7bbdf07_0_">
                      <gml:posList srsDimension="3">511211.540 5417093.570 270.418 511209.800 5417093.430 270.418 511209.789 5417093.569 270.418 511209.370 5417098.710 270.418 511209.250 5417098.700 270.418 511209.120 5417100.440 270.418 511217.810 5417101.170 270.418 511218.090 5417101.190 270.418 511218.500 5417096.200 270.418 511218.658 5417094.266 270.418 511219.070 5417089.220 270.418 511212.060 5417088.630 270.418 511211.940 5417088.620 270.418 511211.540 5417093.570 270.418</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_247c65fb-50cc-4f6c-8900-41e69153030f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7523d6a6-54dd-4bda-a022-7fadd1366a0f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d9c666ee-ace5-4110-9ad5-6001fdfe7049">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d9c666ee-ace5-4110-9ad5-6001fdfe7049_0_">
                      <gml:posList srsDimension="3">511209.800 5417093.430 281.066 511211.540 5417093.570 281.063 511218.658 5417094.266 281.134 511209.789 5417093.569 281.157 511209.800 5417093.430 281.066</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_d0306418-4d1e-4ed1-a5a3-08219feca407">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d4a38543-7f35-4deb-a857-819ec0266bf5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_16104bd6-9364-445f-8eee-05cee709daa2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_16104bd6-9364-445f-8eee-05cee709daa2_0_">
                      <gml:posList srsDimension="3">511209.250 5417098.700 277.765 511209.370 5417098.710 277.765 511209.120 5417100.440 276.618 511209.250 5417098.700 277.765</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_94de3899-df67-4cdd-a5c9-7f1b53208df9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b93bc09d-10c0-489b-a023-c22807c93671">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_29e813c3-bdda-4fdf-bea6-bd73468ec538">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_29e813c3-bdda-4fdf-bea6-bd73468ec538_0_">
                      <gml:posList srsDimension="3">511209.120 5417100.440 276.618 511209.370 5417098.710 277.765 511209.789 5417093.569 281.157 511218.658 5417094.266 281.134 511218.500 5417096.200 279.858 511218.090 5417101.190 276.565 511217.810 5417101.170 276.564 511209.120 5417100.440 276.618</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_21cfe0e7-5ecd-4b49-b9f3-84dadfa8174a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d109032d-d6da-4b66-b205-778076f2554e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a841cc8c-a316-4909-988e-a1956fa38143">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a841cc8c-a316-4909-988e-a1956fa38143_0_">
                      <gml:posList srsDimension="3">511218.658 5417094.266 281.134 511211.540 5417093.570 281.063 511211.940 5417088.620 277.799 511212.060 5417088.630 277.799 511219.070 5417089.220 277.806 511218.658 5417094.266 281.134</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_d70a312e-3947-4d05-95ac-a76e31e20bfb">
For faster browsing, not all history is shown. View entire blame