Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
129001
129002
129003
129004
129005
129006
129007
129008
129009
129010
129011
129012
129013
129014
129015
129016
129017
129018
129019
129020
129021
129022
129023
129024
129025
129026
129027
129028
129029
129030
129031
129032
129033
129034
129035
129036
129037
129038
129039
129040
129041
129042
129043
129044
129045
129046
129047
129048
129049
129050
129051
129052
129053
129054
129055
129056
129057
129058
129059
129060
129061
129062
129063
129064
129065
129066
129067
129068
129069
129070
129071
129072
129073
129074
129075
129076
129077
129078
129079
129080
129081
129082
129083
129084
129085
129086
129087
129088
129089
129090
129091
129092
129093
129094
129095
129096
129097
129098
129099
129100
129101
129102
129103
129104
129105
129106
129107
129108
129109
129110
129111
129112
129113
129114
129115
129116
129117
129118
129119
129120
129121
129122
129123
129124
129125
129126
129127
129128
129129
129130
129131
129132
129133
129134
129135
129136
129137
129138
129139
129140
129141
129142
129143
129144
129145
129146
129147
129148
129149
129150
129151
129152
129153
129154
129155
129156
129157
129158
129159
129160
129161
129162
129163
129164
129165
129166
129167
129168
129169
129170
129171
129172
129173
129174
129175
129176
129177
129178
129179
129180
129181
129182
129183
129184
129185
129186
129187
129188
129189
129190
129191
129192
129193
129194
129195
129196
129197
129198
129199
129200
129201
129202
129203
129204
129205
129206
129207
129208
129209
129210
129211
129212
129213
129214
129215
129216
129217
129218
129219
129220
129221
129222
129223
129224
129225
129226
129227
129228
129229
129230
129231
129232
129233
129234
129235
129236
129237
129238
129239
129240
129241
129242
129243
129244
129245
129246
129247
129248
129249
129250
129251
129252
129253
129254
129255
129256
129257
129258
129259
129260
129261
129262
129263
129264
129265
129266
129267
129268
129269
129270
129271
129272
129273
129274
129275
129276
129277
129278
129279
129280
129281
129282
129283
129284
129285
129286
129287
129288
129289
129290
129291
129292
129293
129294
129295
129296
129297
129298
129299
129300
129301
129302
129303
129304
129305
129306
129307
129308
129309
129310
129311
129312
129313
129314
129315
129316
129317
129318
129319
129320
129321
129322
129323
129324
129325
129326
129327
129328
129329
129330
129331
129332
129333
129334
129335
129336
129337
129338
129339
129340
129341
129342
129343
129344
129345
129346
129347
129348
129349
129350
129351
129352
129353
129354
129355
129356
129357
129358
129359
129360
129361
129362
129363
129364
129365
129366
129367
129368
129369
129370
129371
129372
129373
129374
129375
129376
129377
129378
129379
129380
129381
129382
129383
129384
129385
129386
129387
129388
129389
129390
129391
129392
129393
129394
129395
129396
129397
129398
129399
129400
129401
129402
129403
129404
129405
129406
129407
129408
129409
129410
129411
129412
129413
129414
129415
129416
129417
129418
129419
129420
129421
129422
129423
129424
129425
129426
129427
129428
129429
129430
129431
129432
129433
129434
129435
129436
129437
129438
129439
129440
129441
129442
129443
129444
129445
129446
129447
129448
129449
129450
129451
129452
129453
129454
129455
129456
129457
129458
129459
129460
129461
129462
129463
129464
129465
129466
129467
129468
129469
129470
129471
129472
129473
129474
129475
129476
129477
129478
129479
129480
129481
129482
129483
129484
129485
129486
129487
129488
129489
129490
129491
129492
129493
129494
129495
129496
129497
129498
129499
129500
129501
129502
129503
129504
129505
129506
129507
129508
129509
129510
129511
129512
129513
129514
129515
129516
129517
129518
129519
129520
129521
129522
129523
129524
129525
129526
129527
129528
129529
129530
129531
129532
129533
129534
129535
129536
129537
129538
129539
129540
129541
129542
129543
129544
129545
129546
129547
129548
129549
129550
129551
129552
129553
129554
129555
129556
129557
129558
129559
129560
129561
129562
129563
129564
129565
129566
129567
129568
129569
129570
129571
129572
129573
129574
129575
129576
129577
129578
129579
129580
129581
129582
129583
129584
129585
129586
129587
129588
129589
129590
129591
129592
129593
129594
129595
129596
129597
129598
129599
129600
129601
129602
129603
129604
129605
129606
129607
129608
129609
129610
129611
129612
129613
129614
129615
129616
129617
129618
129619
129620
129621
129622
129623
129624
129625
129626
129627
129628
129629
129630
129631
129632
129633
129634
129635
129636
129637
129638
129639
129640
129641
129642
129643
129644
129645
129646
129647
129648
129649
129650
129651
129652
129653
129654
129655
129656
129657
129658
129659
129660
129661
129662
129663
129664
129665
129666
129667
129668
129669
129670
129671
129672
129673
129674
129675
129676
129677
129678
129679
129680
129681
129682
129683
129684
129685
129686
129687
129688
129689
129690
129691
129692
129693
129694
129695
129696
129697
129698
129699
129700
129701
129702
129703
129704
129705
129706
129707
129708
129709
129710
129711
129712
129713
129714
129715
129716
129717
129718
129719
129720
129721
129722
129723
129724
129725
129726
129727
129728
129729
129730
129731
129732
129733
129734
129735
129736
129737
129738
129739
129740
129741
129742
129743
129744
129745
129746
129747
129748
129749
129750
129751
129752
129753
129754
129755
129756
129757
129758
129759
129760
129761
129762
129763
129764
129765
129766
129767
129768
129769
129770
129771
129772
129773
129774
129775
129776
129777
129778
129779
129780
129781
129782
129783
129784
129785
129786
129787
129788
129789
129790
129791
129792
129793
129794
129795
129796
129797
129798
129799
129800
129801
129802
129803
129804
129805
129806
129807
129808
129809
129810
129811
129812
129813
129814
129815
129816
129817
129818
129819
129820
129821
129822
129823
129824
129825
129826
129827
129828
129829
129830
129831
129832
129833
129834
129835
129836
129837
129838
129839
129840
129841
129842
129843
129844
129845
129846
129847
129848
129849
129850
129851
129852
129853
129854
129855
129856
129857
129858
129859
129860
129861
129862
129863
129864
129865
129866
129867
129868
129869
129870
129871
129872
129873
129874
129875
129876
129877
129878
129879
129880
129881
129882
129883
129884
129885
129886
129887
129888
129889
129890
129891
129892
129893
129894
129895
129896
129897
129898
129899
129900
129901
129902
129903
129904
129905
129906
129907
129908
129909
129910
129911
129912
129913
129914
129915
129916
129917
129918
129919
129920
129921
129922
129923
129924
129925
129926
129927
129928
129929
129930
129931
129932
129933
129934
129935
129936
129937
129938
129939
129940
129941
129942
129943
129944
129945
129946
129947
129948
129949
129950
129951
129952
129953
129954
129955
129956
129957
129958
129959
129960
129961
129962
129963
129964
129965
129966
129967
129968
129969
129970
129971
129972
129973
129974
129975
129976
129977
129978
129979
129980
129981
129982
129983
129984
129985
129986
129987
129988
129989
129990
129991
129992
129993
129994
129995
129996
129997
129998
129999
130000
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eeba8ef3-783a-4245-a7b2-c5cb36f413fb_0_">
                      <gml:posList srsDimension="3">510783.050 5417367.250 267.174 510791.990 5417367.630 267.174 510791.990 5417367.630 270.504 510783.050 5417367.250 270.465 510783.050 5417367.250 267.174</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_3c654e41-7286-4e89-ac5d-5b70c010995d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e1d97b68-f8b0-459b-9dad-b10d3a798be1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3ca01885-7fd7-4ce5-94da-741e010ffbfa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3ca01885-7fd7-4ce5-94da-741e010ffbfa_0_">
                      <gml:posList srsDimension="3">510791.889 5417369.946 272.996 510791.990 5417367.630 270.504 510791.990 5417367.630 267.174 510791.889 5417369.946 267.174 510791.889 5417369.946 272.996</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_1ea09c72-7d0a-4160-92c0-52f7189705fe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_afa2cf02-67e3-4376-92c7-165c374dcc7f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ddf08ee2-c89f-4ad8-ac21-2548c5500b28">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ddf08ee2-c89f-4ad8-ac21-2548c5500b28_0_">
                      <gml:posList srsDimension="3">510791.889 5417369.946 267.174 510791.780 5417372.450 267.174 510791.780 5417372.450 270.296 510791.889 5417369.946 272.996 510791.889 5417369.946 267.174</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_34a97d0b-66e5-4bf9-83f0-68b17cf0479f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_98fad2c8-5896-4daa-9b9b-f529eb408030">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ad7768e6-e2bb-4573-aa1e-044ad7ab2b3c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ad7768e6-e2bb-4573-aa1e-044ad7ab2b3c_0_">
                      <gml:posList srsDimension="3">510782.880 5417372.070 270.521 510791.780 5417372.450 270.296 510791.780 5417372.450 267.174 510782.880 5417372.070 267.174 510782.880 5417372.070 270.521</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_8db629d3-bed7-4536-b443-a5674e3aa384">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d412fb24-b758-4afa-8101-8352dc62fd24">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b2e5c321-ac2a-49c1-b7cd-04733fec4c4d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b2e5c321-ac2a-49c1-b7cd-04733fec4c4d_0_">
                      <gml:posList srsDimension="3">510782.880 5417372.070 267.174 510782.964 5417369.688 267.174 510782.964 5417369.688 273.089 510782.880 5417372.070 270.521 510782.880 5417372.070 267.174</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_975a722d-8384-4056-85a2-23f5281bcc24">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9fb48a56-66d6-4adc-aec8-cceef8855e99">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d67be91b-acde-4d27-8821-ab879fc80062">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d67be91b-acde-4d27-8821-ab879fc80062_0_">
                      <gml:posList srsDimension="3">510782.964 5417369.688 267.174 510782.880 5417372.070 267.174 510791.780 5417372.450 267.174 510791.889 5417369.946 267.174 510791.990 5417367.630 267.174 510783.050 5417367.250 267.174 510782.964 5417369.688 267.174</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_db167df2-9110-42b1-a76b-37ffac0c012c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_45c02a46-98ef-4f71-b1ab-76ef30806f4d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_beefb410-304f-45b0-a1bf-5f95d93f9ea8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_beefb410-304f-45b0-a1bf-5f95d93f9ea8_0_">
                      <gml:posList srsDimension="3">510782.880 5417372.070 270.521 510782.964 5417369.688 273.089 510791.889 5417369.946 272.996 510791.780 5417372.450 270.296 510782.880 5417372.070 270.521</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1995</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLw">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZLw</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.120</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_f0d3a3b5-ca46-4193-a481-3b904168cd0d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_873f2755-6066-42fd-ad44-e66295c1cea5">
              <gml:surfaceMember xlink:href="#Srf_bef81d73-42db-4d29-aaed-c04a6f0da72a"/>
              <gml:surfaceMember xlink:href="#Srf_c1df0dbd-a6c7-4447-ba04-685507216c35"/>
              <gml:surfaceMember xlink:href="#Srf_28d908be-f8ee-4b5b-b10e-c7d618ce9240"/>
              <gml:surfaceMember xlink:href="#Srf_94d30896-8027-4b89-ada9-1c1e63e7dc27"/>
              <gml:surfaceMember xlink:href="#Srf_2615c351-cd54-4aea-bc61-bc52a466046f"/>
              <gml:surfaceMember xlink:href="#Srf_385199cd-1fb9-4f6a-85db-ae91a663fab5"/>
              <gml:surfaceMember xlink:href="#Srf_ca1d8e22-1d1e-4740-aa50-d681522a6e16"/>
              <gml:surfaceMember xlink:href="#Srf_3d6f0afa-a849-4c05-830f-43d5eeccb0f9"/>
              <gml:surfaceMember xlink:href="#Srf_fca60f97-6125-4158-8830-ff8c36423c0a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f4e28d7a-8ed1-4e59-84ed-2b9ebe998cfb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4646e2f4-d322-4ba5-972a-bdf78341b911">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_28d908be-f8ee-4b5b-b10e-c7d618ce9240">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_28d908be-f8ee-4b5b-b10e-c7d618ce9240_0_">
                      <gml:posList srsDimension="3">510768.805 5417339.112 272.207 510764.320 5417338.990 272.207 510764.320 5417338.990 276.653 510768.805 5417339.112 282.324 510768.805 5417339.112 272.207</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_8c2e7544-61f7-4d2c-ac1f-a30db57aeedc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_17d5f246-cbdd-4e25-91bf-568c17e06329">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_385199cd-1fb9-4f6a-85db-ae91a663fab5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_385199cd-1fb9-4f6a-85db-ae91a663fab5_0_">
                      <gml:posList srsDimension="3">510764.570 5417329.950 276.619 510764.320 5417338.990 276.653 510764.320 5417338.990 272.207 510764.570 5417329.950 272.207 510764.570 5417329.950 276.619</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_1b98d902-bb15-47fb-82c3-690f7aa42a0f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13ba259a-fcab-4ee2-8bee-fdae61496283">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ca1d8e22-1d1e-4740-aa50-d681522a6e16">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ca1d8e22-1d1e-4740-aa50-d681522a6e16_0_">
                      <gml:posList srsDimension="3">510764.320 5417338.990 272.207 510768.805 5417339.112 272.207 510773.170 5417339.230 272.207 510773.450 5417330.220 272.207 510769.084 5417330.087 272.207 510764.570 5417329.950 272.207 510764.320 5417338.990 272.207</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_b9e04a48-ae00-4172-853a-c6c16f1c4de5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a26e68a1-332d-46cd-a9cf-d52969f4ce0c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_94d30896-8027-4b89-ada9-1c1e63e7dc27">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_94d30896-8027-4b89-ada9-1c1e63e7dc27_0_">
                      <gml:posList srsDimension="3">510768.805 5417339.112 282.324 510764.320 5417338.990 276.653 510764.570 5417329.950 276.619 510769.084 5417330.087 282.327 510768.805 5417339.112 282.324</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_8fc6b3ce-7556-482a-87e8-3c24cb311365">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_efe12e94-e961-4834-a77e-9e43abed1fac">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3d6f0afa-a849-4c05-830f-43d5eeccb0f9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3d6f0afa-a849-4c05-830f-43d5eeccb0f9_0_">
                      <gml:posList srsDimension="3">510773.450 5417330.220 276.710 510773.170 5417339.230 276.709 510768.805 5417339.112 282.324 510769.084 5417330.087 282.327 510773.450 5417330.220 276.710</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_4a230e6d-ac75-4231-ba2e-0a67b02ac1df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d78bd551-b65c-4660-be84-8b2af1c540f7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bef81d73-42db-4d29-aaed-c04a6f0da72a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bef81d73-42db-4d29-aaed-c04a6f0da72a_0_">
                      <gml:posList srsDimension="3">510764.570 5417329.950 272.207 510769.084 5417330.087 272.207 510769.084 5417330.087 282.327 510764.570 5417329.950 276.619 510764.570 5417329.950 272.207</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_3fa0c456-6224-4788-b702-17c3440aceaa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b64644cc-ef17-45dc-aeb8-7a48ac54b584">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c1df0dbd-a6c7-4447-ba04-685507216c35">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c1df0dbd-a6c7-4447-ba04-685507216c35_0_">
                      <gml:posList srsDimension="3">510773.450 5417330.220 276.710 510769.084 5417330.087 282.327 510769.084 5417330.087 272.207 510773.450 5417330.220 272.207 510773.450 5417330.220 276.710</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_3f1384cc-5e80-4aa4-8ec7-b61caeaba1dc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9b7e22d7-1f9e-4e1a-b825-3481537174e0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2615c351-cd54-4aea-bc61-bc52a466046f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2615c351-cd54-4aea-bc61-bc52a466046f_0_">
                      <gml:posList srsDimension="3">510773.450 5417330.220 272.207 510773.170 5417339.230 272.207 510773.170 5417339.230 276.709 510773.450 5417330.220 276.710 510773.450 5417330.220 272.207</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_31f25b15-381d-4685-b8be-eaf232881617">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a2295296-6985-47fe-b657-f75f75c62d47">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fca60f97-6125-4158-8830-ff8c36423c0a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fca60f97-6125-4158-8830-ff8c36423c0a_0_">
                      <gml:posList srsDimension="3">510768.805 5417339.112 282.324 510773.170 5417339.230 276.709 510773.170 5417339.230 272.207 510768.805 5417339.112 272.207 510768.805 5417339.112 282.324</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1902</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLx">
      <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>DEBWL0010000ZZLx</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_2723</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">7.099</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_79cd41f7-51a7-4402-99fd-68342a8df6c9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b01a5e5c-4ae8-49bb-a046-46189fc9c467">
              <gml:surfaceMember xlink:href="#Srf_771aaa91-f5a0-4d2c-bd53-8bfb89c56b3c"/>
              <gml:surfaceMember xlink:href="#Srf_6878f2ed-d4d3-43d0-8951-b311be68cccf"/>
              <gml:surfaceMember xlink:href="#Srf_a787e849-9974-4f47-b51f-726e14813bd8"/>
              <gml:surfaceMember xlink:href="#Srf_1ee63c07-16bf-419f-8187-0356508b1a16"/>
              <gml:surfaceMember xlink:href="#Srf_98f22c5e-8407-4b9f-9050-50bc85ebf0b1"/>
              <gml:surfaceMember xlink:href="#Srf_c40171c3-4f40-4723-8a13-1827392ecc96"/>
              <gml:surfaceMember xlink:href="#Srf_dbffead0-cd9d-45f3-bc0f-3256fb800e72"/>
              <gml:surfaceMember xlink:href="#Srf_2a166a57-1a23-4deb-9338-129c5d602665"/>
              <gml:surfaceMember xlink:href="#Srf_10e4c5d7-a311-4f54-a637-a175a8a17b2e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b580d517-9645-413d-8290-6b1ed7d77fb4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5ae68543-f19a-469c-bb38-8bd39264aa90">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_98f22c5e-8407-4b9f-9050-50bc85ebf0b1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_98f22c5e-8407-4b9f-9050-50bc85ebf0b1_0_">
                      <gml:posList srsDimension="3">510773.080 5417345.450 276.739 510773.170 5417339.230 276.564 510773.170 5417339.230 271.465 510773.080 5417345.450 271.465 510773.080 5417345.450 276.739</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_f2880548-11f7-4f31-8a9c-3f6be016ed59">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ccd4dda5-e77b-401a-9c38-370de4b64273">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6878f2ed-d4d3-43d0-8951-b311be68cccf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6878f2ed-d4d3-43d0-8951-b311be68cccf_0_">
                      <gml:posList srsDimension="3">510771.826 5417345.386 278.390 510773.080 5417345.450 276.739 510773.080 5417345.450 271.465 510771.826 5417345.386 271.465 510771.826 5417345.386 278.390</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_fd2dea8a-0d68-4f30-bfda-bded49d9a63c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e59a307-8f97-4246-8e26-ec2795231cda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1ee63c07-16bf-419f-8187-0356508b1a16">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1ee63c07-16bf-419f-8187-0356508b1a16_0_">
                      <gml:posList srsDimension="3">510771.826 5417345.386 271.465 510769.730 5417345.280 271.465 510769.730 5417345.280 276.095 510771.826 5417345.386 278.390 510771.826 5417345.386 271.465</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_81d43860-ab5e-44d6-abba-570c33f82b2d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a6253c7-7cc5-4cb4-b41d-ab176eaf7c41">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_10e4c5d7-a311-4f54-a637-a175a8a17b2e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_10e4c5d7-a311-4f54-a637-a175a8a17b2e_0_">
                      <gml:posList srsDimension="3">510769.730 5417345.280 271.465 510769.830 5417339.180 271.465 510769.830 5417339.180 276.566 510769.730 5417345.280 276.095 510769.730 5417345.280 271.465</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_25db2ee6-c033-4884-8682-ece236a3e1e8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d22a5e05-a845-45a9-96d0-98b8b0c0f7a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c40171c3-4f40-4723-8a13-1827392ecc96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c40171c3-4f40-4723-8a13-1827392ecc96_0_">
                      <gml:posList srsDimension="3">510771.652 5417339.207 271.465 510769.830 5417339.180 271.465 510769.730 5417345.280 271.465 510771.826 5417345.386 271.465 510773.080 5417345.450 271.465 510773.170 5417339.230 271.465 510771.652 5417339.207 271.465</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_f305352d-4a6b-4b7a-b8bd-794a1211d311">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9acd6a33-6b45-4d5f-ba49-9991759227d5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dbffead0-cd9d-45f3-bc0f-3256fb800e72">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dbffead0-cd9d-45f3-bc0f-3256fb800e72_0_">
                      <gml:posList srsDimension="3">510769.830 5417339.180 276.566 510771.652 5417339.207 278.564 510771.826 5417345.386 278.390 510769.730 5417345.280 276.095 510769.830 5417339.180 276.566</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_b5486405-1e95-4b7a-bc71-0f60357ee371">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f5851ec1-2d47-46ef-ad6f-f0b515f74bbd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2a166a57-1a23-4deb-9338-129c5d602665">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2a166a57-1a23-4deb-9338-129c5d602665_0_">
                      <gml:posList srsDimension="3">510773.170 5417339.230 276.564 510773.080 5417345.450 276.739 510771.826 5417345.386 278.390 510771.652 5417339.207 278.564 510773.170 5417339.230 276.564</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_aef179e6-a45f-445e-a6c6-b085e2a18a10">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_798d85f9-5abf-4913-b37f-744a9fb05dd9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a787e849-9974-4f47-b51f-726e14813bd8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a787e849-9974-4f47-b51f-726e14813bd8_0_">
                      <gml:posList srsDimension="3">510769.830 5417339.180 271.465 510771.652 5417339.207 271.465 510771.652 5417339.207 278.564 510769.830 5417339.180 276.566 510769.830 5417339.180 271.465</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_49b8ac25-dbe8-4894-a856-4fd1d4f5b6c3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_14534eba-6f36-47ce-80a3-e1bdd1977aab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_771aaa91-f5a0-4d2c-bd53-8bfb89c56b3c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_771aaa91-f5a0-4d2c-bd53-8bfb89c56b3c_0_">
                      <gml:posList srsDimension="3">510773.170 5417339.230 276.564 510771.652 5417339.207 278.564 510771.652 5417339.207 271.465 510773.170 5417339.230 271.465 510773.170 5417339.230 276.564</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1910</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLT">
      <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>DEBWL0010000ZZLT</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">11.121</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_98345b01-919b-45ab-8892-6597e203877c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_58d59187-0c76-48ae-97f7-c20930465405">
              <gml:surfaceMember xlink:href="#Srf_b19604bb-d55a-48e1-9f10-91f116bdf52f"/>
              <gml:surfaceMember xlink:href="#Srf_a5faeead-07b6-4d0b-b394-20fc72960ddd"/>
              <gml:surfaceMember xlink:href="#Srf_fe78d684-66eb-404e-a539-2e24ca6a300c"/>
              <gml:surfaceMember xlink:href="#Srf_4c3810ba-22be-4579-b5eb-3729e2dafeba"/>
              <gml:surfaceMember xlink:href="#Srf_531fa20d-f28f-4453-ba65-44e7a3db5a00"/>
              <gml:surfaceMember xlink:href="#Srf_026c7856-2233-4fde-a6fd-d1c502ff8a9d"/>
              <gml:surfaceMember xlink:href="#Srf_8224b9a7-6650-4f76-8ee7-fcb48162e7fa"/>
              <gml:surfaceMember xlink:href="#Srf_e4f9d805-179e-40c7-a3f1-cf271e9eaac4"/>
              <gml:surfaceMember xlink:href="#Srf_56fe1e2e-9576-476d-bd87-b85f7d9d0e2a"/>
              <gml:surfaceMember xlink:href="#Srf_7e78b153-c9ea-4990-b8fd-4355b84f145a"/>
              <gml:surfaceMember xlink:href="#Srf_4683bef7-67ea-4909-acb7-49cc62921c88"/>
              <gml:surfaceMember xlink:href="#Srf_42f1e2de-37d7-43c7-adca-60b0ab06f79e"/>
              <gml:surfaceMember xlink:href="#Srf_286c3984-d9d5-4e15-871e-2d12fb13e3c6"/>
              <gml:surfaceMember xlink:href="#Srf_2c4c6896-5b46-4793-813e-38a34f2c5b59"/>
              <gml:surfaceMember xlink:href="#Srf_75c4dd73-e480-468f-b361-8a261761df31"/>
              <gml:surfaceMember xlink:href="#Srf_153e7f9d-07c6-4e58-b224-b9fd20f3ffa4"/>
              <gml:surfaceMember xlink:href="#Srf_6686aa00-1b50-43aa-8d18-5bd4deab18bf"/>
              <gml:surfaceMember xlink:href="#Srf_54a261a8-9c68-49ab-9cab-7c76277c8ea2"/>
              <gml:surfaceMember xlink:href="#Srf_12fbe6c4-d2dc-4011-872b-bd4225ac9efa"/>
              <gml:surfaceMember xlink:href="#Srf_571cd375-9516-476b-b300-948bc7277ad5"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_fc30c6c0-e880-47c3-a79d-7ed1a2d58177">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cacc9c04-12a0-42f6-bbb7-f329db332e65">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_12fbe6c4-d2dc-4011-872b-bd4225ac9efa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_12fbe6c4-d2dc-4011-872b-bd4225ac9efa_0_">
                      <gml:posList srsDimension="3">510882.160 5417348.260 274.488 510883.210 5417348.220 274.482 510883.210 5417348.330 274.551 510882.160 5417348.260 274.488</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_4affa3e4-0574-4491-b5a1-da3e867c8b58">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_72fc1fc1-bc6d-4355-b7dc-2c97d311a024">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_571cd375-9516-476b-b300-948bc7277ad5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_571cd375-9516-476b-b300-948bc7277ad5_0_">
                      <gml:posList srsDimension="3">510896.175 5417353.821 278.247 510882.351 5417354.235 278.253 510882.160 5417348.260 274.488 510883.210 5417348.330 274.551 510886.530 5417348.230 274.550 510886.580 5417349.770 275.520 510888.670 5417349.700 275.514 510888.630 5417348.170 274.550 510892.900 5417348.040 274.547 510892.940 5417349.150 275.247 510895.880 5417349.080 275.257 510895.850 5417347.950 274.545 510895.990 5417347.940 274.541 510896.175 5417353.821 278.247</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_afb48d2c-e7f4-4ec9-8e41-819f91423108">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_627c246b-3abc-4c19-a116-0c09ece48ec6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6686aa00-1b50-43aa-8d18-5bd4deab18bf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6686aa00-1b50-43aa-8d18-5bd4deab18bf_0_">
                      <gml:posList srsDimension="3">510896.175 5417353.821 278.247 510896.380 5417360.370 274.134 510882.560 5417360.800 274.130 510882.351 5417354.235 278.253 510896.175 5417353.821 278.247</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_5170a49f-b9d7-4713-9691-52509944a77c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a30116f-3c2f-4be4-ae1b-47aa7217c973">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8224b9a7-6650-4f76-8ee7-fcb48162e7fa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8224b9a7-6650-4f76-8ee7-fcb48162e7fa_0_">
                      <gml:posList srsDimension="3">510883.210 5417348.220 274.482 510883.210 5417348.220 267.133 510883.210 5417348.330 267.133 510883.210 5417348.330 274.551 510883.210 5417348.220 274.482</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_5edd6803-d53f-4c84-bbde-9972ed17e2d4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_303a82ae-19ca-4a12-84a4-9f9d27abfb38">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_153e7f9d-07c6-4e58-b224-b9fd20f3ffa4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_153e7f9d-07c6-4e58-b224-b9fd20f3ffa4_0_">
                      <gml:posList srsDimension="3">510886.530 5417348.230 274.550 510883.210 5417348.330 274.551 510883.210 5417348.330 267.133 510886.530 5417348.230 267.133 510886.530 5417348.230 274.550</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_04b67496-3c8a-43c8-91ba-d3ae8683efa2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aa9fae4d-231c-4a0e-b0af-b69e3b7100d2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4c3810ba-22be-4579-b5eb-3729e2dafeba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4c3810ba-22be-4579-b5eb-3729e2dafeba_0_">
                      <gml:posList srsDimension="3">510886.530 5417348.230 267.133 510886.580 5417349.770 267.133 510886.580 5417349.770 275.520 510886.530 5417348.230 274.550 510886.530 5417348.230 267.133</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_7e968a62-0a0d-49f7-86fc-d974d33a1b16">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f7595856-ed6d-4915-90e5-49f9beb06f87">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe78d684-66eb-404e-a539-2e24ca6a300c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe78d684-66eb-404e-a539-2e24ca6a300c_0_">
                      <gml:posList srsDimension="3">510888.670 5417349.700 275.514 510886.580 5417349.770 275.520 510886.580 5417349.770 267.133 510888.670 5417349.700 267.133 510888.670 5417349.700 275.514</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_6fe0e0ae-d24f-4188-a955-835d853cc4fc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ff2de711-9c1c-4a44-8466-ec6e7fa8ca09">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_026c7856-2233-4fde-a6fd-d1c502ff8a9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_026c7856-2233-4fde-a6fd-d1c502ff8a9d_0_">
                      <gml:posList srsDimension="3">510888.670 5417349.700 267.133 510888.630 5417348.170 267.133 510888.630 5417348.170 274.550 510888.670 5417349.700 275.514 510888.670 5417349.700 267.133</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_3ae7fb8a-378f-4d69-9e79-f167aed8bf90">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c77a4f02-fdb0-46b1-b1e7-96f0141d2902">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a5faeead-07b6-4d0b-b394-20fc72960ddd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a5faeead-07b6-4d0b-b394-20fc72960ddd_0_">
                      <gml:posList srsDimension="3">510892.900 5417348.040 274.547 510888.630 5417348.170 274.550 510888.630 5417348.170 267.133 510892.900 5417348.040 267.133 510892.900 5417348.040 274.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_6deb3b56-ddef-47e2-851f-aab28fbbf1df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8c74a9ad-117b-472a-85b9-e32dc45df022">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4683bef7-67ea-4909-acb7-49cc62921c88">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4683bef7-67ea-4909-acb7-49cc62921c88_0_">
                      <gml:posList srsDimension="3">510892.900 5417348.040 267.133 510892.940 5417349.150 267.133 510892.940 5417349.150 275.247 510892.900 5417348.040 274.547 510892.900 5417348.040 267.133</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_3e84fc0c-aaaa-444d-b277-e1ed7841107a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_237f8ca8-0c21-49b7-86ba-907c66d334c0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7e78b153-c9ea-4990-b8fd-4355b84f145a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7e78b153-c9ea-4990-b8fd-4355b84f145a_0_">
                      <gml:posList srsDimension="3">510892.940 5417349.150 267.133 510895.880 5417349.080 267.133 510895.880 5417349.080 275.257 510892.940 5417349.150 275.247 510892.940 5417349.150 267.133</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_7b7b838d-f4aa-41ee-9ff8-ad1c241fdcd5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_44d966f7-cd37-4608-ba1f-e0e487a9a05d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b19604bb-d55a-48e1-9f10-91f116bdf52f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b19604bb-d55a-48e1-9f10-91f116bdf52f_0_">
                      <gml:posList srsDimension="3">510895.880 5417349.080 267.133 510895.850 5417347.950 267.133 510895.850 5417347.950 274.545 510895.880 5417349.080 275.257 510895.880 5417349.080 267.133</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_55bda9b2-402f-4512-b9f8-046f745bd2a5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_03e04383-c15e-4304-9a4e-9b4c3d688b4a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_286c3984-d9d5-4e15-871e-2d12fb13e3c6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_286c3984-d9d5-4e15-871e-2d12fb13e3c6_0_">
                      <gml:posList srsDimension="3">510895.990 5417347.940 274.541 510895.850 5417347.950 274.545 510895.850 5417347.950 267.133 510895.990 5417347.940 267.133 510895.990 5417347.940 274.541</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_fee9a985-4462-4bc5-b143-602d6ee29455">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_304a8495-ab63-43f8-9494-4e06364a7707">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_42f1e2de-37d7-43c7-adca-60b0ab06f79e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_42f1e2de-37d7-43c7-adca-60b0ab06f79e_0_">
                      <gml:posList srsDimension="3">510895.990 5417347.940 267.133 510896.175 5417353.821 267.133 510896.175 5417353.821 278.247 510895.990 5417347.940 274.541 510895.990 5417347.940 267.133</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_50764e38-4965-48a2-a4bc-cea10b3257ad">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74e648fc-cfa2-4b2b-946b-f8f432630e23">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_531fa20d-f28f-4453-ba65-44e7a3db5a00">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_531fa20d-f28f-4453-ba65-44e7a3db5a00_0_">
                      <gml:posList srsDimension="3">510896.380 5417360.370 274.134 510896.175 5417353.821 278.247 510896.175 5417353.821 267.133 510896.380 5417360.370 267.133 510896.380 5417360.370 274.134</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_993531e4-e3c0-4392-aad9-f9c99a4cb22d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4e886cfe-d431-46f4-b47e-ada95ede9de4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_56fe1e2e-9576-476d-bd87-b85f7d9d0e2a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_56fe1e2e-9576-476d-bd87-b85f7d9d0e2a_0_">
                      <gml:posList srsDimension="3">510896.380 5417360.370 267.133 510882.560 5417360.800 267.133 510882.560 5417360.800 274.130 510896.380 5417360.370 274.134 510896.380 5417360.370 267.133</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_bf7d21a7-d8ea-4f57-9310-d6289ec2f8d4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1284f879-664d-4863-a728-40ef58c0acec">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_75c4dd73-e480-468f-b361-8a261761df31">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_75c4dd73-e480-468f-b361-8a261761df31_0_">
                      <gml:posList srsDimension="3">510882.351 5417354.235 278.253 510882.560 5417360.800 274.130 510882.560 5417360.800 267.133 510882.351 5417354.235 267.133 510882.351 5417354.235 278.253</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_6a40b849-2986-4226-b182-f303931d332e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1516aec7-98e1-48fc-9991-f3b9045b16d7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e4f9d805-179e-40c7-a3f1-cf271e9eaac4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e4f9d805-179e-40c7-a3f1-cf271e9eaac4_0_">
                      <gml:posList srsDimension="3">510882.351 5417354.235 267.133 510882.160 5417348.260 267.133 510882.160 5417348.260 274.488 510882.351 5417354.235 278.253 510882.351 5417354.235 267.133</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_77dde17b-9ce0-49f8-aec2-788bd60beaf5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2bc89aae-4ee6-45b3-9649-de43d0bf430f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54a261a8-9c68-49ab-9cab-7c76277c8ea2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54a261a8-9c68-49ab-9cab-7c76277c8ea2_0_">
                      <gml:posList srsDimension="3">510883.210 5417348.220 274.482 510882.160 5417348.260 274.488 510882.160 5417348.260 267.133 510883.210 5417348.220 267.133 510883.210 5417348.220 274.482</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_6b0839c8-d93e-4d31-a206-02423241f5d2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_05d6ce26-6e4c-44de-aa23-a8a7d461a061">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2c4c6896-5b46-4793-813e-38a34f2c5b59">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2c4c6896-5b46-4793-813e-38a34f2c5b59_0_">
                      <gml:posList srsDimension="3">510883.210 5417348.330 267.133 510883.210 5417348.220 267.133 510882.160 5417348.260 267.133 510882.351 5417354.235 267.133 510882.560 5417360.800 267.133 510896.380 5417360.370 267.133 510896.175 5417353.821 267.133 510895.990 5417347.940 267.133 510895.850 5417347.950 267.133 510895.880 5417349.080 267.133 510892.940 5417349.150 267.133 510892.900 5417348.040 267.133 510888.630 5417348.170 267.133 510888.670 5417349.700 267.133 510886.580 5417349.770 267.133 510886.530 5417348.230 267.133 510883.210 5417348.330 267.133</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1999</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLQ">
      <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>DEBWL0010000ZZLQ</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.641</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_5ff593ab-a727-40a4-9a05-f7641b30f33d">
          <gml:exterior>
For faster browsing, not all history is shown. View entire blame