Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
147001
147002
147003
147004
147005
147006
147007
147008
147009
147010
147011
147012
147013
147014
147015
147016
147017
147018
147019
147020
147021
147022
147023
147024
147025
147026
147027
147028
147029
147030
147031
147032
147033
147034
147035
147036
147037
147038
147039
147040
147041
147042
147043
147044
147045
147046
147047
147048
147049
147050
147051
147052
147053
147054
147055
147056
147057
147058
147059
147060
147061
147062
147063
147064
147065
147066
147067
147068
147069
147070
147071
147072
147073
147074
147075
147076
147077
147078
147079
147080
147081
147082
147083
147084
147085
147086
147087
147088
147089
147090
147091
147092
147093
147094
147095
147096
147097
147098
147099
147100
147101
147102
147103
147104
147105
147106
147107
147108
147109
147110
147111
147112
147113
147114
147115
147116
147117
147118
147119
147120
147121
147122
147123
147124
147125
147126
147127
147128
147129
147130
147131
147132
147133
147134
147135
147136
147137
147138
147139
147140
147141
147142
147143
147144
147145
147146
147147
147148
147149
147150
147151
147152
147153
147154
147155
147156
147157
147158
147159
147160
147161
147162
147163
147164
147165
147166
147167
147168
147169
147170
147171
147172
147173
147174
147175
147176
147177
147178
147179
147180
147181
147182
147183
147184
147185
147186
147187
147188
147189
147190
147191
147192
147193
147194
147195
147196
147197
147198
147199
147200
147201
147202
147203
147204
147205
147206
147207
147208
147209
147210
147211
147212
147213
147214
147215
147216
147217
147218
147219
147220
147221
147222
147223
147224
147225
147226
147227
147228
147229
147230
147231
147232
147233
147234
147235
147236
147237
147238
147239
147240
147241
147242
147243
147244
147245
147246
147247
147248
147249
147250
147251
147252
147253
147254
147255
147256
147257
147258
147259
147260
147261
147262
147263
147264
147265
147266
147267
147268
147269
147270
147271
147272
147273
147274
147275
147276
147277
147278
147279
147280
147281
147282
147283
147284
147285
147286
147287
147288
147289
147290
147291
147292
147293
147294
147295
147296
147297
147298
147299
147300
147301
147302
147303
147304
147305
147306
147307
147308
147309
147310
147311
147312
147313
147314
147315
147316
147317
147318
147319
147320
147321
147322
147323
147324
147325
147326
147327
147328
147329
147330
147331
147332
147333
147334
147335
147336
147337
147338
147339
147340
147341
147342
147343
147344
147345
147346
147347
147348
147349
147350
147351
147352
147353
147354
147355
147356
147357
147358
147359
147360
147361
147362
147363
147364
147365
147366
147367
147368
147369
147370
147371
147372
147373
147374
147375
147376
147377
147378
147379
147380
147381
147382
147383
147384
147385
147386
147387
147388
147389
147390
147391
147392
147393
147394
147395
147396
147397
147398
147399
147400
147401
147402
147403
147404
147405
147406
147407
147408
147409
147410
147411
147412
147413
147414
147415
147416
147417
147418
147419
147420
147421
147422
147423
147424
147425
147426
147427
147428
147429
147430
147431
147432
147433
147434
147435
147436
147437
147438
147439
147440
147441
147442
147443
147444
147445
147446
147447
147448
147449
147450
147451
147452
147453
147454
147455
147456
147457
147458
147459
147460
147461
147462
147463
147464
147465
147466
147467
147468
147469
147470
147471
147472
147473
147474
147475
147476
147477
147478
147479
147480
147481
147482
147483
147484
147485
147486
147487
147488
147489
147490
147491
147492
147493
147494
147495
147496
147497
147498
147499
147500
147501
147502
147503
147504
147505
147506
147507
147508
147509
147510
147511
147512
147513
147514
147515
147516
147517
147518
147519
147520
147521
147522
147523
147524
147525
147526
147527
147528
147529
147530
147531
147532
147533
147534
147535
147536
147537
147538
147539
147540
147541
147542
147543
147544
147545
147546
147547
147548
147549
147550
147551
147552
147553
147554
147555
147556
147557
147558
147559
147560
147561
147562
147563
147564
147565
147566
147567
147568
147569
147570
147571
147572
147573
147574
147575
147576
147577
147578
147579
147580
147581
147582
147583
147584
147585
147586
147587
147588
147589
147590
147591
147592
147593
147594
147595
147596
147597
147598
147599
147600
147601
147602
147603
147604
147605
147606
147607
147608
147609
147610
147611
147612
147613
147614
147615
147616
147617
147618
147619
147620
147621
147622
147623
147624
147625
147626
147627
147628
147629
147630
147631
147632
147633
147634
147635
147636
147637
147638
147639
147640
147641
147642
147643
147644
147645
147646
147647
147648
147649
147650
147651
147652
147653
147654
147655
147656
147657
147658
147659
147660
147661
147662
147663
147664
147665
147666
147667
147668
147669
147670
147671
147672
147673
147674
147675
147676
147677
147678
147679
147680
147681
147682
147683
147684
147685
147686
147687
147688
147689
147690
147691
147692
147693
147694
147695
147696
147697
147698
147699
147700
147701
147702
147703
147704
147705
147706
147707
147708
147709
147710
147711
147712
147713
147714
147715
147716
147717
147718
147719
147720
147721
147722
147723
147724
147725
147726
147727
147728
147729
147730
147731
147732
147733
147734
147735
147736
147737
147738
147739
147740
147741
147742
147743
147744
147745
147746
147747
147748
147749
147750
147751
147752
147753
147754
147755
147756
147757
147758
147759
147760
147761
147762
147763
147764
147765
147766
147767
147768
147769
147770
147771
147772
147773
147774
147775
147776
147777
147778
147779
147780
147781
147782
147783
147784
147785
147786
147787
147788
147789
147790
147791
147792
147793
147794
147795
147796
147797
147798
147799
147800
147801
147802
147803
147804
147805
147806
147807
147808
147809
147810
147811
147812
147813
147814
147815
147816
147817
147818
147819
147820
147821
147822
147823
147824
147825
147826
147827
147828
147829
147830
147831
147832
147833
147834
147835
147836
147837
147838
147839
147840
147841
147842
147843
147844
147845
147846
147847
147848
147849
147850
147851
147852
147853
147854
147855
147856
147857
147858
147859
147860
147861
147862
147863
147864
147865
147866
147867
147868
147869
147870
147871
147872
147873
147874
147875
147876
147877
147878
147879
147880
147881
147882
147883
147884
147885
147886
147887
147888
147889
147890
147891
147892
147893
147894
147895
147896
147897
147898
147899
147900
147901
147902
147903
147904
147905
147906
147907
147908
147909
147910
147911
147912
147913
147914
147915
147916
147917
147918
147919
147920
147921
147922
147923
147924
147925
147926
147927
147928
147929
147930
147931
147932
147933
147934
147935
147936
147937
147938
147939
147940
147941
147942
147943
147944
147945
147946
147947
147948
147949
147950
147951
147952
147953
147954
147955
147956
147957
147958
147959
147960
147961
147962
147963
147964
147965
147966
147967
147968
147969
147970
147971
147972
147973
147974
147975
147976
147977
147978
147979
147980
147981
147982
147983
147984
147985
147986
147987
147988
147989
147990
147991
147992
147993
147994
147995
147996
147997
147998
147999
148000
        <bldg:WallSurface gml:id="UUID_ded7160f-fd88-4201-b132-79f3d3fcf1dd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_179f5b2c-9025-47c4-8acf-87802cca042f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c581409b-33da-444a-b1ba-d22123fd8da1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c581409b-33da-444a-b1ba-d22123fd8da1_0_">
                      <gml:posList srsDimension="3">511263.770 5417338.140 264.845 511263.770 5417338.140 267.980 511263.730 5417342.290 267.980 511263.730 5417342.290 264.845 511263.770 5417338.140 264.845</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_61dcaf17-3fad-4a58-92cc-6f5e8d434950">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e8a7111e-9a29-4c96-894b-5cc70fc030df">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_029472a4-2947-4fe8-a4bb-326a24742363">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_029472a4-2947-4fe8-a4bb-326a24742363_0_">
                      <gml:posList srsDimension="3">511266.720 5417342.310 267.980 511263.730 5417342.290 267.980 511263.770 5417338.140 267.980 511263.790 5417336.290 267.980 511266.780 5417336.320 267.980 511266.720 5417342.310 267.980</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_c3100b34-47ff-40d8-8b29-ff9ba8f80420">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aa5cfeb9-f3d7-4ebe-b05f-77a7aab32a9a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_475b5643-5ba4-45be-8965-cddc36c9cf0c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_475b5643-5ba4-45be-8965-cddc36c9cf0c_0_">
                      <gml:posList srsDimension="3">511263.730 5417342.290 264.845 511266.720 5417342.310 264.845 511266.780 5417336.320 264.845 511263.790 5417336.290 264.845 511263.770 5417338.140 264.845 511263.730 5417342.290 264.845</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_ef25a6af-dcec-4706-a190-705134a0a796">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b363366b-3455-426b-b88b-fcee0c5b563f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3f482fa7-7dae-4acc-a162-d1fe86932193">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3f482fa7-7dae-4acc-a162-d1fe86932193_0_">
                      <gml:posList srsDimension="3">511263.790 5417336.290 264.845 511263.790 5417336.290 267.980 511263.770 5417338.140 267.980 511263.770 5417338.140 264.845 511263.790 5417336.290 264.845</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_6ab0c1d5-36eb-471b-9ec5-8b4d222bbf26">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ccd060a6-32b0-432d-96a2-dfe78be3b08e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e8abc008-aed7-4c22-922f-2037ab5c5b9e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e8abc008-aed7-4c22-922f-2037ab5c5b9e_0_">
                      <gml:posList srsDimension="3">511263.790 5417336.290 264.845 511266.780 5417336.320 264.845 511266.780 5417336.320 267.980 511263.790 5417336.290 267.980 511263.790 5417336.290 264.845</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_901def3f-5bed-43e5-bc2f-96fde666109f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a4e08840-84c9-41f0-ae4c-49feba48bc96">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_097c797c-ab1f-470f-893c-17d944834b36">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_097c797c-ab1f-470f-893c-17d944834b36_0_">
                      <gml:posList srsDimension="3">511266.780 5417336.320 264.845 511266.720 5417342.310 264.845 511266.720 5417342.310 267.980 511266.780 5417336.320 267.980 511266.780 5417336.320 264.845</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_dd0dd1b0-9a19-4da8-95a6-7ebb36091143">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ce234894-e485-44ea-a02d-430c98c87891">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_231be6e7-9079-4c3d-9b82-4357ec65b701">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_231be6e7-9079-4c3d-9b82-4357ec65b701_0_">
                      <gml:posList srsDimension="3">511266.720 5417342.310 264.845 511263.730 5417342.290 264.845 511263.730 5417342.290 267.980 511266.720 5417342.310 267.980 511266.720 5417342.310 264.845</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2011</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006E">
      <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>DEBWL0010001006E</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.538</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_b72ed23c-a176-435c-879e-f5d26d7fc3a2">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1a49cb3f-67f0-4784-bf41-c6d71dc9f7c0">
              <gml:surfaceMember xlink:href="#Srf_c63937c9-3f97-4fb8-99da-dd233f0003e4"/>
              <gml:surfaceMember xlink:href="#Srf_723dcd1d-5ec1-4228-907b-4bee256ed75e"/>
              <gml:surfaceMember xlink:href="#Srf_56f1ab8c-1a40-4fde-994a-9b6f345c7b5a"/>
              <gml:surfaceMember xlink:href="#Srf_ec547ee7-afe9-429d-9551-f3057981c9d6"/>
              <gml:surfaceMember xlink:href="#Srf_783f9657-729c-4271-96de-3c672ebc3d07"/>
              <gml:surfaceMember xlink:href="#Srf_10d4cbf8-b9aa-45fe-9830-47cc93cd7099"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_12d61933-6489-4712-9dd9-3abc8d8e8379">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a35091a-3100-46bf-86ce-62105e323969">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_56f1ab8c-1a40-4fde-994a-9b6f345c7b5a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_56f1ab8c-1a40-4fde-994a-9b6f345c7b5a_0_">
                      <gml:posList srsDimension="3">511227.670 5417387.280 264.850 511227.670 5417387.280 262.312 511227.650 5417393.260 262.312 511227.650 5417393.260 264.850 511227.670 5417387.280 264.850</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_abacac66-5f3a-489b-a6fa-7f27c3955c3b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e7fac97e-d67a-4a4e-baa1-56242b3aa7be">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ec547ee7-afe9-429d-9551-f3057981c9d6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ec547ee7-afe9-429d-9551-f3057981c9d6_0_">
                      <gml:posList srsDimension="3">511227.650 5417393.260 262.312 511224.640 5417393.240 262.312 511224.640 5417393.240 264.850 511227.650 5417393.260 264.850 511227.650 5417393.260 262.312</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_c5593de5-1300-42d5-8692-9be5c20389b4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0ad4f6bf-9301-4728-928e-eee79cccbede">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_783f9657-729c-4271-96de-3c672ebc3d07">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_783f9657-729c-4271-96de-3c672ebc3d07_0_">
                      <gml:posList srsDimension="3">511224.660 5417387.260 262.312 511224.660 5417387.260 264.850 511224.640 5417393.240 264.850 511224.640 5417393.240 262.312 511224.660 5417387.260 262.312</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_d0f9fbcf-6c90-422d-ac5a-14f8104a2b06">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9fe4880-d836-4eda-a830-ec8777cd9d99">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c63937c9-3f97-4fb8-99da-dd233f0003e4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c63937c9-3f97-4fb8-99da-dd233f0003e4_0_">
                      <gml:posList srsDimension="3">511227.670 5417387.280 262.312 511224.660 5417387.260 262.312 511224.640 5417393.240 262.312 511227.650 5417393.260 262.312 511227.670 5417387.280 262.312</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_b0c56839-f543-4eb1-87ef-7d4dfbc9a801">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d04c0b7-df86-4d35-97d6-f1bdf1a338e6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_10d4cbf8-b9aa-45fe-9830-47cc93cd7099">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_10d4cbf8-b9aa-45fe-9830-47cc93cd7099_0_">
                      <gml:posList srsDimension="3">511224.660 5417387.260 264.850 511227.670 5417387.280 264.850 511227.650 5417393.260 264.850 511224.640 5417393.240 264.850 511224.660 5417387.260 264.850</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_24c420c1-eaac-4e17-b049-a1d987fa5b64">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e6cdbc4-e8ea-4e9b-9d2e-75ee141e8808">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_723dcd1d-5ec1-4228-907b-4bee256ed75e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_723dcd1d-5ec1-4228-907b-4bee256ed75e_0_">
                      <gml:posList srsDimension="3">511224.660 5417387.260 262.312 511227.670 5417387.280 262.312 511227.670 5417387.280 264.850 511224.660 5417387.260 264.850 511224.660 5417387.260 262.312</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1967</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010066">
      <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>DEBWL00100010066</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">3.104</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_53d66328-42dd-472c-96ff-f7a3bcbd7437">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_7d311d89-64eb-49bb-93b7-1f3e389f1b86">
              <gml:surfaceMember xlink:href="#Srf_22556ec1-7fd2-487b-a3e4-4d5a8a7c66a1"/>
              <gml:surfaceMember xlink:href="#Srf_ef3d17f9-3b05-40b8-a126-70490411261e"/>
              <gml:surfaceMember xlink:href="#Srf_828f6699-44c6-43f8-ab3b-b8300b6eaa22"/>
              <gml:surfaceMember xlink:href="#Srf_1bd80219-f116-4966-990b-cb881483f2be"/>
              <gml:surfaceMember xlink:href="#Srf_c66a32eb-8356-4a91-831b-d4753f6f8c4d"/>
              <gml:surfaceMember xlink:href="#Srf_a1d6ba5b-16e7-439d-bb5c-f2885d50e0da"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8b6300b7-05b2-4774-ae4f-a824995d923d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dcdc2696-f087-4f4a-9c14-9e6515ec7699">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c66a32eb-8356-4a91-831b-d4753f6f8c4d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c66a32eb-8356-4a91-831b-d4753f6f8c4d_0_">
                      <gml:posList srsDimension="3">511269.710 5417342.340 264.906 511266.720 5417342.310 264.906 511266.720 5417342.310 268.010 511269.710 5417342.340 268.010 511269.710 5417342.340 264.906</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_f510437b-3170-40e4-a07f-8a1633c79461">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d671b2f9-c082-41d4-8c5f-35555e3347ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1bd80219-f116-4966-990b-cb881483f2be">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1bd80219-f116-4966-990b-cb881483f2be_0_">
                      <gml:posList srsDimension="3">511266.720 5417342.310 264.906 511266.780 5417336.320 264.906 511266.780 5417336.320 268.010 511266.720 5417342.310 268.010 511266.720 5417342.310 264.906</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_59d6742d-15e5-4812-b267-e29daa8e6807">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_26db4b5e-aaaf-4206-946a-977a7da35e2b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ef3d17f9-3b05-40b8-a126-70490411261e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ef3d17f9-3b05-40b8-a126-70490411261e_0_">
                      <gml:posList srsDimension="3">511269.760 5417336.350 264.906 511266.780 5417336.320 264.906 511266.720 5417342.310 264.906 511269.710 5417342.340 264.906 511269.760 5417336.350 264.906</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_466f4c59-7e56-433d-9a11-890d62ecdc8f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3dc07db2-9fb1-48b4-b26c-dae7ecfdfc62">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_22556ec1-7fd2-487b-a3e4-4d5a8a7c66a1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_22556ec1-7fd2-487b-a3e4-4d5a8a7c66a1_0_">
                      <gml:posList srsDimension="3">511266.780 5417336.320 268.010 511269.760 5417336.350 268.010 511269.710 5417342.340 268.010 511266.720 5417342.310 268.010 511266.780 5417336.320 268.010</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_092311a7-090e-439c-8742-c6f2d30ae8a9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7a4d0cfb-5199-44bf-a4d5-2bcbb3fcf465">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_828f6699-44c6-43f8-ab3b-b8300b6eaa22">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_828f6699-44c6-43f8-ab3b-b8300b6eaa22_0_">
                      <gml:posList srsDimension="3">511266.780 5417336.320 264.906 511269.760 5417336.350 264.906 511269.760 5417336.350 268.010 511266.780 5417336.320 268.010 511266.780 5417336.320 264.906</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_f20f11a0-2f40-441a-b796-67528367cd1a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_47ee772f-1d23-4899-9241-eee0167557f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a1d6ba5b-16e7-439d-bb5c-f2885d50e0da">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a1d6ba5b-16e7-439d-bb5c-f2885d50e0da_0_">
                      <gml:posList srsDimension="3">511269.760 5417336.350 264.906 511269.710 5417342.340 264.906 511269.710 5417342.340 268.010 511269.760 5417336.350 268.010 511269.760 5417336.350 264.906</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1996</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010067">
      <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>DEBWL00100010067</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.765</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_cc04b572-c4e5-440d-9e94-c2b5b980e637">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_e25ad358-0b35-404a-8b4d-535537b5378e">
              <gml:surfaceMember xlink:href="#Srf_b83ecc49-acd2-4fae-82ca-f914fe2b26a2"/>
              <gml:surfaceMember xlink:href="#Srf_d717150b-de83-4b9c-9b18-62334731ffc6"/>
              <gml:surfaceMember xlink:href="#Srf_8ecfe958-41ab-4a17-aca5-caa2a300fd0b"/>
              <gml:surfaceMember xlink:href="#Srf_b5006531-a777-4c54-89ab-e8e058c7eca5"/>
              <gml:surfaceMember xlink:href="#Srf_bcde5ae1-4e59-4933-ad08-8147c725af6d"/>
              <gml:surfaceMember xlink:href="#Srf_9b49c4a7-ab30-4859-8bde-5f9eaf68ffae"/>
              <gml:surfaceMember xlink:href="#Srf_df8db6eb-af63-416f-8676-14c97f0f6d3d"/>
              <gml:surfaceMember xlink:href="#Srf_fd3cfd35-00ca-43d9-badd-d6d2f1b0bc0b"/>
              <gml:surfaceMember xlink:href="#Srf_859593f4-5a4a-4483-92e4-375900f3e9f1"/>
              <gml:surfaceMember xlink:href="#Srf_3f261120-eaa9-407a-a286-f251137692e5"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_9446a9cf-1724-4720-bf50-ef2098676a3a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c2865df5-8456-46aa-abd1-2b429374f0a0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bcde5ae1-4e59-4933-ad08-8147c725af6d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bcde5ae1-4e59-4933-ad08-8147c725af6d_0_">
                      <gml:posList srsDimension="3">511257.710 5417343.640 275.135 511257.740 5417338.110 271.302 511263.770 5417338.140 271.287 511263.730 5417342.290 274.164 511263.716 5417343.681 275.128 511257.710 5417343.640 275.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_95cf3999-90c3-46b9-84cf-184bede4f48c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7a4a2bdc-8bc0-4a4e-94d7-d5bc1211cdd5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d717150b-de83-4b9c-9b18-62334731ffc6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d717150b-de83-4b9c-9b18-62334731ffc6_0_">
                      <gml:posList srsDimension="3">511257.740 5417338.110 271.302 511257.710 5417343.640 275.135 511257.710 5417343.640 264.369 511257.740 5417338.110 264.369 511257.740 5417338.110 271.302</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_7224101d-b48b-46f8-97e2-ec6b8ad989fe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b4323389-b861-48b7-ae8f-f42084440288">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_df8db6eb-af63-416f-8676-14c97f0f6d3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_df8db6eb-af63-416f-8676-14c97f0f6d3d_0_">
                      <gml:posList srsDimension="3">511257.680 5417349.180 264.369 511257.710 5417343.640 264.369 511257.710 5417343.640 275.135 511257.680 5417349.180 271.240 511257.680 5417349.180 264.369</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_8e76a324-9a7b-4c83-8a81-143b92e9eddc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_adb64f3b-ede9-4f3c-a0ba-f982c6b86ede">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8ecfe958-41ab-4a17-aca5-caa2a300fd0b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8ecfe958-41ab-4a17-aca5-caa2a300fd0b_0_">
                      <gml:posList srsDimension="3">511257.710 5417343.640 264.369 511257.680 5417349.180 264.369 511263.660 5417349.210 264.369 511263.716 5417343.681 264.369 511263.730 5417342.290 264.369 511263.770 5417338.140 264.369 511257.740 5417338.110 264.369 511257.710 5417343.640 264.369</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_8c01dbdf-5b05-4bd1-ae74-8b9c5e4b6b17">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_defbd720-08e4-43c3-ba0c-29610b74f593">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b5006531-a777-4c54-89ab-e8e058c7eca5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b5006531-a777-4c54-89ab-e8e058c7eca5_0_">
                      <gml:posList srsDimension="3">511263.770 5417338.140 271.287 511257.740 5417338.110 271.302 511257.740 5417338.110 264.369 511263.770 5417338.140 264.369 511263.770 5417338.140 271.287</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_ea4f50b7-5273-4464-8f3d-4b5defb1aa0e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7dd9fc09-ab49-40c1-9e07-2a4ae931dcbb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b83ecc49-acd2-4fae-82ca-f914fe2b26a2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b83ecc49-acd2-4fae-82ca-f914fe2b26a2_0_">
                      <gml:posList srsDimension="3">511263.730 5417342.290 274.164 511263.770 5417338.140 271.287 511263.770 5417338.140 264.369 511263.730 5417342.290 264.369 511263.730 5417342.290 274.164</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_a0905148-0773-407b-81fb-406a745d32d9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b61a1f0a-d61d-4f07-990a-de968ddf7c55">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_859593f4-5a4a-4483-92e4-375900f3e9f1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_859593f4-5a4a-4483-92e4-375900f3e9f1_0_">
                      <gml:posList srsDimension="3">511263.730 5417342.290 274.164 511263.730 5417342.290 264.369 511263.716 5417343.681 264.369 511263.716 5417343.681 275.128 511263.730 5417342.290 274.164</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_7032f695-0712-4e82-8bca-5f5fb8f7cb29">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_96d231a6-97d5-49b1-8fba-276096d5463d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fd3cfd35-00ca-43d9-badd-d6d2f1b0bc0b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fd3cfd35-00ca-43d9-badd-d6d2f1b0bc0b_0_">
                      <gml:posList srsDimension="3">511263.716 5417343.681 264.369 511263.660 5417349.210 264.369 511263.660 5417349.210 271.241 511263.716 5417343.681 275.128 511263.716 5417343.681 264.369</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_186e2ce5-3cf4-41a1-870b-998e6df47002">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cf720470-ffe6-45d2-b7f7-f347bfe5bf1f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9b49c4a7-ab30-4859-8bde-5f9eaf68ffae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9b49c4a7-ab30-4859-8bde-5f9eaf68ffae_0_">
                      <gml:posList srsDimension="3">511257.680 5417349.180 271.240 511257.710 5417343.640 275.135 511263.716 5417343.681 275.128 511263.660 5417349.210 271.241 511257.680 5417349.180 271.240</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_e13e855e-ab21-47a9-8e71-e48ddc26e9a0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b6578df5-e27c-4516-a44d-b947ada110a2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3f261120-eaa9-407a-a286-f251137692e5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3f261120-eaa9-407a-a286-f251137692e5_0_">
                      <gml:posList srsDimension="3">511263.660 5417349.210 264.369 511257.680 5417349.180 264.369 511257.680 5417349.180 271.240 511263.660 5417349.210 271.241 511263.660 5417349.210 264.369</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1911</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006G">
      <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>DEBWL0010001006G</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.745</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d500ebe0-6791-484f-b60d-00575e5f3f8d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_587b538c-9c7d-45a8-a9df-d45781581fbf">
              <gml:surfaceMember xlink:href="#Srf_8047233f-03ce-44d3-9198-f3ad1fe7bc70"/>
              <gml:surfaceMember xlink:href="#Srf_6417d2b0-e187-4183-9551-076f615bde02"/>
              <gml:surfaceMember xlink:href="#Srf_0d403e7a-82e8-4302-bec0-818c24a5bf38"/>
              <gml:surfaceMember xlink:href="#Srf_905257a1-5f66-470b-8857-85d6ad48f5e3"/>
              <gml:surfaceMember xlink:href="#Srf_f1e25491-ffdd-4c2e-9dc3-cc3def12dbbe"/>
              <gml:surfaceMember xlink:href="#Srf_b908b6ea-d2f2-43c3-88e9-57ee3f60e4a2"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3ebd47d5-6198-4366-8eac-f3632a6a25fa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4abd518-ab59-463a-a7d2-0cebe57d8f8e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b908b6ea-d2f2-43c3-88e9-57ee3f60e4a2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b908b6ea-d2f2-43c3-88e9-57ee3f60e4a2_0_">
                      <gml:posList srsDimension="3">511218.440 5417387.240 262.200 511221.670 5417387.250 262.200 511221.670 5417387.250 264.945 511218.440 5417387.240 264.945 511218.440 5417387.240 262.200</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7f8f75b5-877d-4e93-b0b4-b36d72fb1ae2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a510fc9-3546-4a8d-9ca7-a10ae87f0bec">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8047233f-03ce-44d3-9198-f3ad1fe7bc70">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8047233f-03ce-44d3-9198-f3ad1fe7bc70_0_">
                      <gml:posList srsDimension="3">511221.670 5417387.250 264.945 511221.670 5417387.250 262.200 511221.640 5417395.250 262.200 511221.640 5417395.250 264.945 511221.670 5417387.250 264.945</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_de0f2797-49b9-45b4-ad7f-181db42583ce">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a6fed869-7da8-41bf-8256-4702177432d1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_905257a1-5f66-470b-8857-85d6ad48f5e3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_905257a1-5f66-470b-8857-85d6ad48f5e3_0_">
                      <gml:posList srsDimension="3">511221.640 5417395.250 262.200 511218.410 5417395.240 262.200 511218.410 5417395.240 264.945 511221.640 5417395.250 264.945 511221.640 5417395.250 262.200</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3747414a-b240-42fc-9fe2-85981675ec59">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8e6be3d6-d2f5-4798-9b15-7d2128486866">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6417d2b0-e187-4183-9551-076f615bde02">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6417d2b0-e187-4183-9551-076f615bde02_0_">
                      <gml:posList srsDimension="3">511218.440 5417387.240 262.200 511218.440 5417387.240 264.945 511218.410 5417395.240 264.945 511218.410 5417395.240 262.200 511218.440 5417387.240 262.200</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_2be3ed6c-191b-4c83-b54f-2c60a8702a10">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e3b0f75-dff8-4dec-9035-5b0275154713">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0d403e7a-82e8-4302-bec0-818c24a5bf38">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0d403e7a-82e8-4302-bec0-818c24a5bf38_0_">
                      <gml:posList srsDimension="3">511218.410 5417395.240 262.200 511221.640 5417395.250 262.200 511221.670 5417387.250 262.200 511218.440 5417387.240 262.200 511218.410 5417395.240 262.200</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_95f3bebb-1176-48cb-a368-5b508d6c5ca0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0305fdc8-0e5f-4c4b-b427-c320896efde8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f1e25491-ffdd-4c2e-9dc3-cc3def12dbbe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f1e25491-ffdd-4c2e-9dc3-cc3def12dbbe_0_">
                      <gml:posList srsDimension="3">511221.640 5417395.250 264.945 511218.410 5417395.240 264.945 511218.440 5417387.240 264.945 511221.670 5417387.250 264.945 511221.640 5417395.250 264.945</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1979</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006J">
      <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>DEBWL0010001006J</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">4.212</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_db8308d9-72fa-4e84-9338-b7a2907274b2">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b0ba74d3-3d43-4839-9165-a1611ee43ebd">
              <gml:surfaceMember xlink:href="#Srf_d226b9d5-244d-462e-973d-0796cd9a71bd"/>
              <gml:surfaceMember xlink:href="#Srf_253f28cb-b5b6-4e2f-beab-d8c1da143bae"/>
              <gml:surfaceMember xlink:href="#Srf_ec4b631e-c07f-4413-b045-bda76a1fd3a7"/>
              <gml:surfaceMember xlink:href="#Srf_415bdada-bce6-46f4-9621-d1e6abba8319"/>
              <gml:surfaceMember xlink:href="#Srf_4369cc83-6c61-485e-832e-3ead34717b1a"/>
              <gml:surfaceMember xlink:href="#Srf_35acbfeb-90c4-4909-bd2a-5c66c51ac791"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_87c605f5-7ec4-4961-8c64-ecf58d779b0d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3653a23d-4053-401b-bf57-c2476b5671c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_253f28cb-b5b6-4e2f-beab-d8c1da143bae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_253f28cb-b5b6-4e2f-beab-d8c1da143bae_0_">
                      <gml:posList srsDimension="3">511189.170 5417398.840 261.618 511192.190 5417398.910 261.618 511192.370 5417392.920 261.618 511189.340 5417392.830 261.618 511189.170 5417398.840 261.618</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_072f5099-84eb-4178-96ef-1a4c0dd7cbf4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0b3eb9bd-ec8e-4e8f-bc8c-5c7575deae8c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d226b9d5-244d-462e-973d-0796cd9a71bd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d226b9d5-244d-462e-973d-0796cd9a71bd_0_">
                      <gml:posList srsDimension="3">511192.190 5417398.910 265.830 511189.170 5417398.840 265.830 511189.340 5417392.830 265.830 511192.370 5417392.920 265.830 511192.190 5417398.910 265.830</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_06ddaf7a-33ed-45fc-8850-ffc972624eae">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d4dc893d-ecc8-481e-a79b-7e57611fd9f5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ec4b631e-c07f-4413-b045-bda76a1fd3a7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ec4b631e-c07f-4413-b045-bda76a1fd3a7_0_">
                      <gml:posList srsDimension="3">511189.340 5417392.830 261.618 511192.370 5417392.920 261.618 511192.370 5417392.920 265.830 511189.340 5417392.830 265.830 511189.340 5417392.830 261.618</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_6da36b74-81b0-4500-b7ea-4394e2dd120e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_27ad0482-4134-4001-a2b1-58c06f049c37">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_415bdada-bce6-46f4-9621-d1e6abba8319">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_415bdada-bce6-46f4-9621-d1e6abba8319_0_">
                      <gml:posList srsDimension="3">511192.370 5417392.920 261.618 511192.190 5417398.910 261.618 511192.190 5417398.910 265.830 511192.370 5417392.920 265.830 511192.370 5417392.920 261.618</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_1f359c71-51a8-4f4e-9a29-21ab325d666c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b5703791-ed55-4e11-93e7-a376c9e6b556">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35acbfeb-90c4-4909-bd2a-5c66c51ac791">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35acbfeb-90c4-4909-bd2a-5c66c51ac791_0_">
                      <gml:posList srsDimension="3">511192.190 5417398.910 261.618 511189.170 5417398.840 261.618 511189.170 5417398.840 265.830 511192.190 5417398.910 265.830 511192.190 5417398.910 261.618</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_824af1e0-8da6-4c71-b07e-169dadceeb37">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ac350bfe-28ec-4c5d-82e0-1c6e3f9183f0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4369cc83-6c61-485e-832e-3ead34717b1a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4369cc83-6c61-485e-832e-3ead34717b1a_0_">
                      <gml:posList srsDimension="3">511189.170 5417398.840 261.618 511189.340 5417392.830 261.618 511189.340 5417392.830 265.830 511189.170 5417398.840 265.830 511189.170 5417398.840 261.618</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1998</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010069">
      <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>DEBWL00100010069</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>
For faster browsing, not all history is shown. View entire blame