Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
135001
135002
135003
135004
135005
135006
135007
135008
135009
135010
135011
135012
135013
135014
135015
135016
135017
135018
135019
135020
135021
135022
135023
135024
135025
135026
135027
135028
135029
135030
135031
135032
135033
135034
135035
135036
135037
135038
135039
135040
135041
135042
135043
135044
135045
135046
135047
135048
135049
135050
135051
135052
135053
135054
135055
135056
135057
135058
135059
135060
135061
135062
135063
135064
135065
135066
135067
135068
135069
135070
135071
135072
135073
135074
135075
135076
135077
135078
135079
135080
135081
135082
135083
135084
135085
135086
135087
135088
135089
135090
135091
135092
135093
135094
135095
135096
135097
135098
135099
135100
135101
135102
135103
135104
135105
135106
135107
135108
135109
135110
135111
135112
135113
135114
135115
135116
135117
135118
135119
135120
135121
135122
135123
135124
135125
135126
135127
135128
135129
135130
135131
135132
135133
135134
135135
135136
135137
135138
135139
135140
135141
135142
135143
135144
135145
135146
135147
135148
135149
135150
135151
135152
135153
135154
135155
135156
135157
135158
135159
135160
135161
135162
135163
135164
135165
135166
135167
135168
135169
135170
135171
135172
135173
135174
135175
135176
135177
135178
135179
135180
135181
135182
135183
135184
135185
135186
135187
135188
135189
135190
135191
135192
135193
135194
135195
135196
135197
135198
135199
135200
135201
135202
135203
135204
135205
135206
135207
135208
135209
135210
135211
135212
135213
135214
135215
135216
135217
135218
135219
135220
135221
135222
135223
135224
135225
135226
135227
135228
135229
135230
135231
135232
135233
135234
135235
135236
135237
135238
135239
135240
135241
135242
135243
135244
135245
135246
135247
135248
135249
135250
135251
135252
135253
135254
135255
135256
135257
135258
135259
135260
135261
135262
135263
135264
135265
135266
135267
135268
135269
135270
135271
135272
135273
135274
135275
135276
135277
135278
135279
135280
135281
135282
135283
135284
135285
135286
135287
135288
135289
135290
135291
135292
135293
135294
135295
135296
135297
135298
135299
135300
135301
135302
135303
135304
135305
135306
135307
135308
135309
135310
135311
135312
135313
135314
135315
135316
135317
135318
135319
135320
135321
135322
135323
135324
135325
135326
135327
135328
135329
135330
135331
135332
135333
135334
135335
135336
135337
135338
135339
135340
135341
135342
135343
135344
135345
135346
135347
135348
135349
135350
135351
135352
135353
135354
135355
135356
135357
135358
135359
135360
135361
135362
135363
135364
135365
135366
135367
135368
135369
135370
135371
135372
135373
135374
135375
135376
135377
135378
135379
135380
135381
135382
135383
135384
135385
135386
135387
135388
135389
135390
135391
135392
135393
135394
135395
135396
135397
135398
135399
135400
135401
135402
135403
135404
135405
135406
135407
135408
135409
135410
135411
135412
135413
135414
135415
135416
135417
135418
135419
135420
135421
135422
135423
135424
135425
135426
135427
135428
135429
135430
135431
135432
135433
135434
135435
135436
135437
135438
135439
135440
135441
135442
135443
135444
135445
135446
135447
135448
135449
135450
135451
135452
135453
135454
135455
135456
135457
135458
135459
135460
135461
135462
135463
135464
135465
135466
135467
135468
135469
135470
135471
135472
135473
135474
135475
135476
135477
135478
135479
135480
135481
135482
135483
135484
135485
135486
135487
135488
135489
135490
135491
135492
135493
135494
135495
135496
135497
135498
135499
135500
135501
135502
135503
135504
135505
135506
135507
135508
135509
135510
135511
135512
135513
135514
135515
135516
135517
135518
135519
135520
135521
135522
135523
135524
135525
135526
135527
135528
135529
135530
135531
135532
135533
135534
135535
135536
135537
135538
135539
135540
135541
135542
135543
135544
135545
135546
135547
135548
135549
135550
135551
135552
135553
135554
135555
135556
135557
135558
135559
135560
135561
135562
135563
135564
135565
135566
135567
135568
135569
135570
135571
135572
135573
135574
135575
135576
135577
135578
135579
135580
135581
135582
135583
135584
135585
135586
135587
135588
135589
135590
135591
135592
135593
135594
135595
135596
135597
135598
135599
135600
135601
135602
135603
135604
135605
135606
135607
135608
135609
135610
135611
135612
135613
135614
135615
135616
135617
135618
135619
135620
135621
135622
135623
135624
135625
135626
135627
135628
135629
135630
135631
135632
135633
135634
135635
135636
135637
135638
135639
135640
135641
135642
135643
135644
135645
135646
135647
135648
135649
135650
135651
135652
135653
135654
135655
135656
135657
135658
135659
135660
135661
135662
135663
135664
135665
135666
135667
135668
135669
135670
135671
135672
135673
135674
135675
135676
135677
135678
135679
135680
135681
135682
135683
135684
135685
135686
135687
135688
135689
135690
135691
135692
135693
135694
135695
135696
135697
135698
135699
135700
135701
135702
135703
135704
135705
135706
135707
135708
135709
135710
135711
135712
135713
135714
135715
135716
135717
135718
135719
135720
135721
135722
135723
135724
135725
135726
135727
135728
135729
135730
135731
135732
135733
135734
135735
135736
135737
135738
135739
135740
135741
135742
135743
135744
135745
135746
135747
135748
135749
135750
135751
135752
135753
135754
135755
135756
135757
135758
135759
135760
135761
135762
135763
135764
135765
135766
135767
135768
135769
135770
135771
135772
135773
135774
135775
135776
135777
135778
135779
135780
135781
135782
135783
135784
135785
135786
135787
135788
135789
135790
135791
135792
135793
135794
135795
135796
135797
135798
135799
135800
135801
135802
135803
135804
135805
135806
135807
135808
135809
135810
135811
135812
135813
135814
135815
135816
135817
135818
135819
135820
135821
135822
135823
135824
135825
135826
135827
135828
135829
135830
135831
135832
135833
135834
135835
135836
135837
135838
135839
135840
135841
135842
135843
135844
135845
135846
135847
135848
135849
135850
135851
135852
135853
135854
135855
135856
135857
135858
135859
135860
135861
135862
135863
135864
135865
135866
135867
135868
135869
135870
135871
135872
135873
135874
135875
135876
135877
135878
135879
135880
135881
135882
135883
135884
135885
135886
135887
135888
135889
135890
135891
135892
135893
135894
135895
135896
135897
135898
135899
135900
135901
135902
135903
135904
135905
135906
135907
135908
135909
135910
135911
135912
135913
135914
135915
135916
135917
135918
135919
135920
135921
135922
135923
135924
135925
135926
135927
135928
135929
135930
135931
135932
135933
135934
135935
135936
135937
135938
135939
135940
135941
135942
135943
135944
135945
135946
135947
135948
135949
135950
135951
135952
135953
135954
135955
135956
135957
135958
135959
135960
135961
135962
135963
135964
135965
135966
135967
135968
135969
135970
135971
135972
135973
135974
135975
135976
135977
135978
135979
135980
135981
135982
135983
135984
135985
135986
135987
135988
135989
135990
135991
135992
135993
135994
135995
135996
135997
135998
135999
136000
    <bldg:Building gml:id="DEBW_0010000ZZMF">
      <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>DEBWL0010000ZZMF</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.052</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_6a4ceb2e-348a-4c1e-ba2e-82c8ff3d9e2e">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_31255096-927b-49f2-9cdb-7582d8d89d3d">
              <gml:surfaceMember xlink:href="#Srf_3c1bb2d2-b9aa-4100-8adc-9a750cd1da77"/>
              <gml:surfaceMember xlink:href="#Srf_65693489-7707-4c57-990c-abc0e08c90de"/>
              <gml:surfaceMember xlink:href="#Srf_9c75827c-d2b9-4547-8d47-bf60e81c24e8"/>
              <gml:surfaceMember xlink:href="#Srf_a97adbd4-2c17-40e3-92ad-532e3ba7e747"/>
              <gml:surfaceMember xlink:href="#Srf_6837f9e2-e1cb-4826-aa5d-07ebf01166c3"/>
              <gml:surfaceMember xlink:href="#Srf_a8a83a1f-7885-4c89-b2dd-c5bd1fd20ed3"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_bae17ef2-04f4-4b79-a484-2beffdc3b563">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_34a37f09-5204-4ca3-a86d-a26ab55ab68a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3c1bb2d2-b9aa-4100-8adc-9a750cd1da77">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3c1bb2d2-b9aa-4100-8adc-9a750cd1da77_0_">
                      <gml:posList srsDimension="3">511181.530 5417339.810 266.158 511181.820 5417346.310 266.158 511181.820 5417346.310 269.210 511181.530 5417339.810 269.210 511181.530 5417339.810 266.158</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_30913e49-b740-49cb-90fa-b1f889c6d586">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_62f98685-259f-4d36-9f28-7f746c331d3d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a8a83a1f-7885-4c89-b2dd-c5bd1fd20ed3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a8a83a1f-7885-4c89-b2dd-c5bd1fd20ed3_0_">
                      <gml:posList srsDimension="3">511181.820 5417346.310 266.158 511178.570 5417346.490 266.158 511178.570 5417346.490 269.210 511181.820 5417346.310 269.210 511181.820 5417346.310 266.158</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_7435e3b0-b515-440a-8515-79e7f2f11ace">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_817ca65c-5344-41a4-8959-dc7607f22d07">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a97adbd4-2c17-40e3-92ad-532e3ba7e747">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a97adbd4-2c17-40e3-92ad-532e3ba7e747_0_">
                      <gml:posList srsDimension="3">511178.570 5417346.490 266.158 511177.810 5417339.960 266.158 511177.810 5417339.960 269.210 511178.570 5417346.490 269.210 511178.570 5417346.490 266.158</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_cd99e2b1-b5c2-4394-8852-2871333c8af5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d653d615-7920-418c-8950-93a75cf88036">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6837f9e2-e1cb-4826-aa5d-07ebf01166c3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6837f9e2-e1cb-4826-aa5d-07ebf01166c3_0_">
                      <gml:posList srsDimension="3">511177.810 5417339.960 266.158 511181.530 5417339.810 266.158 511181.530 5417339.810 269.210 511177.810 5417339.960 269.210 511177.810 5417339.960 266.158</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_b1663da0-2448-407a-9951-325621d603e0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5c89d407-64b1-4127-a18c-41b6082dbc64">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_65693489-7707-4c57-990c-abc0e08c90de">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_65693489-7707-4c57-990c-abc0e08c90de_0_">
                      <gml:posList srsDimension="3">511181.530 5417339.810 266.158 511177.810 5417339.960 266.158 511178.570 5417346.490 266.158 511181.820 5417346.310 266.158 511181.530 5417339.810 266.158</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_0785d5fd-2daa-4f7d-8dff-d32ee4efb88d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_17c892a4-bad5-462f-9f12-1b5db7ebb594">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9c75827c-d2b9-4547-8d47-bf60e81c24e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9c75827c-d2b9-4547-8d47-bf60e81c24e8_0_">
                      <gml:posList srsDimension="3">511177.810 5417339.960 269.210 511181.530 5417339.810 269.210 511181.820 5417346.310 269.210 511178.570 5417346.490 269.210 511177.810 5417339.960 269.210</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1916</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMK">
      <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>DEBWL0010000ZZMK</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_2112</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">4.230</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_b5c0bd2f-e4bb-4cd2-9fd2-1dd58039ed78">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_0edf273e-2dc2-4552-9633-673f41d81e43">
              <gml:surfaceMember xlink:href="#Srf_048c3be0-ebc8-4c10-b4c8-ef5d26737a9d"/>
              <gml:surfaceMember xlink:href="#Srf_fbe492ee-bea6-45d7-bae1-59b8d1731414"/>
              <gml:surfaceMember xlink:href="#Srf_868caceb-57bf-4683-b699-8587c56f93ce"/>
              <gml:surfaceMember xlink:href="#Srf_20e435c6-fdc0-43b4-ab61-039ec6481a70"/>
              <gml:surfaceMember xlink:href="#Srf_eb54a801-2bae-4d26-98d1-e21f72bd6782"/>
              <gml:surfaceMember xlink:href="#Srf_4afd63ac-3bef-48c2-b1b8-908e25c29b7e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c7f2264f-9545-4c14-9a15-a534a293ca46">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_06416546-d774-4fe3-8d1b-faba975d4226">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4afd63ac-3bef-48c2-b1b8-908e25c29b7e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4afd63ac-3bef-48c2-b1b8-908e25c29b7e_0_">
                      <gml:posList srsDimension="3">511092.270 5417665.350 245.860 511070.170 5417665.510 245.860 511070.170 5417665.510 250.090 511092.270 5417665.350 250.090 511092.270 5417665.350 245.860</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_cd949de3-b3b2-4629-b1cb-3deff8c83f93">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_31a2d4c5-b6ec-4b6e-9564-8d54529294f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fbe492ee-bea6-45d7-bae1-59b8d1731414">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fbe492ee-bea6-45d7-bae1-59b8d1731414_0_">
                      <gml:posList srsDimension="3">511070.170 5417665.510 245.860 511070.010 5417643.160 245.860 511070.010 5417643.160 250.090 511070.170 5417665.510 250.090 511070.170 5417665.510 245.860</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_c2124a60-210b-4e0c-ab4e-628fb3af41ea">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_50a7013a-3766-4ba4-b04c-7f13cedcab47">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_eb54a801-2bae-4d26-98d1-e21f72bd6782">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eb54a801-2bae-4d26-98d1-e21f72bd6782_0_">
                      <gml:posList srsDimension="3">511070.010 5417643.160 245.860 511092.100 5417643.000 245.860 511092.100 5417643.000 250.090 511070.010 5417643.160 250.090 511070.010 5417643.160 245.860</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_844dff51-6a14-4006-8ef6-78656582ab1e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e9d99f09-b896-4f98-a938-f949413c9ed3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_048c3be0-ebc8-4c10-b4c8-ef5d26737a9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_048c3be0-ebc8-4c10-b4c8-ef5d26737a9d_0_">
                      <gml:posList srsDimension="3">511092.100 5417643.000 245.860 511070.010 5417643.160 245.860 511070.170 5417665.510 245.860 511092.270 5417665.350 245.860 511092.100 5417643.000 245.860</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_9e075bee-9a15-4969-934b-7dbd3c2a35cb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1b0630f5-304b-4d30-b3cb-a49e5d2c1bb7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_868caceb-57bf-4683-b699-8587c56f93ce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_868caceb-57bf-4683-b699-8587c56f93ce_0_">
                      <gml:posList srsDimension="3">511070.010 5417643.160 250.090 511092.100 5417643.000 250.090 511092.270 5417665.350 250.090 511070.170 5417665.510 250.090 511070.010 5417643.160 250.090</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_d987edb9-8fce-420e-890b-2488104d3b08">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c553ec07-0ae2-4fc7-ac9d-d40236d4c563">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_20e435c6-fdc0-43b4-ab61-039ec6481a70">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_20e435c6-fdc0-43b4-ab61-039ec6481a70_0_">
                      <gml:posList srsDimension="3">511092.100 5417643.000 245.860 511092.270 5417665.350 245.860 511092.270 5417665.350 250.090 511092.100 5417643.000 250.090 511092.100 5417643.000 245.860</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1995</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMN">
      <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>DEBWL0010000ZZMN</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_2523</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.918</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_c9872629-3e82-41f7-b42b-cb0eeb207448">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_2957c5b5-71f7-4638-9238-3f6976c77954">
              <gml:surfaceMember xlink:href="#Srf_7eb18ae9-59a8-4bae-9a29-ca6493df5a84"/>
              <gml:surfaceMember xlink:href="#Srf_b632cbcd-0b97-4563-9a80-1ef86091d343"/>
              <gml:surfaceMember xlink:href="#Srf_d8bcf072-63cd-4ccd-a7a5-2a2a7877c361"/>
              <gml:surfaceMember xlink:href="#Srf_d12b8314-9ba4-41b9-8126-ad87a2e17c8c"/>
              <gml:surfaceMember xlink:href="#Srf_2cd0f7ce-7ece-44a7-81ad-21fba8627a34"/>
              <gml:surfaceMember xlink:href="#Srf_e8d76204-a8ab-492d-9a25-74e0047607a8"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_d85bccb2-0019-40e7-a885-133975c293cb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_31260920-85f4-4441-8296-06afcbe6e1ec">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e8d76204-a8ab-492d-9a25-74e0047607a8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e8d76204-a8ab-492d-9a25-74e0047607a8_0_">
                      <gml:posList srsDimension="3">510943.790 5417652.250 247.547 510942.960 5417646.770 247.547 510942.960 5417646.770 250.465 510943.790 5417652.250 250.465 510943.790 5417652.250 247.547</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_d0cecb2a-51fb-44cf-97fd-fd12b31a2822">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0c719c2-ea83-4d1b-81a0-7e159bac4d92">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2cd0f7ce-7ece-44a7-81ad-21fba8627a34">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2cd0f7ce-7ece-44a7-81ad-21fba8627a34_0_">
                      <gml:posList srsDimension="3">510942.960 5417646.770 247.547 510946.110 5417646.320 247.547 510946.110 5417646.320 250.465 510942.960 5417646.770 250.465 510942.960 5417646.770 247.547</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_b2e793aa-ff3c-4926-844a-c8c8bc57ae40">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6718e2ce-6ee3-4854-8a6d-e3bc4022b830">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7eb18ae9-59a8-4bae-9a29-ca6493df5a84">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7eb18ae9-59a8-4bae-9a29-ca6493df5a84_0_">
                      <gml:posList srsDimension="3">510943.790 5417652.250 247.547 510946.900 5417651.740 247.547 510946.110 5417646.320 247.547 510942.960 5417646.770 247.547 510943.790 5417652.250 247.547</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_8aa683b5-5394-40dc-ba1d-db7dd28eaf96">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0fc1d5d7-7129-4bb9-8eb2-332088162679">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b632cbcd-0b97-4563-9a80-1ef86091d343">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b632cbcd-0b97-4563-9a80-1ef86091d343_0_">
                      <gml:posList srsDimension="3">510946.900 5417651.740 250.465 510943.790 5417652.250 250.465 510942.960 5417646.770 250.465 510946.110 5417646.320 250.465 510946.900 5417651.740 250.465</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_31ec97ac-6cba-409f-9084-12fef12fd6e4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fe3881ed-1c3a-493f-b109-992a2bfd3d0f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d8bcf072-63cd-4ccd-a7a5-2a2a7877c361">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d8bcf072-63cd-4ccd-a7a5-2a2a7877c361_0_">
                      <gml:posList srsDimension="3">510946.110 5417646.320 247.547 510946.900 5417651.740 247.547 510946.900 5417651.740 250.465 510946.110 5417646.320 250.465 510946.110 5417646.320 247.547</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_cc6dfc0e-75f5-44e2-8300-0884ea05f4db">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e8066a6-b015-4ea3-acb4-3f652cb05bb4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d12b8314-9ba4-41b9-8126-ad87a2e17c8c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d12b8314-9ba4-41b9-8126-ad87a2e17c8c_0_">
                      <gml:posList srsDimension="3">510946.900 5417651.740 247.547 510943.790 5417652.250 247.547 510943.790 5417652.250 250.465 510946.900 5417651.740 250.465 510946.900 5417651.740 247.547</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1916</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMI">
      <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>DEBWL0010000ZZMI</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_2112</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">4.888</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_1844ad93-7752-4b90-96d3-99a9b304b8c4">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_560592da-0062-44ad-a95e-95cbe6d70b5a">
              <gml:surfaceMember xlink:href="#Srf_34344ad3-4027-46b7-b976-9cf0a1c7dd37"/>
              <gml:surfaceMember xlink:href="#Srf_a4d7fe22-5f6e-436e-b776-23141e9833c0"/>
              <gml:surfaceMember xlink:href="#Srf_fff97916-4f96-4be1-9daf-f0252717cadd"/>
              <gml:surfaceMember xlink:href="#Srf_46048930-28c6-404e-9047-1886aed5c73e"/>
              <gml:surfaceMember xlink:href="#Srf_a8be95cb-7f2a-49ec-9c49-f37525478f60"/>
              <gml:surfaceMember xlink:href="#Srf_25f4972f-dcca-4e02-8305-f8c68ffebdbb"/>
              <gml:surfaceMember xlink:href="#Srf_818bb491-798d-4ed1-961c-007dfeefc012"/>
              <gml:surfaceMember xlink:href="#Srf_7ad52e92-a814-4cfb-9b1b-701a2ea09c28"/>
              <gml:surfaceMember xlink:href="#Srf_e1eb10ea-6a6f-495e-98dd-28bb63f2811e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c2dcdf6a-c440-491d-be83-14434c3e1cfd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4434757a-2dc4-4397-bc68-98e4b03d2861">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_34344ad3-4027-46b7-b976-9cf0a1c7dd37">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_34344ad3-4027-46b7-b976-9cf0a1c7dd37_0_">
                      <gml:posList srsDimension="3">511270.490 5417655.420 242.462 511270.350 5417664.800 242.462 511270.350 5417664.800 246.248 511270.490 5417655.420 246.250 511270.490 5417655.420 242.462</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_2ae3cf23-1e9c-43e3-a966-3ba1a9880229">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cdf2fe75-b046-4a9e-9361-762e0a51d20d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a4d7fe22-5f6e-436e-b776-23141e9833c0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a4d7fe22-5f6e-436e-b776-23141e9833c0_0_">
                      <gml:posList srsDimension="3">511267.338 5417664.756 247.331 511270.350 5417664.800 246.248 511270.350 5417664.800 242.462 511267.338 5417664.756 242.462 511267.338 5417664.756 247.331</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_dcc381fe-1b37-4315-95b5-11121f179b64">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e3e57f6-431f-4850-9323-7d3ebe87c548">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_818bb491-798d-4ed1-961c-007dfeefc012">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_818bb491-798d-4ed1-961c-007dfeefc012_0_">
                      <gml:posList srsDimension="3">511267.338 5417664.756 242.462 511264.200 5417664.710 242.462 511264.200 5417664.710 246.193 511267.338 5417664.756 247.331 511267.338 5417664.756 242.462</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_9985c91a-94b7-416e-962f-af39d8036daf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b23c71cc-ac0a-428e-b47a-be39d63d2ffb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25f4972f-dcca-4e02-8305-f8c68ffebdbb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25f4972f-dcca-4e02-8305-f8c68ffebdbb_0_">
                      <gml:posList srsDimension="3">511264.200 5417664.710 242.462 511264.340 5417655.330 242.462 511264.340 5417655.330 246.230 511264.200 5417664.710 246.193 511264.200 5417664.710 242.462</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_814413fc-e38f-4d5b-bbe3-74ade3b53396">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_77de1ccc-ae87-4908-84dd-91bf95475dde">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_46048930-28c6-404e-9047-1886aed5c73e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_46048930-28c6-404e-9047-1886aed5c73e_0_">
                      <gml:posList srsDimension="3">511267.430 5417655.375 247.350 511267.338 5417664.756 247.331 511264.200 5417664.710 246.193 511264.340 5417655.330 246.230 511267.430 5417655.375 247.350</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_df5fa0ea-27fb-454a-92ba-4c006a3aea45">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b10fd8e6-625f-4936-88f5-cd78647670b1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ad52e92-a814-4cfb-9b1b-701a2ea09c28">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ad52e92-a814-4cfb-9b1b-701a2ea09c28_0_">
                      <gml:posList srsDimension="3">511264.200 5417664.710 242.462 511267.338 5417664.756 242.462 511270.350 5417664.800 242.462 511270.490 5417655.420 242.462 511267.430 5417655.375 242.462 511264.340 5417655.330 242.462 511264.200 5417664.710 242.462</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_012537ea-105c-4411-9815-65ce0d5f2caa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a4f82167-1490-46c5-b4e4-0ef2cf208425">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a8be95cb-7f2a-49ec-9c49-f37525478f60">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a8be95cb-7f2a-49ec-9c49-f37525478f60_0_">
                      <gml:posList srsDimension="3">511270.350 5417664.800 246.248 511267.338 5417664.756 247.331 511267.430 5417655.375 247.350 511270.490 5417655.420 246.250 511270.350 5417664.800 246.248</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_500ef6f2-ffe9-4b11-9a26-63c298d67a43">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c5b11e8c-e03b-4f96-b07d-2c0e6c9c8446">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fff97916-4f96-4be1-9daf-f0252717cadd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fff97916-4f96-4be1-9daf-f0252717cadd_0_">
                      <gml:posList srsDimension="3">511264.340 5417655.330 242.462 511267.430 5417655.375 242.462 511267.430 5417655.375 247.350 511264.340 5417655.330 246.230 511264.340 5417655.330 242.462</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_5b402849-6b24-4ef1-9bef-da5b0e5098e6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5aff42ce-a071-4c5a-a3f1-1e00a58b4b4f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e1eb10ea-6a6f-495e-98dd-28bb63f2811e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e1eb10ea-6a6f-495e-98dd-28bb63f2811e_0_">
                      <gml:posList srsDimension="3">511270.490 5417655.420 246.250 511267.430 5417655.375 247.350 511267.430 5417655.375 242.462 511270.490 5417655.420 242.462 511270.490 5417655.420 246.250</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1922</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMP">
      <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>DEBWL0010000ZZMP</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_3220</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">4.690</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_8acc97a6-e9c5-42c4-8d41-c4990330a671">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_84f8e5af-34e4-4ca4-93d7-8cf232e03138">
              <gml:surfaceMember xlink:href="#Srf_334e5a37-5f7c-46f4-9b32-01eeb5c60172"/>
              <gml:surfaceMember xlink:href="#Srf_e74719aa-bce1-466c-972b-2be51828d3ce"/>
              <gml:surfaceMember xlink:href="#Srf_e8d44ede-d817-4fff-879f-2c97592f22f5"/>
              <gml:surfaceMember xlink:href="#Srf_346c6a63-dd19-4688-b984-2998a7b87c46"/>
              <gml:surfaceMember xlink:href="#Srf_c0704679-51ff-4494-945b-a0111b6ccf3e"/>
              <gml:surfaceMember xlink:href="#Srf_aeaf08f6-dd1a-45fd-bcb7-f956a43c78ad"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_4a705eed-49fb-4994-b930-bba2862e5212">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2fb38d5b-f10f-4d0b-84bd-7c3175ce626c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_346c6a63-dd19-4688-b984-2998a7b87c46">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_346c6a63-dd19-4688-b984-2998a7b87c46_0_">
                      <gml:posList srsDimension="3">510956.930 5417664.510 250.207 511005.910 5417663.790 250.186 511006.010 5417670.280 251.095 510957.030 5417671.010 251.117 510956.930 5417664.510 250.207</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_8c0c5a0e-d46a-46b6-9057-c9059aa32740">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_98e246a3-4df4-4060-81ce-62afa6174cba">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aeaf08f6-dd1a-45fd-bcb7-f956a43c78ad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aeaf08f6-dd1a-45fd-bcb7-f956a43c78ad_0_">
                      <gml:posList srsDimension="3">511005.910 5417663.790 246.427 511006.010 5417670.280 246.427 511006.010 5417670.280 251.095 511005.910 5417663.790 250.186 511005.910 5417663.790 246.427</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_0c0c2fb8-50f4-40a9-bd98-f966f5e7b3e5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a0c9252f-84d0-4042-8dac-bf9ae7dbb16a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e74719aa-bce1-466c-972b-2be51828d3ce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e74719aa-bce1-466c-972b-2be51828d3ce_0_">
                      <gml:posList srsDimension="3">510957.030 5417671.010 251.117 511006.010 5417670.280 251.095 511006.010 5417670.280 246.427 510957.030 5417671.010 246.427 510957.030 5417671.010 251.117</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_719a146a-c66e-41ad-ba0f-1d184637db0c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9d032e53-2246-4488-86e7-ad86c04cddb7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e8d44ede-d817-4fff-879f-2c97592f22f5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e8d44ede-d817-4fff-879f-2c97592f22f5_0_">
                      <gml:posList srsDimension="3">510957.030 5417671.010 246.427 510956.930 5417664.510 246.427 510956.930 5417664.510 250.207 510957.030 5417671.010 251.117 510957.030 5417671.010 246.427</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_f0b712a0-f67e-453c-aec3-d1a861ef5084">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_06c1548e-670f-49d7-90da-5c2169424a4c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c0704679-51ff-4494-945b-a0111b6ccf3e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c0704679-51ff-4494-945b-a0111b6ccf3e_0_">
                      <gml:posList srsDimension="3">511005.910 5417663.790 250.186 510956.930 5417664.510 250.207 510956.930 5417664.510 246.427 511005.910 5417663.790 246.427 511005.910 5417663.790 250.186</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_ae230ac9-a875-4282-a466-fdb01e566f2b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08e7d0a7-6035-45c1-bb6a-2766ed23c43f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_334e5a37-5f7c-46f4-9b32-01eeb5c60172">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_334e5a37-5f7c-46f4-9b32-01eeb5c60172_0_">
                      <gml:posList srsDimension="3">511005.910 5417663.790 246.427 510956.930 5417664.510 246.427 510957.030 5417671.010 246.427 511006.010 5417670.280 246.427 511005.910 5417663.790 246.427</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2017</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLy">
      <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>DEBWL0010000ZZLy</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>3200</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.898</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a2e50d22-7ff8-4f11-83ff-ef9807fecad9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_639f63b9-a935-437b-9712-91cf321ce2ea">
              <gml:surfaceMember xlink:href="#Srf_a11030da-708b-4367-8416-d31d2c6f171a"/>
              <gml:surfaceMember xlink:href="#Srf_0f40a189-f032-456c-bd9a-ac312c59e390"/>
              <gml:surfaceMember xlink:href="#Srf_ff91e4de-c4db-4ca8-abbf-98868a1c61d9"/>
              <gml:surfaceMember xlink:href="#Srf_7c8134d2-5d92-40fa-a68b-3a62d6a2f1c0"/>
              <gml:surfaceMember xlink:href="#Srf_3918115d-471b-425e-8620-5871eca93be3"/>
              <gml:surfaceMember xlink:href="#Srf_af241461-2f18-459e-8277-e6c4eb5c43fe"/>
              <gml:surfaceMember xlink:href="#Srf_0dd0c95e-d712-4095-a426-fd95fa01022f"/>
              <gml:surfaceMember xlink:href="#Srf_b5b2c22f-d150-4109-9cd7-3af03f42403b"/>
              <gml:surfaceMember xlink:href="#Srf_5b235f48-79bc-407a-a20b-3cc886113122"/>
              <gml:surfaceMember xlink:href="#Srf_3280c441-9a16-4872-8357-01f4b686d4e3"/>
              <gml:surfaceMember xlink:href="#Srf_d4faf9bb-8248-47f1-a174-225e129bfbc4"/>
              <gml:surfaceMember xlink:href="#Srf_6a8c31ad-3e29-41d3-aff4-1115f9a20d2b"/>
              <gml:surfaceMember xlink:href="#Srf_46bb04fb-953f-4fff-9964-6480d329e1e8"/>
              <gml:surfaceMember xlink:href="#Srf_7be08a78-eab6-40d2-96c1-bf95e6ac8a79"/>
              <gml:surfaceMember xlink:href="#Srf_35849867-9b84-452a-8b94-a357ddb30ffd"/>
              <gml:surfaceMember xlink:href="#Srf_2240bf1f-4fb0-45fb-a2aa-bbee0cdff23b"/>
              <gml:surfaceMember xlink:href="#Srf_440d1df8-de18-4df1-89b3-ccc441c9dfa1"/>
              <gml:surfaceMember xlink:href="#Srf_dd438736-1fc9-4b06-9388-521816b2473d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9fa10f60-eba2-4107-af2b-a1f1fdf68689">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_588157ce-d37a-45b6-8669-2878664bcd4f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7c8134d2-5d92-40fa-a68b-3a62d6a2f1c0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7c8134d2-5d92-40fa-a68b-3a62d6a2f1c0_0_">
                      <gml:posList srsDimension="3">510862.763 5417216.956 273.527 510862.060 5417212.920 273.527 510862.060 5417212.920 277.997 510862.763 5417216.956 283.424 510862.763 5417216.956 273.527</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_84b57033-1e58-4855-a9b7-1253de6bf333">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6fc9aa5e-4bfa-4b18-b30d-ed1c43720035">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_46bb04fb-953f-4fff-9964-6480d329e1e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_46bb04fb-953f-4fff-9964-6480d329e1e8_0_">
                      <gml:posList srsDimension="3">510862.060 5417212.920 273.527 510872.070 5417211.140 273.527 510872.070 5417211.140 278.094 510862.060 5417212.920 277.997 510862.060 5417212.920 273.527</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_0ddc5d96-81a5-4c64-9c62-3aef8e2ba0c6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_189d4432-7a68-4d6b-a5e6-f222878fa856">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_440d1df8-de18-4df1-89b3-ccc441c9dfa1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_440d1df8-de18-4df1-89b3-ccc441c9dfa1_0_">
                      <gml:posList srsDimension="3">510862.060 5417212.920 277.997 510872.070 5417211.140 278.094 510872.310 5417210.790 277.696 510873.170 5417210.640 277.709 510873.870 5417211.130 278.516 510874.020 5417211.980 279.660 510873.780 5417212.330 280.058 510873.825 5417212.591 280.409 510872.011 5417215.232 283.412 510862.763 5417216.956 283.424 510862.060 5417212.920 277.997</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_600d93fa-ed55-4c7f-9f97-dec48cb28f56">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6bd28374-a1e2-45b3-a7a2-3fd0a884ed30">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2240bf1f-4fb0-45fb-a2aa-bbee0cdff23b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2240bf1f-4fb0-45fb-a2aa-bbee0cdff23b_0_">
                      <gml:posList srsDimension="3">510873.825 5417212.591 273.527 510873.780 5417212.330 273.527 510874.020 5417211.980 273.527 510873.870 5417211.130 273.527 510873.170 5417210.640 273.527 510872.310 5417210.790 273.527 510872.070 5417211.140 273.527 510862.060 5417212.920 273.527 510862.763 5417216.956 273.527 510864.000 5417224.060 273.527 510872.110 5417222.490 273.527 510871.870 5417220.870 273.527 510875.140 5417220.260 273.527 510875.096 5417220.004 273.527 510873.825 5417212.591 273.527</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_35e9b6d6-9e5b-4de2-bfb0-f9ad70dacc03">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a5feb597-0272-4276-90fc-30d0b8572c0a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7be08a78-eab6-40d2-96c1-bf95e6ac8a79">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7be08a78-eab6-40d2-96c1-bf95e6ac8a79_0_">
                      <gml:posList srsDimension="3">510872.011 5417215.232 283.412 510875.096 5417220.004 280.525 510875.140 5417220.260 280.383 510871.870 5417220.870 280.387 510872.110 5417222.490 279.490 510864.000 5417224.060 279.469 510862.763 5417216.956 283.424 510872.011 5417215.232 283.412</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_1211e12c-5358-47fb-9b35-15083af8843f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5c43e13d-e17d-48fa-b25f-060af29b473d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b5b2c22f-d150-4109-9cd7-3af03f42403b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b5b2c22f-d150-4109-9cd7-3af03f42403b_0_">
                      <gml:posList srsDimension="3">510872.011 5417215.232 283.412 510873.825 5417212.591 280.409 510875.096 5417220.004 280.525 510872.011 5417215.232 283.412</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_f5c01832-8c3a-4eed-b6e7-22379ebbd50f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_54750240-b2fd-43f3-aec4-77114195b91e">
For faster browsing, not all history is shown. View entire blame