Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
119001
119002
119003
119004
119005
119006
119007
119008
119009
119010
119011
119012
119013
119014
119015
119016
119017
119018
119019
119020
119021
119022
119023
119024
119025
119026
119027
119028
119029
119030
119031
119032
119033
119034
119035
119036
119037
119038
119039
119040
119041
119042
119043
119044
119045
119046
119047
119048
119049
119050
119051
119052
119053
119054
119055
119056
119057
119058
119059
119060
119061
119062
119063
119064
119065
119066
119067
119068
119069
119070
119071
119072
119073
119074
119075
119076
119077
119078
119079
119080
119081
119082
119083
119084
119085
119086
119087
119088
119089
119090
119091
119092
119093
119094
119095
119096
119097
119098
119099
119100
119101
119102
119103
119104
119105
119106
119107
119108
119109
119110
119111
119112
119113
119114
119115
119116
119117
119118
119119
119120
119121
119122
119123
119124
119125
119126
119127
119128
119129
119130
119131
119132
119133
119134
119135
119136
119137
119138
119139
119140
119141
119142
119143
119144
119145
119146
119147
119148
119149
119150
119151
119152
119153
119154
119155
119156
119157
119158
119159
119160
119161
119162
119163
119164
119165
119166
119167
119168
119169
119170
119171
119172
119173
119174
119175
119176
119177
119178
119179
119180
119181
119182
119183
119184
119185
119186
119187
119188
119189
119190
119191
119192
119193
119194
119195
119196
119197
119198
119199
119200
119201
119202
119203
119204
119205
119206
119207
119208
119209
119210
119211
119212
119213
119214
119215
119216
119217
119218
119219
119220
119221
119222
119223
119224
119225
119226
119227
119228
119229
119230
119231
119232
119233
119234
119235
119236
119237
119238
119239
119240
119241
119242
119243
119244
119245
119246
119247
119248
119249
119250
119251
119252
119253
119254
119255
119256
119257
119258
119259
119260
119261
119262
119263
119264
119265
119266
119267
119268
119269
119270
119271
119272
119273
119274
119275
119276
119277
119278
119279
119280
119281
119282
119283
119284
119285
119286
119287
119288
119289
119290
119291
119292
119293
119294
119295
119296
119297
119298
119299
119300
119301
119302
119303
119304
119305
119306
119307
119308
119309
119310
119311
119312
119313
119314
119315
119316
119317
119318
119319
119320
119321
119322
119323
119324
119325
119326
119327
119328
119329
119330
119331
119332
119333
119334
119335
119336
119337
119338
119339
119340
119341
119342
119343
119344
119345
119346
119347
119348
119349
119350
119351
119352
119353
119354
119355
119356
119357
119358
119359
119360
119361
119362
119363
119364
119365
119366
119367
119368
119369
119370
119371
119372
119373
119374
119375
119376
119377
119378
119379
119380
119381
119382
119383
119384
119385
119386
119387
119388
119389
119390
119391
119392
119393
119394
119395
119396
119397
119398
119399
119400
119401
119402
119403
119404
119405
119406
119407
119408
119409
119410
119411
119412
119413
119414
119415
119416
119417
119418
119419
119420
119421
119422
119423
119424
119425
119426
119427
119428
119429
119430
119431
119432
119433
119434
119435
119436
119437
119438
119439
119440
119441
119442
119443
119444
119445
119446
119447
119448
119449
119450
119451
119452
119453
119454
119455
119456
119457
119458
119459
119460
119461
119462
119463
119464
119465
119466
119467
119468
119469
119470
119471
119472
119473
119474
119475
119476
119477
119478
119479
119480
119481
119482
119483
119484
119485
119486
119487
119488
119489
119490
119491
119492
119493
119494
119495
119496
119497
119498
119499
119500
119501
119502
119503
119504
119505
119506
119507
119508
119509
119510
119511
119512
119513
119514
119515
119516
119517
119518
119519
119520
119521
119522
119523
119524
119525
119526
119527
119528
119529
119530
119531
119532
119533
119534
119535
119536
119537
119538
119539
119540
119541
119542
119543
119544
119545
119546
119547
119548
119549
119550
119551
119552
119553
119554
119555
119556
119557
119558
119559
119560
119561
119562
119563
119564
119565
119566
119567
119568
119569
119570
119571
119572
119573
119574
119575
119576
119577
119578
119579
119580
119581
119582
119583
119584
119585
119586
119587
119588
119589
119590
119591
119592
119593
119594
119595
119596
119597
119598
119599
119600
119601
119602
119603
119604
119605
119606
119607
119608
119609
119610
119611
119612
119613
119614
119615
119616
119617
119618
119619
119620
119621
119622
119623
119624
119625
119626
119627
119628
119629
119630
119631
119632
119633
119634
119635
119636
119637
119638
119639
119640
119641
119642
119643
119644
119645
119646
119647
119648
119649
119650
119651
119652
119653
119654
119655
119656
119657
119658
119659
119660
119661
119662
119663
119664
119665
119666
119667
119668
119669
119670
119671
119672
119673
119674
119675
119676
119677
119678
119679
119680
119681
119682
119683
119684
119685
119686
119687
119688
119689
119690
119691
119692
119693
119694
119695
119696
119697
119698
119699
119700
119701
119702
119703
119704
119705
119706
119707
119708
119709
119710
119711
119712
119713
119714
119715
119716
119717
119718
119719
119720
119721
119722
119723
119724
119725
119726
119727
119728
119729
119730
119731
119732
119733
119734
119735
119736
119737
119738
119739
119740
119741
119742
119743
119744
119745
119746
119747
119748
119749
119750
119751
119752
119753
119754
119755
119756
119757
119758
119759
119760
119761
119762
119763
119764
119765
119766
119767
119768
119769
119770
119771
119772
119773
119774
119775
119776
119777
119778
119779
119780
119781
119782
119783
119784
119785
119786
119787
119788
119789
119790
119791
119792
119793
119794
119795
119796
119797
119798
119799
119800
119801
119802
119803
119804
119805
119806
119807
119808
119809
119810
119811
119812
119813
119814
119815
119816
119817
119818
119819
119820
119821
119822
119823
119824
119825
119826
119827
119828
119829
119830
119831
119832
119833
119834
119835
119836
119837
119838
119839
119840
119841
119842
119843
119844
119845
119846
119847
119848
119849
119850
119851
119852
119853
119854
119855
119856
119857
119858
119859
119860
119861
119862
119863
119864
119865
119866
119867
119868
119869
119870
119871
119872
119873
119874
119875
119876
119877
119878
119879
119880
119881
119882
119883
119884
119885
119886
119887
119888
119889
119890
119891
119892
119893
119894
119895
119896
119897
119898
119899
119900
119901
119902
119903
119904
119905
119906
119907
119908
119909
119910
119911
119912
119913
119914
119915
119916
119917
119918
119919
119920
119921
119922
119923
119924
119925
119926
119927
119928
119929
119930
119931
119932
119933
119934
119935
119936
119937
119938
119939
119940
119941
119942
119943
119944
119945
119946
119947
119948
119949
119950
119951
119952
119953
119954
119955
119956
119957
119958
119959
119960
119961
119962
119963
119964
119965
119966
119967
119968
119969
119970
119971
119972
119973
119974
119975
119976
119977
119978
119979
119980
119981
119982
119983
119984
119985
119986
119987
119988
119989
119990
119991
119992
119993
119994
119995
119996
119997
119998
119999
120000
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_f390943c-e9d5-4422-af8c-86bb613bd398">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a70bdff-8e77-42c2-9489-c2976ff95965">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ba6bf7e-dc8f-40f0-bcfb-430bc8f3f97e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ba6bf7e-dc8f-40f0-bcfb-430bc8f3f97e_0_">
                      <gml:posList srsDimension="3">510858.070 5417258.871 273.334 510856.290 5417258.940 273.334 510856.300 5417259.220 273.334 510853.410 5417259.330 273.334 510853.510 5417261.930 273.334 510852.160 5417261.980 273.334 510852.280 5417265.020 273.334 510858.317 5417264.781 273.334 510864.400 5417264.540 273.334 510864.170 5417258.890 273.334 510859.920 5417259.060 273.334 510859.910 5417258.800 273.334 510858.070 5417258.871 273.334</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_321036e7-be5a-464f-afa1-196e92ecc169">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a56034a-f56a-4ee1-b05d-a040069189da">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_394c26ea-e180-4010-a83e-861347f59784">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_394c26ea-e180-4010-a83e-861347f59784_0_">
                      <gml:posList srsDimension="3">510853.410 5417259.330 273.334 510856.300 5417259.220 273.334 510856.300 5417259.220 282.211 510853.410 5417259.330 280.193 510853.410 5417259.330 273.334</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_58e7e30c-c008-4f73-a839-f77d7f0acd41">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dc106363-8e2b-42c1-b128-1c7da56988a7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4d5b04d8-fa41-4a6d-a760-3b2f637c918f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4d5b04d8-fa41-4a6d-a760-3b2f637c918f_0_">
                      <gml:posList srsDimension="3">510856.300 5417259.220 282.211 510856.300 5417259.220 273.334 510856.290 5417258.940 273.334 510856.290 5417258.940 282.212 510856.300 5417259.220 282.211</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_3bfbf4a3-19fd-46b0-bb1f-5103b48d74be">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1755e90d-bf11-4ae7-a931-d8aec2f41013">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_077c68f2-82f7-4416-8dab-f93dcd2d398e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_077c68f2-82f7-4416-8dab-f93dcd2d398e_0_">
                      <gml:posList srsDimension="3">510856.290 5417258.940 273.334 510858.070 5417258.871 273.334 510858.070 5417258.871 283.455 510856.290 5417258.940 282.212 510856.290 5417258.940 273.334</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_f6bf7ff8-7f86-461f-aa2f-4811268d09f3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8b225693-7c3d-46f3-8dbc-d876436a5ce1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_af9fa4ea-5721-4062-b837-e54461ca6587">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_af9fa4ea-5721-4062-b837-e54461ca6587_0_">
                      <gml:posList srsDimension="3">510859.910 5417258.800 282.175 510858.070 5417258.871 283.455 510858.070 5417258.871 273.334 510859.910 5417258.800 273.334 510859.910 5417258.800 282.175</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_a8019707-0ff4-4c4e-a3ba-09862b4a47fe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dc86690d-6919-484c-b5f9-4d96e0676cf8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_46a12fdc-2355-4867-88d5-50c115e93f42">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_46a12fdc-2355-4867-88d5-50c115e93f42_0_">
                      <gml:posList srsDimension="3">510859.910 5417258.800 282.175 510859.910 5417258.800 273.334 510859.920 5417259.060 273.334 510859.920 5417259.060 282.175 510859.910 5417258.800 282.175</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_30e26fd3-b813-4ce8-8552-0d39a32c14bc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_94df8ff9-0b2d-43a4-8ad4-e2c5a9d01cb0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3f748abf-af59-440a-a96d-b52d36c27029">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3f748abf-af59-440a-a96d-b52d36c27029_0_">
                      <gml:posList srsDimension="3">510864.170 5417258.890 279.218 510859.920 5417259.060 282.175 510859.920 5417259.060 273.334 510864.170 5417258.890 273.334 510864.170 5417258.890 279.218</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_9cf6b35c-807c-4083-80de-ccd8a69b4142">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aac10bc0-8248-4972-ae73-9d9089bdeec9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ffa46187-f00f-4032-9837-7a59bb9eb7e4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ffa46187-f00f-4032-9837-7a59bb9eb7e4_0_">
                      <gml:posList srsDimension="3">510864.170 5417258.890 273.334 510864.400 5417264.540 273.334 510864.400 5417264.540 279.221 510864.170 5417258.890 279.218 510864.170 5417258.890 273.334</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_1baff88e-caf9-4e68-8786-ec2c3249abb0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3f5f32f4-825a-4dd7-9252-b1114f53601d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d28322b9-5955-4586-9d77-2d0c13dc7cff">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d28322b9-5955-4586-9d77-2d0c13dc7cff_0_">
                      <gml:posList srsDimension="3">510856.290 5417258.940 282.212 510858.070 5417258.871 283.455 510858.317 5417264.781 283.453 510852.280 5417265.020 279.238 510852.160 5417261.980 279.244 510853.510 5417261.930 280.186 510853.410 5417259.330 280.193 510856.300 5417259.220 282.211 510856.290 5417258.940 282.212</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_88c54923-85c5-4289-af36-75722e443e17">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5de6de79-91f8-4c02-9370-f3c350ac2b7f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f16d1d0e-4f1e-4a44-a05f-cf0204fbd9b8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f16d1d0e-4f1e-4a44-a05f-cf0204fbd9b8_0_">
                      <gml:posList srsDimension="3">510858.317 5417264.781 283.453 510864.400 5417264.540 279.221 510864.400 5417264.540 273.334 510858.317 5417264.781 273.334 510858.317 5417264.781 283.453</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_fc50850a-b23b-4bec-8d92-5a24f4211fd0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f892199c-7c4a-4dd5-ae23-2a1259f5cd37">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_72bd3732-d50a-4a6a-bc74-a34d7c50fccd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_72bd3732-d50a-4a6a-bc74-a34d7c50fccd_0_">
                      <gml:posList srsDimension="3">510858.070 5417258.871 283.455 510859.910 5417258.800 282.175 510859.920 5417259.060 282.175 510858.070 5417258.871 283.455</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_4808332a-e93c-4248-9daf-be32c1a8be38">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_941f2aad-8dc8-4641-bcaf-6a38bbf11b56">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_95536048-e538-4664-a820-12d584af356a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_95536048-e538-4664-a820-12d584af356a_0_">
                      <gml:posList srsDimension="3">510858.317 5417264.781 273.334 510852.280 5417265.020 273.334 510852.280 5417265.020 279.238 510858.317 5417264.781 283.453 510858.317 5417264.781 273.334</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_ec2b08d7-0a06-410d-8f84-80def0f7d139">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f21ac304-468d-452b-bdc2-3f48b0b27ad3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_815bf851-5461-41f2-806c-1cf2cddeef06">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_815bf851-5461-41f2-806c-1cf2cddeef06_0_">
                      <gml:posList srsDimension="3">510852.160 5417261.980 279.244 510852.280 5417265.020 279.238 510852.280 5417265.020 273.334 510852.160 5417261.980 273.334 510852.160 5417261.980 279.244</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_e21645cd-f18f-4c0e-8975-c2f048e2af70">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_44afbf8f-78c2-4440-85b2-bb8d374cee87">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d05f746d-aaaf-4b64-b429-49f1a4c9436d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d05f746d-aaaf-4b64-b429-49f1a4c9436d_0_">
                      <gml:posList srsDimension="3">510864.400 5417264.540 279.221 510858.317 5417264.781 283.453 510858.070 5417258.871 283.455 510859.920 5417259.060 282.175 510864.170 5417258.890 279.218 510864.400 5417264.540 279.221</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1958</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJn">
      <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>DEBWL0010000ZZJn</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.071</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_15a06555-d814-4b36-8c18-fd3bdc63ffa7">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_9fb8844a-68c4-40b0-825d-cc4a20674223">
              <gml:surfaceMember xlink:href="#Srf_28b39e13-e5d7-4fce-ad34-35c217a4b508"/>
              <gml:surfaceMember xlink:href="#Srf_7ef4d77a-3060-4a12-9d16-d5591a6b6c9c"/>
              <gml:surfaceMember xlink:href="#Srf_e5e885c5-fd53-4cb3-b965-fb5b93e24e2c"/>
              <gml:surfaceMember xlink:href="#Srf_f04297c6-9dfe-491e-b707-ca586b7e50da"/>
              <gml:surfaceMember xlink:href="#Srf_dabcf904-df22-421b-a003-6f605a9bbf9b"/>
              <gml:surfaceMember xlink:href="#Srf_1e40a282-4afc-4e02-9ef1-16822b91c8ac"/>
              <gml:surfaceMember xlink:href="#Srf_f304089d-e7e2-4c2e-9535-b653776797b1"/>
              <gml:surfaceMember xlink:href="#Srf_36369c7b-3f42-4d39-8cbd-e70dc442852f"/>
              <gml:surfaceMember xlink:href="#Srf_a8137d95-5e50-48db-aa7a-0090184547ea"/>
              <gml:surfaceMember xlink:href="#Srf_1e33e90b-3e28-42b5-a906-bf393a70e1e1"/>
              <gml:surfaceMember xlink:href="#Srf_207e94b1-143d-4931-bb66-794fe3cb0af7"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_c835a455-dfbd-4d13-a9a2-7d75418e3458">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d1af1847-850f-4b02-9e3a-ac5ca30e12a6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ef4d77a-3060-4a12-9d16-d5591a6b6c9c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ef4d77a-3060-4a12-9d16-d5591a6b6c9c_0_">
                      <gml:posList srsDimension="3">510859.476 5417295.354 272.438 510854.820 5417295.540 272.438 510854.910 5417298.000 272.438 510853.580 5417298.050 272.438 510853.690 5417301.040 272.438 510859.732 5417300.801 272.438 510865.800 5417300.560 272.438 510865.590 5417295.110 272.438 510859.476 5417295.354 272.438</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_0ca67b18-c1a6-412d-af5e-815cc50acd12">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d2328c28-fb37-4df6-8269-edff75c25b54">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_36369c7b-3f42-4d39-8cbd-e70dc442852f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_36369c7b-3f42-4d39-8cbd-e70dc442852f_0_">
                      <gml:posList srsDimension="3">510859.732 5417300.801 282.464 510865.800 5417300.560 278.246 510865.800 5417300.560 272.438 510859.732 5417300.801 272.438 510859.732 5417300.801 282.464</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_3a8a79c8-1667-4a86-9437-765e84d5a3ac">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c1d8548c-1196-4d99-91f6-e762b422ee0a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1e33e90b-3e28-42b5-a906-bf393a70e1e1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1e33e90b-3e28-42b5-a906-bf393a70e1e1_0_">
                      <gml:posList srsDimension="3">510859.732 5417300.801 272.438 510853.690 5417301.040 272.438 510853.690 5417301.040 278.252 510859.732 5417300.801 282.464 510859.732 5417300.801 272.438</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_e8360e3e-d7c1-4f87-8998-092d5bac9c0a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_238f0f2e-3238-4f84-99e5-42f8d4766366">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_207e94b1-143d-4931-bb66-794fe3cb0af7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_207e94b1-143d-4931-bb66-794fe3cb0af7_0_">
                      <gml:posList srsDimension="3">510853.580 5417298.050 278.298 510853.690 5417301.040 278.252 510853.690 5417301.040 272.438 510853.580 5417298.050 272.438 510853.580 5417298.050 278.298</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_04187526-bb98-4f37-9eae-1821c9c53b5a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e85413c2-9232-4f67-8e4f-ce60bbec65f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dabcf904-df22-421b-a003-6f605a9bbf9b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dabcf904-df22-421b-a003-6f605a9bbf9b_0_">
                      <gml:posList srsDimension="3">510853.580 5417298.050 272.438 510854.910 5417298.000 272.438 510854.910 5417298.000 279.225 510853.580 5417298.050 278.298 510853.580 5417298.050 272.438</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_6129758a-c730-4a2d-88cb-0011b4681e3c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0d16308f-f0de-473a-bcc9-0a8e9a510d9f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_28b39e13-e5d7-4fce-ad34-35c217a4b508">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_28b39e13-e5d7-4fce-ad34-35c217a4b508_0_">
                      <gml:posList srsDimension="3">510854.820 5417295.540 279.264 510854.910 5417298.000 279.225 510854.910 5417298.000 272.438 510854.820 5417295.540 272.438 510854.820 5417295.540 279.264</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_e96ce6ea-5433-4c81-aee4-573ba6aec3af">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_caa7d4fc-3629-4e3f-afde-15c69256af4d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1e40a282-4afc-4e02-9ef1-16822b91c8ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1e40a282-4afc-4e02-9ef1-16822b91c8ac_0_">
                      <gml:posList srsDimension="3">510854.820 5417295.540 279.264 510859.476 5417295.354 282.510 510859.732 5417300.801 282.464 510853.690 5417301.040 278.252 510853.580 5417298.050 278.298 510854.910 5417298.000 279.225 510854.820 5417295.540 279.264</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_70d7876b-da7e-4e75-9537-6222a349eeb1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b8bdc011-093f-49ba-b82c-f5159c6a740d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f04297c6-9dfe-491e-b707-ca586b7e50da">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f04297c6-9dfe-491e-b707-ca586b7e50da_0_">
                      <gml:posList srsDimension="3">510854.820 5417295.540 272.438 510859.476 5417295.354 272.438 510859.476 5417295.354 282.510 510854.820 5417295.540 279.264 510854.820 5417295.540 272.438</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_fb4f3b62-5bbb-494f-8bef-4e29db0e80be">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_10f05859-26b2-45b4-a76b-5136157129fb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f304089d-e7e2-4c2e-9535-b653776797b1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f304089d-e7e2-4c2e-9535-b653776797b1_0_">
                      <gml:posList srsDimension="3">510865.590 5417295.110 278.260 510859.476 5417295.354 282.510 510859.476 5417295.354 272.438 510865.590 5417295.110 272.438 510865.590 5417295.110 278.260</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_0c884f28-77b9-4488-8528-df462e6d1de4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3e9ce9d8-2956-478b-b993-fea2df0ce31c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e5e885c5-fd53-4cb3-b965-fb5b93e24e2c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e5e885c5-fd53-4cb3-b965-fb5b93e24e2c_0_">
                      <gml:posList srsDimension="3">510859.732 5417300.801 282.464 510859.476 5417295.354 282.510 510865.590 5417295.110 278.260 510865.800 5417300.560 278.246 510859.732 5417300.801 282.464</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_e87add70-505f-4dfc-a4dc-7b6fe18c2f37">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dca33869-789a-4e9a-a283-2cb5b0bb6ec6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a8137d95-5e50-48db-aa7a-0090184547ea">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a8137d95-5e50-48db-aa7a-0090184547ea_0_">
                      <gml:posList srsDimension="3">510865.800 5417300.560 278.246 510865.590 5417295.110 278.260 510865.590 5417295.110 272.438 510865.800 5417300.560 272.438 510865.800 5417300.560 278.246</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_0010000ZZJf">
      <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>DEBWL0010000ZZJf</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.344</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_7f9a1272-3cc7-43ba-8e6e-bf405eb2e969">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_69a2c915-f1e5-4797-ae41-31657bace4af">
              <gml:surfaceMember xlink:href="#Srf_3c822445-8a84-49e5-af24-e0ae5b45c99e"/>
              <gml:surfaceMember xlink:href="#Srf_11eece04-7ae9-476f-a806-e2b6da2fba8f"/>
              <gml:surfaceMember xlink:href="#Srf_948aa707-3b1c-4135-ae94-395d8639ef11"/>
              <gml:surfaceMember xlink:href="#Srf_ee1d700f-41aa-4d78-a5cf-75da921e5ac7"/>
              <gml:surfaceMember xlink:href="#Srf_25005492-aa3e-4a30-bd3c-090f2cf1a9f6"/>
              <gml:surfaceMember xlink:href="#Srf_2f5a13be-8470-4515-b9eb-334e487b57f5"/>
              <gml:surfaceMember xlink:href="#Srf_035aa183-e765-42d5-a14f-2ba4d379adce"/>
              <gml:surfaceMember xlink:href="#Srf_d3410caf-312e-4727-9e16-9370557d67ab"/>
              <gml:surfaceMember xlink:href="#Srf_a5a6b44d-837d-4517-a6eb-c0822c8e711a"/>
              <gml:surfaceMember xlink:href="#Srf_ed7b33f0-14f8-4fe4-98f1-6e6100f2edab"/>
              <gml:surfaceMember xlink:href="#Srf_a36de9a8-a431-4adc-976d-9e8fa10f8f4a"/>
              <gml:surfaceMember xlink:href="#Srf_2c53865d-021a-453b-9687-797c6ad01f5e"/>
              <gml:surfaceMember xlink:href="#Srf_f820fd63-7e29-4231-b682-e845e3c08d81"/>
              <gml:surfaceMember xlink:href="#Srf_00ba2256-1a34-490a-b058-b8d21e30af40"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b42804a3-8c85-48f1-a055-011b2c5ff649">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a101fc2-aa54-4d16-9bc9-f13166e47398">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ee1d700f-41aa-4d78-a5cf-75da921e5ac7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ee1d700f-41aa-4d78-a5cf-75da921e5ac7_0_">
                      <gml:posList srsDimension="3">510831.520 5417292.050 273.113 510831.460 5417290.640 273.113 510831.460 5417290.640 279.169 510831.520 5417292.050 280.159 510831.520 5417292.050 273.113</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_41ce3864-600a-4b5a-bead-e7c9a19fc4b3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fcdf9323-2291-4d22-8656-c3b46ffca6b4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed7b33f0-14f8-4fe4-98f1-6e6100f2edab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed7b33f0-14f8-4fe4-98f1-6e6100f2edab_0_">
                      <gml:posList srsDimension="3">510831.460 5417290.640 273.113 510834.540 5417290.540 273.113 510834.540 5417290.540 279.190 510831.460 5417290.640 279.169 510831.460 5417290.640 273.113</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_630818a8-de66-4464-ac29-c0e0526e87d7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6e491378-0234-49f9-8f7e-667bf2240d17">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d3410caf-312e-4727-9e16-9370557d67ab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d3410caf-312e-4727-9e16-9370557d67ab_0_">
                      <gml:posList srsDimension="3">510834.540 5417290.540 273.113 510834.799 5417296.616 273.113 510834.799 5417296.616 283.458 510834.540 5417290.540 279.190 510834.540 5417290.540 273.113</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_68438925-8cdb-4e3e-8079-16e7eb81174e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_93d2d3f6-5a3f-4bd3-bf6f-43e3426e07ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3c822445-8a84-49e5-af24-e0ae5b45c99e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3c822445-8a84-49e5-af24-e0ae5b45c99e_0_">
                      <gml:posList srsDimension="3">510835.060 5417302.720 279.150 510834.799 5417296.616 283.458 510834.799 5417296.616 273.113 510835.060 5417302.720 273.113 510835.060 5417302.720 279.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_9f5268af-2535-4f32-b8f6-74ede0d3b1b9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5114bb30-037d-4eb2-b9de-8307012e76f6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2f5a13be-8470-4515-b9eb-334e487b57f5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2f5a13be-8470-4515-b9eb-334e487b57f5_0_">
                      <gml:posList srsDimension="3">510835.060 5417302.720 273.113 510829.660 5417302.950 273.113 510829.660 5417302.950 279.089 510835.060 5417302.720 279.150 510835.060 5417302.720 273.113</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_e604f8df-550b-4435-b0f0-269d3c6f3629">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2f960081-704c-47b0-b71d-0bc47011d3fc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_035aa183-e765-42d5-a14f-2ba4d379adce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_035aa183-e765-42d5-a14f-2ba4d379adce_0_">
                      <gml:posList srsDimension="3">510829.660 5417302.950 273.113 510829.410 5417302.960 273.113 510829.410 5417302.960 279.087 510829.660 5417302.950 279.089 510829.660 5417302.950 273.113</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_41c76075-61a5-48a3-a403-3bcab100d407">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_81c3f75e-f2e1-4be2-98c1-0bce74f80ae5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_00ba2256-1a34-490a-b058-b8d21e30af40">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_00ba2256-1a34-490a-b058-b8d21e30af40_0_">
                      <gml:posList srsDimension="3">510829.190 5417296.910 283.355 510829.410 5417302.960 279.087 510829.410 5417302.960 273.113 510829.190 5417296.910 273.113 510829.190 5417296.910 283.355</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_e232425e-2696-41bf-9444-855a3adf2bb8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_03d082ff-f731-4905-a3b4-f507f8c55885">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a36de9a8-a431-4adc-976d-9e8fa10f8f4a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a36de9a8-a431-4adc-976d-9e8fa10f8f4a_0_">
                      <gml:posList srsDimension="3">510829.190 5417296.910 283.355 510829.190 5417296.910 273.113 510829.186 5417296.809 273.113 510829.186 5417296.809 283.426 510829.190 5417296.910 283.355</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_5997b30b-b891-4ea8-89d4-73645ae0eabb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_77d04d3b-a987-47e9-8102-b4b25340e880">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_948aa707-3b1c-4135-ae94-395d8639ef11">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_948aa707-3b1c-4135-ae94-395d8639ef11_0_">
                      <gml:posList srsDimension="3">510829.190 5417296.910 283.355 510829.186 5417296.809 283.426 510834.799 5417296.616 283.458 510829.190 5417296.910 283.355</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_f9647fe0-df87-4a21-aec7-f800d431c6fb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad1fad21-ac11-477d-82d0-7301376b0486">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2c53865d-021a-453b-9687-797c6ad01f5e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2c53865d-021a-453b-9687-797c6ad01f5e_0_">
                      <gml:posList srsDimension="3">510829.186 5417296.809 273.113 510828.990 5417292.160 273.113 510828.990 5417292.160 280.161 510829.186 5417296.809 283.426 510829.186 5417296.809 273.113</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_54eb42fb-0bba-4d6a-9172-f6858dc44b82">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a8a7729-6024-4846-94bc-4793a917dbda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f820fd63-7e29-4231-b682-e845e3c08d81">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f820fd63-7e29-4231-b682-e845e3c08d81_0_">
                      <gml:posList srsDimension="3">510831.520 5417292.050 280.159 510828.990 5417292.160 280.161 510828.990 5417292.160 273.113 510831.520 5417292.050 273.113 510831.520 5417292.050 280.159</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_af7a6770-7587-49fb-9232-c2fdd6c55b29">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_396452f4-8614-4219-bbcd-08caf806e1c7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25005492-aa3e-4a30-bd3c-090f2cf1a9f6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25005492-aa3e-4a30-bd3c-090f2cf1a9f6_0_">
                      <gml:posList srsDimension="3">510829.660 5417302.950 279.089 510829.410 5417302.960 279.087 510829.190 5417296.910 283.355 510834.799 5417296.616 283.458 510835.060 5417302.720 279.150 510829.660 5417302.950 279.089</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_8fe32793-5041-4f1f-8791-7b0a4e4aa374">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_379a5b08-697a-4a8c-901e-60495cf2d8a9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_11eece04-7ae9-476f-a806-e2b6da2fba8f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_11eece04-7ae9-476f-a806-e2b6da2fba8f_0_">
                      <gml:posList srsDimension="3">510829.186 5417296.809 273.113 510829.190 5417296.910 273.113 510829.410 5417302.960 273.113 510829.660 5417302.950 273.113 510835.060 5417302.720 273.113 510834.799 5417296.616 273.113 510834.540 5417290.540 273.113 510831.460 5417290.640 273.113 510831.520 5417292.050 273.113 510828.990 5417292.160 273.113 510829.186 5417296.809 273.113</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_1480fcb0-9215-4c8a-acd8-09f2a7e6ea1f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2d5aa38a-d9d1-4840-932b-d3f92d43f4fe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a5a6b44d-837d-4517-a6eb-c0822c8e711a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a5a6b44d-837d-4517-a6eb-c0822c8e711a_0_">
                      <gml:posList srsDimension="3">510828.990 5417292.160 280.161 510831.520 5417292.050 280.159 510831.460 5417290.640 279.169 510834.540 5417290.540 279.190 510834.799 5417296.616 283.458 510829.186 5417296.809 283.426 510828.990 5417292.160 280.161</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1968</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJq">
      <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>DEBWL0010000ZZJq</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.419</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_cb1c40f2-2d40-4c69-b628-37f86115f07c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_fc038e5a-9d19-4034-841c-fd257f02c7cc">
              <gml:surfaceMember xlink:href="#Srf_9dfc4afd-26a7-447e-94ce-e7eb76b7dbc0"/>
              <gml:surfaceMember xlink:href="#Srf_34b3fe8e-8fab-4ae1-af21-812490469336"/>
              <gml:surfaceMember xlink:href="#Srf_528fe423-9177-47a6-a60a-b8a314e4cbeb"/>
              <gml:surfaceMember xlink:href="#Srf_db097d34-1633-4d20-9d28-f31c6e026a25"/>
              <gml:surfaceMember xlink:href="#Srf_eebbf4d2-aaf9-45c5-bb66-929475129e29"/>
              <gml:surfaceMember xlink:href="#Srf_e920d950-762b-4cb6-95a0-91f3b4fb7664"/>
              <gml:surfaceMember xlink:href="#Srf_a924703d-9ade-48b0-88db-902de2e162fe"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_4460f452-90fd-4ecf-aad9-20a661050c9a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad3469a3-4935-44f5-b511-e5891f1304e5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_528fe423-9177-47a6-a60a-b8a314e4cbeb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_528fe423-9177-47a6-a60a-b8a314e4cbeb_0_">
                      <gml:posList srsDimension="3">511128.330 5417069.350 271.571 511127.350 5417069.280 271.571 511127.170 5417072.220 271.571 511132.920 5417072.600 271.571 511133.130 5417069.700 271.571 511128.330 5417069.350 271.571</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_91887d91-35b4-42ca-b663-ea3ffe4933ca">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1654f6d1-84c6-4ef3-a584-50399758c7be">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_34b3fe8e-8fab-4ae1-af21-812490469336">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_34b3fe8e-8fab-4ae1-af21-812490469336_0_">
                      <gml:posList srsDimension="3">511127.350 5417069.280 273.990 511128.330 5417069.350 273.990 511133.130 5417069.700 273.990 511132.920 5417072.600 273.990 511127.170 5417072.220 273.990 511127.350 5417069.280 273.990</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_d37467b5-d985-4169-8983-0a5c25d57337">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b7254b6-de24-4bd5-8062-90c00597cf38">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9dfc4afd-26a7-447e-94ce-e7eb76b7dbc0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9dfc4afd-26a7-447e-94ce-e7eb76b7dbc0_0_">
                      <gml:posList srsDimension="3">511127.350 5417069.280 271.571 511128.330 5417069.350 271.571 511128.330 5417069.350 273.990 511127.350 5417069.280 273.990 511127.350 5417069.280 271.571</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_ba86dc24-b122-404d-ac69-a556991f2bfe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cedd57c5-166c-4040-8c97-9a50e8bdbd1a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a924703d-9ade-48b0-88db-902de2e162fe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a924703d-9ade-48b0-88db-902de2e162fe_0_">
                      <gml:posList srsDimension="3">511128.330 5417069.350 271.571 511133.130 5417069.700 271.571 511133.130 5417069.700 273.990 511128.330 5417069.350 273.990 511128.330 5417069.350 271.571</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_eb99e812-35da-4169-9f27-eb4cc155f888">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5dd291a4-7527-4b8c-8872-2468eb4f2fb2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_eebbf4d2-aaf9-45c5-bb66-929475129e29">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eebbf4d2-aaf9-45c5-bb66-929475129e29_0_">
                      <gml:posList srsDimension="3">511133.130 5417069.700 271.571 511132.920 5417072.600 271.571 511132.920 5417072.600 273.990 511133.130 5417069.700 273.990 511133.130 5417069.700 271.571</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_70743078-976d-4713-9720-728ddc94c9f3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e2e7e7a6-eb8e-41a2-a815-8763ec29f3dc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_db097d34-1633-4d20-9d28-f31c6e026a25">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_db097d34-1633-4d20-9d28-f31c6e026a25_0_">
                      <gml:posList srsDimension="3">511132.920 5417072.600 271.571 511127.170 5417072.220 271.571 511127.170 5417072.220 273.990 511132.920 5417072.600 273.990 511132.920 5417072.600 271.571</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_87d9e502-2f26-4244-b7db-f44e66f5ffd6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5cb3eb5a-e4d7-4f52-9bc0-1fac4ad1c18d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e920d950-762b-4cb6-95a0-91f3b4fb7664">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e920d950-762b-4cb6-95a0-91f3b4fb7664_0_">
                      <gml:posList srsDimension="3">511127.170 5417072.220 271.571 511127.350 5417069.280 271.571 511127.350 5417069.280 273.990 511127.170 5417072.220 273.990 511127.170 5417072.220 271.571</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1921</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZJg">
      <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>DEBWL0010000ZZJg</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
For faster browsing, not all history is shown. View entire blame