Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
126001
126002
126003
126004
126005
126006
126007
126008
126009
126010
126011
126012
126013
126014
126015
126016
126017
126018
126019
126020
126021
126022
126023
126024
126025
126026
126027
126028
126029
126030
126031
126032
126033
126034
126035
126036
126037
126038
126039
126040
126041
126042
126043
126044
126045
126046
126047
126048
126049
126050
126051
126052
126053
126054
126055
126056
126057
126058
126059
126060
126061
126062
126063
126064
126065
126066
126067
126068
126069
126070
126071
126072
126073
126074
126075
126076
126077
126078
126079
126080
126081
126082
126083
126084
126085
126086
126087
126088
126089
126090
126091
126092
126093
126094
126095
126096
126097
126098
126099
126100
126101
126102
126103
126104
126105
126106
126107
126108
126109
126110
126111
126112
126113
126114
126115
126116
126117
126118
126119
126120
126121
126122
126123
126124
126125
126126
126127
126128
126129
126130
126131
126132
126133
126134
126135
126136
126137
126138
126139
126140
126141
126142
126143
126144
126145
126146
126147
126148
126149
126150
126151
126152
126153
126154
126155
126156
126157
126158
126159
126160
126161
126162
126163
126164
126165
126166
126167
126168
126169
126170
126171
126172
126173
126174
126175
126176
126177
126178
126179
126180
126181
126182
126183
126184
126185
126186
126187
126188
126189
126190
126191
126192
126193
126194
126195
126196
126197
126198
126199
126200
126201
126202
126203
126204
126205
126206
126207
126208
126209
126210
126211
126212
126213
126214
126215
126216
126217
126218
126219
126220
126221
126222
126223
126224
126225
126226
126227
126228
126229
126230
126231
126232
126233
126234
126235
126236
126237
126238
126239
126240
126241
126242
126243
126244
126245
126246
126247
126248
126249
126250
126251
126252
126253
126254
126255
126256
126257
126258
126259
126260
126261
126262
126263
126264
126265
126266
126267
126268
126269
126270
126271
126272
126273
126274
126275
126276
126277
126278
126279
126280
126281
126282
126283
126284
126285
126286
126287
126288
126289
126290
126291
126292
126293
126294
126295
126296
126297
126298
126299
126300
126301
126302
126303
126304
126305
126306
126307
126308
126309
126310
126311
126312
126313
126314
126315
126316
126317
126318
126319
126320
126321
126322
126323
126324
126325
126326
126327
126328
126329
126330
126331
126332
126333
126334
126335
126336
126337
126338
126339
126340
126341
126342
126343
126344
126345
126346
126347
126348
126349
126350
126351
126352
126353
126354
126355
126356
126357
126358
126359
126360
126361
126362
126363
126364
126365
126366
126367
126368
126369
126370
126371
126372
126373
126374
126375
126376
126377
126378
126379
126380
126381
126382
126383
126384
126385
126386
126387
126388
126389
126390
126391
126392
126393
126394
126395
126396
126397
126398
126399
126400
126401
126402
126403
126404
126405
126406
126407
126408
126409
126410
126411
126412
126413
126414
126415
126416
126417
126418
126419
126420
126421
126422
126423
126424
126425
126426
126427
126428
126429
126430
126431
126432
126433
126434
126435
126436
126437
126438
126439
126440
126441
126442
126443
126444
126445
126446
126447
126448
126449
126450
126451
126452
126453
126454
126455
126456
126457
126458
126459
126460
126461
126462
126463
126464
126465
126466
126467
126468
126469
126470
126471
126472
126473
126474
126475
126476
126477
126478
126479
126480
126481
126482
126483
126484
126485
126486
126487
126488
126489
126490
126491
126492
126493
126494
126495
126496
126497
126498
126499
126500
126501
126502
126503
126504
126505
126506
126507
126508
126509
126510
126511
126512
126513
126514
126515
126516
126517
126518
126519
126520
126521
126522
126523
126524
126525
126526
126527
126528
126529
126530
126531
126532
126533
126534
126535
126536
126537
126538
126539
126540
126541
126542
126543
126544
126545
126546
126547
126548
126549
126550
126551
126552
126553
126554
126555
126556
126557
126558
126559
126560
126561
126562
126563
126564
126565
126566
126567
126568
126569
126570
126571
126572
126573
126574
126575
126576
126577
126578
126579
126580
126581
126582
126583
126584
126585
126586
126587
126588
126589
126590
126591
126592
126593
126594
126595
126596
126597
126598
126599
126600
126601
126602
126603
126604
126605
126606
126607
126608
126609
126610
126611
126612
126613
126614
126615
126616
126617
126618
126619
126620
126621
126622
126623
126624
126625
126626
126627
126628
126629
126630
126631
126632
126633
126634
126635
126636
126637
126638
126639
126640
126641
126642
126643
126644
126645
126646
126647
126648
126649
126650
126651
126652
126653
126654
126655
126656
126657
126658
126659
126660
126661
126662
126663
126664
126665
126666
126667
126668
126669
126670
126671
126672
126673
126674
126675
126676
126677
126678
126679
126680
126681
126682
126683
126684
126685
126686
126687
126688
126689
126690
126691
126692
126693
126694
126695
126696
126697
126698
126699
126700
126701
126702
126703
126704
126705
126706
126707
126708
126709
126710
126711
126712
126713
126714
126715
126716
126717
126718
126719
126720
126721
126722
126723
126724
126725
126726
126727
126728
126729
126730
126731
126732
126733
126734
126735
126736
126737
126738
126739
126740
126741
126742
126743
126744
126745
126746
126747
126748
126749
126750
126751
126752
126753
126754
126755
126756
126757
126758
126759
126760
126761
126762
126763
126764
126765
126766
126767
126768
126769
126770
126771
126772
126773
126774
126775
126776
126777
126778
126779
126780
126781
126782
126783
126784
126785
126786
126787
126788
126789
126790
126791
126792
126793
126794
126795
126796
126797
126798
126799
126800
126801
126802
126803
126804
126805
126806
126807
126808
126809
126810
126811
126812
126813
126814
126815
126816
126817
126818
126819
126820
126821
126822
126823
126824
126825
126826
126827
126828
126829
126830
126831
126832
126833
126834
126835
126836
126837
126838
126839
126840
126841
126842
126843
126844
126845
126846
126847
126848
126849
126850
126851
126852
126853
126854
126855
126856
126857
126858
126859
126860
126861
126862
126863
126864
126865
126866
126867
126868
126869
126870
126871
126872
126873
126874
126875
126876
126877
126878
126879
126880
126881
126882
126883
126884
126885
126886
126887
126888
126889
126890
126891
126892
126893
126894
126895
126896
126897
126898
126899
126900
126901
126902
126903
126904
126905
126906
126907
126908
126909
126910
126911
126912
126913
126914
126915
126916
126917
126918
126919
126920
126921
126922
126923
126924
126925
126926
126927
126928
126929
126930
126931
126932
126933
126934
126935
126936
126937
126938
126939
126940
126941
126942
126943
126944
126945
126946
126947
126948
126949
126950
126951
126952
126953
126954
126955
126956
126957
126958
126959
126960
126961
126962
126963
126964
126965
126966
126967
126968
126969
126970
126971
126972
126973
126974
126975
126976
126977
126978
126979
126980
126981
126982
126983
126984
126985
126986
126987
126988
126989
126990
126991
126992
126993
126994
126995
126996
126997
126998
126999
127000
      </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.032</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_f850bc4c-c5cf-46fb-8c8b-f828fce1a7e1">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_3fab1563-892e-40ea-803f-289a14336e20">
              <gml:surfaceMember xlink:href="#Srf_b701febe-fd24-45e4-bf85-076340db01cc"/>
              <gml:surfaceMember xlink:href="#Srf_2097a252-2ccc-429b-a7c5-1ebf91d2f022"/>
              <gml:surfaceMember xlink:href="#Srf_835080ab-0e28-4f65-9c57-12e15c06117c"/>
              <gml:surfaceMember xlink:href="#Srf_13f83693-44dc-4f64-8d51-b635bb7e09cd"/>
              <gml:surfaceMember xlink:href="#Srf_6f7a2c43-de2b-4713-b95c-a359cdf6cf30"/>
              <gml:surfaceMember xlink:href="#Srf_f2e245b8-03cd-4359-9539-01d9969c6003"/>
              <gml:surfaceMember xlink:href="#Srf_96e9c7de-1370-44ca-8c9a-a41b555bea27"/>
              <gml:surfaceMember xlink:href="#Srf_829b4c8f-3e90-4c0b-b404-9c6e326865c4"/>
              <gml:surfaceMember xlink:href="#Srf_385056e3-ae00-42f6-8e07-6378abbddf56"/>
              <gml:surfaceMember xlink:href="#Srf_e4e8a033-530a-4b1e-a2cf-554afcec9e92"/>
              <gml:surfaceMember xlink:href="#Srf_c1e3c8b2-7b9b-41d9-99cb-271ff7883fd3"/>
              <gml:surfaceMember xlink:href="#Srf_31f44429-d82f-46b1-997c-48f81f63abaf"/>
              <gml:surfaceMember xlink:href="#Srf_9c4bd1d6-b059-4ee0-88a4-c7a5a671aedc"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_0f048593-4ca2-4647-80f4-77806c4b23fb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a6e82cf0-17fd-498a-acfe-6b83f57cc272">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c1e3c8b2-7b9b-41d9-99cb-271ff7883fd3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c1e3c8b2-7b9b-41d9-99cb-271ff7883fd3_0_">
                      <gml:posList srsDimension="3">510946.620 5417361.120 274.093 510946.570 5417359.740 274.900 510946.570 5417359.740 267.118 510946.620 5417361.120 267.118 510946.620 5417361.120 274.093</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_c0591545-d771-4da2-9de6-9e7c6c856387">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b9eec418-f5b2-4037-90b3-4462001aa1e9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_31f44429-d82f-46b1-997c-48f81f63abaf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_31f44429-d82f-46b1-997c-48f81f63abaf_0_">
                      <gml:posList srsDimension="3">510946.620 5417361.120 267.118 510938.140 5417361.400 267.118 510938.140 5417361.400 274.086 510946.620 5417361.120 274.093 510946.620 5417361.120 267.118</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_0f3b479d-e4e6-46a8-a430-bbd98364b598">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b877307-af06-420b-8157-ff1a4cb6ecfb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_385056e3-ae00-42f6-8e07-6378abbddf56">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_385056e3-ae00-42f6-8e07-6378abbddf56_0_">
                      <gml:posList srsDimension="3">510937.964 5417356.160 277.150 510938.140 5417361.400 274.086 510938.140 5417361.400 267.118 510937.964 5417356.160 267.118 510937.964 5417356.160 277.150</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a7184c28-b108-4821-a7ca-d732350883cb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d322e42-3dfd-4b54-a615-d83ba258d938">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_13f83693-44dc-4f64-8d51-b635bb7e09cd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_13f83693-44dc-4f64-8d51-b635bb7e09cd_0_">
                      <gml:posList srsDimension="3">510937.964 5417356.160 267.118 510937.700 5417348.280 267.118 510937.700 5417348.280 272.543 510937.964 5417356.160 277.150 510937.964 5417356.160 267.118</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_0021e102-af3b-4a24-9a8c-0308edcf4440">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c165baa0-8876-4b4f-9516-3103d5cb3f48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f2e245b8-03cd-4359-9539-01d9969c6003">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f2e245b8-03cd-4359-9539-01d9969c6003_0_">
                      <gml:posList srsDimension="3">510937.700 5417348.280 267.118 510941.830 5417348.150 267.118 510941.830 5417348.150 272.544 510937.700 5417348.280 272.543 510937.700 5417348.280 267.118</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_22251877-7f4c-4e4a-b62b-9bfad1fc955a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a4b7ccbc-3f60-457a-88ff-d42e87314f70">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9c4bd1d6-b059-4ee0-88a4-c7a5a671aedc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9c4bd1d6-b059-4ee0-88a4-c7a5a671aedc_0_">
                      <gml:posList srsDimension="3">510944.060 5417351.260 267.118 510941.830 5417348.150 267.118 510937.700 5417348.280 267.118 510937.964 5417356.160 267.118 510938.140 5417361.400 267.118 510946.620 5417361.120 267.118 510946.570 5417359.740 267.118 510949.100 5417359.660 267.118 510948.974 5417355.811 267.118 510948.820 5417351.100 267.118 510944.060 5417351.260 267.118</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_bd2f5995-73ef-4db2-9d7b-217669f9bbbf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_88a30474-1b63-41a4-9257-31b1e8398d48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_835080ab-0e28-4f65-9c57-12e15c06117c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_835080ab-0e28-4f65-9c57-12e15c06117c_0_">
                      <gml:posList srsDimension="3">510941.830 5417348.150 272.544 510944.060 5417351.260 274.401 510948.820 5417351.100 274.396 510948.974 5417355.811 277.150 510937.964 5417356.160 277.150 510937.700 5417348.280 272.543 510941.830 5417348.150 272.544</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_8fab1877-ebdc-4e31-b463-e85671aa9b1f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a914f253-5bc2-4ee1-b2cb-589b1c7b2f8b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e4e8a033-530a-4b1e-a2cf-554afcec9e92">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e4e8a033-530a-4b1e-a2cf-554afcec9e92_0_">
                      <gml:posList srsDimension="3">510938.140 5417361.400 274.086 510937.964 5417356.160 277.150 510948.974 5417355.811 277.150 510949.100 5417359.660 274.900 510946.570 5417359.740 274.900 510946.620 5417361.120 274.093 510938.140 5417361.400 274.086</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_b3019e24-8945-4de2-9c36-19dda8704304">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_33df4295-cd62-49fb-a967-e22cbc406476">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f7a2c43-de2b-4713-b95c-a359cdf6cf30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f7a2c43-de2b-4713-b95c-a359cdf6cf30_0_">
                      <gml:posList srsDimension="3">510941.830 5417348.150 267.118 510944.060 5417351.260 267.118 510944.060 5417351.260 274.401 510941.830 5417348.150 272.544 510941.830 5417348.150 267.118</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_5801f958-60f4-489f-8423-ba9d7a72c058">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b99e3fda-fa1c-489e-adcb-1cb42003a812">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b701febe-fd24-45e4-bf85-076340db01cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b701febe-fd24-45e4-bf85-076340db01cc_0_">
                      <gml:posList srsDimension="3">510948.820 5417351.100 274.396 510944.060 5417351.260 274.401 510944.060 5417351.260 267.118 510948.820 5417351.100 267.118 510948.820 5417351.100 274.396</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_5e3b89d8-1438-4860-8f6b-7d8d61dbd905">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9368a7bb-b071-4287-9376-07060e4f41fe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_829b4c8f-3e90-4c0b-b404-9c6e326865c4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_829b4c8f-3e90-4c0b-b404-9c6e326865c4_0_">
                      <gml:posList srsDimension="3">510948.820 5417351.100 267.118 510948.974 5417355.811 267.118 510948.974 5417355.811 277.150 510948.820 5417351.100 274.396 510948.820 5417351.100 267.118</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_e1f38e71-9891-4d0a-b3f4-e20516649102">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08f53d95-6a9c-440e-9dac-b911bc7ecc86">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2097a252-2ccc-429b-a7c5-1ebf91d2f022">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2097a252-2ccc-429b-a7c5-1ebf91d2f022_0_">
                      <gml:posList srsDimension="3">510949.100 5417359.660 274.900 510948.974 5417355.811 277.150 510948.974 5417355.811 267.118 510949.100 5417359.660 267.118 510949.100 5417359.660 274.900</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_0a6a6d50-d494-46f9-9397-a4282b54c136">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6e4c23a3-5afb-4945-ab73-e74d8d55d4cd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_96e9c7de-1370-44ca-8c9a-a41b555bea27">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_96e9c7de-1370-44ca-8c9a-a41b555bea27_0_">
                      <gml:posList srsDimension="3">510949.100 5417359.660 267.118 510946.570 5417359.740 267.118 510946.570 5417359.740 274.900 510949.100 5417359.660 274.900 510949.100 5417359.660 267.118</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1933</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLO">
      <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>DEBWL0010000ZZLO</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.991</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a4cb13d2-20f2-4fb5-816f-75fe424179c0">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_bfe565e0-3542-40b8-9f94-fa5b83b8dee6">
              <gml:surfaceMember xlink:href="#Srf_9fcefc5f-cc5f-4c11-a8e3-816ff93a7906"/>
              <gml:surfaceMember xlink:href="#Srf_78566c0a-c95c-46f8-abd7-339d260c75e9"/>
              <gml:surfaceMember xlink:href="#Srf_2e65c069-1471-44cb-9788-0477cdc640f2"/>
              <gml:surfaceMember xlink:href="#Srf_2f24ad53-17c8-41a6-a1e4-297d6e11769c"/>
              <gml:surfaceMember xlink:href="#Srf_262ef70f-673f-4e4e-8516-0bcbf129eb30"/>
              <gml:surfaceMember xlink:href="#Srf_aa6bc756-f61c-4eb0-ac7e-70ced4f48fa1"/>
              <gml:surfaceMember xlink:href="#Srf_f96e4092-8429-4fa9-bf6d-65c31fd9eb03"/>
              <gml:surfaceMember xlink:href="#Srf_d14ca9ff-704b-489e-9ca1-eefae237966f"/>
              <gml:surfaceMember xlink:href="#Srf_41bbfea8-9ff2-4724-9b80-bdff26e56da3"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_aac11ecc-cef8-43da-87df-6aca8b16026d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_104fa2de-3c45-4271-b2e1-634d32c971a4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2f24ad53-17c8-41a6-a1e4-297d6e11769c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2f24ad53-17c8-41a6-a1e4-297d6e11769c_0_">
                      <gml:posList srsDimension="3">510929.950 5417352.780 270.082 510929.950 5417352.780 267.704 510929.920 5417352.010 267.704 510929.920 5417352.010 270.157 510929.950 5417352.780 270.082</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_c91e90c5-4b73-4e93-9751-64af9cff0c78">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_62cb5ab0-3eb4-420f-93d9-8276fd43eda6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d14ca9ff-704b-489e-9ca1-eefae237966f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d14ca9ff-704b-489e-9ca1-eefae237966f_0_">
                      <gml:posList srsDimension="3">510929.920 5417352.010 267.704 510929.840 5417352.060 267.704 510929.840 5417352.060 270.152 510929.920 5417352.010 270.157 510929.920 5417352.010 267.704</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_66044931-42ea-49cb-8e00-cc76620472f9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c4f10aed-c6a3-46e7-a1ad-bacbde4c0575">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f96e4092-8429-4fa9-bf6d-65c31fd9eb03">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f96e4092-8429-4fa9-bf6d-65c31fd9eb03_0_">
                      <gml:posList srsDimension="3">510929.640 5417346.500 270.695 510929.840 5417352.060 270.152 510929.840 5417352.060 267.704 510929.640 5417346.500 267.704 510929.640 5417346.500 270.695</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_653951f3-9653-46e5-8a5d-0cfbcdbbb868">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cead8d59-555f-4073-a17e-49fbc1bf8547">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2e65c069-1471-44cb-9788-0477cdc640f2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2e65c069-1471-44cb-9788-0477cdc640f2_0_">
                      <gml:posList srsDimension="3">510935.560 5417346.370 270.693 510929.640 5417346.500 270.695 510929.640 5417346.500 267.704 510935.560 5417346.370 267.704 510935.560 5417346.370 270.693</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_bfe68c64-9606-49fe-81c5-29a5ec84165e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_446f0cf1-bb83-4bfd-8da8-5bc23b15cf3f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa6bc756-f61c-4eb0-ac7e-70ced4f48fa1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa6bc756-f61c-4eb0-ac7e-70ced4f48fa1_0_">
                      <gml:posList srsDimension="3">510929.640 5417346.500 267.704 510929.840 5417352.060 267.704 510929.920 5417352.010 267.704 510929.950 5417352.780 267.704 510935.760 5417352.590 267.704 510935.560 5417346.370 267.704 510929.640 5417346.500 267.704</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_820f58cf-b9b2-4ec7-b0fd-168dc350020a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa3862a7-2c7d-4931-bafc-17ab2d54000f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_41bbfea8-9ff2-4724-9b80-bdff26e56da3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_41bbfea8-9ff2-4724-9b80-bdff26e56da3_0_">
                      <gml:posList srsDimension="3">510929.920 5417352.010 270.157 510929.840 5417352.060 270.152 510929.640 5417346.500 270.695 510929.920 5417352.010 270.157</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_f25f071e-7ed4-46d2-b0b0-d94e77262b0e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d6ddff60-ed3d-4ee8-a0e9-e52e35c68fbd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_262ef70f-673f-4e4e-8516-0bcbf129eb30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_262ef70f-673f-4e4e-8516-0bcbf129eb30_0_">
                      <gml:posList srsDimension="3">510929.640 5417346.500 270.695 510935.560 5417346.370 270.693 510935.760 5417352.590 270.087 510929.950 5417352.780 270.082 510929.920 5417352.010 270.157 510929.640 5417346.500 270.695</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_d888191e-d265-463c-856b-f1c5740403ec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e720090f-ca28-4d07-ba50-df2924d900d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9fcefc5f-cc5f-4c11-a8e3-816ff93a7906">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9fcefc5f-cc5f-4c11-a8e3-816ff93a7906_0_">
                      <gml:posList srsDimension="3">510935.760 5417352.590 270.087 510935.560 5417346.370 270.693 510935.560 5417346.370 267.704 510935.760 5417352.590 267.704 510935.760 5417352.590 270.087</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_2a4b3093-c189-46f3-8db7-ed282c932ad5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_87d88cd0-0d4a-4642-8e4a-68418a49bc62">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_78566c0a-c95c-46f8-abd7-339d260c75e9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_78566c0a-c95c-46f8-abd7-339d260c75e9_0_">
                      <gml:posList srsDimension="3">510935.760 5417352.590 267.704 510929.950 5417352.780 267.704 510929.950 5417352.780 270.082 510935.760 5417352.590 270.087 510935.760 5417352.590 267.704</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1971</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLR">
      <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>DEBWL0010000ZZLR</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>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.835</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_b5d51542-26f4-4294-a862-88bd2b490c4b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_2cea7aae-23f5-43d6-ad5f-f6230b1cb587">
              <gml:surfaceMember xlink:href="#Srf_879c6ab0-919a-45d5-b3e9-fb14f4680b1f"/>
              <gml:surfaceMember xlink:href="#Srf_c2994b21-1bea-4c0f-a15e-0171ae5788a8"/>
              <gml:surfaceMember xlink:href="#Srf_41b843b2-0ac6-4fce-9660-434dbb86b4f2"/>
              <gml:surfaceMember xlink:href="#Srf_90581d4d-9592-418c-8f5b-10716ff403bf"/>
              <gml:surfaceMember xlink:href="#Srf_56ae93be-45d5-4a25-a163-33047b5711c4"/>
              <gml:surfaceMember xlink:href="#Srf_45dc8c57-02af-4a5c-ac33-47d8806f4898"/>
              <gml:surfaceMember xlink:href="#Srf_4451d634-9684-42aa-b7d6-000ea56056a2"/>
              <gml:surfaceMember xlink:href="#Srf_379072dd-0b3d-4a56-adeb-317f376e649a"/>
              <gml:surfaceMember xlink:href="#Srf_fbaa57ca-9cda-4c5c-9101-82c5b01d8b77"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_91df0afd-0f4d-45d3-b4da-ae12d4e0a9b0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d2bb72f9-6140-4d70-98ce-f02be12223b3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_45dc8c57-02af-4a5c-ac33-47d8806f4898">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_45dc8c57-02af-4a5c-ac33-47d8806f4898_0_">
                      <gml:posList srsDimension="3">510988.700 5417365.630 265.687 510991.920 5417365.513 265.687 510994.210 5417365.430 265.687 510994.000 5417359.290 265.687 510991.742 5417359.372 265.687 510988.480 5417359.490 265.687 510988.700 5417365.630 265.687</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_207d2e98-9c9a-470c-9ffd-d12b02036f52">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_972d748b-930c-4979-8178-04b578d9e97c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_90581d4d-9592-418c-8f5b-10716ff403bf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_90581d4d-9592-418c-8f5b-10716ff403bf_0_">
                      <gml:posList srsDimension="3">510991.920 5417365.513 269.522 510988.700 5417365.630 268.185 510988.480 5417359.490 268.161 510991.742 5417359.372 269.516 510991.920 5417365.513 269.522</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_5d4d428e-0560-43ff-bcf4-086e0553d187">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1f87c8b2-a081-4bb3-b971-8a5a3431d30c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fbaa57ca-9cda-4c5c-9101-82c5b01d8b77">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fbaa57ca-9cda-4c5c-9101-82c5b01d8b77_0_">
                      <gml:posList srsDimension="3">510994.210 5417365.430 268.461 510991.920 5417365.513 269.522 510991.742 5417359.372 269.516 510994.000 5417359.290 268.469 510994.210 5417365.430 268.461</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_20feee8f-8185-4227-831e-1b7b5ad6ff08">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b30552bf-735a-43c3-9dbc-825ad0c556d0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4451d634-9684-42aa-b7d6-000ea56056a2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4451d634-9684-42aa-b7d6-000ea56056a2_0_">
                      <gml:posList srsDimension="3">510994.000 5417359.290 268.469 510991.742 5417359.372 269.516 510991.742 5417359.372 265.687 510994.000 5417359.290 265.687 510994.000 5417359.290 268.469</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_39cbcbe8-213b-4d1a-85cb-c7f09ffd53b3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3adbf1e7-3a45-4dbe-96e4-0fbb7ab8313b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_56ae93be-45d5-4a25-a163-33047b5711c4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_56ae93be-45d5-4a25-a163-33047b5711c4_0_">
                      <gml:posList srsDimension="3">510994.210 5417365.430 268.461 510994.000 5417359.290 268.469 510994.000 5417359.290 265.687 510994.210 5417365.430 265.687 510994.210 5417365.430 268.461</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_18ebaa6c-4a32-40f1-be3b-56ea0859cfdc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d816ce0a-4428-4adc-97c4-d3697d0f92f9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_41b843b2-0ac6-4fce-9660-434dbb86b4f2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_41b843b2-0ac6-4fce-9660-434dbb86b4f2_0_">
                      <gml:posList srsDimension="3">510991.920 5417365.513 269.522 510994.210 5417365.430 268.461 510994.210 5417365.430 265.687 510991.920 5417365.513 265.687 510991.920 5417365.513 269.522</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_ca6e0acc-7fff-42b3-be4e-7fad9d3c4a88">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d400820b-0764-48fb-a8fc-e8ebd09c9c6c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c2994b21-1bea-4c0f-a15e-0171ae5788a8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c2994b21-1bea-4c0f-a15e-0171ae5788a8_0_">
                      <gml:posList srsDimension="3">510991.920 5417365.513 265.687 510988.700 5417365.630 265.687 510988.700 5417365.630 268.185 510991.920 5417365.513 269.522 510991.920 5417365.513 265.687</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_bac4aeaa-7110-47c3-80fe-5a6af54c4b5e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70ed8a53-1d77-4356-8175-c1ca55a55751">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_879c6ab0-919a-45d5-b3e9-fb14f4680b1f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_879c6ab0-919a-45d5-b3e9-fb14f4680b1f_0_">
                      <gml:posList srsDimension="3">510988.700 5417365.630 265.687 510988.480 5417359.490 265.687 510988.480 5417359.490 268.161 510988.700 5417365.630 268.185 510988.700 5417365.630 265.687</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_9b1c2180-0e4f-4c43-80bc-e22fe6dca517">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b448e26e-6fd6-4636-ad1c-4d6d3bf305cc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_379072dd-0b3d-4a56-adeb-317f376e649a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_379072dd-0b3d-4a56-adeb-317f376e649a_0_">
                      <gml:posList srsDimension="3">510988.480 5417359.490 265.687 510991.742 5417359.372 265.687 510991.742 5417359.372 269.516 510988.480 5417359.490 268.161 510988.480 5417359.490 265.687</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1939</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLU">
      <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>DEBWL0010000ZZLU</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.815</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_20412fa0-6e90-4ecd-9932-528a3879ae9a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_ec089785-4179-4079-a3e5-267576fddead">
              <gml:surfaceMember xlink:href="#Srf_a689c074-940a-4fe8-ac8a-9100ea357d4b"/>
              <gml:surfaceMember xlink:href="#Srf_7c895ba5-96e3-41ee-93b1-d25884509220"/>
              <gml:surfaceMember xlink:href="#Srf_f5d8a654-e78b-4b2b-98df-5b974942064d"/>
              <gml:surfaceMember xlink:href="#Srf_b27f196e-e078-43b5-b00d-60b6f14617bd"/>
              <gml:surfaceMember xlink:href="#Srf_add307e1-3ce4-4a51-b6bf-406c9c04dc4d"/>
              <gml:surfaceMember xlink:href="#Srf_54f5f235-5661-4045-a801-8c5c4e89a409"/>
              <gml:surfaceMember xlink:href="#Srf_98ff5977-a0ea-4321-8324-9b19e76d6bb7"/>
              <gml:surfaceMember xlink:href="#Srf_556fb9f2-438b-462b-a2bd-c42a6dfd1c77"/>
              <gml:surfaceMember xlink:href="#Srf_243d258f-bbff-4a3f-a973-9d23be82ef51"/>
              <gml:surfaceMember xlink:href="#Srf_842452b6-7bd4-4635-b193-2624e7e091f2"/>
              <gml:surfaceMember xlink:href="#Srf_4f3e03b1-9b0b-4c44-a674-150e18fc998e"/>
              <gml:surfaceMember xlink:href="#Srf_5b57c94c-3c82-4ab3-b8eb-fd131d2c0b34"/>
              <gml:surfaceMember xlink:href="#Srf_9fda8129-6e39-4415-b7ed-7fa0099896ed"/>
              <gml:surfaceMember xlink:href="#Srf_ee4360c5-7bc2-4053-a378-83c1d4b63c6d"/>
              <gml:surfaceMember xlink:href="#Srf_5daa8b06-d55b-48d0-9306-9af9b00860c7"/>
              <gml:surfaceMember xlink:href="#Srf_50a82673-c235-48f6-99ef-afb4932060a3"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_82351695-bb56-41ae-b981-fd9edadde19b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3d76ea55-4d61-4363-a0aa-3d8571d5a909">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_243d258f-bbff-4a3f-a973-9d23be82ef51">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_243d258f-bbff-4a3f-a973-9d23be82ef51_0_">
                      <gml:posList srsDimension="3">510910.210 5417359.940 274.154 510910.020 5417353.780 278.039 510910.020 5417353.780 267.459 510910.210 5417359.940 267.459 510910.210 5417359.940 274.154</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_98bb791a-1536-4fc0-a8bd-4ccca657e2c6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_589b7ac3-e7a8-4893-bd50-24b4b201bc50">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_556fb9f2-438b-462b-a2bd-c42a6dfd1c77">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_556fb9f2-438b-462b-a2bd-c42a6dfd1c77_0_">
                      <gml:posList srsDimension="3">510910.210 5417359.940 267.459 510896.380 5417360.370 267.459 510896.380 5417360.370 274.109 510910.210 5417359.940 274.154 510910.210 5417359.940 267.459</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_6757ec05-1239-4275-a8fb-103d5f241946">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c391e15e-172e-4c1f-84bf-dad71e12edce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54f5f235-5661-4045-a801-8c5c4e89a409">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54f5f235-5661-4045-a801-8c5c4e89a409_0_">
                      <gml:posList srsDimension="3">510896.174 5417353.809 278.247 510896.380 5417360.370 274.109 510896.380 5417360.370 267.459 510896.174 5417353.809 267.459 510896.174 5417353.809 278.247</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_3c6ffa7a-a36e-4f83-976a-823639e19475">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a86da94-2fe5-4330-8eeb-52e9c9d6b982">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_add307e1-3ce4-4a51-b6bf-406c9c04dc4d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_add307e1-3ce4-4a51-b6bf-406c9c04dc4d_0_">
                      <gml:posList srsDimension="3">510896.174 5417353.809 267.459 510895.990 5417347.940 267.459 510895.990 5417347.940 274.554 510896.174 5417353.809 278.247 510896.174 5417353.809 267.459</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_6636ac50-1511-44c1-b5ba-2885bfb1b487">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ca5a513c-c491-442e-b758-b27106067bab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ee4360c5-7bc2-4053-a378-83c1d4b63c6d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ee4360c5-7bc2-4053-a378-83c1d4b63c6d_0_">
                      <gml:posList srsDimension="3">510895.990 5417347.940 267.459 510900.120 5417347.820 267.459 510900.120 5417347.820 274.562 510895.990 5417347.940 274.554 510895.990 5417347.940 267.459</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_3ee477da-7a88-4344-a1c0-ffb54f99c22e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ab1ad6de-9a28-4966-81f7-3efacf247fc1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5b57c94c-3c82-4ab3-b8eb-fd131d2c0b34">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5b57c94c-3c82-4ab3-b8eb-fd131d2c0b34_0_">
                      <gml:posList srsDimension="3">510900.170 5417349.340 267.459 510900.120 5417347.820 267.459 510895.990 5417347.940 267.459 510896.174 5417353.809 267.459 510896.380 5417360.370 267.459 510910.210 5417359.940 267.459 510910.020 5417353.780 267.459 510910.009 5417353.407 267.459 510909.870 5417348.670 267.459 510906.470 5417348.770 267.459 510906.430 5417347.620 267.459 510902.190 5417347.750 267.459 510902.240 5417349.290 267.459 510900.170 5417349.340 267.459</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_b5f68994-1699-4020-afe9-675f66a2b374">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_471f2755-5358-4828-95b3-2092e23f3dfa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4f3e03b1-9b0b-4c44-a674-150e18fc998e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4f3e03b1-9b0b-4c44-a674-150e18fc998e_0_">
                      <gml:posList srsDimension="3">510900.120 5417347.820 274.562 510900.170 5417349.340 275.519 510902.240 5417349.290 275.529 510902.190 5417347.750 274.560 510906.430 5417347.620 274.564 510906.470 5417348.770 275.288 510909.870 5417348.670 275.294 510910.009 5417353.407 278.275 510896.174 5417353.809 278.247 510895.990 5417347.940 274.554 510900.120 5417347.820 274.562</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_158ebc05-ae7b-4187-a707-a38e648e6cce">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_83f8a5c1-0cf2-4a80-ad9b-e4ec42378db6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b27f196e-e078-43b5-b00d-60b6f14617bd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b27f196e-e078-43b5-b00d-60b6f14617bd_0_">
                      <gml:posList srsDimension="3">510896.380 5417360.370 274.109 510896.174 5417353.809 278.247 510910.009 5417353.407 278.275 510910.020 5417353.780 278.039 510910.210 5417359.940 274.154 510896.380 5417360.370 274.109</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_f4fb058a-7803-4429-82b5-4c63c31b328a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_089bc423-1556-431b-9668-6483a0d5b7bf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5daa8b06-d55b-48d0-9306-9af9b00860c7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5daa8b06-d55b-48d0-9306-9af9b00860c7_0_">
                      <gml:posList srsDimension="3">510900.120 5417347.820 267.459 510900.170 5417349.340 267.459 510900.170 5417349.340 275.519 510900.120 5417347.820 274.562 510900.120 5417347.820 267.459</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_d3290238-abca-4a21-a0b0-f1049e9e842d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2cfb7c16-1d32-4c0a-bfe3-c576b375b257">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9fda8129-6e39-4415-b7ed-7fa0099896ed">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9fda8129-6e39-4415-b7ed-7fa0099896ed_0_">
                      <gml:posList srsDimension="3">510900.170 5417349.340 267.459 510902.240 5417349.290 267.459 510902.240 5417349.290 275.529 510900.170 5417349.340 275.519 510900.170 5417349.340 267.459</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_932a58e0-313c-4a6e-afed-a0ee02691bee">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_04eba620-137e-4a18-a335-583ae42b8cf8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f5d8a654-e78b-4b2b-98df-5b974942064d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f5d8a654-e78b-4b2b-98df-5b974942064d_0_">
                      <gml:posList srsDimension="3">510902.240 5417349.290 267.459 510902.190 5417347.750 267.459 510902.190 5417347.750 274.560 510902.240 5417349.290 275.529 510902.240 5417349.290 267.459</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_e747a3b7-b82f-459f-b721-a46a967fd170">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_01b69f1f-00f1-4fb6-aaf4-cf92e4dd1109">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7c895ba5-96e3-41ee-93b1-d25884509220">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7c895ba5-96e3-41ee-93b1-d25884509220_0_">
                      <gml:posList srsDimension="3">510902.190 5417347.750 267.459 510906.430 5417347.620 267.459 510906.430 5417347.620 274.564 510902.190 5417347.750 274.560 510902.190 5417347.750 267.459</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_8b07b437-51e6-487a-92f2-00f0b534d14d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c2802839-1b3c-4cf9-912b-db46e2a0449d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_842452b6-7bd4-4635-b193-2624e7e091f2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_842452b6-7bd4-4635-b193-2624e7e091f2_0_">
                      <gml:posList srsDimension="3">510906.430 5417347.620 267.459 510906.470 5417348.770 267.459 510906.470 5417348.770 275.288 510906.430 5417347.620 274.564 510906.430 5417347.620 267.459</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_99338aaf-60bb-4b50-b0e0-ff277123e633">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ecda9266-99d1-433f-824d-42efa107b9c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a689c074-940a-4fe8-ac8a-9100ea357d4b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a689c074-940a-4fe8-ac8a-9100ea357d4b_0_">
                      <gml:posList srsDimension="3">510906.470 5417348.770 267.459 510909.870 5417348.670 267.459 510909.870 5417348.670 275.294 510906.470 5417348.770 275.288 510906.470 5417348.770 267.459</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
For faster browsing, not all history is shown. View entire blame