Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
63001
63002
63003
63004
63005
63006
63007
63008
63009
63010
63011
63012
63013
63014
63015
63016
63017
63018
63019
63020
63021
63022
63023
63024
63025
63026
63027
63028
63029
63030
63031
63032
63033
63034
63035
63036
63037
63038
63039
63040
63041
63042
63043
63044
63045
63046
63047
63048
63049
63050
63051
63052
63053
63054
63055
63056
63057
63058
63059
63060
63061
63062
63063
63064
63065
63066
63067
63068
63069
63070
63071
63072
63073
63074
63075
63076
63077
63078
63079
63080
63081
63082
63083
63084
63085
63086
63087
63088
63089
63090
63091
63092
63093
63094
63095
63096
63097
63098
63099
63100
63101
63102
63103
63104
63105
63106
63107
63108
63109
63110
63111
63112
63113
63114
63115
63116
63117
63118
63119
63120
63121
63122
63123
63124
63125
63126
63127
63128
63129
63130
63131
63132
63133
63134
63135
63136
63137
63138
63139
63140
63141
63142
63143
63144
63145
63146
63147
63148
63149
63150
63151
63152
63153
63154
63155
63156
63157
63158
63159
63160
63161
63162
63163
63164
63165
63166
63167
63168
63169
63170
63171
63172
63173
63174
63175
63176
63177
63178
63179
63180
63181
63182
63183
63184
63185
63186
63187
63188
63189
63190
63191
63192
63193
63194
63195
63196
63197
63198
63199
63200
63201
63202
63203
63204
63205
63206
63207
63208
63209
63210
63211
63212
63213
63214
63215
63216
63217
63218
63219
63220
63221
63222
63223
63224
63225
63226
63227
63228
63229
63230
63231
63232
63233
63234
63235
63236
63237
63238
63239
63240
63241
63242
63243
63244
63245
63246
63247
63248
63249
63250
63251
63252
63253
63254
63255
63256
63257
63258
63259
63260
63261
63262
63263
63264
63265
63266
63267
63268
63269
63270
63271
63272
63273
63274
63275
63276
63277
63278
63279
63280
63281
63282
63283
63284
63285
63286
63287
63288
63289
63290
63291
63292
63293
63294
63295
63296
63297
63298
63299
63300
63301
63302
63303
63304
63305
63306
63307
63308
63309
63310
63311
63312
63313
63314
63315
63316
63317
63318
63319
63320
63321
63322
63323
63324
63325
63326
63327
63328
63329
63330
63331
63332
63333
63334
63335
63336
63337
63338
63339
63340
63341
63342
63343
63344
63345
63346
63347
63348
63349
63350
63351
63352
63353
63354
63355
63356
63357
63358
63359
63360
63361
63362
63363
63364
63365
63366
63367
63368
63369
63370
63371
63372
63373
63374
63375
63376
63377
63378
63379
63380
63381
63382
63383
63384
63385
63386
63387
63388
63389
63390
63391
63392
63393
63394
63395
63396
63397
63398
63399
63400
63401
63402
63403
63404
63405
63406
63407
63408
63409
63410
63411
63412
63413
63414
63415
63416
63417
63418
63419
63420
63421
63422
63423
63424
63425
63426
63427
63428
63429
63430
63431
63432
63433
63434
63435
63436
63437
63438
63439
63440
63441
63442
63443
63444
63445
63446
63447
63448
63449
63450
63451
63452
63453
63454
63455
63456
63457
63458
63459
63460
63461
63462
63463
63464
63465
63466
63467
63468
63469
63470
63471
63472
63473
63474
63475
63476
63477
63478
63479
63480
63481
63482
63483
63484
63485
63486
63487
63488
63489
63490
63491
63492
63493
63494
63495
63496
63497
63498
63499
63500
63501
63502
63503
63504
63505
63506
63507
63508
63509
63510
63511
63512
63513
63514
63515
63516
63517
63518
63519
63520
63521
63522
63523
63524
63525
63526
63527
63528
63529
63530
63531
63532
63533
63534
63535
63536
63537
63538
63539
63540
63541
63542
63543
63544
63545
63546
63547
63548
63549
63550
63551
63552
63553
63554
63555
63556
63557
63558
63559
63560
63561
63562
63563
63564
63565
63566
63567
63568
63569
63570
63571
63572
63573
63574
63575
63576
63577
63578
63579
63580
63581
63582
63583
63584
63585
63586
63587
63588
63589
63590
63591
63592
63593
63594
63595
63596
63597
63598
63599
63600
63601
63602
63603
63604
63605
63606
63607
63608
63609
63610
63611
63612
63613
63614
63615
63616
63617
63618
63619
63620
63621
63622
63623
63624
63625
63626
63627
63628
63629
63630
63631
63632
63633
63634
63635
63636
63637
63638
63639
63640
63641
63642
63643
63644
63645
63646
63647
63648
63649
63650
63651
63652
63653
63654
63655
63656
63657
63658
63659
63660
63661
63662
63663
63664
63665
63666
63667
63668
63669
63670
63671
63672
63673
63674
63675
63676
63677
63678
63679
63680
63681
63682
63683
63684
63685
63686
63687
63688
63689
63690
63691
63692
63693
63694
63695
63696
63697
63698
63699
63700
63701
63702
63703
63704
63705
63706
63707
63708
63709
63710
63711
63712
63713
63714
63715
63716
63717
63718
63719
63720
63721
63722
63723
63724
63725
63726
63727
63728
63729
63730
63731
63732
63733
63734
63735
63736
63737
63738
63739
63740
63741
63742
63743
63744
63745
63746
63747
63748
63749
63750
63751
63752
63753
63754
63755
63756
63757
63758
63759
63760
63761
63762
63763
63764
63765
63766
63767
63768
63769
63770
63771
63772
63773
63774
63775
63776
63777
63778
63779
63780
63781
63782
63783
63784
63785
63786
63787
63788
63789
63790
63791
63792
63793
63794
63795
63796
63797
63798
63799
63800
63801
63802
63803
63804
63805
63806
63807
63808
63809
63810
63811
63812
63813
63814
63815
63816
63817
63818
63819
63820
63821
63822
63823
63824
63825
63826
63827
63828
63829
63830
63831
63832
63833
63834
63835
63836
63837
63838
63839
63840
63841
63842
63843
63844
63845
63846
63847
63848
63849
63850
63851
63852
63853
63854
63855
63856
63857
63858
63859
63860
63861
63862
63863
63864
63865
63866
63867
63868
63869
63870
63871
63872
63873
63874
63875
63876
63877
63878
63879
63880
63881
63882
63883
63884
63885
63886
63887
63888
63889
63890
63891
63892
63893
63894
63895
63896
63897
63898
63899
63900
63901
63902
63903
63904
63905
63906
63907
63908
63909
63910
63911
63912
63913
63914
63915
63916
63917
63918
63919
63920
63921
63922
63923
63924
63925
63926
63927
63928
63929
63930
63931
63932
63933
63934
63935
63936
63937
63938
63939
63940
63941
63942
63943
63944
63945
63946
63947
63948
63949
63950
63951
63952
63953
63954
63955
63956
63957
63958
63959
63960
63961
63962
63963
63964
63965
63966
63967
63968
63969
63970
63971
63972
63973
63974
63975
63976
63977
63978
63979
63980
63981
63982
63983
63984
63985
63986
63987
63988
63989
63990
63991
63992
63993
63994
63995
63996
63997
63998
63999
64000
      <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.283</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a6f8565e-81f5-4772-af9c-7c31294df6ec">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d4c488ae-593c-42d3-99e8-792cb37b0a4a">
              <gml:surfaceMember xlink:href="#Srf_ed068c0c-6449-4720-8023-dc858f09657b"/>
              <gml:surfaceMember xlink:href="#Srf_830b8c9b-bede-43d5-be36-c4ed56e0233b"/>
              <gml:surfaceMember xlink:href="#Srf_07640555-79a9-4be8-a91a-0322ae3e5c48"/>
              <gml:surfaceMember xlink:href="#Srf_e0474973-c52d-4069-b56e-42d35a3da103"/>
              <gml:surfaceMember xlink:href="#Srf_1a9efa77-2185-4f77-8ac9-dca266cdf1a3"/>
              <gml:surfaceMember xlink:href="#Srf_35cd1abc-05bd-4ecc-8de9-0bf58ad560b8"/>
              <gml:surfaceMember xlink:href="#Srf_16bddc26-3bd2-4161-857c-77b745af408f"/>
              <gml:surfaceMember xlink:href="#Srf_3cbacb04-fe53-49fa-906a-708eb1b5deac"/>
              <gml:surfaceMember xlink:href="#Srf_9e00dd3e-3237-47d1-b793-584700c1e446"/>
              <gml:surfaceMember xlink:href="#Srf_550fde07-e136-4d36-85dd-be3b364f5379"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7eca8e68-2c46-4a98-b084-221dba01d34c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_178a23a4-ab25-4b12-90b8-d695b05f262a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1a9efa77-2185-4f77-8ac9-dca266cdf1a3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1a9efa77-2185-4f77-8ac9-dca266cdf1a3_0_">
                      <gml:posList srsDimension="3">511228.798 5417131.626 269.956 511223.660 5417131.190 269.956 511223.660 5417131.190 276.301 511228.798 5417131.626 279.221 511228.798 5417131.626 269.956</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_74421754-26e3-4e60-9cef-86f1f96e0e20">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c4e6d8d8-eab5-42e3-b7cd-ae34e08f9f50">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_550fde07-e136-4d36-85dd-be3b364f5379">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_550fde07-e136-4d36-85dd-be3b364f5379_0_">
                      <gml:posList srsDimension="3">511224.170 5417125.200 276.321 511224.690 5417125.240 276.616 511229.307 5417125.639 279.240 511228.798 5417131.626 279.221 511223.660 5417131.190 276.301 511224.170 5417125.200 276.321</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_fe7d5a63-97b0-45e0-8e26-cef90996739e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da966f75-7d65-4fc2-a5b6-a5e362c98552">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_16bddc26-3bd2-4161-857c-77b745af408f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_16bddc26-3bd2-4161-857c-77b745af408f_0_">
                      <gml:posList srsDimension="3">511223.660 5417131.190 269.956 511224.170 5417125.200 269.956 511224.170 5417125.200 276.321 511223.660 5417131.190 276.301 511223.660 5417131.190 269.956</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_6147adf9-26fa-4eb8-9074-5362b8d32805">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74ef75e7-ed92-4387-ace5-0e4c9f09f2b6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_07640555-79a9-4be8-a91a-0322ae3e5c48">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_07640555-79a9-4be8-a91a-0322ae3e5c48_0_">
                      <gml:posList srsDimension="3">511224.690 5417125.240 269.956 511224.170 5417125.200 269.956 511223.660 5417131.190 269.956 511228.798 5417131.626 269.956 511233.800 5417132.050 269.956 511234.290 5417126.070 269.956 511229.307 5417125.639 269.956 511224.690 5417125.240 269.956</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_65f207bb-6cf8-4226-8ad9-4f5ba0d02720">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c5947dbe-d0ee-422f-883f-af50f76d581b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3cbacb04-fe53-49fa-906a-708eb1b5deac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3cbacb04-fe53-49fa-906a-708eb1b5deac_0_">
                      <gml:posList srsDimension="3">511228.798 5417131.626 279.221 511229.307 5417125.639 279.240 511234.290 5417126.070 276.337 511233.800 5417132.050 276.307 511228.798 5417131.626 279.221</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_5c3df086-d3d4-4b5b-aaf9-b05ce96496d5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_97b740b8-34df-46d6-a771-236c2a5f6ba2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed068c0c-6449-4720-8023-dc858f09657b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed068c0c-6449-4720-8023-dc858f09657b_0_">
                      <gml:posList srsDimension="3">511224.170 5417125.200 269.956 511224.690 5417125.240 269.956 511224.690 5417125.240 276.616 511224.170 5417125.200 276.321 511224.170 5417125.200 269.956</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_847fa318-0588-4c81-ba4e-db0fc7f51a9a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2071e523-1706-4bf6-82fb-698b1e1f9187">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e0474973-c52d-4069-b56e-42d35a3da103">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e0474973-c52d-4069-b56e-42d35a3da103_0_">
                      <gml:posList srsDimension="3">511224.690 5417125.240 269.956 511229.307 5417125.639 269.956 511229.307 5417125.639 279.240 511224.690 5417125.240 276.616 511224.690 5417125.240 269.956</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_f5dbf12d-aba1-408c-95f0-466c0e9e43b2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cd3f12d0-b094-43e3-8f03-9a0ac1490541">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9e00dd3e-3237-47d1-b793-584700c1e446">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9e00dd3e-3237-47d1-b793-584700c1e446_0_">
                      <gml:posList srsDimension="3">511234.290 5417126.070 276.337 511229.307 5417125.639 279.240 511229.307 5417125.639 269.956 511234.290 5417126.070 269.956 511234.290 5417126.070 276.337</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_8de2d52d-5204-48c5-b872-aeb22bed465f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9426419d-55af-42e9-859d-fd08b9e9b32b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_830b8c9b-bede-43d5-be36-c4ed56e0233b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_830b8c9b-bede-43d5-be36-c4ed56e0233b_0_">
                      <gml:posList srsDimension="3">511234.290 5417126.070 269.956 511233.800 5417132.050 269.956 511233.800 5417132.050 276.307 511234.290 5417126.070 276.337 511234.290 5417126.070 269.956</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_c3a0446b-5db1-41db-aa74-7eb9cc239c19">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_db475779-4478-4f57-9897-290151f4e175">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35cd1abc-05bd-4ecc-8de9-0bf58ad560b8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35cd1abc-05bd-4ecc-8de9-0bf58ad560b8_0_">
                      <gml:posList srsDimension="3">511228.798 5417131.626 279.221 511233.800 5417132.050 276.307 511233.800 5417132.050 269.956 511228.798 5417131.626 269.956 511228.798 5417131.626 279.221</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1954</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFb">
      <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>DEBWL0010000ZZFb</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.812</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2c6e947c-9202-4e12-8ccd-9f6f35361cb7">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_538be141-16fd-46d0-8d86-ada9dbbe99c6">
              <gml:surfaceMember xlink:href="#Srf_4ccfbf5b-1478-48e8-b63c-d786f6cbf4b1"/>
              <gml:surfaceMember xlink:href="#Srf_1ce45c94-db6e-4bb3-8c32-ef7f66c3ebe7"/>
              <gml:surfaceMember xlink:href="#Srf_d5fc659c-5837-4fd0-aa09-bce8e5019e3a"/>
              <gml:surfaceMember xlink:href="#Srf_71e3e93d-6f82-4b93-9a64-77b3d6221f81"/>
              <gml:surfaceMember xlink:href="#Srf_0b61110a-deb7-49c2-92e7-ea029b2ec385"/>
              <gml:surfaceMember xlink:href="#Srf_cea07244-1e81-419c-9e2e-1d0e7b0b8d22"/>
              <gml:surfaceMember xlink:href="#Srf_4d9e2b60-3113-452c-b5a9-08fef33f8b99"/>
              <gml:surfaceMember xlink:href="#Srf_644edfd3-2f4c-46b9-8fd8-79b50a561860"/>
              <gml:surfaceMember xlink:href="#Srf_a30ee4bc-28a7-420f-91db-57df6a9d80a6"/>
              <gml:surfaceMember xlink:href="#Srf_85c9a1c2-e304-475f-9475-e645254ede1c"/>
              <gml:surfaceMember xlink:href="#Srf_bca615fb-54ca-4595-95bd-2cf2b8c79943"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_cf5edd41-8e9a-4c0a-8486-7c4f06e50728">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70bb24eb-049e-4b2c-9e14-81ce89df583e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_71e3e93d-6f82-4b93-9a64-77b3d6221f81">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_71e3e93d-6f82-4b93-9a64-77b3d6221f81_0_">
                      <gml:posList srsDimension="3">511170.507 5417014.961 269.705 511169.980 5417020.000 269.705 511169.980 5417020.000 276.000 511170.507 5417014.961 279.510 511170.507 5417014.961 269.705</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_4e783fc6-dea4-468e-b57b-82268cdc023e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_484db6e5-6ab5-482d-9b9c-4bc85b20b04a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a30ee4bc-28a7-420f-91db-57df6a9d80a6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a30ee4bc-28a7-420f-91db-57df6a9d80a6_0_">
                      <gml:posList srsDimension="3">511163.210 5417019.290 276.003 511169.980 5417020.000 276.000 511169.980 5417020.000 269.705 511163.210 5417019.290 269.705 511163.210 5417019.290 276.003</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_c09dc047-3374-40ad-9dcb-3edcb7adf891">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b22ed027-45e6-4477-813b-aa78a0b79cc5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_85c9a1c2-e304-475f-9475-e645254ede1c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_85c9a1c2-e304-475f-9475-e645254ede1c_0_">
                      <gml:posList srsDimension="3">511163.210 5417019.290 269.705 511163.742 5417014.245 269.705 511163.742 5417014.245 279.517 511163.210 5417019.290 276.003 511163.210 5417019.290 269.705</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_209ca75c-ec8a-48b2-a702-2485c28dd3e2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f106128b-7065-4b26-8ae1-7ab5e5b37453">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4ccfbf5b-1478-48e8-b63c-d786f6cbf4b1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4ccfbf5b-1478-48e8-b63c-d786f6cbf4b1_0_">
                      <gml:posList srsDimension="3">511163.742 5417014.245 279.517 511164.270 5417009.230 275.982 511167.140 5417009.530 275.976 511167.050 5417010.410 276.596 511170.940 5417010.820 276.591 511170.507 5417014.961 279.510 511163.742 5417014.245 279.517</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_ca664ce4-2d7c-4282-b9f6-20b756b26eec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_10819c58-c2d1-49f8-873d-3700c6e7fd95">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0b61110a-deb7-49c2-92e7-ea029b2ec385">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0b61110a-deb7-49c2-92e7-ea029b2ec385_0_">
                      <gml:posList srsDimension="3">511163.210 5417019.290 276.003 511163.742 5417014.245 279.517 511170.507 5417014.961 279.510 511169.980 5417020.000 276.000 511163.210 5417019.290 276.003</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_7746e89c-a5f3-4fca-8fa5-c93574b2143e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bffae718-ff7e-4124-9130-1200f058d53a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d5fc659c-5837-4fd0-aa09-bce8e5019e3a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d5fc659c-5837-4fd0-aa09-bce8e5019e3a_0_">
                      <gml:posList srsDimension="3">511164.270 5417009.230 269.705 511163.742 5417014.245 269.705 511163.210 5417019.290 269.705 511169.980 5417020.000 269.705 511170.507 5417014.961 269.705 511170.940 5417010.820 269.705 511167.050 5417010.410 269.705 511167.140 5417009.530 269.705 511164.270 5417009.230 269.705</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_a0255897-295e-43d7-9924-11816f6604b7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_49da7d4a-ba47-4b26-acc9-7777d6126192">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bca615fb-54ca-4595-95bd-2cf2b8c79943">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bca615fb-54ca-4595-95bd-2cf2b8c79943_0_">
                      <gml:posList srsDimension="3">511164.270 5417009.230 275.982 511163.742 5417014.245 279.517 511163.742 5417014.245 269.705 511164.270 5417009.230 269.705 511164.270 5417009.230 275.982</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_448f6ef0-bcfb-4c1a-a7c5-6eb729027e83">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cc2ab1f1-575a-4bba-8d8d-f7591db0a6f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4d9e2b60-3113-452c-b5a9-08fef33f8b99">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4d9e2b60-3113-452c-b5a9-08fef33f8b99_0_">
                      <gml:posList srsDimension="3">511167.140 5417009.530 275.976 511164.270 5417009.230 275.982 511164.270 5417009.230 269.705 511167.140 5417009.530 269.705 511167.140 5417009.530 275.976</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_2b518d58-0231-4fa3-a158-8b3b8abd69cd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f597b757-3c94-4d62-97c3-42d46f9e2e61">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_644edfd3-2f4c-46b9-8fd8-79b50a561860">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_644edfd3-2f4c-46b9-8fd8-79b50a561860_0_">
                      <gml:posList srsDimension="3">511167.050 5417010.410 276.596 511167.140 5417009.530 275.976 511167.140 5417009.530 269.705 511167.050 5417010.410 269.705 511167.050 5417010.410 276.596</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_df08405d-c7de-4dfa-92c1-ae8a2d97b174">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_23c79605-8e6b-46c2-b9fb-a36e6f94f671">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1ce45c94-db6e-4bb3-8c32-ef7f66c3ebe7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1ce45c94-db6e-4bb3-8c32-ef7f66c3ebe7_0_">
                      <gml:posList srsDimension="3">511170.940 5417010.820 276.591 511167.050 5417010.410 276.596 511167.050 5417010.410 269.705 511170.940 5417010.820 269.705 511170.940 5417010.820 276.591</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_5730444b-f25b-41c7-ab2e-96bd48c8fc5f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9cf230fd-3f81-486d-957f-765bc7266988">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cea07244-1e81-419c-9e2e-1d0e7b0b8d22">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cea07244-1e81-419c-9e2e-1d0e7b0b8d22_0_">
                      <gml:posList srsDimension="3">511170.507 5417014.961 279.510 511170.940 5417010.820 276.591 511170.940 5417010.820 269.705 511170.507 5417014.961 269.705 511170.507 5417014.961 279.510</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_0010000ZZFG">
      <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>DEBWL0010000ZZFG</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.544</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_69d5a570-e29d-4725-8975-6d2b4d24037a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_31e77c9d-99c4-46c6-95c6-f5035c1d1ca3">
              <gml:surfaceMember xlink:href="#Srf_2d404bce-a1f5-4c7e-9866-66eb28f6855e"/>
              <gml:surfaceMember xlink:href="#Srf_25247925-b5db-4d33-94f0-d10de7dbf17f"/>
              <gml:surfaceMember xlink:href="#Srf_fa7919a9-c98c-43cf-97fb-e25510415b94"/>
              <gml:surfaceMember xlink:href="#Srf_bcd12a02-17fd-41c9-b858-7962680cdfa5"/>
              <gml:surfaceMember xlink:href="#Srf_3729240d-1c99-4c43-9a05-e9af9e121f13"/>
              <gml:surfaceMember xlink:href="#Srf_74e02501-25e1-4771-a47d-82474c54d731"/>
              <gml:surfaceMember xlink:href="#Srf_83040cd8-92ea-47f4-b746-b7614b7100e6"/>
              <gml:surfaceMember xlink:href="#Srf_f8b4c81a-e0ff-4b7d-93b9-f6f5c3112edd"/>
              <gml:surfaceMember xlink:href="#Srf_56d5eb82-268e-4dfa-8898-44292370a9a2"/>
              <gml:surfaceMember xlink:href="#Srf_3e4d96c3-0f90-4352-81ca-591320600504"/>
              <gml:surfaceMember xlink:href="#Srf_59b40f5e-19dc-4095-a2f4-bdc33153d919"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e77d118b-995a-42c5-82c6-71ea92aa3103">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8854c8a6-106c-48c6-a12e-09385228b52a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2d404bce-a1f5-4c7e-9866-66eb28f6855e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2d404bce-a1f5-4c7e-9866-66eb28f6855e_0_">
                      <gml:posList srsDimension="3">511151.870 5417084.490 271.363 511152.224 5417084.502 271.363 511152.224 5417084.502 280.907 511151.870 5417084.490 280.519 511151.870 5417084.490 271.363</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_400d4f2b-8423-462e-bc94-ecde3fdeac86">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ebbfa188-7542-4aab-a6d8-32b6aa190cd3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3729240d-1c99-4c43-9a05-e9af9e121f13">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3729240d-1c99-4c43-9a05-e9af9e121f13_0_">
                      <gml:posList srsDimension="3">511156.460 5417084.650 276.277 511152.224 5417084.502 280.907 511152.224 5417084.502 271.363 511156.460 5417084.650 271.363 511156.460 5417084.650 276.277</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_413c96dd-1999-4c0a-a1cd-bdb911d6720a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_44b895b6-8c86-4669-88a1-0c40d7746cbf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bcd12a02-17fd-41c9-b858-7962680cdfa5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bcd12a02-17fd-41c9-b858-7962680cdfa5_0_">
                      <gml:posList srsDimension="3">511156.460 5417084.650 271.363 511156.120 5417094.540 271.363 511156.120 5417094.540 276.111 511156.460 5417084.650 276.277 511156.460 5417084.650 271.363</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_420ce8a4-3617-4b00-865c-281f89a61e9a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8584efaf-acd5-41ab-aec9-0e33cc2bc88a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25247925-b5db-4d33-94f0-d10de7dbf17f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25247925-b5db-4d33-94f0-d10de7dbf17f_0_">
                      <gml:posList srsDimension="3">511151.800 5417094.388 280.832 511156.120 5417094.540 276.111 511156.120 5417094.540 271.363 511151.800 5417094.388 271.363 511151.800 5417094.388 280.832</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_7e3a80bb-6a42-423c-b5a5-865f2a39db0a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_596f1018-f1d3-47a5-aa3c-6d22b823fff6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fa7919a9-c98c-43cf-97fb-e25510415b94">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fa7919a9-c98c-43cf-97fb-e25510415b94_0_">
                      <gml:posList srsDimension="3">511147.610 5417094.240 276.233 511147.920 5417085.530 276.231 511151.830 5417085.740 280.525 511151.870 5417084.490 280.519 511152.224 5417084.502 280.907 511151.800 5417094.388 280.832 511147.610 5417094.240 276.233</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_6c7e164f-7b10-44ae-8762-d331e9bb9ab5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7cd9b2c5-7279-4694-a924-f8f494625708">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_83040cd8-92ea-47f4-b746-b7614b7100e6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_83040cd8-92ea-47f4-b746-b7614b7100e6_0_">
                      <gml:posList srsDimension="3">511151.800 5417094.388 271.363 511147.610 5417094.240 271.363 511147.610 5417094.240 276.233 511151.800 5417094.388 280.832 511151.800 5417094.388 271.363</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_fcec3b90-d9e0-4878-b4a0-a09878c913e0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5af6f683-0693-40ec-93c3-7807bee6d4c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3e4d96c3-0f90-4352-81ca-591320600504">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3e4d96c3-0f90-4352-81ca-591320600504_0_">
                      <gml:posList srsDimension="3">511152.224 5417084.502 280.907 511156.460 5417084.650 276.277 511156.120 5417094.540 276.111 511151.800 5417094.388 280.832 511152.224 5417084.502 280.907</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_94e4be68-9e1d-4813-a526-910698cc2c73">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1386bd32-ee01-4779-a49c-65b3fce33760">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_56d5eb82-268e-4dfa-8898-44292370a9a2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_56d5eb82-268e-4dfa-8898-44292370a9a2_0_">
                      <gml:posList srsDimension="3">511147.920 5417085.530 276.231 511147.610 5417094.240 276.233 511147.610 5417094.240 271.363 511147.920 5417085.530 271.363 511147.920 5417085.530 276.231</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_e2383344-4158-4121-990c-d3e8040c86a2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a240727-63fa-4cff-8008-5649fff0f13c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_59b40f5e-19dc-4095-a2f4-bdc33153d919">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_59b40f5e-19dc-4095-a2f4-bdc33153d919_0_">
                      <gml:posList srsDimension="3">511147.920 5417085.530 271.363 511147.610 5417094.240 271.363 511151.800 5417094.388 271.363 511156.120 5417094.540 271.363 511156.460 5417084.650 271.363 511152.224 5417084.502 271.363 511151.870 5417084.490 271.363 511151.830 5417085.740 271.363 511147.920 5417085.530 271.363</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_3de28776-a6ef-4715-afa5-43b874712224">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b1b8975f-5c4f-4a97-b92d-367f567de0eb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_74e02501-25e1-4771-a47d-82474c54d731">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_74e02501-25e1-4771-a47d-82474c54d731_0_">
                      <gml:posList srsDimension="3">511147.920 5417085.530 271.363 511151.830 5417085.740 271.363 511151.830 5417085.740 280.525 511147.920 5417085.530 276.231 511147.920 5417085.530 271.363</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_4e531e19-fed3-4c58-8b1f-48e72a116aac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0c8ab096-da3e-48d0-b2fa-eef8fc1bf2c6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f8b4c81a-e0ff-4b7d-93b9-f6f5c3112edd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f8b4c81a-e0ff-4b7d-93b9-f6f5c3112edd_0_">
                      <gml:posList srsDimension="3">511151.870 5417084.490 280.519 511151.830 5417085.740 280.525 511151.830 5417085.740 271.363 511151.870 5417084.490 271.363 511151.870 5417084.490 280.519</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1966</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFm">
      <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>DEBWL0010000ZZFm</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.114</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_599136f1-6c55-40e9-986c-3c5362ababac">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f56e817f-42cc-4fba-9979-8784a7b9f39f">
              <gml:surfaceMember xlink:href="#Srf_fbed5d71-2516-4f2d-8254-770196aff873"/>
              <gml:surfaceMember xlink:href="#Srf_3d354691-46ad-414b-a5fc-3094189cc512"/>
              <gml:surfaceMember xlink:href="#Srf_326ccf23-6acd-41e2-83cb-ebb36dc4bd5e"/>
              <gml:surfaceMember xlink:href="#Srf_1c96a6ac-0fbe-4540-b8d0-585ffc68ebea"/>
              <gml:surfaceMember xlink:href="#Srf_1b5ef963-48a7-4ab4-a0e2-1c6a7b49fde2"/>
              <gml:surfaceMember xlink:href="#Srf_f8ad7e6f-6d57-44d6-8f43-6df74b423af2"/>
              <gml:surfaceMember xlink:href="#Srf_e59e9e91-7078-4213-8e1c-4a2dd961c25e"/>
              <gml:surfaceMember xlink:href="#Srf_2b5d1e67-fc81-46d1-8dd5-1c258f32f211"/>
              <gml:surfaceMember xlink:href="#Srf_fa6f291b-c1be-4abd-b84a-b1e7d22576c0"/>
              <gml:surfaceMember xlink:href="#Srf_aa690ace-09db-4d74-949f-8e1b20cb93e2"/>
              <gml:surfaceMember xlink:href="#Srf_e700c7e6-cea1-4099-9e35-0913ff23785e"/>
              <gml:surfaceMember xlink:href="#Srf_3b54e610-fdca-4c8c-b602-9979536d55ea"/>
              <gml:surfaceMember xlink:href="#Srf_47610e20-6a53-4df0-9dbf-0d90a631fa2a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_78ad0932-19ad-44c6-8feb-ecfb1be223ee">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9d1cc649-aa4c-4c26-a153-0d26b023f9fd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f8ad7e6f-6d57-44d6-8f43-6df74b423af2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f8ad7e6f-6d57-44d6-8f43-6df74b423af2_0_">
                      <gml:posList srsDimension="3">511228.620 5416998.740 267.538 511229.680 5416998.760 267.538 511229.680 5416998.760 276.529 511228.620 5416998.740 276.047 511228.620 5416998.740 267.538</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_663c40cd-0efb-47b9-97ec-5e9447b54233">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1a96b2b5-2543-44a4-bbcc-2ade3426898c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2b5d1e67-fc81-46d1-8dd5-1c258f32f211">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2b5d1e67-fc81-46d1-8dd5-1c258f32f211_0_">
                      <gml:posList srsDimension="3">511229.760 5416992.670 276.455 511229.680 5416998.760 276.529 511229.680 5416998.760 267.538 511229.760 5416992.670 267.538 511229.760 5416992.670 276.455</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_0d21a2b5-896d-43ad-b13d-ece80d38eb8b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf62fada-2fb1-40ab-91f3-270338e81a91">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1c96a6ac-0fbe-4540-b8d0-585ffc68ebea">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1c96a6ac-0fbe-4540-b8d0-585ffc68ebea_0_">
                      <gml:posList srsDimension="3">511229.760 5416992.670 267.538 511232.990 5416992.720 267.538 511232.990 5416992.720 277.924 511229.760 5416992.670 276.455 511229.760 5416992.670 267.538</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_9901dc4a-c605-4cef-bba8-ad4f3ae38960">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fddfd2e5-68c8-47e8-8c86-c70c672db7d6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa690ace-09db-4d74-949f-8e1b20cb93e2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa690ace-09db-4d74-949f-8e1b20cb93e2_0_">
                      <gml:posList srsDimension="3">511232.990 5416992.720 267.538 511234.303 5416992.737 267.538 511234.303 5416992.737 278.521 511232.990 5416992.720 277.924 511232.990 5416992.720 267.538</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_3ed19518-b8b4-4b0f-a719-0a0a20f372b3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1debf3ac-0e63-4d81-bfb4-d8c8862b6e0e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fa6f291b-c1be-4abd-b84a-b1e7d22576c0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fa6f291b-c1be-4abd-b84a-b1e7d22576c0_0_">
                      <gml:posList srsDimension="3">511239.000 5416992.800 276.432 511234.303 5416992.737 278.521 511234.303 5416992.737 267.538 511239.000 5416992.800 267.538 511239.000 5416992.800 276.432</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_0f2318ec-df90-48f5-801c-c8a9cc49841f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1d1a4b5c-383f-4d27-bacc-60bc9d4b6e11">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fbed5d71-2516-4f2d-8254-770196aff873">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fbed5d71-2516-4f2d-8254-770196aff873_0_">
                      <gml:posList srsDimension="3">511239.750 5416992.810 276.099 511239.000 5416992.800 276.432 511239.000 5416992.800 267.538 511239.750 5416992.810 267.538 511239.750 5416992.810 276.099</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_309cc1b6-2550-4d9c-9db6-550e47e0256d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee827948-fc07-4b24-b1ad-928bd328c5ee">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47610e20-6a53-4df0-9dbf-0d90a631fa2a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47610e20-6a53-4df0-9dbf-0d90a631fa2a_0_">
                      <gml:posList srsDimension="3">511239.560 5417008.260 276.171 511239.750 5416992.810 276.099 511239.750 5416992.810 267.538 511239.560 5417008.260 267.538 511239.560 5417008.260 276.171</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_55c51892-25b3-4767-96c6-20cbae1780de">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dcfe42da-f7cd-4e83-9714-4bdf5aacfcb9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e700c7e6-cea1-4099-9e35-0913ff23785e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e700c7e6-cea1-4099-9e35-0913ff23785e_0_">
                      <gml:posList srsDimension="3">511233.979 5417008.189 278.652 511239.560 5417008.260 276.171 511239.560 5417008.260 267.538 511233.979 5417008.189 267.538 511233.979 5417008.189 278.652</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_2dd6ab34-fb6c-422c-b7e6-210910d9d5b3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a9f2534-4938-45ee-97f1-9fdb9198e019">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e59e9e91-7078-4213-8e1c-4a2dd961c25e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e59e9e91-7078-4213-8e1c-4a2dd961c25e_0_">
                      <gml:posList srsDimension="3">511233.979 5417008.189 267.538 511228.490 5417008.120 267.538 511228.490 5417008.120 276.156 511233.979 5417008.189 278.652 511233.979 5417008.189 267.538</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_676eb63b-be4a-4489-958f-ccd4a50a519d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ea962b3c-2b39-49f3-8e57-eaeb44d6d588">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3d354691-46ad-414b-a5fc-3094189cc512">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3d354691-46ad-414b-a5fc-3094189cc512_0_">
                      <gml:posList srsDimension="3">511228.620 5416998.740 276.047 511228.490 5417008.120 276.156 511228.490 5417008.120 267.538 511228.620 5416998.740 267.538 511228.620 5416998.740 276.047</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_dc76d1ec-09a8-4e20-a147-b5993a9d0f45">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3588325-4238-46b4-8232-e71aaacaccea">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_326ccf23-6acd-41e2-83cb-ebb36dc4bd5e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_326ccf23-6acd-41e2-83cb-ebb36dc4bd5e_0_">
                      <gml:posList srsDimension="3">511229.760 5416992.670 267.538 511229.680 5416998.760 267.538 511228.620 5416998.740 267.538 511228.490 5417008.120 267.538 511233.979 5417008.189 267.538 511239.560 5417008.260 267.538 511239.750 5416992.810 267.538 511239.000 5416992.800 267.538 511234.303 5416992.737 267.538 511232.990 5416992.720 267.538 511229.760 5416992.670 267.538</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_dcebb0f5-d0a0-4891-ada1-e17b5c140dbf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_325f6d57-af89-426d-a2f3-d2a4a4db8c74">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b54e610-fdca-4c8c-b602-9979536d55ea">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b54e610-fdca-4c8c-b602-9979536d55ea_0_">
                      <gml:posList srsDimension="3">511229.680 5416998.760 276.529 511229.760 5416992.670 276.455 511232.990 5416992.720 277.924 511234.303 5416992.737 278.521 511233.979 5417008.189 278.652 511228.490 5417008.120 276.156 511228.620 5416998.740 276.047 511229.680 5416998.760 276.529</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_8ccd0f04-9b3a-4123-bc4b-82127ac2d3b1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_572387fb-dad7-481f-a0a3-52c8c16284a2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1b5ef963-48a7-4ab4-a0e2-1c6a7b49fde2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1b5ef963-48a7-4ab4-a0e2-1c6a7b49fde2_0_">
                      <gml:posList srsDimension="3">511233.979 5417008.189 278.652 511234.303 5416992.737 278.521 511239.000 5416992.800 276.432 511239.750 5416992.810 276.099 511239.560 5417008.260 276.171 511233.979 5417008.189 278.652</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
For faster browsing, not all history is shown. View entire blame