Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
125001
125002
125003
125004
125005
125006
125007
125008
125009
125010
125011
125012
125013
125014
125015
125016
125017
125018
125019
125020
125021
125022
125023
125024
125025
125026
125027
125028
125029
125030
125031
125032
125033
125034
125035
125036
125037
125038
125039
125040
125041
125042
125043
125044
125045
125046
125047
125048
125049
125050
125051
125052
125053
125054
125055
125056
125057
125058
125059
125060
125061
125062
125063
125064
125065
125066
125067
125068
125069
125070
125071
125072
125073
125074
125075
125076
125077
125078
125079
125080
125081
125082
125083
125084
125085
125086
125087
125088
125089
125090
125091
125092
125093
125094
125095
125096
125097
125098
125099
125100
125101
125102
125103
125104
125105
125106
125107
125108
125109
125110
125111
125112
125113
125114
125115
125116
125117
125118
125119
125120
125121
125122
125123
125124
125125
125126
125127
125128
125129
125130
125131
125132
125133
125134
125135
125136
125137
125138
125139
125140
125141
125142
125143
125144
125145
125146
125147
125148
125149
125150
125151
125152
125153
125154
125155
125156
125157
125158
125159
125160
125161
125162
125163
125164
125165
125166
125167
125168
125169
125170
125171
125172
125173
125174
125175
125176
125177
125178
125179
125180
125181
125182
125183
125184
125185
125186
125187
125188
125189
125190
125191
125192
125193
125194
125195
125196
125197
125198
125199
125200
125201
125202
125203
125204
125205
125206
125207
125208
125209
125210
125211
125212
125213
125214
125215
125216
125217
125218
125219
125220
125221
125222
125223
125224
125225
125226
125227
125228
125229
125230
125231
125232
125233
125234
125235
125236
125237
125238
125239
125240
125241
125242
125243
125244
125245
125246
125247
125248
125249
125250
125251
125252
125253
125254
125255
125256
125257
125258
125259
125260
125261
125262
125263
125264
125265
125266
125267
125268
125269
125270
125271
125272
125273
125274
125275
125276
125277
125278
125279
125280
125281
125282
125283
125284
125285
125286
125287
125288
125289
125290
125291
125292
125293
125294
125295
125296
125297
125298
125299
125300
125301
125302
125303
125304
125305
125306
125307
125308
125309
125310
125311
125312
125313
125314
125315
125316
125317
125318
125319
125320
125321
125322
125323
125324
125325
125326
125327
125328
125329
125330
125331
125332
125333
125334
125335
125336
125337
125338
125339
125340
125341
125342
125343
125344
125345
125346
125347
125348
125349
125350
125351
125352
125353
125354
125355
125356
125357
125358
125359
125360
125361
125362
125363
125364
125365
125366
125367
125368
125369
125370
125371
125372
125373
125374
125375
125376
125377
125378
125379
125380
125381
125382
125383
125384
125385
125386
125387
125388
125389
125390
125391
125392
125393
125394
125395
125396
125397
125398
125399
125400
125401
125402
125403
125404
125405
125406
125407
125408
125409
125410
125411
125412
125413
125414
125415
125416
125417
125418
125419
125420
125421
125422
125423
125424
125425
125426
125427
125428
125429
125430
125431
125432
125433
125434
125435
125436
125437
125438
125439
125440
125441
125442
125443
125444
125445
125446
125447
125448
125449
125450
125451
125452
125453
125454
125455
125456
125457
125458
125459
125460
125461
125462
125463
125464
125465
125466
125467
125468
125469
125470
125471
125472
125473
125474
125475
125476
125477
125478
125479
125480
125481
125482
125483
125484
125485
125486
125487
125488
125489
125490
125491
125492
125493
125494
125495
125496
125497
125498
125499
125500
125501
125502
125503
125504
125505
125506
125507
125508
125509
125510
125511
125512
125513
125514
125515
125516
125517
125518
125519
125520
125521
125522
125523
125524
125525
125526
125527
125528
125529
125530
125531
125532
125533
125534
125535
125536
125537
125538
125539
125540
125541
125542
125543
125544
125545
125546
125547
125548
125549
125550
125551
125552
125553
125554
125555
125556
125557
125558
125559
125560
125561
125562
125563
125564
125565
125566
125567
125568
125569
125570
125571
125572
125573
125574
125575
125576
125577
125578
125579
125580
125581
125582
125583
125584
125585
125586
125587
125588
125589
125590
125591
125592
125593
125594
125595
125596
125597
125598
125599
125600
125601
125602
125603
125604
125605
125606
125607
125608
125609
125610
125611
125612
125613
125614
125615
125616
125617
125618
125619
125620
125621
125622
125623
125624
125625
125626
125627
125628
125629
125630
125631
125632
125633
125634
125635
125636
125637
125638
125639
125640
125641
125642
125643
125644
125645
125646
125647
125648
125649
125650
125651
125652
125653
125654
125655
125656
125657
125658
125659
125660
125661
125662
125663
125664
125665
125666
125667
125668
125669
125670
125671
125672
125673
125674
125675
125676
125677
125678
125679
125680
125681
125682
125683
125684
125685
125686
125687
125688
125689
125690
125691
125692
125693
125694
125695
125696
125697
125698
125699
125700
125701
125702
125703
125704
125705
125706
125707
125708
125709
125710
125711
125712
125713
125714
125715
125716
125717
125718
125719
125720
125721
125722
125723
125724
125725
125726
125727
125728
125729
125730
125731
125732
125733
125734
125735
125736
125737
125738
125739
125740
125741
125742
125743
125744
125745
125746
125747
125748
125749
125750
125751
125752
125753
125754
125755
125756
125757
125758
125759
125760
125761
125762
125763
125764
125765
125766
125767
125768
125769
125770
125771
125772
125773
125774
125775
125776
125777
125778
125779
125780
125781
125782
125783
125784
125785
125786
125787
125788
125789
125790
125791
125792
125793
125794
125795
125796
125797
125798
125799
125800
125801
125802
125803
125804
125805
125806
125807
125808
125809
125810
125811
125812
125813
125814
125815
125816
125817
125818
125819
125820
125821
125822
125823
125824
125825
125826
125827
125828
125829
125830
125831
125832
125833
125834
125835
125836
125837
125838
125839
125840
125841
125842
125843
125844
125845
125846
125847
125848
125849
125850
125851
125852
125853
125854
125855
125856
125857
125858
125859
125860
125861
125862
125863
125864
125865
125866
125867
125868
125869
125870
125871
125872
125873
125874
125875
125876
125877
125878
125879
125880
125881
125882
125883
125884
125885
125886
125887
125888
125889
125890
125891
125892
125893
125894
125895
125896
125897
125898
125899
125900
125901
125902
125903
125904
125905
125906
125907
125908
125909
125910
125911
125912
125913
125914
125915
125916
125917
125918
125919
125920
125921
125922
125923
125924
125925
125926
125927
125928
125929
125930
125931
125932
125933
125934
125935
125936
125937
125938
125939
125940
125941
125942
125943
125944
125945
125946
125947
125948
125949
125950
125951
125952
125953
125954
125955
125956
125957
125958
125959
125960
125961
125962
125963
125964
125965
125966
125967
125968
125969
125970
125971
125972
125973
125974
125975
125976
125977
125978
125979
125980
125981
125982
125983
125984
125985
125986
125987
125988
125989
125990
125991
125992
125993
125994
125995
125996
125997
125998
125999
126000
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_0327c8f3-6346-403a-a126-84ae03357dd5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_81364569-ca17-4bd5-b132-673cd5eeaabc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9374cf1d-e207-453c-b17a-297a74286ba7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9374cf1d-e207-453c-b17a-297a74286ba7_0_">
                      <gml:posList srsDimension="3">510927.300 5417352.220 276.869 510927.271 5417351.219 277.630 510927.271 5417351.219 267.755 510927.300 5417352.220 267.755 510927.300 5417352.220 276.869</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_3cb27eeb-68ab-43dd-8008-ad22dcdc88ee">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_76415388-d020-4e6c-a5ac-e5c760dcbcec">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1e46112d-5677-4952-90c2-26067a218add">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1e46112d-5677-4952-90c2-26067a218add_0_">
                      <gml:posList srsDimension="3">510927.380 5417354.950 274.792 510927.300 5417352.220 276.869 510927.300 5417352.220 267.755 510927.380 5417354.950 267.755 510927.380 5417354.950 274.792</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1944</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLL">
      <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>DEBWL0010000ZZLL</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">4.673</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_bcbad13e-96a6-47db-b05d-eea2737f988b">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b7310711-b85c-4ae4-a51d-9e6498b83527">
              <gml:surfaceMember xlink:href="#Srf_914824b3-48c2-4a01-ab41-5ebe4d0873a9"/>
              <gml:surfaceMember xlink:href="#Srf_b4ac0950-62e3-4d2d-9a01-d97a38f36bef"/>
              <gml:surfaceMember xlink:href="#Srf_eee2a980-ced1-4a5c-8019-921839eef10f"/>
              <gml:surfaceMember xlink:href="#Srf_158ab469-62ef-447e-80c1-39e99601fe78"/>
              <gml:surfaceMember xlink:href="#Srf_34d20a91-ee7a-44e8-9ff7-5f646eb27c7d"/>
              <gml:surfaceMember xlink:href="#Srf_38880cde-c8b7-4cf1-907f-96ccbf81fd35"/>
              <gml:surfaceMember xlink:href="#Srf_0a8683e8-e8c7-4296-a8b5-1cd7fd248485"/>
              <gml:surfaceMember xlink:href="#Srf_3e79d8a0-6b8d-4f4a-acfa-74c611ecd603"/>
              <gml:surfaceMember xlink:href="#Srf_30b14e89-a98d-4724-af04-341f454eb3b4"/>
              <gml:surfaceMember xlink:href="#Srf_99b325ee-ff82-4eac-82f3-12c7db36bb59"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_bfcd4c86-c6de-4e78-9d95-b18710e501c9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6e421c73-b73b-4c3e-8a62-d3606d2a3018">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_34d20a91-ee7a-44e8-9ff7-5f646eb27c7d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_34d20a91-ee7a-44e8-9ff7-5f646eb27c7d_0_">
                      <gml:posList srsDimension="3">510946.410 5417379.990 264.325 510946.517 5417382.667 264.325 510946.517 5417382.667 268.984 510946.410 5417379.990 268.040 510946.410 5417379.990 264.325</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_347ba960-9736-4f3c-9aa0-03e0a1138b2a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_25d7a69f-660e-4467-a978-d33089a61167">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_99b325ee-ff82-4eac-82f3-12c7db36bb59">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_99b325ee-ff82-4eac-82f3-12c7db36bb59_0_">
                      <gml:posList srsDimension="3">510946.650 5417385.990 267.700 510946.517 5417382.667 268.984 510946.517 5417382.667 264.325 510946.650 5417385.990 264.325 510946.650 5417385.990 267.700</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_7e664eb8-38e8-4302-978d-88b9d55e8748">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1853dc5e-4ee2-4a63-b692-a7f801949eb7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3e79d8a0-6b8d-4f4a-acfa-74c611ecd603">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3e79d8a0-6b8d-4f4a-acfa-74c611ecd603_0_">
                      <gml:posList srsDimension="3">510940.660 5417386.270 267.715 510946.650 5417385.990 267.700 510946.650 5417385.990 264.325 510940.660 5417386.270 264.325 510940.660 5417386.270 267.715</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_179544d8-9b9a-4f14-9841-b3f565b87914">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d7685786-4bfc-4644-9b72-938ca2854dd1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_38880cde-c8b7-4cf1-907f-96ccbf81fd35">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_38880cde-c8b7-4cf1-907f-96ccbf81fd35_0_">
                      <gml:posList srsDimension="3">510940.553 5417382.948 268.998 510940.660 5417386.270 267.715 510940.660 5417386.270 264.325 510940.553 5417382.948 264.325 510940.553 5417382.948 268.998</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_bd50efdf-8357-4208-b0de-5b2ec7a1a642">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ea82ccd8-ef61-41f6-96e7-67d86c6b85fe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b4ac0950-62e3-4d2d-9a01-d97a38f36bef">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b4ac0950-62e3-4d2d-9a01-d97a38f36bef_0_">
                      <gml:posList srsDimension="3">510940.553 5417382.948 264.325 510940.510 5417381.600 264.325 510940.510 5417381.600 268.523 510940.553 5417382.948 268.998 510940.553 5417382.948 264.325</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_55909e15-15fb-403a-962d-2b4ac7b675e5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d711ba0d-a042-4e7a-84f2-6fb60c8044a2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_eee2a980-ced1-4a5c-8019-921839eef10f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eee2a980-ced1-4a5c-8019-921839eef10f_0_">
                      <gml:posList srsDimension="3">510940.510 5417381.600 264.325 510940.470 5417380.220 264.325 510940.470 5417380.220 268.037 510940.510 5417381.600 268.523 510940.510 5417381.600 264.325</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_8a4b468e-460a-4e6e-b329-895f978e06d7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ffd3e605-46ea-408d-a7fb-b35d735b8468">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_30b14e89-a98d-4724-af04-341f454eb3b4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_30b14e89-a98d-4724-af04-341f454eb3b4_0_">
                      <gml:posList srsDimension="3">510940.470 5417380.220 264.325 510946.410 5417379.990 264.325 510946.410 5417379.990 268.040 510940.470 5417380.220 268.037 510940.470 5417380.220 264.325</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_0a2c0df3-c671-4d45-a6e5-25f6de91c01e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ca9d08f2-1e55-4f15-9b6f-9256aaaf4234">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0a8683e8-e8c7-4296-a8b5-1cd7fd248485">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0a8683e8-e8c7-4296-a8b5-1cd7fd248485_0_">
                      <gml:posList srsDimension="3">510946.517 5417382.667 268.984 510940.553 5417382.948 268.998 510940.510 5417381.600 268.523 510940.470 5417380.220 268.037 510946.410 5417379.990 268.040 510946.517 5417382.667 268.984</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_a14b0b20-eedd-4833-b455-c13a3af2a8a5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf2f5f97-6b4f-4c11-b545-7553a25531af">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_914824b3-48c2-4a01-ab41-5ebe4d0873a9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_914824b3-48c2-4a01-ab41-5ebe4d0873a9_0_">
                      <gml:posList srsDimension="3">510940.510 5417381.600 264.325 510940.553 5417382.948 264.325 510940.660 5417386.270 264.325 510946.650 5417385.990 264.325 510946.517 5417382.667 264.325 510946.410 5417379.990 264.325 510940.470 5417380.220 264.325 510940.510 5417381.600 264.325</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_78eab2b7-cee7-4032-9858-bb39801a4bde">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_05bc9125-7f31-48c3-aee6-af3f8379bc02">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_158ab469-62ef-447e-80c1-39e99601fe78">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_158ab469-62ef-447e-80c1-39e99601fe78_0_">
                      <gml:posList srsDimension="3">510940.553 5417382.948 268.998 510946.517 5417382.667 268.984 510946.650 5417385.990 267.700 510940.660 5417386.270 267.715 510940.553 5417382.948 268.998</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1927</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLW">
      <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>DEBWL0010000ZZLW</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.966</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0a28a8bc-7047-4251-a375-3af3d60f286f">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_ee6baccb-9c18-423a-a55f-aa9ad6860d35">
              <gml:surfaceMember xlink:href="#Srf_1923bc57-ae08-4262-b508-ef23cda3fa9d"/>
              <gml:surfaceMember xlink:href="#Srf_11962827-a4dd-404f-98b3-b26152d432f6"/>
              <gml:surfaceMember xlink:href="#Srf_33ac4ceb-deb4-4f46-af6c-8de82a61376f"/>
              <gml:surfaceMember xlink:href="#Srf_7ea15c55-e50b-4eff-9081-e46611af8991"/>
              <gml:surfaceMember xlink:href="#Srf_551f9e11-c214-4ef8-957e-d7ceac0b145d"/>
              <gml:surfaceMember xlink:href="#Srf_ef2b5a46-9422-4e05-b807-f257e8e67e6a"/>
              <gml:surfaceMember xlink:href="#Srf_25b23fd3-6a2f-4480-8f10-2e032b4c69f0"/>
              <gml:surfaceMember xlink:href="#Srf_12c96915-7eae-4195-8eed-34623601283c"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_9cb9cc63-a25e-4f3f-bb8b-70333f25ebbd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ed4f13a0-7b54-4754-af5f-d618a351b89f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_33ac4ceb-deb4-4f46-af6c-8de82a61376f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_33ac4ceb-deb4-4f46-af6c-8de82a61376f_0_">
                      <gml:posList srsDimension="3">510874.350 5417370.380 265.084 510874.520 5417380.630 265.084 510877.280 5417380.530 265.084 510877.150 5417377.540 265.084 510878.190 5417377.500 265.084 510878.130 5417370.330 265.084 510874.350 5417370.380 265.084</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_f780ceb4-ca32-4a96-ad61-2a30f25079bb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c176def7-c0f1-4453-8f6f-f6ec7e314ebc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ef2b5a46-9422-4e05-b807-f257e8e67e6a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ef2b5a46-9422-4e05-b807-f257e8e67e6a_0_">
                      <gml:posList srsDimension="3">510874.520 5417380.630 268.050 510874.350 5417370.380 268.050 510878.130 5417370.330 268.050 510878.190 5417377.500 268.050 510877.150 5417377.540 268.050 510877.280 5417380.530 268.050 510874.520 5417380.630 268.050</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_d3fef2ad-4b65-4950-9207-6c956dcd842a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c80e3b0f-d130-4222-9874-5d14d63d8b32">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_12c96915-7eae-4195-8eed-34623601283c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_12c96915-7eae-4195-8eed-34623601283c_0_">
                      <gml:posList srsDimension="3">510878.130 5417370.330 265.084 510878.190 5417377.500 265.084 510878.190 5417377.500 268.050 510878.130 5417370.330 268.050 510878.130 5417370.330 265.084</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_5f6485cf-a013-4d99-ba37-0bc217623163">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_501f03ff-f6da-4d14-bccd-b21655e6ad13">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1923bc57-ae08-4262-b508-ef23cda3fa9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1923bc57-ae08-4262-b508-ef23cda3fa9d_0_">
                      <gml:posList srsDimension="3">510878.190 5417377.500 265.084 510877.150 5417377.540 265.084 510877.150 5417377.540 268.050 510878.190 5417377.500 268.050 510878.190 5417377.500 265.084</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_2950027c-589c-4d3f-b5e8-9ac0e5b71f37">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a7c4c814-27db-4592-9d3f-1a5dbb11a2b0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25b23fd3-6a2f-4480-8f10-2e032b4c69f0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25b23fd3-6a2f-4480-8f10-2e032b4c69f0_0_">
                      <gml:posList srsDimension="3">510877.150 5417377.540 265.084 510877.280 5417380.530 265.084 510877.280 5417380.530 268.050 510877.150 5417377.540 268.050 510877.150 5417377.540 265.084</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_10481bc9-be98-4b92-9da8-028bc567160d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_abc66652-9121-4958-a774-250b9e5cba68">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_551f9e11-c214-4ef8-957e-d7ceac0b145d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_551f9e11-c214-4ef8-957e-d7ceac0b145d_0_">
                      <gml:posList srsDimension="3">510877.280 5417380.530 265.084 510874.520 5417380.630 265.084 510874.520 5417380.630 268.050 510877.280 5417380.530 268.050 510877.280 5417380.530 265.084</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_1663de2d-9839-4dee-9d0f-bb957d485370">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a40f42b-0996-4e8f-b382-8a33ba6d901f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_11962827-a4dd-404f-98b3-b26152d432f6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_11962827-a4dd-404f-98b3-b26152d432f6_0_">
                      <gml:posList srsDimension="3">510874.520 5417380.630 265.084 510874.350 5417370.380 265.084 510874.350 5417370.380 268.050 510874.520 5417380.630 268.050 510874.520 5417380.630 265.084</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_7526b99b-1ca0-4e10-8fdd-9eed5fbff81e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_46b84907-2f1d-4cae-9f49-042111ea3edc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ea15c55-e50b-4eff-9081-e46611af8991">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ea15c55-e50b-4eff-9081-e46611af8991_0_">
                      <gml:posList srsDimension="3">510874.350 5417370.380 265.084 510878.130 5417370.330 265.084 510878.130 5417370.330 268.050 510874.350 5417370.380 268.050 510874.350 5417370.380 265.084</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1913</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLS">
      <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>DEBWL0010000ZZLS</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.650</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_f6e17a6f-5f58-4528-8f64-f2dddff5eff9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_70b3e5b2-ce2a-4a92-bedd-36b854e03fb7">
              <gml:surfaceMember xlink:href="#Srf_c01a7344-e9c6-4f41-b72a-3d76079a7511"/>
              <gml:surfaceMember xlink:href="#Srf_4f77d4ee-3200-48bd-80ef-38a77a53a271"/>
              <gml:surfaceMember xlink:href="#Srf_82bffd4d-598c-43ad-9f10-66b3ad221b6e"/>
              <gml:surfaceMember xlink:href="#Srf_0c93a502-8ad9-4011-813f-8100ea4eea53"/>
              <gml:surfaceMember xlink:href="#Srf_0445a067-c4a8-4c79-b375-8b6266cf8822"/>
              <gml:surfaceMember xlink:href="#Srf_23e2de0a-9c5f-422b-87c8-70504d26d265"/>
              <gml:surfaceMember xlink:href="#Srf_1f6b4aaf-855e-4618-9c93-09d109f4ff8c"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_44ee66c7-5266-4b36-b40d-fc70ff73792d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_737a405a-e6c8-47a4-81d1-847b50953147">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0c93a502-8ad9-4011-813f-8100ea4eea53">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0c93a502-8ad9-4011-813f-8100ea4eea53_0_">
                      <gml:posList srsDimension="3">510878.130 5417370.330 266.300 510874.350 5417370.380 266.300 510874.350 5417370.380 268.950 510878.130 5417370.330 268.950 510878.130 5417370.330 266.300</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_8b454380-5fa7-4707-8e14-d0b31568677b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3533d95c-67be-4607-84d1-477ed21b11e9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_23e2de0a-9c5f-422b-87c8-70504d26d265">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_23e2de0a-9c5f-422b-87c8-70504d26d265_0_">
                      <gml:posList srsDimension="3">510874.300 5417370.380 266.300 510874.240 5417364.900 266.300 510874.240 5417364.900 268.950 510874.300 5417370.380 268.950 510874.300 5417370.380 266.300</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_fb3313de-f7f4-43a5-b9a0-db86b366137c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c2545985-cad4-4ae5-ba34-ff1c69767f1b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_82bffd4d-598c-43ad-9f10-66b3ad221b6e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_82bffd4d-598c-43ad-9f10-66b3ad221b6e_0_">
                      <gml:posList srsDimension="3">510874.240 5417364.900 266.300 510882.610 5417364.750 266.300 510882.610 5417364.750 268.950 510874.240 5417364.900 268.950 510874.240 5417364.900 266.300</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_bfba869d-789a-4082-b749-4296d794f6df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5567bd90-bfff-46c3-b62c-0a3ef58a11f1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4f77d4ee-3200-48bd-80ef-38a77a53a271">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4f77d4ee-3200-48bd-80ef-38a77a53a271_0_">
                      <gml:posList srsDimension="3">510874.240 5417364.900 266.300 510874.300 5417370.380 266.300 510874.350 5417370.380 266.300 510878.130 5417370.330 266.300 510882.710 5417370.230 266.300 510882.610 5417364.750 266.300 510874.240 5417364.900 266.300</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_d60f14e9-0a1a-4936-8831-f3ea12a7c537">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b0958dbc-5cb6-4e11-966d-7708b4caabbf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1f6b4aaf-855e-4618-9c93-09d109f4ff8c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1f6b4aaf-855e-4618-9c93-09d109f4ff8c_0_">
                      <gml:posList srsDimension="3">510874.350 5417370.380 268.950 510874.300 5417370.380 268.950 510874.240 5417364.900 268.950 510882.610 5417364.750 268.950 510882.710 5417370.230 268.950 510878.130 5417370.330 268.950 510874.350 5417370.380 268.950</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_f135cbe7-2658-4f33-9905-a59b2b75f990">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_db77a785-21fd-4484-bbf9-430a47df627d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0445a067-c4a8-4c79-b375-8b6266cf8822">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0445a067-c4a8-4c79-b375-8b6266cf8822_0_">
                      <gml:posList srsDimension="3">510882.610 5417364.750 266.300 510882.710 5417370.230 266.300 510882.710 5417370.230 268.950 510882.610 5417364.750 268.950 510882.610 5417364.750 266.300</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_e3aabcb6-c63f-4461-9636-a15d5035ca4b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13e5be31-76c9-4817-8ad0-492f64b3ae5e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c01a7344-e9c6-4f41-b72a-3d76079a7511">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c01a7344-e9c6-4f41-b72a-3d76079a7511_0_">
                      <gml:posList srsDimension="3">510882.710 5417370.230 266.300 510878.130 5417370.330 266.300 510878.130 5417370.330 268.950 510882.710 5417370.230 268.950 510882.710 5417370.230 266.300</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1929</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLK">
      <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>DEBWL0010000ZZLK</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.492</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_bd03227c-e64a-4c33-8429-55737c1b8a89">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_17882574-c963-4dac-a2e4-8d6de84bb31d">
              <gml:surfaceMember xlink:href="#Srf_35ab9e77-4702-429b-8a8f-c5b5de6adf0e"/>
              <gml:surfaceMember xlink:href="#Srf_05749e89-9760-4097-acb2-504dbe02cbd4"/>
              <gml:surfaceMember xlink:href="#Srf_2c4ed1c3-a576-4a36-b605-aa9b2d5392d3"/>
              <gml:surfaceMember xlink:href="#Srf_888ad355-83a5-44de-9193-5263e21735a9"/>
              <gml:surfaceMember xlink:href="#Srf_fe0ae64b-af17-4718-a31f-1945a00cd030"/>
              <gml:surfaceMember xlink:href="#Srf_e00b18c1-2d9d-434c-9975-5adf64bc19cd"/>
              <gml:surfaceMember xlink:href="#Srf_5e433612-5c7e-4803-8ca0-fbab6794cd63"/>
              <gml:surfaceMember xlink:href="#Srf_b6e2009e-7a3d-4b86-9a21-73a7abd989a7"/>
              <gml:surfaceMember xlink:href="#Srf_22d7bdfd-0f7b-45fe-aabf-b94287f78328"/>
              <gml:surfaceMember xlink:href="#Srf_b5dc5c5a-f2cc-441e-817f-0f4ebef15b9f"/>
              <gml:surfaceMember xlink:href="#Srf_154b45c3-fdfe-4280-86bf-27a9af252454"/>
              <gml:surfaceMember xlink:href="#Srf_24f6f5f7-1be4-4455-a596-c436bb8efb36"/>
              <gml:surfaceMember xlink:href="#Srf_8cd7669c-d893-48ee-ad04-3290592585c1"/>
              <gml:surfaceMember xlink:href="#Srf_61c8d9ec-8b1e-4515-b366-c94098f51a9d"/>
              <gml:surfaceMember xlink:href="#Srf_63ff7cf4-2fdf-4b2e-81e9-8bd736a4fcf5"/>
              <gml:surfaceMember xlink:href="#Srf_242dea7b-ebbd-464d-89e7-bea8654fe094"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f8cd9218-3a2a-4c2d-8dcc-48d61cd862ab">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e13bcf15-75aa-4f3c-9004-c22dffe738e8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_154b45c3-fdfe-4280-86bf-27a9af252454">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_154b45c3-fdfe-4280-86bf-27a9af252454_0_">
                      <gml:posList srsDimension="3">510932.430 5417379.400 264.745 510932.520 5417381.900 264.745 510932.520 5417381.900 275.040 510932.430 5417379.400 273.382 510932.430 5417379.400 264.745</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_b1806ee1-46da-4b2f-ac70-ebadebe1ca87">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6f35067d-6b65-422a-a4f1-64c4b9879947">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_22d7bdfd-0f7b-45fe-aabf-b94287f78328">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_22d7bdfd-0f7b-45fe-aabf-b94287f78328_0_">
                      <gml:posList srsDimension="3">510932.520 5417381.900 275.040 510932.520 5417381.900 264.745 510932.531 5417382.199 264.745 510932.531 5417382.199 275.238 510932.520 5417381.900 275.040</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_5db18939-fde4-40ff-9d27-87816ae4aec5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d37dad4d-5c49-4071-9756-5a52c455ad83">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35ab9e77-4702-429b-8a8f-c5b5de6adf0e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35ab9e77-4702-429b-8a8f-c5b5de6adf0e_0_">
                      <gml:posList srsDimension="3">510932.690 5417386.450 272.426 510932.531 5417382.199 275.238 510932.531 5417382.199 264.745 510932.690 5417386.450 264.745 510932.690 5417386.450 272.426</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_c3375de9-ac34-4e6e-a73c-9f89c4c91373">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d27e043c-2c5f-484e-a1b7-0e635ed687c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2c4ed1c3-a576-4a36-b605-aa9b2d5392d3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2c4ed1c3-a576-4a36-b605-aa9b2d5392d3_0_">
                      <gml:posList srsDimension="3">510926.650 5417386.680 272.429 510932.690 5417386.450 272.426 510932.690 5417386.450 264.745 510926.650 5417386.680 264.745 510926.650 5417386.680 272.429</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_c0815432-1f55-4b44-bbb5-a3f6f62a7d9c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af46525f-1a06-4b37-a8fb-28f361ed26d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5e433612-5c7e-4803-8ca0-fbab6794cd63">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5e433612-5c7e-4803-8ca0-fbab6794cd63_0_">
                      <gml:posList srsDimension="3">510926.710 5417388.240 271.398 510926.650 5417386.680 272.429 510926.650 5417386.680 264.745 510926.710 5417388.240 264.745 510926.710 5417388.240 271.398</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_2f9550d3-23f0-43d5-bbf2-d001f8453b2d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_731a2a67-fe14-4473-a847-b3201745b789">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_05749e89-9760-4097-acb2-504dbe02cbd4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_05749e89-9760-4097-acb2-504dbe02cbd4_0_">
                      <gml:posList srsDimension="3">510926.710 5417388.240 264.745 510924.870 5417388.330 264.745 510924.870 5417388.330 271.385 510926.710 5417388.240 271.398 510926.710 5417388.240 264.745</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_18f05657-b763-4dcf-9175-cebae922ff86">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e45385e6-e1d3-4dff-a406-e245a325dde0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b6e2009e-7a3d-4b86-9a21-73a7abd989a7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b6e2009e-7a3d-4b86-9a21-73a7abd989a7_0_">
                      <gml:posList srsDimension="3">510924.800 5417386.770 272.417 510924.870 5417388.330 271.385 510924.870 5417388.330 264.745 510924.800 5417386.770 264.745 510924.800 5417386.770 272.417</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_bf6bae12-6975-45f1-834f-8697e02894fa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ce8f2bdf-92cd-4e14-90ac-b34b2b1d595b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_63ff7cf4-2fdf-4b2e-81e9-8bd736a4fcf5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_63ff7cf4-2fdf-4b2e-81e9-8bd736a4fcf5_0_">
                      <gml:posList srsDimension="3">510924.800 5417386.770 264.745 510922.140 5417386.880 264.745 510922.140 5417386.880 272.413 510924.800 5417386.770 272.417 510924.800 5417386.770 264.745</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_2de8b867-5ac6-4152-9b8f-d4284f11cebf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2004812e-0d38-49eb-bfa4-1c4976eade49">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e00b18c1-2d9d-434c-9975-5adf64bc19cd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e00b18c1-2d9d-434c-9975-5adf64bc19cd_0_">
                      <gml:posList srsDimension="3">510921.966 5417382.618 275.232 510922.140 5417386.880 272.413 510922.140 5417386.880 264.745 510921.966 5417382.618 264.745 510921.966 5417382.618 275.232</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_4d6f7769-d1fb-4f6b-aeb9-bdcc5b716c4d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af41d511-2146-49c5-b615-3daf9994cde6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_242dea7b-ebbd-464d-89e7-bea8654fe094">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_242dea7b-ebbd-464d-89e7-bea8654fe094_0_">
                      <gml:posList srsDimension="3">510921.966 5417382.618 264.745 510921.790 5417378.330 264.745 510921.790 5417378.330 272.390 510921.966 5417382.618 275.232 510921.966 5417382.618 264.745</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_77c22f9e-493b-4dc4-9b39-1fbf332b4123">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_06e0f9e3-f501-48c0-97b8-0fa49eb49d67">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_61c8d9ec-8b1e-4515-b366-c94098f51a9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_61c8d9ec-8b1e-4515-b366-c94098f51a9d_0_">
                      <gml:posList srsDimension="3">510926.380 5417378.140 272.387 510921.790 5417378.330 272.390 510921.790 5417378.330 264.745 510926.380 5417378.140 264.745 510926.380 5417378.140 272.387</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_a236218b-cba5-4e70-bc5e-a682b42682bd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_62b26891-c79f-46a7-9dd3-ecfa1d413e60">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_888ad355-83a5-44de-9193-5263e21735a9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_888ad355-83a5-44de-9193-5263e21735a9_0_">
                      <gml:posList srsDimension="3">510921.790 5417378.330 264.745 510921.966 5417382.618 264.745 510922.140 5417386.880 264.745 510924.800 5417386.770 264.745 510924.870 5417388.330 264.745 510926.710 5417388.240 264.745 510926.650 5417386.680 264.745 510932.690 5417386.450 264.745 510932.531 5417382.199 264.745 510932.520 5417381.900 264.745 510932.430 5417379.400 264.745 510926.440 5417379.640 264.745 510926.380 5417378.140 264.745 510921.790 5417378.330 264.745</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_a3e0bb3d-11fd-4552-9ddb-bfd6c464c71f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_46da3688-f7b3-4977-846e-696b614b28fc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe0ae64b-af17-4718-a31f-1945a00cd030">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe0ae64b-af17-4718-a31f-1945a00cd030_0_">
                      <gml:posList srsDimension="3">510921.966 5417382.618 275.232 510921.790 5417378.330 272.390 510926.380 5417378.140 272.387 510926.440 5417379.640 273.381 510932.430 5417379.400 273.382 510932.520 5417381.900 275.040 510932.531 5417382.199 275.238 510921.966 5417382.618 275.232</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_217c5989-5a09-4b0b-b626-77e7973509a6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fba0c0f0-6aac-4c43-9622-4703e6b2b5a5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_24f6f5f7-1be4-4455-a596-c436bb8efb36">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_24f6f5f7-1be4-4455-a596-c436bb8efb36_0_">
                      <gml:posList srsDimension="3">510921.966 5417382.618 275.232 510932.531 5417382.199 275.238 510932.690 5417386.450 272.426 510926.650 5417386.680 272.429 510926.710 5417388.240 271.398 510924.870 5417388.330 271.385 510924.800 5417386.770 272.417 510922.140 5417386.880 272.413 510921.966 5417382.618 275.232</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_358632a9-a8ba-4dbd-974a-77d5c439ab39">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1dc9508a-345c-4cb9-bd11-28600409acd3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8cd7669c-d893-48ee-ad04-3290592585c1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8cd7669c-d893-48ee-ad04-3290592585c1_0_">
                      <gml:posList srsDimension="3">510926.380 5417378.140 264.745 510926.440 5417379.640 264.745 510926.440 5417379.640 273.381 510926.380 5417378.140 272.387 510926.380 5417378.140 264.745</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_d644fb76-3414-452a-ad75-888e0e7fd33a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_16af64d5-8197-495c-b208-b51bfe8ca766">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b5dc5c5a-f2cc-441e-817f-0f4ebef15b9f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b5dc5c5a-f2cc-441e-817f-0f4ebef15b9f_0_">
                      <gml:posList srsDimension="3">510926.440 5417379.640 264.745 510932.430 5417379.400 264.745 510932.430 5417379.400 273.382 510926.440 5417379.640 273.381 510926.440 5417379.640 264.745</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1979</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLP">
      <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>DEBWL0010000ZZLP</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>
For faster browsing, not all history is shown. View entire blame