Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
174001
174002
174003
174004
174005
174006
174007
174008
174009
174010
174011
174012
174013
174014
174015
174016
174017
174018
174019
174020
174021
174022
174023
174024
174025
174026
174027
174028
174029
174030
174031
174032
174033
174034
174035
174036
174037
174038
174039
174040
174041
174042
174043
174044
174045
174046
174047
174048
174049
174050
174051
174052
174053
174054
174055
174056
174057
174058
174059
174060
174061
174062
174063
174064
174065
174066
174067
174068
174069
174070
174071
174072
174073
174074
174075
174076
174077
174078
174079
174080
174081
174082
174083
174084
174085
174086
174087
174088
174089
174090
174091
174092
174093
174094
174095
174096
174097
174098
174099
174100
174101
174102
174103
174104
174105
174106
174107
174108
174109
174110
174111
174112
174113
174114
174115
174116
174117
174118
174119
174120
174121
174122
174123
174124
174125
174126
174127
174128
174129
174130
174131
174132
174133
174134
174135
174136
174137
174138
174139
174140
174141
174142
174143
174144
174145
174146
174147
174148
174149
174150
174151
174152
174153
174154
174155
174156
174157
174158
174159
174160
174161
174162
174163
174164
174165
174166
174167
174168
174169
174170
174171
174172
174173
174174
174175
174176
174177
174178
174179
174180
174181
174182
174183
174184
174185
174186
174187
174188
174189
174190
174191
174192
174193
174194
174195
174196
174197
174198
174199
174200
174201
174202
174203
174204
174205
174206
174207
174208
174209
174210
174211
174212
174213
174214
174215
174216
174217
174218
174219
174220
174221
174222
174223
174224
174225
174226
174227
174228
174229
174230
174231
174232
174233
174234
174235
174236
174237
174238
174239
174240
174241
174242
174243
174244
174245
174246
174247
174248
174249
174250
174251
174252
174253
174254
174255
174256
174257
174258
174259
174260
174261
174262
174263
174264
174265
174266
174267
174268
174269
174270
174271
174272
174273
174274
174275
174276
174277
174278
174279
174280
174281
174282
174283
174284
174285
174286
174287
174288
174289
174290
174291
174292
174293
174294
174295
174296
174297
174298
174299
174300
174301
174302
174303
174304
174305
174306
174307
174308
174309
174310
174311
174312
174313
174314
174315
174316
174317
174318
174319
174320
174321
174322
174323
174324
174325
174326
174327
174328
174329
174330
174331
174332
174333
174334
174335
174336
174337
174338
174339
174340
174341
174342
174343
174344
174345
174346
174347
174348
174349
174350
174351
174352
174353
174354
174355
174356
174357
174358
174359
174360
174361
174362
174363
174364
174365
174366
174367
174368
174369
174370
174371
174372
174373
174374
174375
174376
174377
174378
174379
174380
174381
174382
174383
174384
174385
174386
174387
174388
174389
174390
174391
174392
174393
174394
174395
174396
174397
174398
174399
174400
174401
174402
174403
174404
174405
174406
174407
174408
174409
174410
174411
174412
174413
174414
174415
174416
174417
174418
174419
174420
174421
174422
174423
174424
174425
174426
174427
174428
174429
174430
174431
174432
174433
174434
174435
174436
174437
174438
174439
174440
174441
174442
174443
174444
174445
174446
174447
174448
174449
174450
174451
174452
174453
174454
174455
174456
174457
174458
174459
174460
174461
174462
174463
174464
174465
174466
174467
174468
174469
174470
174471
174472
174473
174474
174475
174476
174477
174478
174479
174480
174481
174482
174483
174484
174485
174486
174487
174488
174489
174490
174491
174492
174493
174494
174495
174496
174497
174498
174499
174500
174501
174502
174503
174504
174505
174506
174507
174508
174509
174510
174511
174512
174513
174514
174515
174516
174517
174518
174519
174520
174521
174522
174523
174524
174525
174526
174527
174528
174529
174530
174531
174532
174533
174534
174535
174536
174537
174538
174539
174540
174541
174542
174543
174544
174545
174546
174547
174548
174549
174550
174551
174552
174553
174554
174555
174556
174557
174558
174559
174560
174561
174562
174563
174564
174565
174566
174567
174568
174569
174570
174571
174572
174573
174574
174575
174576
174577
174578
174579
174580
174581
174582
174583
174584
174585
174586
174587
174588
174589
174590
174591
174592
174593
174594
174595
174596
174597
174598
174599
174600
174601
174602
174603
174604
174605
174606
174607
174608
174609
174610
174611
174612
174613
174614
174615
174616
174617
174618
174619
174620
174621
174622
174623
174624
174625
174626
174627
174628
174629
174630
174631
174632
174633
174634
174635
174636
174637
174638
174639
174640
174641
174642
174643
174644
174645
174646
174647
174648
174649
174650
174651
174652
174653
174654
174655
174656
174657
174658
174659
174660
174661
174662
174663
174664
174665
174666
174667
174668
174669
174670
174671
174672
174673
174674
174675
174676
174677
174678
174679
174680
174681
174682
174683
174684
174685
174686
174687
174688
174689
174690
174691
174692
174693
174694
174695
174696
174697
174698
174699
174700
174701
174702
174703
174704
174705
174706
174707
174708
174709
174710
174711
174712
174713
174714
174715
174716
174717
174718
174719
174720
174721
174722
174723
174724
174725
174726
174727
174728
174729
174730
174731
174732
174733
174734
174735
174736
174737
174738
174739
174740
174741
174742
174743
174744
174745
174746
174747
174748
174749
174750
174751
174752
174753
174754
174755
174756
174757
174758
174759
174760
174761
174762
174763
174764
174765
174766
174767
174768
174769
174770
174771
174772
174773
174774
174775
174776
174777
174778
174779
174780
174781
174782
174783
174784
174785
174786
174787
174788
174789
174790
174791
174792
174793
174794
174795
174796
174797
174798
174799
174800
174801
174802
174803
174804
174805
174806
174807
174808
174809
174810
174811
174812
174813
174814
174815
174816
174817
174818
174819
174820
174821
174822
174823
174824
174825
174826
174827
174828
174829
174830
174831
174832
174833
174834
174835
174836
174837
174838
174839
174840
174841
174842
174843
174844
174845
174846
174847
174848
174849
174850
174851
174852
174853
174854
174855
174856
174857
174858
174859
174860
174861
174862
174863
174864
174865
174866
174867
174868
174869
174870
174871
174872
174873
174874
174875
174876
174877
174878
174879
174880
174881
174882
174883
174884
174885
174886
174887
174888
174889
174890
174891
174892
174893
174894
174895
174896
174897
174898
174899
174900
174901
174902
174903
174904
174905
174906
174907
174908
174909
174910
174911
174912
174913
174914
174915
174916
174917
174918
174919
174920
174921
174922
174923
174924
174925
174926
174927
174928
174929
174930
174931
174932
174933
174934
174935
174936
174937
174938
174939
174940
174941
174942
174943
174944
174945
174946
174947
174948
174949
174950
174951
174952
174953
174954
174955
174956
174957
174958
174959
174960
174961
174962
174963
174964
174965
174966
174967
174968
174969
174970
174971
174972
174973
174974
174975
174976
174977
174978
174979
174980
174981
174982
174983
174984
174985
174986
174987
174988
174989
174990
174991
174992
174993
174994
174995
174996
174997
174998
174999
175000
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7f2305e9-5955-4f7f-9dd1-283e1f732f34">
          <core:creationDate>2020-05-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3259247-360f-4752-8751-aa1675c107ac">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_bc0f86b0-37bd-4740-84a2-4accfa4cbecd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_bc0f86b0-37bd-4740-84a2-4accfa4cbecd_0_">
                      <gml:posList srsDimension="3">511087.870 5417325.270 267.182 511084.980 5417325.360 267.182 511084.980 5417325.360 273.182 511087.870 5417325.270 273.182 511087.870 5417325.270 267.182</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_d2c4cb6c-3eb7-4dc0-8930-933fd2b0ea4e">
          <core:creationDate>2020-05-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e04eefb1-b9ea-4c31-bb20-482a2b3ed238">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_970fca8b-3d19-4855-988a-b074226fcffd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_970fca8b-3d19-4855-988a-b074226fcffd_0_">
                      <gml:posList srsDimension="3">511090.930 5417315.560 267.182 511090.960 5417316.570 267.182 511090.960 5417316.570 273.182 511090.930 5417315.560 273.182 511090.930 5417315.560 267.182</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_a09d59e5-f5ea-4753-b6cd-a6221ae927ed">
          <core:creationDate>2020-05-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2210768e-1e36-4224-aa1a-6c12e61028bb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_92aba198-3af6-4570-a43f-cc9bd1cb6f10">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_92aba198-3af6-4570-a43f-cc9bd1cb6f10_0_">
                      <gml:posList srsDimension="3">511089.990 5417315.590 267.182 511087.580 5417315.650 267.182 511084.690 5417315.750 267.182 511084.980 5417325.360 267.182 511087.870 5417325.270 267.182 511106.560 5417324.690 267.182 511106.920 5417315.180 267.182 511107.140 5417309.280 267.182 511107.380 5417303.020 267.182 511102.380 5417302.830 267.182 511101.600 5417302.800 267.182 511097.780 5417302.660 267.182 511097.540 5417308.870 267.182 511098.330 5417308.900 267.182 511098.230 5417311.530 267.182 511095.420 5417311.430 267.182 511095.340 5417313.400 267.182 511093.700 5417313.450 267.182 511093.800 5417316.470 267.182 511090.960 5417316.570 267.182 511090.930 5417315.560 267.182 511089.990 5417315.590 267.182</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5e3b6a60-cb80-4e8a-a7df-c21863a72c88">
          <core:creationDate>2020-05-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_36404869-839d-467f-9aed-2b6983ff9b37">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_ba819cba-5346-4e6d-95fe-f03eb944577e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_ba819cba-5346-4e6d-95fe-f03eb944577e_0_">
                      <gml:posList srsDimension="3">511090.960 5417316.570 267.182 511093.800 5417316.470 267.182 511093.800 5417316.470 273.182 511090.960 5417316.570 273.182 511090.960 5417316.570 267.182</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1923</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQA">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZQA</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_2120</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">8.706</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_919010ba-dace-42d2-98cd-58c8f11b49fb">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_bc196fb9-f1dd-44f8-96d4-e21a91b8c5fa">
              <gml:surfaceMember xlink:href="#Srf_3140da5f-6f9f-4523-807e-f85647266885"/>
              <gml:surfaceMember xlink:href="#Srf_d48b0f73-05d3-410f-9396-19d2cce46ed1"/>
              <gml:surfaceMember xlink:href="#Srf_2b48e301-9f77-418a-abb9-7d33e65ae84a"/>
              <gml:surfaceMember xlink:href="#Srf_4b689636-a7eb-472f-9a9a-647ca2c44894"/>
              <gml:surfaceMember xlink:href="#Srf_74a66edd-6ed4-4eef-9a82-70a047519cd3"/>
              <gml:surfaceMember xlink:href="#Srf_c150a828-b27f-4340-8d81-93e533808152"/>
              <gml:surfaceMember xlink:href="#Srf_9abe9e27-95c1-4a56-a914-3c774835acce"/>
              <gml:surfaceMember xlink:href="#Srf_e608337a-9713-475e-a682-155cf566c446"/>
              <gml:surfaceMember xlink:href="#Srf_0e6d79a0-a8c9-44ea-80e8-abbf5d1ed161"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_47a24da9-5ee0-4043-93d2-032a9dcdc59b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da1de3fd-fe4d-4dc0-941a-a7d51c0255d1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9abe9e27-95c1-4a56-a914-3c774835acce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9abe9e27-95c1-4a56-a914-3c774835acce_0_">
                      <gml:posList srsDimension="3">511020.790 5418108.780 250.931 511029.454 5418109.579 250.931 511029.454 5418109.579 259.637 511020.790 5418108.780 258.050 511020.790 5418108.780 250.931</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_f31cd4bb-a037-45e7-9dc9-959dfd9e6940">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a781f9f-81ff-4efb-abf4-afe5f3dd161c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3140da5f-6f9f-4523-807e-f85647266885">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3140da5f-6f9f-4523-807e-f85647266885_0_">
                      <gml:posList srsDimension="3">511017.440 5418144.990 250.931 511020.790 5418108.780 250.931 511020.790 5418108.780 258.050 511017.440 5418144.990 258.028 511017.440 5418144.990 250.931</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_3006f1a7-0d95-4050-b5ba-072721e5ca0a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_23288067-f54d-4dbf-97bd-308f2bd3c0bd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_74a66edd-6ed4-4eef-9a82-70a047519cd3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_74a66edd-6ed4-4eef-9a82-70a047519cd3_0_">
                      <gml:posList srsDimension="3">511038.890 5418110.450 258.131 511029.454 5418109.579 259.637 511029.454 5418109.579 250.931 511038.890 5418110.450 250.931 511038.890 5418110.450 258.131</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_b78c5ac0-f5a8-41d8-8e67-3eb8cf3d689f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_17c82eed-cc0d-4401-9ea8-e2275259eab7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e608337a-9713-475e-a682-155cf566c446">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e608337a-9713-475e-a682-155cf566c446_0_">
                      <gml:posList srsDimension="3">511017.440 5418144.990 250.931 511026.205 5418145.777 250.931 511035.590 5418146.620 250.931 511038.890 5418110.450 250.931 511029.454 5418109.579 250.931 511020.790 5418108.780 250.931 511017.440 5418144.990 250.931</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a3c4b392-fc8d-4914-9202-3ae01b6afbc8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e306a52f-ff74-412e-a1dc-170cd68338c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0e6d79a0-a8c9-44ea-80e8-abbf5d1ed161">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0e6d79a0-a8c9-44ea-80e8-abbf5d1ed161_0_">
                      <gml:posList srsDimension="3">511035.590 5418146.620 258.135 511038.890 5418110.450 258.131 511038.890 5418110.450 250.931 511035.590 5418146.620 250.931 511035.590 5418146.620 258.135</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_1417bc6c-ab22-4cf5-9923-d134513229ff">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e845dce5-f45c-4e38-80d8-bea3f5d72913">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2b48e301-9f77-418a-abb9-7d33e65ae84a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2b48e301-9f77-418a-abb9-7d33e65ae84a_0_">
                      <gml:posList srsDimension="3">511026.205 5418145.777 259.633 511017.440 5418144.990 258.028 511020.790 5418108.780 258.050 511029.454 5418109.579 259.637 511026.205 5418145.777 259.633</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_9dc535c4-a658-4b1d-88da-51ffba6357ed">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e64b9af9-cf81-4dd4-9537-5520ac5df317">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c150a828-b27f-4340-8d81-93e533808152">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c150a828-b27f-4340-8d81-93e533808152_0_">
                      <gml:posList srsDimension="3">511026.205 5418145.777 259.633 511035.590 5418146.620 258.135 511035.590 5418146.620 250.931 511026.205 5418145.777 250.931 511026.205 5418145.777 259.633</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_42ab2427-0832-48f6-834d-d2c1db123302">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_53c099cf-9cd1-4c80-8ac5-4a989d8f0bf9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d48b0f73-05d3-410f-9396-19d2cce46ed1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d48b0f73-05d3-410f-9396-19d2cce46ed1_0_">
                      <gml:posList srsDimension="3">511035.590 5418146.620 258.135 511026.205 5418145.777 259.633 511029.454 5418109.579 259.637 511038.890 5418110.450 258.131 511035.590 5418146.620 258.135</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_43eaa88d-3918-4a4c-ad84-ba388f8b84b0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f1f81699-7851-4c98-b444-8d393ee2ad51">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4b689636-a7eb-472f-9a9a-647ca2c44894">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4b689636-a7eb-472f-9a9a-647ca2c44894_0_">
                      <gml:posList srsDimension="3">511026.205 5418145.777 250.931 511017.440 5418144.990 250.931 511017.440 5418144.990 258.028 511026.205 5418145.777 259.633 511026.205 5418145.777 250.931</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1981</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQC">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZQC</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_2112</bldg:function>
      <bldg:roofType>5000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.375</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a4354226-812d-46b8-b821-bd863db754fa">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_23e889a8-0531-425b-a821-c938e51ba790">
              <gml:surfaceMember xlink:href="#Srf_af144969-0b62-4281-992f-bb94c921e400"/>
              <gml:surfaceMember xlink:href="#Srf_a26246f9-b8a3-4aa1-96e9-df4e2a00c9ec"/>
              <gml:surfaceMember xlink:href="#Srf_971f22f8-4f43-4aa8-bc57-ece415b40e76"/>
              <gml:surfaceMember xlink:href="#UUID_cf014572-fa1c-44fa-9521-e510151de2af"/>
              <gml:surfaceMember xlink:href="#Srf_3a589095-9ca5-4890-83e5-d88607b16aa9"/>
              <gml:surfaceMember xlink:href="#Srf_5fa206fe-7f9b-4924-9702-45f248c881e6"/>
              <gml:surfaceMember xlink:href="#Srf_68b6644d-7aba-4c5f-99b5-a3df5fe5019e"/>
              <gml:surfaceMember xlink:href="#Srf_e6c90f74-837c-4290-a321-66262ce55d28"/>
              <gml:surfaceMember xlink:href="#Srf_be48d9ec-d531-48aa-968c-062b8ccbca6c"/>
              <gml:surfaceMember xlink:href="#UUID_ed3468dd-8f1a-4a9e-8fc1-f7ea0dcbc1d0"/>
              <gml:surfaceMember xlink:href="#UUID_d6804fd0-b511-448a-b551-50def392343c"/>
              <gml:surfaceMember xlink:href="#UUID_22e9f988-f312-42eb-9c06-5392cb74f67f"/>
              <gml:surfaceMember xlink:href="#Srf_be432a43-52b2-4055-95be-eaf7981320ef"/>
              <gml:surfaceMember xlink:href="#Srf_309f66c7-50c4-4077-9af0-c1982d57a049"/>
              <gml:surfaceMember xlink:href="#Srf_b2010068-c1d5-4221-89c0-0c7be8f1b2f7"/>
              <gml:surfaceMember xlink:href="#Srf_6eeb350c-a229-405b-8995-f29a04ab2ed9"/>
              <gml:surfaceMember xlink:href="#Srf_fe6fdafd-e8aa-4553-b600-64b2dafe51db"/>
              <gml:surfaceMember xlink:href="#Srf_e21e6ade-d322-48cc-97d5-d034b520c3f6"/>
              <gml:surfaceMember xlink:href="#Srf_71649a41-358e-4a59-a0a0-bd26a065c94b"/>
              <gml:surfaceMember xlink:href="#Srf_efe75767-a6cc-4df2-b5ff-4187a0fa33c3"/>
              <gml:surfaceMember xlink:href="#Srf_2c30b62b-c0a4-46db-b910-5824401d9939"/>
              <gml:surfaceMember xlink:href="#Srf_0aab5309-2b93-4ec9-b2a0-f65700fb5f65"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_34207454-5cfd-4bd0-9c3f-fcf589fee19f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a555d2a-33c3-408c-98db-48b6183f6f2b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b2010068-c1d5-4221-89c0-0c7be8f1b2f7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b2010068-c1d5-4221-89c0-0c7be8f1b2f7_0_">
                      <gml:posList srsDimension="3">511142.831 5418145.089 255.625 511143.540 5418137.610 254.331 511144.837 5418123.404 251.873 511179.360 5418126.540 252.019 511177.730 5418144.530 255.132 511170.000 5418143.830 255.099 511170.330 5418140.240 254.478 511163.840 5418139.650 254.451 511163.196 5418146.703 255.671 511142.831 5418145.089 255.625</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_5cb6981e-761f-477a-babe-b37527484b9a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dcdca413-a6e3-4610-bc93-c832ea44559b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe6fdafd-e8aa-4553-b600-64b2dafe51db">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe6fdafd-e8aa-4553-b600-64b2dafe51db_0_">
                      <gml:posList srsDimension="3">511135.440 5418122.550 249.002 511144.837 5418123.404 249.002 511144.837 5418123.404 258.370 511135.440 5418122.550 258.370 511135.440 5418122.550 249.002</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_3f299d8a-17f4-4d7e-8ae2-0c354e0335c1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_09b8d508-993c-4bc5-b5b4-f6d2206a368a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e21e6ade-d322-48cc-97d5-d034b520c3f6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e21e6ade-d322-48cc-97d5-d034b520c3f6_0_">
                      <gml:posList srsDimension="3">511161.940 5418160.460 253.236 511141.550 5418158.600 253.233 511142.831 5418145.089 255.625 511163.196 5418146.703 255.671 511161.940 5418160.460 253.236</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_8d9e7c66-7c82-440d-a316-93f1c38fcf77">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_90661645-b4cc-4fa0-b129-d868dbbac95d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be432a43-52b2-4055-95be-eaf7981320ef">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be432a43-52b2-4055-95be-eaf7981320ef_0_">
                      <gml:posList srsDimension="3">511143.540 5418137.610 249.002 511134.100 5418136.710 249.002 511134.100 5418136.710 258.370 511143.540 5418137.610 258.370 511143.540 5418137.610 249.002</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_61224521-07f9-4087-900a-a4dd2ffa14bf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4f18e06-65ec-46f7-a51e-9ce059890c2d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2c30b62b-c0a4-46db-b910-5824401d9939">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2c30b62b-c0a4-46db-b910-5824401d9939_0_">
                      <gml:posList srsDimension="3">511143.540 5418137.610 254.331 511142.831 5418145.089 255.625 511142.831 5418145.089 248.995 511143.540 5418137.610 248.995 511143.540 5418137.610 254.331</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_a411e111-6d3d-4acb-8ff0-b3b5bfbc2223">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0fdcc543-8d1d-457a-9caa-7915c4bb678e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_68b6644d-7aba-4c5f-99b5-a3df5fe5019e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_68b6644d-7aba-4c5f-99b5-a3df5fe5019e_0_">
                      <gml:posList srsDimension="3">511144.837 5418123.404 248.995 511179.360 5418126.540 248.995 511179.360 5418126.540 252.019 511144.837 5418123.404 251.873 511144.837 5418123.404 248.995</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_77cc245c-6f8e-445a-9627-c60525d810fa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f50b1883-bc52-4591-9213-d86d628313ab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0aab5309-2b93-4ec9-b2a0-f65700fb5f65">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0aab5309-2b93-4ec9-b2a0-f65700fb5f65_0_">
                      <gml:posList srsDimension="3">511144.837 5418123.404 249.002 511135.440 5418122.550 249.002 511134.100 5418136.710 249.002 511143.540 5418137.610 249.002 511144.837 5418123.404 249.002</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_29c77f3d-ad35-42ac-91d6-ab906db443aa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b4bde6d5-3a6d-48b3-8e57-cdcefbb4daa4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_ed3468dd-8f1a-4a9e-8fc1-f7ea0dcbc1d0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_ed3468dd-8f1a-4a9e-8fc1-f7ea0dcbc1d0_0_">
                      <gml:posList srsDimension="3">511144.837 5418123.404 248.995 511144.837 5418123.404 249.002 511143.540 5418137.610 249.002 511143.540 5418137.610 248.995 511144.837 5418123.404 248.995</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_8100c26b-e15f-492d-8b49-36aa36f495d8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dc9befb3-bf8f-42ac-8423-73752b9496d4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a589095-9ca5-4890-83e5-d88607b16aa9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a589095-9ca5-4890-83e5-d88607b16aa9_0_">
                      <gml:posList srsDimension="3">511177.730 5418144.530 255.132 511179.360 5418126.540 252.019 511179.360 5418126.540 248.995 511177.730 5418144.530 248.995 511177.730 5418144.530 255.132</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:ClosureSurface gml:id="UUID_c606bf0b-472b-4aae-a6d5-b6e85199bca7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_754a1c27-e8e5-4cec-b13a-4e5adbcfc1cc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_cf014572-fa1c-44fa-9521-e510151de2af">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_cf014572-fa1c-44fa-9521-e510151de2af_0_">
                      <gml:posList srsDimension="3">511144.837 5418123.404 249.002 511144.837 5418123.404 251.873 511143.540 5418137.610 254.331 511143.540 5418137.610 249.002 511144.837 5418123.404 249.002</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:ClosureSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e66ebd7b-cfe0-4242-a098-6f91d524755e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cb68b49a-cd7c-4c08-8d0a-606de3e6b04c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_971f22f8-4f43-4aa8-bc57-ece415b40e76">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_971f22f8-4f43-4aa8-bc57-ece415b40e76_0_">
                      <gml:posList srsDimension="3">511177.730 5418144.530 248.995 511170.000 5418143.830 248.995 511170.000 5418143.830 255.099 511177.730 5418144.530 255.132 511177.730 5418144.530 248.995</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_db97c74d-d16c-4349-8a3d-f8b4b992241c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fc21de11-bf28-42ac-998d-8dbdbd343671">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_d6804fd0-b511-448a-b551-50def392343c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_d6804fd0-b511-448a-b551-50def392343c_0_">
                      <gml:posList srsDimension="3">511144.837 5418123.404 258.370 511144.837 5418123.404 251.873 511143.540 5418137.610 254.331 511143.540 5418137.610 258.370 511144.837 5418123.404 258.370</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_3a7f614c-e653-454f-a04f-b9635d041dc6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3f34d6f6-ca7e-4506-a72a-a3ff1da9d2d1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_af144969-0b62-4281-992f-bb94c921e400">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_af144969-0b62-4281-992f-bb94c921e400_0_">
                      <gml:posList srsDimension="3">511170.330 5418140.240 254.478 511170.000 5418143.830 255.099 511170.000 5418143.830 248.995 511170.330 5418140.240 248.995 511170.330 5418140.240 254.478</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_f91c9cf6-ea83-4079-b1d5-bf65df6532b7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ccca5dda-ee3c-45ef-95d0-66e0599c6ab5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_309f66c7-50c4-4077-9af0-c1982d57a049">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_309f66c7-50c4-4077-9af0-c1982d57a049_0_">
                      <gml:posList srsDimension="3">511170.330 5418140.240 248.995 511163.840 5418139.650 248.995 511163.840 5418139.650 254.451 511170.330 5418140.240 254.478 511170.330 5418140.240 248.995</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:ClosureSurface gml:id="UUID_9e55af8b-8170-4582-987c-8d1c92e242a5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b4e057b-c9fe-481f-b95e-56ed948fb8dc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_22e9f988-f312-42eb-9c06-5392cb74f67f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_22e9f988-f312-42eb-9c06-5392cb74f67f_0_">
                      <gml:posList srsDimension="3">511144.837 5418123.404 251.873 511144.837 5418123.404 249.002 511143.540 5418137.610 249.002 511143.540 5418137.610 254.331 511144.837 5418123.404 251.873</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:ClosureSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_6b0f50a2-e8d8-4608-95ca-abd0d6524832">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_109f912c-5cf0-4825-932c-e63cdf322e48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a26246f9-b8a3-4aa1-96e9-df4e2a00c9ec">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a26246f9-b8a3-4aa1-96e9-df4e2a00c9ec_0_">
                      <gml:posList srsDimension="3">511163.196 5418146.703 255.671 511163.840 5418139.650 254.451 511163.840 5418139.650 248.995 511163.196 5418146.703 248.995 511163.196 5418146.703 255.671</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_67d3f7b3-2f71-415f-a8eb-ddb2cb36fa5e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e44b4e88-769d-4b51-a732-280bbedfd0e3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_71649a41-358e-4a59-a0a0-bd26a065c94b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_71649a41-358e-4a59-a0a0-bd26a065c94b_0_">
                      <gml:posList srsDimension="3">511163.196 5418146.703 248.995 511161.940 5418160.460 248.995 511161.940 5418160.460 253.236 511163.196 5418146.703 255.671 511163.196 5418146.703 248.995</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_6e0b4c16-da26-46c9-b6f5-afe0e3a176f1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ac4731a-0e7c-4a98-9ad5-cd997e659968">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5fa206fe-7f9b-4924-9702-45f248c881e6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5fa206fe-7f9b-4924-9702-45f248c881e6_0_">
                      <gml:posList srsDimension="3">511161.940 5418160.460 248.995 511141.550 5418158.600 248.995 511141.550 5418158.600 253.233 511161.940 5418160.460 253.236 511161.940 5418160.460 248.995</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_5f3bc00a-d49b-4d81-9bf6-7212a2c6fb82">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a8ee22f-87f6-4fd5-b92d-1efcdacfe89f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e6c90f74-837c-4290-a321-66262ce55d28">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e6c90f74-837c-4290-a321-66262ce55d28_0_">
                      <gml:posList srsDimension="3">511141.550 5418158.600 248.995 511142.831 5418145.089 248.995 511142.831 5418145.089 255.625 511141.550 5418158.600 253.233 511141.550 5418158.600 248.995</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_7ec7d75d-27d5-4638-9e00-693d1e0dd849">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c5d5514c-4026-413f-8cfb-92164d76fee6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6eeb350c-a229-405b-8995-f29a04ab2ed9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6eeb350c-a229-405b-8995-f29a04ab2ed9_0_">
                      <gml:posList srsDimension="3">511143.540 5418137.610 248.995 511142.831 5418145.089 248.995 511141.550 5418158.600 248.995 511161.940 5418160.460 248.995 511163.196 5418146.703 248.995 511163.840 5418139.650 248.995 511170.330 5418140.240 248.995 511170.000 5418143.830 248.995 511177.730 5418144.530 248.995 511179.360 5418126.540 248.995 511144.837 5418123.404 248.995 511143.540 5418137.610 248.995</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_ea6dadb2-3735-4ef8-a313-a61208394411">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ab7fc16f-8ecf-4b25-aa4a-859008540d38">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be48d9ec-d531-48aa-968c-062b8ccbca6c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be48d9ec-d531-48aa-968c-062b8ccbca6c_0_">
                      <gml:posList srsDimension="3">511135.440 5418122.550 258.370 511144.837 5418123.404 258.370 511143.540 5418137.610 258.370 511134.100 5418136.710 258.370 511135.440 5418122.550 258.370</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_acc48f29-799b-4d1d-9ec8-6df7888257a0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_90201910-1c13-4475-8a28-f9dc9828bbef">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_efe75767-a6cc-4df2-b5ff-4187a0fa33c3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_efe75767-a6cc-4df2-b5ff-4187a0fa33c3_0_">
                      <gml:posList srsDimension="3">511134.100 5418136.710 249.002 511135.440 5418122.550 249.002 511135.440 5418122.550 258.370 511134.100 5418136.710 258.370 511134.100 5418136.710 249.002</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2004</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQt">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZQt</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">9.254</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_c0800616-4882-49d5-a79b-f3333705d4cb">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1a8f3ee3-6a0f-4af5-9592-b17266904f1a">
              <gml:surfaceMember xlink:href="#Srf_51924d76-66a7-46e4-aebc-2d04a18b67cf"/>
              <gml:surfaceMember xlink:href="#Srf_8fe671a0-6abb-4d06-ae83-bd1099e02347"/>
              <gml:surfaceMember xlink:href="#Srf_ec41be44-2c31-4078-925e-85769988f2dd"/>
              <gml:surfaceMember xlink:href="#Srf_408b56ff-9149-4ad9-b591-9ef914f7fbf0"/>
              <gml:surfaceMember xlink:href="#Srf_4163cd9d-2ac3-433b-8b49-8fadd1cedc92"/>
              <gml:surfaceMember xlink:href="#Srf_6d77cd81-009c-449c-9ddc-8edf59d79b8b"/>
              <gml:surfaceMember xlink:href="#Srf_d82f65bb-317a-48fc-8c21-3e8fe1e1188b"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_abf5ac32-3eb4-43b5-9531-c58254378fda">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_de2b0982-03aa-402a-8396-dec8becd109b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51924d76-66a7-46e4-aebc-2d04a18b67cf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51924d76-66a7-46e4-aebc-2d04a18b67cf_0_">
                      <gml:posList srsDimension="3">510955.950 5418122.700 252.856 510950.500 5418120.740 252.856 510950.500 5418120.740 262.110 510955.950 5418122.700 262.110 510955.950 5418122.700 252.856</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_27f602ed-856c-4dcf-90e9-720780fbee00">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dac21010-5730-4c8f-9f20-ec4f5ee44507">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4163cd9d-2ac3-433b-8b49-8fadd1cedc92">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4163cd9d-2ac3-433b-8b49-8fadd1cedc92_0_">
                      <gml:posList srsDimension="3">510952.400 5418115.480 252.856 510956.350 5418116.910 252.856 510956.350 5418116.910 262.110 510952.400 5418115.480 262.110 510952.400 5418115.480 252.856</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_bc07fcce-6bb7-4efb-ad41-10831800dba3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6482017a-ec2d-4c0c-9b8d-833dc61f7106">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_408b56ff-9149-4ad9-b591-9ef914f7fbf0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_408b56ff-9149-4ad9-b591-9ef914f7fbf0_0_">
                      <gml:posList srsDimension="3">510950.500 5418120.740 252.856 510952.400 5418115.480 252.856 510952.400 5418115.480 262.110 510950.500 5418120.740 262.110 510950.500 5418120.740 252.856</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_235fa2f1-8394-4ea4-a891-71d62dd57274">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_43c15818-6a95-419c-9417-3639e28184b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8fe671a0-6abb-4d06-ae83-bd1099e02347">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8fe671a0-6abb-4d06-ae83-bd1099e02347_0_">
                      <gml:posList srsDimension="3">510956.350 5418116.910 252.856 510957.850 5418117.450 252.856 510957.850 5418117.450 262.110 510956.350 5418116.910 262.110 510956.350 5418116.910 252.856</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_bcd8deb4-e7ff-451a-8c3a-9cb3150ac8e1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d200aeff-dd45-4492-a088-9be64878e7a1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ec41be44-2c31-4078-925e-85769988f2dd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ec41be44-2c31-4078-925e-85769988f2dd_0_">
                      <gml:posList srsDimension="3">510956.350 5418116.910 252.856 510952.400 5418115.480 252.856 510950.500 5418120.740 252.856 510955.950 5418122.700 252.856 510957.850 5418117.450 252.856 510956.350 5418116.910 252.856</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_2a500047-d2cf-4add-83d7-3e4d1e1c8584">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a5c6d93f-b983-4dda-8e89-5dcc4681118d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d82f65bb-317a-48fc-8c21-3e8fe1e1188b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d82f65bb-317a-48fc-8c21-3e8fe1e1188b_0_">
                      <gml:posList srsDimension="3">510957.850 5418117.450 252.856 510955.950 5418122.700 252.856 510955.950 5418122.700 262.110 510957.850 5418117.450 262.110 510957.850 5418117.450 252.856</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_cf5ee741-1213-4090-88c6-af1e8e169baa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_271a29d1-9b37-4b51-aa1d-517ad919e436">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6d77cd81-009c-449c-9ddc-8edf59d79b8b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6d77cd81-009c-449c-9ddc-8edf59d79b8b_0_">
                      <gml:posList srsDimension="3">510952.400 5418115.480 262.110 510956.350 5418116.910 262.110 510957.850 5418117.450 262.110 510955.950 5418122.700 262.110 510950.500 5418120.740 262.110 510952.400 5418115.480 262.110</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1949</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQv">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZQv</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.137</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_9af25eee-05cb-49c3-bb3f-e9dfe81277fd">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_82ad000c-945b-425a-b68c-0163b0d57201">
              <gml:surfaceMember xlink:href="#Srf_51794c04-c98d-4936-9631-7e1657dd3b73"/>
              <gml:surfaceMember xlink:href="#Srf_ededc26f-1c15-4389-bdb4-8d41fc756b3d"/>
              <gml:surfaceMember xlink:href="#Srf_82bf187c-4173-4709-96a1-4914f1a243a3"/>
              <gml:surfaceMember xlink:href="#Srf_70a5b7d4-7910-44c2-b5e9-4b5434277569"/>
              <gml:surfaceMember xlink:href="#Srf_808f48e9-7a63-4543-8be4-6ca839a8c184"/>
              <gml:surfaceMember xlink:href="#Srf_4c8b1b54-59c0-4b6a-8580-6be8514ea826"/>
              <gml:surfaceMember xlink:href="#Srf_d4d19598-76ee-4767-bff5-d937b79f5621"/>
              <gml:surfaceMember xlink:href="#Srf_1433e99a-71b5-4fea-abbf-61a0040de04d"/>
              <gml:surfaceMember xlink:href="#Srf_47bf51cc-243a-46fb-ae57-2f263de61805"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_af8116af-b172-4925-9de6-7aa0b692a2b1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_72daf7d6-4ce5-433b-a282-630be28f14a8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_808f48e9-7a63-4543-8be4-6ca839a8c184">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_808f48e9-7a63-4543-8be4-6ca839a8c184_0_">
                      <gml:posList srsDimension="3">511016.540 5418117.990 251.096 511008.050 5418117.220 251.096 511008.050 5418117.220 256.706 511016.540 5418117.990 256.744 511016.540 5418117.990 251.096</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_1c9902e8-8bc8-4b95-b390-b6602c5752b8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8c77f388-6d50-4bf4-a740-b990c6cc5011">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_70a5b7d4-7910-44c2-b5e9-4b5434277569">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_70a5b7d4-7910-44c2-b5e9-4b5434277569_0_">
For faster browsing, not all history is shown. View entire blame