Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
156001
156002
156003
156004
156005
156006
156007
156008
156009
156010
156011
156012
156013
156014
156015
156016
156017
156018
156019
156020
156021
156022
156023
156024
156025
156026
156027
156028
156029
156030
156031
156032
156033
156034
156035
156036
156037
156038
156039
156040
156041
156042
156043
156044
156045
156046
156047
156048
156049
156050
156051
156052
156053
156054
156055
156056
156057
156058
156059
156060
156061
156062
156063
156064
156065
156066
156067
156068
156069
156070
156071
156072
156073
156074
156075
156076
156077
156078
156079
156080
156081
156082
156083
156084
156085
156086
156087
156088
156089
156090
156091
156092
156093
156094
156095
156096
156097
156098
156099
156100
156101
156102
156103
156104
156105
156106
156107
156108
156109
156110
156111
156112
156113
156114
156115
156116
156117
156118
156119
156120
156121
156122
156123
156124
156125
156126
156127
156128
156129
156130
156131
156132
156133
156134
156135
156136
156137
156138
156139
156140
156141
156142
156143
156144
156145
156146
156147
156148
156149
156150
156151
156152
156153
156154
156155
156156
156157
156158
156159
156160
156161
156162
156163
156164
156165
156166
156167
156168
156169
156170
156171
156172
156173
156174
156175
156176
156177
156178
156179
156180
156181
156182
156183
156184
156185
156186
156187
156188
156189
156190
156191
156192
156193
156194
156195
156196
156197
156198
156199
156200
156201
156202
156203
156204
156205
156206
156207
156208
156209
156210
156211
156212
156213
156214
156215
156216
156217
156218
156219
156220
156221
156222
156223
156224
156225
156226
156227
156228
156229
156230
156231
156232
156233
156234
156235
156236
156237
156238
156239
156240
156241
156242
156243
156244
156245
156246
156247
156248
156249
156250
156251
156252
156253
156254
156255
156256
156257
156258
156259
156260
156261
156262
156263
156264
156265
156266
156267
156268
156269
156270
156271
156272
156273
156274
156275
156276
156277
156278
156279
156280
156281
156282
156283
156284
156285
156286
156287
156288
156289
156290
156291
156292
156293
156294
156295
156296
156297
156298
156299
156300
156301
156302
156303
156304
156305
156306
156307
156308
156309
156310
156311
156312
156313
156314
156315
156316
156317
156318
156319
156320
156321
156322
156323
156324
156325
156326
156327
156328
156329
156330
156331
156332
156333
156334
156335
156336
156337
156338
156339
156340
156341
156342
156343
156344
156345
156346
156347
156348
156349
156350
156351
156352
156353
156354
156355
156356
156357
156358
156359
156360
156361
156362
156363
156364
156365
156366
156367
156368
156369
156370
156371
156372
156373
156374
156375
156376
156377
156378
156379
156380
156381
156382
156383
156384
156385
156386
156387
156388
156389
156390
156391
156392
156393
156394
156395
156396
156397
156398
156399
156400
156401
156402
156403
156404
156405
156406
156407
156408
156409
156410
156411
156412
156413
156414
156415
156416
156417
156418
156419
156420
156421
156422
156423
156424
156425
156426
156427
156428
156429
156430
156431
156432
156433
156434
156435
156436
156437
156438
156439
156440
156441
156442
156443
156444
156445
156446
156447
156448
156449
156450
156451
156452
156453
156454
156455
156456
156457
156458
156459
156460
156461
156462
156463
156464
156465
156466
156467
156468
156469
156470
156471
156472
156473
156474
156475
156476
156477
156478
156479
156480
156481
156482
156483
156484
156485
156486
156487
156488
156489
156490
156491
156492
156493
156494
156495
156496
156497
156498
156499
156500
156501
156502
156503
156504
156505
156506
156507
156508
156509
156510
156511
156512
156513
156514
156515
156516
156517
156518
156519
156520
156521
156522
156523
156524
156525
156526
156527
156528
156529
156530
156531
156532
156533
156534
156535
156536
156537
156538
156539
156540
156541
156542
156543
156544
156545
156546
156547
156548
156549
156550
156551
156552
156553
156554
156555
156556
156557
156558
156559
156560
156561
156562
156563
156564
156565
156566
156567
156568
156569
156570
156571
156572
156573
156574
156575
156576
156577
156578
156579
156580
156581
156582
156583
156584
156585
156586
156587
156588
156589
156590
156591
156592
156593
156594
156595
156596
156597
156598
156599
156600
156601
156602
156603
156604
156605
156606
156607
156608
156609
156610
156611
156612
156613
156614
156615
156616
156617
156618
156619
156620
156621
156622
156623
156624
156625
156626
156627
156628
156629
156630
156631
156632
156633
156634
156635
156636
156637
156638
156639
156640
156641
156642
156643
156644
156645
156646
156647
156648
156649
156650
156651
156652
156653
156654
156655
156656
156657
156658
156659
156660
156661
156662
156663
156664
156665
156666
156667
156668
156669
156670
156671
156672
156673
156674
156675
156676
156677
156678
156679
156680
156681
156682
156683
156684
156685
156686
156687
156688
156689
156690
156691
156692
156693
156694
156695
156696
156697
156698
156699
156700
156701
156702
156703
156704
156705
156706
156707
156708
156709
156710
156711
156712
156713
156714
156715
156716
156717
156718
156719
156720
156721
156722
156723
156724
156725
156726
156727
156728
156729
156730
156731
156732
156733
156734
156735
156736
156737
156738
156739
156740
156741
156742
156743
156744
156745
156746
156747
156748
156749
156750
156751
156752
156753
156754
156755
156756
156757
156758
156759
156760
156761
156762
156763
156764
156765
156766
156767
156768
156769
156770
156771
156772
156773
156774
156775
156776
156777
156778
156779
156780
156781
156782
156783
156784
156785
156786
156787
156788
156789
156790
156791
156792
156793
156794
156795
156796
156797
156798
156799
156800
156801
156802
156803
156804
156805
156806
156807
156808
156809
156810
156811
156812
156813
156814
156815
156816
156817
156818
156819
156820
156821
156822
156823
156824
156825
156826
156827
156828
156829
156830
156831
156832
156833
156834
156835
156836
156837
156838
156839
156840
156841
156842
156843
156844
156845
156846
156847
156848
156849
156850
156851
156852
156853
156854
156855
156856
156857
156858
156859
156860
156861
156862
156863
156864
156865
156866
156867
156868
156869
156870
156871
156872
156873
156874
156875
156876
156877
156878
156879
156880
156881
156882
156883
156884
156885
156886
156887
156888
156889
156890
156891
156892
156893
156894
156895
156896
156897
156898
156899
156900
156901
156902
156903
156904
156905
156906
156907
156908
156909
156910
156911
156912
156913
156914
156915
156916
156917
156918
156919
156920
156921
156922
156923
156924
156925
156926
156927
156928
156929
156930
156931
156932
156933
156934
156935
156936
156937
156938
156939
156940
156941
156942
156943
156944
156945
156946
156947
156948
156949
156950
156951
156952
156953
156954
156955
156956
156957
156958
156959
156960
156961
156962
156963
156964
156965
156966
156967
156968
156969
156970
156971
156972
156973
156974
156975
156976
156977
156978
156979
156980
156981
156982
156983
156984
156985
156986
156987
156988
156989
156990
156991
156992
156993
156994
156995
156996
156997
156998
156999
157000
                    <gml:LinearRing gml:id="Srf_a98f3c32-02e0-4c02-b737-0b4bd78f4b01_0_">
                      <gml:posList srsDimension="3">511212.550 5417389.570 268.395 511207.428 5417389.513 271.118 511207.428 5417389.513 261.155 511212.550 5417389.570 261.155 511212.550 5417389.570 268.395</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_c664ad84-293e-4352-98e3-15b41aedfc5a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ea86976-3367-4b79-bf1f-66ba8f7f7d9f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bcdbdcf3-6037-412c-987e-9ab2074e661e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bcdbdcf3-6037-412c-987e-9ab2074e661e_0_">
                      <gml:posList srsDimension="3">511212.510 5417395.580 268.406 511212.550 5417389.570 268.395 511212.550 5417389.570 261.155 511212.510 5417395.580 261.155 511212.510 5417395.580 268.406</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_57f2b805-92af-4f83-aa72-c2068668f232">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad87dcae-caa1-490d-9427-efe2a7a78cbf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_535a5363-7ab0-4bbb-8fe2-598e178e6b62">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_535a5363-7ab0-4bbb-8fe2-598e178e6b62_0_">
                      <gml:posList srsDimension="3">511211.050 5417395.570 269.182 511212.510 5417395.580 268.406 511212.510 5417395.580 261.155 511211.050 5417395.570 261.155 511211.050 5417395.570 269.182</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a03d752d-6d97-445a-be9e-70d9995e2ddf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_461da302-d8ef-4d27-a55b-ee3eb2ff8553">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d741af89-5139-472e-8cf1-10f6ae653a91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d741af89-5139-472e-8cf1-10f6ae653a91_0_">
                      <gml:posList srsDimension="3">511211.050 5417395.570 269.182 511211.050 5417395.570 261.155 511211.040 5417397.350 261.155 511211.040 5417397.350 269.184 511211.050 5417395.570 269.182</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8c65174b-68e4-4f59-9cd9-a76cb982faa9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9bfdba5e-c3a0-4d35-a32a-b4335fc577f5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ab50e1a4-d20f-44a6-92e5-2ce2e23c3efc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ab50e1a4-d20f-44a6-92e5-2ce2e23c3efc_0_">
                      <gml:posList srsDimension="3">511207.362 5417397.340 271.140 511211.040 5417397.350 269.184 511211.040 5417397.350 261.155 511207.362 5417397.340 261.155 511207.362 5417397.340 271.140</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_c6e9d81c-0024-424a-9955-ecf9ea13cd78">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_64630b68-c2dc-4ed6-9f46-95670b284ca4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3af9e74e-b48a-4c0e-94ce-d08c0a9c0466">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3af9e74e-b48a-4c0e-94ce-d08c0a9c0466_0_">
                      <gml:posList srsDimension="3">511207.362 5417397.340 261.155 511203.710 5417397.330 261.155 511203.710 5417397.330 269.195 511207.362 5417397.340 271.140 511207.362 5417397.340 261.155</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_c52bf6fb-09da-4634-a14d-07af1d48fa61">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_41dd6552-3ebb-4712-9122-817b3ee5bc71">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1c32895f-9ddd-4add-a80f-c72235077b71">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1c32895f-9ddd-4add-a80f-c72235077b71_0_">
                      <gml:posList srsDimension="3">511203.710 5417397.330 261.155 511202.250 5417397.320 261.155 511202.250 5417397.320 268.417 511203.710 5417397.330 269.195 511203.710 5417397.330 261.155</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_932201ce-609c-41e4-aaa7-8cc06b5e2bd3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_72462e6a-a5ee-4649-89af-42133b2094b1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b02ac1dd-0947-4cbf-b59f-06d6e6cfef17">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b02ac1dd-0947-4cbf-b59f-06d6e6cfef17_0_">
                      <gml:posList srsDimension="3">511203.710 5417397.330 269.195 511202.250 5417397.320 268.417 511202.300 5417392.460 268.408 511203.500 5417392.470 269.047 511203.540 5417389.470 269.047 511207.428 5417389.513 271.118 511207.362 5417397.340 271.140 511203.710 5417397.330 269.195</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_c70947cc-0c52-4182-b4a4-65e1ba7e72b5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cfcbbb73-daeb-4134-90da-40836dc54db7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_14c9ba8d-4258-4890-bd11-66d109d3b1d4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_14c9ba8d-4258-4890-bd11-66d109d3b1d4_0_">
                      <gml:posList srsDimension="3">511202.300 5417392.460 268.408 511202.250 5417397.320 268.417 511202.250 5417397.320 261.155 511202.300 5417392.460 261.155 511202.300 5417392.460 268.408</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_683c386f-fe9e-4064-8dc8-1baddc28a891">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9c1e884c-e590-4d97-ba5f-f4f41cfb4fbe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_299792b2-c448-4525-a491-f3a3791c0c65">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_299792b2-c448-4525-a491-f3a3791c0c65_0_">
                      <gml:posList srsDimension="3">511207.428 5417389.513 271.118 511212.550 5417389.570 268.395 511212.510 5417395.580 268.406 511211.050 5417395.570 269.182 511211.040 5417397.350 269.184 511207.362 5417397.340 271.140 511207.428 5417389.513 271.118</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_2c515502-710a-4a53-bb80-46241b72440d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3251ba56-ca0d-4528-a4ec-35a9ddfea481">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b53ebbf5-6009-44e7-8d4a-351143ed8794">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b53ebbf5-6009-44e7-8d4a-351143ed8794_0_">
                      <gml:posList srsDimension="3">511202.250 5417397.320 261.155 511203.710 5417397.330 261.155 511207.362 5417397.340 261.155 511211.040 5417397.350 261.155 511211.050 5417395.570 261.155 511212.510 5417395.580 261.155 511212.550 5417389.570 261.155 511207.428 5417389.513 261.155 511203.540 5417389.470 261.155 511203.500 5417392.470 261.155 511202.300 5417392.460 261.155 511202.250 5417397.320 261.155</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_b42ab1fd-7bd9-4664-8d9c-bf8e11e45712">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c75ecb97-39d1-43bc-911e-8c774a076431">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cdb3dc33-e05f-4d41-9784-23475a200e9b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cdb3dc33-e05f-4d41-9784-23475a200e9b_0_">
                      <gml:posList srsDimension="3">511202.300 5417392.460 261.155 511203.500 5417392.470 261.155 511203.500 5417392.470 269.047 511202.300 5417392.460 268.408 511202.300 5417392.460 261.155</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_df4b4a1c-5fed-4dad-8ef0-07b66c9ed2dd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7f2ad91-392c-44ec-9425-ae299a53e349">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b05111b0-a500-4925-8577-e6916ad9e03b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b05111b0-a500-4925-8577-e6916ad9e03b_0_">
                      <gml:posList srsDimension="3">511203.500 5417392.470 261.155 511203.540 5417389.470 261.155 511203.540 5417389.470 269.047 511203.500 5417392.470 269.047 511203.500 5417392.470 261.155</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_df22b5aa-e93a-4860-b611-29cdbd71224e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f03a95a7-feeb-47da-b0e6-0533882649ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_59c53fd5-4870-48a5-9be0-51a2950cf808">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_59c53fd5-4870-48a5-9be0-51a2950cf808_0_">
                      <gml:posList srsDimension="3">511203.540 5417389.470 261.155 511207.428 5417389.513 261.155 511207.428 5417389.513 271.118 511203.540 5417389.470 269.047 511203.540 5417389.470 261.155</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1977</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006q">
      <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>DEBWL0010001006q</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.437</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_75c27184-048d-4814-b8da-4ca8101964f8">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_48bae622-8083-492a-b1a4-d03e5e6782d0">
              <gml:surfaceMember xlink:href="#Srf_0a3c598d-4451-4216-80ce-0cfd7b75e81f"/>
              <gml:surfaceMember xlink:href="#Srf_edb46ed2-4227-402a-8267-bf714e78ad30"/>
              <gml:surfaceMember xlink:href="#Srf_fb9dc51f-1e0e-42a0-bdd7-fed6e639c36d"/>
              <gml:surfaceMember xlink:href="#Srf_13f93702-5d4a-4f0b-bbf3-bca14fdf5baa"/>
              <gml:surfaceMember xlink:href="#Srf_2145cb0e-c581-4719-bfcd-2ca7621f63a6"/>
              <gml:surfaceMember xlink:href="#Srf_d9ed879a-cfd6-4b19-beb0-141ccd255d86"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8abb60cc-1380-4f7b-bd1c-7f0211b6ac32">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3f742f5-be7f-46b2-927f-3dd226dc5dcf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0a3c598d-4451-4216-80ce-0cfd7b75e81f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0a3c598d-4451-4216-80ce-0cfd7b75e81f_0_">
                      <gml:posList srsDimension="3">511227.820 5417380.300 262.683 511224.830 5417380.290 262.683 511224.830 5417380.290 265.120 511227.820 5417380.300 265.120 511227.820 5417380.300 262.683</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_0082f5f3-9fb7-45ad-8564-4e8f4089c3e3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_369725b4-61f7-401a-a8bd-407886faa037">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2145cb0e-c581-4719-bfcd-2ca7621f63a6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2145cb0e-c581-4719-bfcd-2ca7621f63a6_0_">
                      <gml:posList srsDimension="3">511224.860 5417374.310 262.683 511224.860 5417374.310 265.120 511224.830 5417380.290 265.120 511224.830 5417380.290 262.683 511224.860 5417374.310 262.683</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_7e08f4b2-2600-46c3-b0b6-950953cf711d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bd7baa6b-c604-4d70-b518-abaa31aa85ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_13f93702-5d4a-4f0b-bbf3-bca14fdf5baa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_13f93702-5d4a-4f0b-bbf3-bca14fdf5baa_0_">
                      <gml:posList srsDimension="3">511224.830 5417380.290 262.683 511227.820 5417380.300 262.683 511227.860 5417374.300 262.683 511224.860 5417374.310 262.683 511224.830 5417380.290 262.683</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_e784ac11-b9a5-44c5-a57d-873ee76cee32">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_65a5a73c-ba4e-47b7-b8d9-c399ea330dbc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d9ed879a-cfd6-4b19-beb0-141ccd255d86">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d9ed879a-cfd6-4b19-beb0-141ccd255d86_0_">
                      <gml:posList srsDimension="3">511227.820 5417380.300 265.120 511224.830 5417380.290 265.120 511224.860 5417374.310 265.120 511227.860 5417374.300 265.120 511227.820 5417380.300 265.120</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_292332b0-f241-4fb3-8d06-925a6ce991d1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9dfd7739-2c11-44a6-973b-b82fd7e64dc4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fb9dc51f-1e0e-42a0-bdd7-fed6e639c36d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fb9dc51f-1e0e-42a0-bdd7-fed6e639c36d_0_">
                      <gml:posList srsDimension="3">511224.860 5417374.310 262.683 511227.860 5417374.300 262.683 511227.860 5417374.300 265.120 511224.860 5417374.310 265.120 511224.860 5417374.310 262.683</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_138a9bc4-0801-4c96-b5fb-8f126e7f7775">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_05a1d08f-2c2c-4842-bbe3-ccfeb7afa672">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_edb46ed2-4227-402a-8267-bf714e78ad30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_edb46ed2-4227-402a-8267-bf714e78ad30_0_">
                      <gml:posList srsDimension="3">511227.860 5417374.300 265.120 511227.860 5417374.300 262.683 511227.820 5417380.300 262.683 511227.820 5417380.300 265.120 511227.860 5417374.300 265.120</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1984</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006u">
      <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>DEBWL0010001006u</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>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.191</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2e4c7696-c04d-4f9a-b9ce-be66bf4eb206">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_86ea0952-6f7b-443f-abf6-ba27afac4591">
              <gml:surfaceMember xlink:href="#Srf_ea4f409b-f1bd-4b9b-8bd4-aa1821ea9263"/>
              <gml:surfaceMember xlink:href="#Srf_a853341e-a53f-4256-b0d3-1378b91e5ff6"/>
              <gml:surfaceMember xlink:href="#Srf_0d0e6c2b-e8ce-4bcf-89ca-c53063f348f9"/>
              <gml:surfaceMember xlink:href="#Srf_eee0cb55-c406-4f80-9110-30cede917d55"/>
              <gml:surfaceMember xlink:href="#Srf_dbcf3e6e-39bb-4cc3-9d9b-70ed4245a413"/>
              <gml:surfaceMember xlink:href="#Srf_c2b16b4c-c711-4f26-bad0-e2a7cd649052"/>
              <gml:surfaceMember xlink:href="#Srf_12bf0fcd-0294-4981-be5f-b92a80ac73de"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9a08e8db-c93f-4047-bad0-7f5242b6d57e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d744be41-a9b5-4f83-80ec-45c01037ed83">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_eee0cb55-c406-4f80-9110-30cede917d55">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eee0cb55-c406-4f80-9110-30cede917d55_0_">
                      <gml:posList srsDimension="3">511263.210 5417371.730 269.628 511263.240 5417362.710 269.612 511263.240 5417362.710 262.758 511263.210 5417371.730 262.758 511263.210 5417371.730 269.628</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_43aece7c-bcd0-46cc-af47-c65846e4fac2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9f2455b-af2b-4c6f-ae09-334cd346f4ac">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c2b16b4c-c711-4f26-bad0-e2a7cd649052">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c2b16b4c-c711-4f26-bad0-e2a7cd649052_0_">
                      <gml:posList srsDimension="3">511260.140 5417371.740 271.378 511263.210 5417371.730 269.628 511263.210 5417371.730 262.758 511260.140 5417371.740 262.758 511260.140 5417371.740 271.378</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_19fffa98-d98b-4f46-8d12-3c6be7d5f4d4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e938cae2-c466-42b3-a63e-4878bcd3e23a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea4f409b-f1bd-4b9b-8bd4-aa1821ea9263">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea4f409b-f1bd-4b9b-8bd4-aa1821ea9263_0_">
                      <gml:posList srsDimension="3">511255.630 5417371.760 273.949 511260.140 5417371.740 271.378 511260.140 5417371.740 262.758 511255.630 5417371.760 262.758 511255.630 5417371.760 273.949</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_b592c8e9-2d92-4366-980e-14985d179828">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6754b6c5-66a1-40ac-b158-e47a04e44faf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0d0e6c2b-e8ce-4bcf-89ca-c53063f348f9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0d0e6c2b-e8ce-4bcf-89ca-c53063f348f9_0_">
                      <gml:posList srsDimension="3">511255.680 5417362.660 273.923 511255.630 5417371.760 273.949 511255.630 5417371.760 262.758 511255.680 5417362.660 262.758 511255.680 5417362.660 273.923</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_3cc27a2b-4268-44da-acbd-7d72aad9523a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_36345bb4-5d75-4cee-b82c-5dfdb22705f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_12bf0fcd-0294-4981-be5f-b92a80ac73de">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_12bf0fcd-0294-4981-be5f-b92a80ac73de_0_">
                      <gml:posList srsDimension="3">511255.630 5417371.760 262.758 511260.140 5417371.740 262.758 511263.210 5417371.730 262.758 511263.240 5417362.710 262.758 511255.680 5417362.660 262.758 511255.630 5417371.760 262.758</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_d5137eac-baf8-4ae5-801c-bb67d7e806bf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_836aab9b-29cd-4a47-9a2b-86c117f6d342">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dbcf3e6e-39bb-4cc3-9d9b-70ed4245a413">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dbcf3e6e-39bb-4cc3-9d9b-70ed4245a413_0_">
                      <gml:posList srsDimension="3">511260.140 5417371.740 271.378 511255.630 5417371.760 273.949 511255.680 5417362.660 273.923 511263.240 5417362.710 269.612 511263.210 5417371.730 269.628 511260.140 5417371.740 271.378</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_048409d6-452b-43a4-b5c8-a5a67359a978">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_239deaa7-d1d9-4afa-8e90-ea9ac7fcf46b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a853341e-a53f-4256-b0d3-1378b91e5ff6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a853341e-a53f-4256-b0d3-1378b91e5ff6_0_">
                      <gml:posList srsDimension="3">511263.240 5417362.710 269.612 511255.680 5417362.660 273.923 511255.680 5417362.660 262.758 511263.240 5417362.710 262.758 511263.240 5417362.710 269.612</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1907</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006h">
      <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>DEBWL0010001006h</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.413</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_b4488544-caa6-42a1-896d-81295fbc3229">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_552d2516-a26c-44d8-828e-232ea8736914">
              <gml:surfaceMember xlink:href="#Srf_acd4a5eb-06d0-48f9-a1fe-fc2934dbf3ff"/>
              <gml:surfaceMember xlink:href="#Srf_bf0001aa-c607-4db9-9f05-f3932004556c"/>
              <gml:surfaceMember xlink:href="#Srf_771b8921-f3e7-4096-9d3b-46ada55ed1e8"/>
              <gml:surfaceMember xlink:href="#Srf_f9bbd3cb-780a-4106-848d-3d8af8f879f4"/>
              <gml:surfaceMember xlink:href="#Srf_ea82ee35-0e3f-4d6b-a8e8-638285de0428"/>
              <gml:surfaceMember xlink:href="#Srf_ae8619cb-d896-4aed-9157-7e50aa037dba"/>
              <gml:surfaceMember xlink:href="#Srf_7ba3d3de-bd6e-425e-afae-be8b110904ba"/>
              <gml:surfaceMember xlink:href="#Srf_00e3d1ed-55f5-4793-bea4-52a8fb0ecd01"/>
              <gml:surfaceMember xlink:href="#Srf_d20e519a-64a7-452c-8887-16255b22b83d"/>
              <gml:surfaceMember xlink:href="#Srf_3a3e347e-2fda-4cec-9ff4-7eecebd3ba06"/>
              <gml:surfaceMember xlink:href="#Srf_892f28eb-a92f-4f96-82b2-32b0f7bd3000"/>
              <gml:surfaceMember xlink:href="#Srf_ab81f9db-9672-4cc0-8394-cae52435709b"/>
              <gml:surfaceMember xlink:href="#Srf_af338682-6abc-4b51-ab35-2baeb28a232d"/>
              <gml:surfaceMember xlink:href="#Srf_52ead638-b63b-4af6-866c-f052ddb25ced"/>
              <gml:surfaceMember xlink:href="#Srf_4743fb0a-c7a2-47ef-ae70-8c5d38717bd7"/>
              <gml:surfaceMember xlink:href="#Srf_8dbbcc2b-3e85-43b2-ba1d-064c9d13b061"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_dc73cf86-ea0c-45d7-abc1-2c20c0fae80e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7fa5f4f-fed7-4431-9375-4b3c1718d615">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea82ee35-0e3f-4d6b-a8e8-638285de0428">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea82ee35-0e3f-4d6b-a8e8-638285de0428_0_">
                      <gml:posList srsDimension="3">511206.680 5417353.440 264.094 511207.690 5417352.440 264.094 511207.690 5417352.440 269.831 511206.680 5417353.440 269.133 511206.680 5417353.440 264.094</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_a8386ac0-c9b0-4244-8d7d-1a47f47168e3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_04230fb9-96a3-4ce5-a170-f0d740911417">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4743fb0a-c7a2-47ef-ae70-8c5d38717bd7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4743fb0a-c7a2-47ef-ae70-8c5d38717bd7_0_">
                      <gml:posList srsDimension="3">511217.700 5417352.480 270.205 511212.981 5417352.459 273.506 511212.981 5417352.459 264.094 511217.700 5417352.480 264.094 511217.700 5417352.480 270.205</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_32ce68c1-898c-48fe-9377-114695ea16e4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_032a7bf9-a978-4565-85eb-bdef895f21b9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bf0001aa-c607-4db9-9f05-f3932004556c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bf0001aa-c607-4db9-9f05-f3932004556c_0_">
                      <gml:posList srsDimension="3">511206.680 5417353.440 264.094 511206.680 5417354.710 264.094 511207.680 5417355.720 264.094 511208.160 5417355.720 264.094 511208.140 5417358.970 264.094 511210.580 5417358.980 264.094 511212.916 5417358.988 264.094 511213.580 5417358.990 264.094 511217.660 5417359.000 264.094 511217.700 5417352.480 264.094 511212.981 5417352.459 264.094 511208.670 5417352.440 264.094 511207.690 5417352.440 264.094 511206.680 5417353.440 264.094</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_196ab23f-d158-46ab-ad8e-d5c314668763">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_65351a28-9d0e-4872-b560-2ed284bd78ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8dbbcc2b-3e85-43b2-ba1d-064c9d13b061">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8dbbcc2b-3e85-43b2-ba1d-064c9d13b061_0_">
                      <gml:posList srsDimension="3">511217.700 5417352.480 264.094 511217.660 5417359.000 264.094 511217.660 5417359.000 270.169 511217.700 5417352.480 270.205 511217.700 5417352.480 264.094</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_9a2dd762-d4da-4d61-bbe8-9b4450583087">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c5e2d80d-8e27-4467-8fb4-9837662bb3cd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_00e3d1ed-55f5-4793-bea4-52a8fb0ecd01">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_00e3d1ed-55f5-4793-bea4-52a8fb0ecd01_0_">
                      <gml:posList srsDimension="3">511213.580 5417358.990 273.023 511217.660 5417359.000 270.169 511217.660 5417359.000 264.094 511213.580 5417358.990 264.094 511213.580 5417358.990 273.023</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_734fcb01-cec3-4506-8ba5-acfd15abdbbe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_73ebeb78-49e5-491a-8118-7c264e247ade">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ab81f9db-9672-4cc0-8394-cae52435709b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ab81f9db-9672-4cc0-8394-cae52435709b_0_">
                      <gml:posList srsDimension="3">511212.916 5417358.988 273.487 511213.580 5417358.990 273.023 511213.580 5417358.990 264.094 511212.916 5417358.988 264.094 511212.916 5417358.988 273.487</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_ae8053e4-8dc4-41e0-80b8-fd72cdb0a271">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee21831c-66b4-49ed-9cc4-3dbd4d4488c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_acd4a5eb-06d0-48f9-a1fe-fc2934dbf3ff">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_acd4a5eb-06d0-48f9-a1fe-fc2934dbf3ff_0_">
                      <gml:posList srsDimension="3">511212.916 5417358.988 264.094 511210.580 5417358.980 264.094 511210.580 5417358.980 271.865 511212.916 5417358.988 273.487 511212.916 5417358.988 264.094</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_902967ea-c9fc-45eb-b38b-9d9fde3273e5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_89122323-8739-4b37-b4f9-6fa5261cc9fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ba3d3de-bd6e-425e-afae-be8b110904ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ba3d3de-bd6e-425e-afae-be8b110904ba_0_">
                      <gml:posList srsDimension="3">511210.580 5417358.980 264.094 511208.140 5417358.970 264.094 511208.140 5417358.970 270.170 511210.580 5417358.980 271.865 511210.580 5417358.980 264.094</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_9a02f4da-6c83-4b65-b9e8-b45ba927afbf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4ddcc0f8-25ec-4ab9-9cd3-dcec2a77a4c9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_771b8921-f3e7-4096-9d3b-46ada55ed1e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_771b8921-f3e7-4096-9d3b-46ada55ed1e8_0_">
                      <gml:posList srsDimension="3">511208.160 5417355.720 264.094 511208.160 5417355.720 270.170 511208.140 5417358.970 270.170 511208.140 5417358.970 264.094 511208.160 5417355.720 264.094</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_d219efa1-76c8-4753-8c58-7a8a86510d1f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7f847958-ecbd-43e5-8aa1-606a44223ef7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_52ead638-b63b-4af6-866c-f052ddb25ced">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_52ead638-b63b-4af6-866c-f052ddb25ced_0_">
                      <gml:posList srsDimension="3">511206.680 5417354.710 269.138 511206.680 5417353.440 269.133 511207.690 5417352.440 269.831 511208.670 5417352.440 270.511 511212.981 5417352.459 273.506 511212.916 5417358.988 273.487 511210.580 5417358.980 271.865 511208.140 5417358.970 270.170 511208.160 5417355.720 270.170 511207.680 5417355.720 269.837 511206.680 5417354.710 269.138</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_13688280-627e-4cef-a0b3-11cb14d88abf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_32038a59-b1d2-48c5-8d31-383d1e0c938f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f9bbd3cb-780a-4106-848d-3d8af8f879f4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f9bbd3cb-780a-4106-848d-3d8af8f879f4_0_">
                      <gml:posList srsDimension="3">511208.160 5417355.720 264.094 511207.680 5417355.720 264.094 511207.680 5417355.720 269.837 511208.160 5417355.720 270.170 511208.160 5417355.720 264.094</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_9c2c74d2-adf9-4cf7-9a0b-64f989ded180">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a331401-7b51-421c-94ae-82cd71daf2c1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3a3e347e-2fda-4cec-9ff4-7eecebd3ba06">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3a3e347e-2fda-4cec-9ff4-7eecebd3ba06_0_">
                      <gml:posList srsDimension="3">511212.981 5417352.459 273.506 511217.700 5417352.480 270.205 511217.660 5417359.000 270.169 511213.580 5417358.990 273.023 511212.916 5417358.988 273.487 511212.981 5417352.459 273.506</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_da18e66f-57be-4b4c-8e9a-597f42da48b1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_549b78f6-c4b8-4164-aa31-3a87cfba2be7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_892f28eb-a92f-4f96-82b2-32b0f7bd3000">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_892f28eb-a92f-4f96-82b2-32b0f7bd3000_0_">
                      <gml:posList srsDimension="3">511207.680 5417355.720 264.094 511206.680 5417354.710 264.094 511206.680 5417354.710 269.138 511207.680 5417355.720 269.837 511207.680 5417355.720 264.094</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_7d9c763d-7962-4e00-86b7-304329a4b94a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0e044366-b321-4355-9fb6-da6e03ef08d4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ae8619cb-d896-4aed-9157-7e50aa037dba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ae8619cb-d896-4aed-9157-7e50aa037dba_0_">
                      <gml:posList srsDimension="3">511207.690 5417352.440 264.094 511208.670 5417352.440 264.094 511208.670 5417352.440 270.511 511207.690 5417352.440 269.831 511207.690 5417352.440 264.094</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_e8dba9a3-8c2a-4c57-b723-101793612b0e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_61b21984-33f9-4945-a1a3-c6a5feff8fe8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d20e519a-64a7-452c-8887-16255b22b83d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d20e519a-64a7-452c-8887-16255b22b83d_0_">
                      <gml:posList srsDimension="3">511206.680 5417353.440 264.094 511206.680 5417353.440 269.133 511206.680 5417354.710 269.138 511206.680 5417354.710 264.094 511206.680 5417353.440 264.094</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_ede0b1d3-1e5d-422f-ae80-0ae9e87277ac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9472bc3-f831-4320-9e61-ff9c32f0be42">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_af338682-6abc-4b51-ab35-2baeb28a232d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_af338682-6abc-4b51-ab35-2baeb28a232d_0_">
                      <gml:posList srsDimension="3">511208.670 5417352.440 264.094 511212.981 5417352.459 264.094 511212.981 5417352.459 273.506 511208.670 5417352.440 270.511 511208.670 5417352.440 264.094</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1927</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006p">
      <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>DEBWL0010001006p</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.476</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_b5e4f937-7dca-47c9-a9cd-34599ec811b6">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_e5febfdb-01d7-4ed4-a551-520f1fae3678">
              <gml:surfaceMember xlink:href="#Srf_623e0bc1-197d-4a65-bffa-a7bae05bdcff"/>
              <gml:surfaceMember xlink:href="#Srf_db3cab89-0775-4670-a6ec-4a7b2efa1a04"/>
              <gml:surfaceMember xlink:href="#Srf_e928a69f-e2a9-4551-8b9c-a00f8a309644"/>
              <gml:surfaceMember xlink:href="#Srf_34bfbce8-85f4-45d9-a5f2-b4bda14c7494"/>
              <gml:surfaceMember xlink:href="#Srf_206aa746-7c28-4ea9-9d45-667f38947bb5"/>
              <gml:surfaceMember xlink:href="#Srf_6f86e7bb-66f9-4488-bc68-7e6fdd98d01a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_2c3ad78d-eb82-4c86-94a6-b8b70a33a7de">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_12ea663a-4bf3-4c4f-9cc8-65a611f2c1cd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_db3cab89-0775-4670-a6ec-4a7b2efa1a04">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_db3cab89-0775-4670-a6ec-4a7b2efa1a04_0_">
                      <gml:posList srsDimension="3">511221.860 5417374.290 265.150 511224.860 5417374.310 265.150 511224.830 5417380.290 265.150 511221.820 5417380.270 265.150 511221.860 5417374.290 265.150</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_3536c48e-1256-4e96-92a9-94c560a7ff95">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_80063f9c-5673-43ac-bcf3-f81902a97ba0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f86e7bb-66f9-4488-bc68-7e6fdd98d01a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f86e7bb-66f9-4488-bc68-7e6fdd98d01a_0_">
                      <gml:posList srsDimension="3">511221.860 5417374.290 262.674 511224.860 5417374.310 262.674 511224.860 5417374.310 265.150 511221.860 5417374.290 265.150 511221.860 5417374.290 262.674</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
For faster browsing, not all history is shown. View entire blame