"gltf/2-Hit.html" did not exist on "297f0e2d5262713bd06db9d13b8c20b1cbd2eaf4"
Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
139001
139002
139003
139004
139005
139006
139007
139008
139009
139010
139011
139012
139013
139014
139015
139016
139017
139018
139019
139020
139021
139022
139023
139024
139025
139026
139027
139028
139029
139030
139031
139032
139033
139034
139035
139036
139037
139038
139039
139040
139041
139042
139043
139044
139045
139046
139047
139048
139049
139050
139051
139052
139053
139054
139055
139056
139057
139058
139059
139060
139061
139062
139063
139064
139065
139066
139067
139068
139069
139070
139071
139072
139073
139074
139075
139076
139077
139078
139079
139080
139081
139082
139083
139084
139085
139086
139087
139088
139089
139090
139091
139092
139093
139094
139095
139096
139097
139098
139099
139100
139101
139102
139103
139104
139105
139106
139107
139108
139109
139110
139111
139112
139113
139114
139115
139116
139117
139118
139119
139120
139121
139122
139123
139124
139125
139126
139127
139128
139129
139130
139131
139132
139133
139134
139135
139136
139137
139138
139139
139140
139141
139142
139143
139144
139145
139146
139147
139148
139149
139150
139151
139152
139153
139154
139155
139156
139157
139158
139159
139160
139161
139162
139163
139164
139165
139166
139167
139168
139169
139170
139171
139172
139173
139174
139175
139176
139177
139178
139179
139180
139181
139182
139183
139184
139185
139186
139187
139188
139189
139190
139191
139192
139193
139194
139195
139196
139197
139198
139199
139200
139201
139202
139203
139204
139205
139206
139207
139208
139209
139210
139211
139212
139213
139214
139215
139216
139217
139218
139219
139220
139221
139222
139223
139224
139225
139226
139227
139228
139229
139230
139231
139232
139233
139234
139235
139236
139237
139238
139239
139240
139241
139242
139243
139244
139245
139246
139247
139248
139249
139250
139251
139252
139253
139254
139255
139256
139257
139258
139259
139260
139261
139262
139263
139264
139265
139266
139267
139268
139269
139270
139271
139272
139273
139274
139275
139276
139277
139278
139279
139280
139281
139282
139283
139284
139285
139286
139287
139288
139289
139290
139291
139292
139293
139294
139295
139296
139297
139298
139299
139300
139301
139302
139303
139304
139305
139306
139307
139308
139309
139310
139311
139312
139313
139314
139315
139316
139317
139318
139319
139320
139321
139322
139323
139324
139325
139326
139327
139328
139329
139330
139331
139332
139333
139334
139335
139336
139337
139338
139339
139340
139341
139342
139343
139344
139345
139346
139347
139348
139349
139350
139351
139352
139353
139354
139355
139356
139357
139358
139359
139360
139361
139362
139363
139364
139365
139366
139367
139368
139369
139370
139371
139372
139373
139374
139375
139376
139377
139378
139379
139380
139381
139382
139383
139384
139385
139386
139387
139388
139389
139390
139391
139392
139393
139394
139395
139396
139397
139398
139399
139400
139401
139402
139403
139404
139405
139406
139407
139408
139409
139410
139411
139412
139413
139414
139415
139416
139417
139418
139419
139420
139421
139422
139423
139424
139425
139426
139427
139428
139429
139430
139431
139432
139433
139434
139435
139436
139437
139438
139439
139440
139441
139442
139443
139444
139445
139446
139447
139448
139449
139450
139451
139452
139453
139454
139455
139456
139457
139458
139459
139460
139461
139462
139463
139464
139465
139466
139467
139468
139469
139470
139471
139472
139473
139474
139475
139476
139477
139478
139479
139480
139481
139482
139483
139484
139485
139486
139487
139488
139489
139490
139491
139492
139493
139494
139495
139496
139497
139498
139499
139500
139501
139502
139503
139504
139505
139506
139507
139508
139509
139510
139511
139512
139513
139514
139515
139516
139517
139518
139519
139520
139521
139522
139523
139524
139525
139526
139527
139528
139529
139530
139531
139532
139533
139534
139535
139536
139537
139538
139539
139540
139541
139542
139543
139544
139545
139546
139547
139548
139549
139550
139551
139552
139553
139554
139555
139556
139557
139558
139559
139560
139561
139562
139563
139564
139565
139566
139567
139568
139569
139570
139571
139572
139573
139574
139575
139576
139577
139578
139579
139580
139581
139582
139583
139584
139585
139586
139587
139588
139589
139590
139591
139592
139593
139594
139595
139596
139597
139598
139599
139600
139601
139602
139603
139604
139605
139606
139607
139608
139609
139610
139611
139612
139613
139614
139615
139616
139617
139618
139619
139620
139621
139622
139623
139624
139625
139626
139627
139628
139629
139630
139631
139632
139633
139634
139635
139636
139637
139638
139639
139640
139641
139642
139643
139644
139645
139646
139647
139648
139649
139650
139651
139652
139653
139654
139655
139656
139657
139658
139659
139660
139661
139662
139663
139664
139665
139666
139667
139668
139669
139670
139671
139672
139673
139674
139675
139676
139677
139678
139679
139680
139681
139682
139683
139684
139685
139686
139687
139688
139689
139690
139691
139692
139693
139694
139695
139696
139697
139698
139699
139700
139701
139702
139703
139704
139705
139706
139707
139708
139709
139710
139711
139712
139713
139714
139715
139716
139717
139718
139719
139720
139721
139722
139723
139724
139725
139726
139727
139728
139729
139730
139731
139732
139733
139734
139735
139736
139737
139738
139739
139740
139741
139742
139743
139744
139745
139746
139747
139748
139749
139750
139751
139752
139753
139754
139755
139756
139757
139758
139759
139760
139761
139762
139763
139764
139765
139766
139767
139768
139769
139770
139771
139772
139773
139774
139775
139776
139777
139778
139779
139780
139781
139782
139783
139784
139785
139786
139787
139788
139789
139790
139791
139792
139793
139794
139795
139796
139797
139798
139799
139800
139801
139802
139803
139804
139805
139806
139807
139808
139809
139810
139811
139812
139813
139814
139815
139816
139817
139818
139819
139820
139821
139822
139823
139824
139825
139826
139827
139828
139829
139830
139831
139832
139833
139834
139835
139836
139837
139838
139839
139840
139841
139842
139843
139844
139845
139846
139847
139848
139849
139850
139851
139852
139853
139854
139855
139856
139857
139858
139859
139860
139861
139862
139863
139864
139865
139866
139867
139868
139869
139870
139871
139872
139873
139874
139875
139876
139877
139878
139879
139880
139881
139882
139883
139884
139885
139886
139887
139888
139889
139890
139891
139892
139893
139894
139895
139896
139897
139898
139899
139900
139901
139902
139903
139904
139905
139906
139907
139908
139909
139910
139911
139912
139913
139914
139915
139916
139917
139918
139919
139920
139921
139922
139923
139924
139925
139926
139927
139928
139929
139930
139931
139932
139933
139934
139935
139936
139937
139938
139939
139940
139941
139942
139943
139944
139945
139946
139947
139948
139949
139950
139951
139952
139953
139954
139955
139956
139957
139958
139959
139960
139961
139962
139963
139964
139965
139966
139967
139968
139969
139970
139971
139972
139973
139974
139975
139976
139977
139978
139979
139980
139981
139982
139983
139984
139985
139986
139987
139988
139989
139990
139991
139992
139993
139994
139995
139996
139997
139998
139999
140000
          <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_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.193</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_534e6da4-eb12-422b-908a-c26db52d7e60">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_46e0b8fa-471d-4363-8515-a11f98ca2e01">
              <gml:surfaceMember xlink:href="#Srf_e8125471-8f52-460f-9ae1-3849a44a85d6"/>
              <gml:surfaceMember xlink:href="#Srf_8ca22f31-5a37-4019-9799-0e77130b5d37"/>
              <gml:surfaceMember xlink:href="#Srf_c78fd21e-3ceb-4391-a424-66fd347bcb88"/>
              <gml:surfaceMember xlink:href="#Srf_5d15a392-188c-4e0f-bae3-cb745feb649e"/>
              <gml:surfaceMember xlink:href="#Srf_11c48893-2205-4bd0-aff6-77a87cadeb0b"/>
              <gml:surfaceMember xlink:href="#Srf_4257ae9b-0725-4daa-87b0-058068dc4756"/>
              <gml:surfaceMember xlink:href="#Srf_c3c354d7-8776-4845-be23-46670bd08819"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_9a062021-62eb-4e49-afe0-8bdbc6cd11cb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0d0f51b9-9986-401c-bff1-3c60d973308d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5d15a392-188c-4e0f-bae3-cb745feb649e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5d15a392-188c-4e0f-bae3-cb745feb649e_0_">
                      <gml:posList srsDimension="3">511085.430 5417347.320 270.325 511082.920 5417347.600 270.193 511082.270 5417341.740 270.691 511085.760 5417341.360 270.875 511086.410 5417347.210 270.377 511085.430 5417347.320 270.325</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_c06c400a-8004-4c70-92d2-831e46ece8b0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a07844e3-99e0-475f-abee-fd4237598686">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c3c354d7-8776-4845-be23-46670bd08819">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c3c354d7-8776-4845-be23-46670bd08819_0_">
                      <gml:posList srsDimension="3">511082.270 5417341.740 267.682 511085.760 5417341.360 267.682 511085.760 5417341.360 270.875 511082.270 5417341.740 270.691 511082.270 5417341.740 267.682</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_3807ab6c-da1e-4e0d-97dd-d16d6dc716ed">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_87bd598b-1ad6-4a27-9ed0-aaf8124bc115">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_11c48893-2205-4bd0-aff6-77a87cadeb0b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_11c48893-2205-4bd0-aff6-77a87cadeb0b_0_">
                      <gml:posList srsDimension="3">511086.410 5417347.210 270.377 511085.760 5417341.360 270.875 511085.760 5417341.360 267.682 511086.410 5417347.210 267.682 511086.410 5417347.210 270.377</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_1e219aff-bf64-4752-aa3c-dfc3460116ac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_16c37a2e-6943-4ef3-bb46-fc31b11322e5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e8125471-8f52-460f-9ae1-3849a44a85d6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e8125471-8f52-460f-9ae1-3849a44a85d6_0_">
                      <gml:posList srsDimension="3">511082.920 5417347.600 267.682 511085.430 5417347.320 267.682 511086.410 5417347.210 267.682 511085.760 5417341.360 267.682 511082.270 5417341.740 267.682 511082.920 5417347.600 267.682</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a7ab0d81-e523-4a7a-9f21-d3e09256f52e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d97ec9f7-008b-4e79-9867-15423793e2e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c78fd21e-3ceb-4391-a424-66fd347bcb88">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c78fd21e-3ceb-4391-a424-66fd347bcb88_0_">
                      <gml:posList srsDimension="3">511086.410 5417347.210 267.682 511085.430 5417347.320 267.682 511085.430 5417347.320 270.325 511086.410 5417347.210 270.377 511086.410 5417347.210 267.682</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_28279204-8a89-44db-9dfd-e121d31a5b6b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cb11854e-def4-42c5-853d-62c130c51b6a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8ca22f31-5a37-4019-9799-0e77130b5d37">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8ca22f31-5a37-4019-9799-0e77130b5d37_0_">
                      <gml:posList srsDimension="3">511085.430 5417347.320 267.682 511082.920 5417347.600 267.682 511082.920 5417347.600 270.193 511085.430 5417347.320 270.325 511085.430 5417347.320 267.682</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_839bf4a3-161e-47f3-9bca-dc90bdce921d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_61dd29a9-41b7-4811-bb45-6eaa26480f1c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4257ae9b-0725-4daa-87b0-058068dc4756">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4257ae9b-0725-4daa-87b0-058068dc4756_0_">
                      <gml:posList srsDimension="3">511082.270 5417341.740 270.691 511082.920 5417347.600 270.193 511082.920 5417347.600 267.682 511082.270 5417341.740 267.682 511082.270 5417341.740 270.691</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1993</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMH">
      <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>DEBWL0010000ZZMH</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.738</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_fe0a93f0-91c2-4118-aff0-ae50062ffff1">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b6352957-714d-4f1f-a577-dd4dd41364cc">
              <gml:surfaceMember xlink:href="#Srf_96cede65-6afd-4f04-85b6-da4fec2f18e5"/>
              <gml:surfaceMember xlink:href="#Srf_a5d35a9a-3245-4359-a2be-e2a517228863"/>
              <gml:surfaceMember xlink:href="#Srf_97a37ede-412d-4da8-a9f3-7a8c27fb80ee"/>
              <gml:surfaceMember xlink:href="#Srf_1670c674-f122-47ab-aaf7-d72ec78b8cf4"/>
              <gml:surfaceMember xlink:href="#Srf_dfffd31a-a35f-44f1-b233-ba6c0df33d4d"/>
              <gml:surfaceMember xlink:href="#Srf_ec1a3898-6a83-4e55-9bfd-abb38d83ab5b"/>
              <gml:surfaceMember xlink:href="#Srf_f9d5c7be-c092-46d0-a25b-2e916d1e2f65"/>
              <gml:surfaceMember xlink:href="#Srf_db7163aa-bd6c-4488-95b3-8ccd99408e6d"/>
              <gml:surfaceMember xlink:href="#Srf_c83971e4-e3d0-478f-8816-04e45e4e78aa"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_68906d33-c684-4ad5-afd8-0ef02e8b873b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_54766be1-c601-4405-b5ba-ea8059b9af91">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_db7163aa-bd6c-4488-95b3-8ccd99408e6d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_db7163aa-bd6c-4488-95b3-8ccd99408e6d_0_">
                      <gml:posList srsDimension="3">511182.190 5417347.850 265.377 511186.701 5417347.675 265.377 511186.701 5417347.675 275.115 511182.190 5417347.850 272.045 511182.190 5417347.850 265.377</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_fe805561-e6df-444e-b92e-d3abef406c20">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cfd0c01d-1a9a-4724-9f54-500d615b7858">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ec1a3898-6a83-4e55-9bfd-abb38d83ab5b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ec1a3898-6a83-4e55-9bfd-abb38d83ab5b_0_">
                      <gml:posList srsDimension="3">511191.460 5417354.370 272.016 511191.220 5417347.500 272.020 511191.220 5417347.500 265.377 511191.460 5417354.370 265.377 511191.460 5417354.370 272.016</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_6388424f-acba-4e8e-88b5-ccd4eaaa0ce8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_52388038-b440-4c2a-a787-10f5f9f255c8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_96cede65-6afd-4f04-85b6-da4fec2f18e5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_96cede65-6afd-4f04-85b6-da4fec2f18e5_0_">
                      <gml:posList srsDimension="3">511186.939 5417354.560 275.112 511182.410 5417354.750 272.030 511182.190 5417347.850 272.045 511186.701 5417347.675 275.115 511186.939 5417354.560 275.112</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_90de1e54-95e0-412c-8f45-49c8a53a4cf0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_91b667c6-481c-4aad-9e81-6db60511278d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a5d35a9a-3245-4359-a2be-e2a517228863">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a5d35a9a-3245-4359-a2be-e2a517228863_0_">
                      <gml:posList srsDimension="3">511186.939 5417354.560 275.112 511191.460 5417354.370 272.016 511191.460 5417354.370 265.377 511186.939 5417354.560 265.377 511186.939 5417354.560 275.112</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_18d4e374-ba30-42ce-af4d-7250b050f5c3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57f746a0-0f1e-4882-b6c7-aca3ae0dd4f7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_97a37ede-412d-4da8-a9f3-7a8c27fb80ee">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_97a37ede-412d-4da8-a9f3-7a8c27fb80ee_0_">
                      <gml:posList srsDimension="3">511182.410 5417354.750 265.377 511186.939 5417354.560 265.377 511191.460 5417354.370 265.377 511191.220 5417347.500 265.377 511186.701 5417347.675 265.377 511182.190 5417347.850 265.377 511182.410 5417354.750 265.377</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3d241eac-15b6-46ea-bdb4-0885e444a663">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6343bba8-6c2c-4588-ba75-dadba2cd0ced">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c83971e4-e3d0-478f-8816-04e45e4e78aa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c83971e4-e3d0-478f-8816-04e45e4e78aa_0_">
                      <gml:posList srsDimension="3">511186.939 5417354.560 265.377 511182.410 5417354.750 265.377 511182.410 5417354.750 272.030 511186.939 5417354.560 275.112 511186.939 5417354.560 265.377</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_747aec5b-805b-4e38-9108-857f30449a64">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_829eb464-eed7-40ca-b18f-487c2f0d75ef">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dfffd31a-a35f-44f1-b233-ba6c0df33d4d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dfffd31a-a35f-44f1-b233-ba6c0df33d4d_0_">
                      <gml:posList srsDimension="3">511191.460 5417354.370 272.016 511186.939 5417354.560 275.112 511186.701 5417347.675 275.115 511191.220 5417347.500 272.020 511191.460 5417354.370 272.016</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_1c8ed786-9807-4609-9710-f9d5bbf896d5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d7611d38-1829-4e9a-9df4-8fe789612312">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1670c674-f122-47ab-aaf7-d72ec78b8cf4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1670c674-f122-47ab-aaf7-d72ec78b8cf4_0_">
                      <gml:posList srsDimension="3">511191.220 5417347.500 272.020 511186.701 5417347.675 275.115 511186.701 5417347.675 265.377 511191.220 5417347.500 265.377 511191.220 5417347.500 272.020</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_a1a67963-dcce-4ae2-b944-a0a556233ea5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a34f0fa4-e6c2-4507-b811-a879509d6b60">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f9d5c7be-c092-46d0-a25b-2e916d1e2f65">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f9d5c7be-c092-46d0-a25b-2e916d1e2f65_0_">
                      <gml:posList srsDimension="3">511182.190 5417347.850 272.045 511182.410 5417354.750 272.030 511182.410 5417354.750 265.377 511182.190 5417347.850 265.377 511182.190 5417347.850 272.045</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1920</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMn">
      <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>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_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.752</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_e5bb00af-3b47-424b-8291-f17f1fc5b009">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1a952c7b-b682-4ab8-9d63-0df3bd7cd783">
              <gml:surfaceMember xlink:href="#Srf_7ce55f60-6dac-41dd-8428-34a1e2178ecb"/>
              <gml:surfaceMember xlink:href="#Srf_411551a3-4d46-4623-a489-e542ec646ac2"/>
              <gml:surfaceMember xlink:href="#Srf_ecd83721-b555-469c-8631-cba77e823cd5"/>
              <gml:surfaceMember xlink:href="#Srf_3d52bc2e-80c0-4855-80cf-2880bd93b1e0"/>
              <gml:surfaceMember xlink:href="#Srf_874510c2-901b-4cb5-a1e2-e7ad6da02532"/>
              <gml:surfaceMember xlink:href="#Srf_aa0684eb-eb2a-4dd6-8a68-561ed7087998"/>
              <gml:surfaceMember xlink:href="#Srf_414bc456-d414-4643-821d-0dc2872c2909"/>
              <gml:surfaceMember xlink:href="#Srf_45edbbe0-e18a-4620-ae7d-43778b21f1c4"/>
              <gml:surfaceMember xlink:href="#Srf_c4fa87b7-d416-4bc6-a2b1-c36f9fac016a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_cfeed3f0-d322-4791-9e89-cf19b2ca69c0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_790eb96e-1a87-4a98-961c-d47062d36915">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3d52bc2e-80c0-4855-80cf-2880bd93b1e0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3d52bc2e-80c0-4855-80cf-2880bd93b1e0_0_">
                      <gml:posList srsDimension="3">511089.760 5417348.260 267.520 511085.470 5417348.410 267.520 511085.470 5417348.410 270.840 511089.760 5417348.260 270.842 511089.760 5417348.260 267.520</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_9c5137bb-945a-454b-9f96-15c31c82c865">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d0619cbf-9a31-45f2-9716-20144e5412b6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa0684eb-eb2a-4dd6-8a68-561ed7087998">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa0684eb-eb2a-4dd6-8a68-561ed7087998_0_">
                      <gml:posList srsDimension="3">511089.560 5417342.300 271.203 511089.480 5417341.150 271.273 511089.480 5417341.150 267.520 511089.560 5417342.300 267.520 511089.560 5417342.300 271.203</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_e68cdaf5-aeae-4640-8b94-ad3ac018caab">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b0d4d2e-62bd-469a-8827-e1c4fdd88301">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_874510c2-901b-4cb5-a1e2-e7ad6da02532">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_874510c2-901b-4cb5-a1e2-e7ad6da02532_0_">
                      <gml:posList srsDimension="3">511085.470 5417348.410 270.840 511085.470 5417348.410 267.520 511085.430 5417347.320 267.520 511085.430 5417347.320 270.906 511085.470 5417348.410 270.840</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_80cf5b8b-ea1d-4d56-9c2e-f6882e5f2d26">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a3f55fd-dd0d-45f4-9a4b-dce5e608cb85">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_414bc456-d414-4643-821d-0dc2872c2909">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_414bc456-d414-4643-821d-0dc2872c2909_0_">
                      <gml:posList srsDimension="3">511089.760 5417348.260 270.842 511089.560 5417342.300 271.203 511089.560 5417342.300 267.520 511089.760 5417348.260 267.520 511089.760 5417348.260 270.842</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_db994892-f730-41a8-9a28-1f7f35d1011b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_df217d95-68b0-4efe-a6ce-cc6a332b1c4a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c4fa87b7-d416-4bc6-a2b1-c36f9fac016a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c4fa87b7-d416-4bc6-a2b1-c36f9fac016a_0_">
                      <gml:posList srsDimension="3">511085.430 5417347.320 267.520 511086.410 5417347.210 267.520 511086.410 5417347.210 270.911 511085.430 5417347.320 270.906 511085.430 5417347.320 267.520</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_fb9123c5-8c60-4d08-ac21-0026a79ddb9d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f3258cd3-9b97-485d-b4d2-482ee73d7c5b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ecd83721-b555-469c-8631-cba77e823cd5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ecd83721-b555-469c-8631-cba77e823cd5_0_">
                      <gml:posList srsDimension="3">511086.410 5417347.210 267.520 511085.430 5417347.320 267.520 511085.470 5417348.410 267.520 511089.760 5417348.260 267.520 511089.560 5417342.300 267.520 511089.480 5417341.150 267.520 511085.760 5417341.360 267.520 511086.410 5417347.210 267.520</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_27af2002-0406-478c-8063-cabd3aa43588">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_293f7d8b-4243-47ed-9d39-41cf8ea0fcc6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ce55f60-6dac-41dd-8428-34a1e2178ecb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ce55f60-6dac-41dd-8428-34a1e2178ecb_0_">
                      <gml:posList srsDimension="3">511085.760 5417341.360 271.266 511086.410 5417347.210 270.911 511086.410 5417347.210 267.520 511085.760 5417341.360 267.520 511085.760 5417341.360 271.266</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_46c67b95-0823-4387-b4a7-f865395c3143">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_73bece23-808c-46aa-8dfb-f80f9e221633">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_411551a3-4d46-4623-a489-e542ec646ac2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_411551a3-4d46-4623-a489-e542ec646ac2_0_">
                      <gml:posList srsDimension="3">511085.430 5417347.320 270.906 511086.410 5417347.210 270.911 511085.760 5417341.360 271.266 511089.480 5417341.150 271.273 511089.560 5417342.300 271.203 511089.760 5417348.260 270.842 511085.470 5417348.410 270.840 511085.430 5417347.320 270.906</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_1cb2edca-4620-436c-af21-0e950ee3cab1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_df047cd3-bf02-47cd-af66-07dba58d985c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_45edbbe0-e18a-4620-ae7d-43778b21f1c4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_45edbbe0-e18a-4620-ae7d-43778b21f1c4_0_">
                      <gml:posList srsDimension="3">511085.760 5417341.360 267.520 511089.480 5417341.150 267.520 511089.480 5417341.150 271.273 511085.760 5417341.360 271.266 511085.760 5417341.360 267.520</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1939</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_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_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.842</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_6d1a0fb2-8a43-4c7d-8c22-54d99c453dea">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_0ead6d69-49fe-4766-9e6b-aa022e904dcb">
              <gml:surfaceMember xlink:href="#Srf_e5fdab86-4fd3-4835-87c9-d51c3bd9ec35"/>
              <gml:surfaceMember xlink:href="#Srf_4588076a-80ed-44fd-817e-9e6ee30d1dfb"/>
              <gml:surfaceMember xlink:href="#Srf_a876be30-b288-4c88-b5f0-81a455b81564"/>
              <gml:surfaceMember xlink:href="#Srf_01375a9a-18cf-4528-bf62-1ab5218f697e"/>
              <gml:surfaceMember xlink:href="#Srf_e317efb9-d250-46db-9f8e-28c0ce6fd56a"/>
              <gml:surfaceMember xlink:href="#Srf_d0694bda-d6ad-4167-9e2c-e94dc57648eb"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_50e60a06-633f-4ed6-8a90-5c02006d6d87">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8f522135-e409-4cdf-ad88-f9723d1794c0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a876be30-b288-4c88-b5f0-81a455b81564">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a876be30-b288-4c88-b5f0-81a455b81564_0_">
                      <gml:posList srsDimension="3">511045.640 5417341.190 267.539 511042.310 5417341.290 267.539 511042.480 5417346.810 267.539 511045.810 5417346.710 267.539 511045.640 5417341.190 267.539</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b1cfc756-7dec-4993-89ed-67796a20e2d3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_97cc9072-2607-4052-8d8b-b10283338406">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d0694bda-d6ad-4167-9e2c-e94dc57648eb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d0694bda-d6ad-4167-9e2c-e94dc57648eb_0_">
                      <gml:posList srsDimension="3">511045.810 5417346.710 270.014 511045.640 5417341.190 270.378 511045.640 5417341.190 267.539 511045.810 5417346.710 267.539 511045.810 5417346.710 270.014</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_32a7aedd-16a6-4b82-a20b-3fdc03177607">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bd7ba2a5-313d-4270-a617-6f2d10303287">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e5fdab86-4fd3-4835-87c9-d51c3bd9ec35">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e5fdab86-4fd3-4835-87c9-d51c3bd9ec35_0_">
                      <gml:posList srsDimension="3">511042.480 5417346.810 270.016 511045.810 5417346.710 270.014 511045.810 5417346.710 267.539 511042.480 5417346.810 267.539 511042.480 5417346.810 270.016</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_8861ebe7-1803-49a8-b1bb-22210311a1d9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4042a8f8-a200-4715-a1eb-d385c44885ab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_01375a9a-18cf-4528-bf62-1ab5218f697e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_01375a9a-18cf-4528-bf62-1ab5218f697e_0_">
                      <gml:posList srsDimension="3">511042.310 5417341.290 270.380 511042.480 5417346.810 270.016 511042.480 5417346.810 267.539 511042.310 5417341.290 267.539 511042.310 5417341.290 270.380</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_2f67bfbd-6da5-4bc9-b90d-3199f82cf678">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1e5f6bf4-f8f5-4d95-9c92-579fa084638e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4588076a-80ed-44fd-817e-9e6ee30d1dfb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4588076a-80ed-44fd-817e-9e6ee30d1dfb_0_">
                      <gml:posList srsDimension="3">511045.640 5417341.190 270.378 511042.310 5417341.290 270.380 511042.310 5417341.290 267.539 511045.640 5417341.190 267.539 511045.640 5417341.190 270.378</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_f3267168-40bf-4cd6-bc8f-c5b529879c6f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_513deafc-9779-43de-a017-fa16104eb0f9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e317efb9-d250-46db-9f8e-28c0ce6fd56a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e317efb9-d250-46db-9f8e-28c0ce6fd56a_0_">
                      <gml:posList srsDimension="3">511042.310 5417341.290 270.380 511045.640 5417341.190 270.378 511045.810 5417346.710 270.014 511042.480 5417346.810 270.016 511042.310 5417341.290 270.380</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2012</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMl">
      <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>DEBWL0010000ZZMl</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.778</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_25fe388a-ca49-41c7-ae17-243e89a3c324">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_e12273aa-7795-45cc-9fd8-7bdc0ae8deff">
              <gml:surfaceMember xlink:href="#Srf_4b742b26-1e21-4c10-adf8-0556a2e8ac06"/>
              <gml:surfaceMember xlink:href="#Srf_42e82004-ae18-4f61-9667-9ed6698226c3"/>
              <gml:surfaceMember xlink:href="#Srf_dc958b23-4ea9-4be3-87a2-bf4d47d78175"/>
              <gml:surfaceMember xlink:href="#Srf_ab8f75b1-d4ef-45d1-a926-f5f5f2b2280b"/>
              <gml:surfaceMember xlink:href="#Srf_aa5d840b-0f49-4836-bba3-dc2dba90a3ad"/>
              <gml:surfaceMember xlink:href="#Srf_a3ad27c7-a7f4-4c89-92d7-2a8cf5c9aff6"/>
              <gml:surfaceMember xlink:href="#Srf_9b38fc84-7293-401d-b7b9-c0a56e5e43e3"/>
              <gml:surfaceMember xlink:href="#Srf_c948ae2a-4bde-44d3-85ac-c4feff9d7a38"/>
              <gml:surfaceMember xlink:href="#Srf_bba74913-6028-4f23-9bde-244780ea6dbe"/>
              <gml:surfaceMember xlink:href="#Srf_02431cf8-3a1b-4f58-bcbe-c0747be5452a"/>
              <gml:surfaceMember xlink:href="#Srf_09630704-dbaa-4355-95a9-9b9590ea4352"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_28e4018b-9900-4529-acbb-a5c0f52de7f0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a83763ab-0446-4e94-8d02-a270224923ad">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a3ad27c7-a7f4-4c89-92d7-2a8cf5c9aff6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a3ad27c7-a7f4-4c89-92d7-2a8cf5c9aff6_0_">
                      <gml:posList srsDimension="3">511079.700 5417344.560 266.791 511080.090 5417347.940 266.791 511080.090 5417347.940 277.124 511079.700 5417344.560 274.909 511079.700 5417344.560 266.791</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_204d4f5d-43cd-4130-af87-26af59f9b49d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bb4dbf45-28d2-4d86-bca0-52033966ad81">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4b742b26-1e21-4c10-adf8-0556a2e8ac06">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4b742b26-1e21-4c10-adf8-0556a2e8ac06_0_">
                      <gml:posList srsDimension="3">511070.303 5417349.781 266.791 511069.820 5417345.710 266.791 511069.820 5417345.710 274.890 511070.303 5417349.781 277.560 511070.303 5417349.781 266.791</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_a6da73a6-62dc-4e41-afdd-24187802bbd4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_35715f6e-0c1c-4531-aedf-d64372de3df4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_02431cf8-3a1b-4f58-bcbe-c0747be5452a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_02431cf8-3a1b-4f58-bcbe-c0747be5452a_0_">
                      <gml:posList srsDimension="3">511080.090 5417347.940 266.791 511080.170 5417348.619 266.791 511080.170 5417348.619 277.569 511080.090 5417347.940 277.124 511080.090 5417347.940 266.791</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_3bf0ac50-271f-431c-ad7d-dda63d3b2ad7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cfe7ff11-f63b-4734-9e2a-23e169f66952">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ab8f75b1-d4ef-45d1-a926-f5f5f2b2280b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ab8f75b1-d4ef-45d1-a926-f5f5f2b2280b_0_">
                      <gml:posList srsDimension="3">511069.820 5417345.710 266.791 511079.570 5417344.580 266.791 511079.570 5417344.580 274.911 511069.820 5417345.710 274.890 511069.820 5417345.710 266.791</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_5cbb9840-8441-4723-b01e-6f8812fe4e25">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_93ca9cab-8a46-48a5-9c5b-7e2ea19a0dbe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c948ae2a-4bde-44d3-85ac-c4feff9d7a38">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c948ae2a-4bde-44d3-85ac-c4feff9d7a38_0_">
                      <gml:posList srsDimension="3">511070.303 5417349.781 277.560 511069.820 5417345.710 274.890 511079.570 5417344.580 274.911 511079.700 5417344.560 274.909 511080.090 5417347.940 277.124 511080.170 5417348.619 277.569 511070.303 5417349.781 277.560</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_56940e4a-608e-40ff-beb6-ea551cf938ad">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c17123e2-b59b-441a-9bb0-ff4e5645ce2c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dc958b23-4ea9-4be3-87a2-bf4d47d78175">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dc958b23-4ea9-4be3-87a2-bf4d47d78175_0_">
                      <gml:posList srsDimension="3">511069.820 5417345.710 266.791 511070.303 5417349.781 266.791 511070.950 5417355.240 266.791 511080.810 5417354.080 266.791 511080.170 5417348.619 266.791 511080.090 5417347.940 266.791 511079.700 5417344.560 266.791 511079.570 5417344.580 266.791 511069.820 5417345.710 266.791</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b3be0c3f-3ed6-42b7-b42d-2147c9081ec4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_821c3db3-1a6a-41fe-98e1-d88274c47bb0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_42e82004-ae18-4f61-9667-9ed6698226c3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_42e82004-ae18-4f61-9667-9ed6698226c3_0_">
                      <gml:posList srsDimension="3">511080.810 5417354.080 274.051 511080.170 5417348.619 277.569 511080.170 5417348.619 266.791 511080.810 5417354.080 266.791 511080.810 5417354.080 274.051</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_b3d4d769-9287-4af3-a05f-e60aadf51171">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1e30b42c-f473-404e-8d1a-4fa38c9ce842">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9b38fc84-7293-401d-b7b9-c0a56e5e43e3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9b38fc84-7293-401d-b7b9-c0a56e5e43e3_0_">
                      <gml:posList srsDimension="3">511080.810 5417354.080 266.791 511070.950 5417355.240 266.791 511070.950 5417355.240 274.042 511080.810 5417354.080 274.051 511080.810 5417354.080 266.791</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_ff44fedb-fb2d-458c-8f87-4d2298e79697">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_24cda39c-ba26-4f51-af81-e40a10442029">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa5d840b-0f49-4836-bba3-dc2dba90a3ad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa5d840b-0f49-4836-bba3-dc2dba90a3ad_0_">
                      <gml:posList srsDimension="3">511070.950 5417355.240 274.042 511070.303 5417349.781 277.560 511080.170 5417348.619 277.569 511080.810 5417354.080 274.051 511070.950 5417355.240 274.042</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_fe58ab2d-cab0-4578-9683-c3979942a31b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7cf0d84b-7c28-42a2-b195-e516356f2465">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bba74913-6028-4f23-9bde-244780ea6dbe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bba74913-6028-4f23-9bde-244780ea6dbe_0_">
                      <gml:posList srsDimension="3">511070.303 5417349.781 277.560 511070.950 5417355.240 274.042 511070.950 5417355.240 266.791 511070.303 5417349.781 266.791 511070.303 5417349.781 277.560</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_ba2d0c9a-5dd8-4b28-8354-a9d1a4bb00e5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2f8ff68f-e44a-48e4-9c15-8fc1c7c9a2ee">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_09630704-dbaa-4355-95a9-9b9590ea4352">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_09630704-dbaa-4355-95a9-9b9590ea4352_0_">
                      <gml:posList srsDimension="3">511079.700 5417344.560 274.909 511079.570 5417344.580 274.911 511079.570 5417344.580 266.791 511079.700 5417344.560 266.791 511079.700 5417344.560 274.909</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2003</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMm">
      <core:creationDate>2019-01-26</core:creationDate>
For faster browsing, not all history is shown. View entire blame