Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
127001
127002
127003
127004
127005
127006
127007
127008
127009
127010
127011
127012
127013
127014
127015
127016
127017
127018
127019
127020
127021
127022
127023
127024
127025
127026
127027
127028
127029
127030
127031
127032
127033
127034
127035
127036
127037
127038
127039
127040
127041
127042
127043
127044
127045
127046
127047
127048
127049
127050
127051
127052
127053
127054
127055
127056
127057
127058
127059
127060
127061
127062
127063
127064
127065
127066
127067
127068
127069
127070
127071
127072
127073
127074
127075
127076
127077
127078
127079
127080
127081
127082
127083
127084
127085
127086
127087
127088
127089
127090
127091
127092
127093
127094
127095
127096
127097
127098
127099
127100
127101
127102
127103
127104
127105
127106
127107
127108
127109
127110
127111
127112
127113
127114
127115
127116
127117
127118
127119
127120
127121
127122
127123
127124
127125
127126
127127
127128
127129
127130
127131
127132
127133
127134
127135
127136
127137
127138
127139
127140
127141
127142
127143
127144
127145
127146
127147
127148
127149
127150
127151
127152
127153
127154
127155
127156
127157
127158
127159
127160
127161
127162
127163
127164
127165
127166
127167
127168
127169
127170
127171
127172
127173
127174
127175
127176
127177
127178
127179
127180
127181
127182
127183
127184
127185
127186
127187
127188
127189
127190
127191
127192
127193
127194
127195
127196
127197
127198
127199
127200
127201
127202
127203
127204
127205
127206
127207
127208
127209
127210
127211
127212
127213
127214
127215
127216
127217
127218
127219
127220
127221
127222
127223
127224
127225
127226
127227
127228
127229
127230
127231
127232
127233
127234
127235
127236
127237
127238
127239
127240
127241
127242
127243
127244
127245
127246
127247
127248
127249
127250
127251
127252
127253
127254
127255
127256
127257
127258
127259
127260
127261
127262
127263
127264
127265
127266
127267
127268
127269
127270
127271
127272
127273
127274
127275
127276
127277
127278
127279
127280
127281
127282
127283
127284
127285
127286
127287
127288
127289
127290
127291
127292
127293
127294
127295
127296
127297
127298
127299
127300
127301
127302
127303
127304
127305
127306
127307
127308
127309
127310
127311
127312
127313
127314
127315
127316
127317
127318
127319
127320
127321
127322
127323
127324
127325
127326
127327
127328
127329
127330
127331
127332
127333
127334
127335
127336
127337
127338
127339
127340
127341
127342
127343
127344
127345
127346
127347
127348
127349
127350
127351
127352
127353
127354
127355
127356
127357
127358
127359
127360
127361
127362
127363
127364
127365
127366
127367
127368
127369
127370
127371
127372
127373
127374
127375
127376
127377
127378
127379
127380
127381
127382
127383
127384
127385
127386
127387
127388
127389
127390
127391
127392
127393
127394
127395
127396
127397
127398
127399
127400
127401
127402
127403
127404
127405
127406
127407
127408
127409
127410
127411
127412
127413
127414
127415
127416
127417
127418
127419
127420
127421
127422
127423
127424
127425
127426
127427
127428
127429
127430
127431
127432
127433
127434
127435
127436
127437
127438
127439
127440
127441
127442
127443
127444
127445
127446
127447
127448
127449
127450
127451
127452
127453
127454
127455
127456
127457
127458
127459
127460
127461
127462
127463
127464
127465
127466
127467
127468
127469
127470
127471
127472
127473
127474
127475
127476
127477
127478
127479
127480
127481
127482
127483
127484
127485
127486
127487
127488
127489
127490
127491
127492
127493
127494
127495
127496
127497
127498
127499
127500
127501
127502
127503
127504
127505
127506
127507
127508
127509
127510
127511
127512
127513
127514
127515
127516
127517
127518
127519
127520
127521
127522
127523
127524
127525
127526
127527
127528
127529
127530
127531
127532
127533
127534
127535
127536
127537
127538
127539
127540
127541
127542
127543
127544
127545
127546
127547
127548
127549
127550
127551
127552
127553
127554
127555
127556
127557
127558
127559
127560
127561
127562
127563
127564
127565
127566
127567
127568
127569
127570
127571
127572
127573
127574
127575
127576
127577
127578
127579
127580
127581
127582
127583
127584
127585
127586
127587
127588
127589
127590
127591
127592
127593
127594
127595
127596
127597
127598
127599
127600
127601
127602
127603
127604
127605
127606
127607
127608
127609
127610
127611
127612
127613
127614
127615
127616
127617
127618
127619
127620
127621
127622
127623
127624
127625
127626
127627
127628
127629
127630
127631
127632
127633
127634
127635
127636
127637
127638
127639
127640
127641
127642
127643
127644
127645
127646
127647
127648
127649
127650
127651
127652
127653
127654
127655
127656
127657
127658
127659
127660
127661
127662
127663
127664
127665
127666
127667
127668
127669
127670
127671
127672
127673
127674
127675
127676
127677
127678
127679
127680
127681
127682
127683
127684
127685
127686
127687
127688
127689
127690
127691
127692
127693
127694
127695
127696
127697
127698
127699
127700
127701
127702
127703
127704
127705
127706
127707
127708
127709
127710
127711
127712
127713
127714
127715
127716
127717
127718
127719
127720
127721
127722
127723
127724
127725
127726
127727
127728
127729
127730
127731
127732
127733
127734
127735
127736
127737
127738
127739
127740
127741
127742
127743
127744
127745
127746
127747
127748
127749
127750
127751
127752
127753
127754
127755
127756
127757
127758
127759
127760
127761
127762
127763
127764
127765
127766
127767
127768
127769
127770
127771
127772
127773
127774
127775
127776
127777
127778
127779
127780
127781
127782
127783
127784
127785
127786
127787
127788
127789
127790
127791
127792
127793
127794
127795
127796
127797
127798
127799
127800
127801
127802
127803
127804
127805
127806
127807
127808
127809
127810
127811
127812
127813
127814
127815
127816
127817
127818
127819
127820
127821
127822
127823
127824
127825
127826
127827
127828
127829
127830
127831
127832
127833
127834
127835
127836
127837
127838
127839
127840
127841
127842
127843
127844
127845
127846
127847
127848
127849
127850
127851
127852
127853
127854
127855
127856
127857
127858
127859
127860
127861
127862
127863
127864
127865
127866
127867
127868
127869
127870
127871
127872
127873
127874
127875
127876
127877
127878
127879
127880
127881
127882
127883
127884
127885
127886
127887
127888
127889
127890
127891
127892
127893
127894
127895
127896
127897
127898
127899
127900
127901
127902
127903
127904
127905
127906
127907
127908
127909
127910
127911
127912
127913
127914
127915
127916
127917
127918
127919
127920
127921
127922
127923
127924
127925
127926
127927
127928
127929
127930
127931
127932
127933
127934
127935
127936
127937
127938
127939
127940
127941
127942
127943
127944
127945
127946
127947
127948
127949
127950
127951
127952
127953
127954
127955
127956
127957
127958
127959
127960
127961
127962
127963
127964
127965
127966
127967
127968
127969
127970
127971
127972
127973
127974
127975
127976
127977
127978
127979
127980
127981
127982
127983
127984
127985
127986
127987
127988
127989
127990
127991
127992
127993
127994
127995
127996
127997
127998
127999
128000
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5d0afa9b-24f7-487c-9707-18ef4d11eb86">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_81c3bb96-c0ee-4022-a3f6-8f757fd10922">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_98ff5977-a0ea-4321-8324-9b19e76d6bb7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_98ff5977-a0ea-4321-8324-9b19e76d6bb7_0_">
                      <gml:posList srsDimension="3">510909.870 5417348.670 267.459 510910.009 5417353.407 267.459 510910.009 5417353.407 278.275 510909.870 5417348.670 275.294 510909.870 5417348.670 267.459</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_a427568f-7ca8-4d77-83ac-48ad09e96e20">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_66007b7c-b713-44d1-8e77-772d630bc4b0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_50a82673-c235-48f6-99ef-afb4932060a3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_50a82673-c235-48f6-99ef-afb4932060a3_0_">
                      <gml:posList srsDimension="3">510910.020 5417353.780 267.459 510910.020 5417353.780 278.039 510910.009 5417353.407 278.275 510910.009 5417353.407 267.459 510910.020 5417353.780 267.459</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1988</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLF">
      <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>DEBWL0010000ZZLF</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">13.241</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_cf0375dd-7a34-49f4-83a7-59006e4cdd7d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d3ec8ce7-b877-47ac-9f96-66d471161a17">
              <gml:surfaceMember xlink:href="#Srf_b3740a20-7e91-43b6-85e1-f193ab4ba36f"/>
              <gml:surfaceMember xlink:href="#Srf_5ee4725f-8866-442c-a150-f45c923a459b"/>
              <gml:surfaceMember xlink:href="#Srf_26c791e8-8573-434d-927d-5e0b7e257a4c"/>
              <gml:surfaceMember xlink:href="#Srf_5db09817-fce8-42b4-9547-a7d46ad41a4f"/>
              <gml:surfaceMember xlink:href="#Srf_f1db8f71-a13b-4591-9d17-2cf5e084bbce"/>
              <gml:surfaceMember xlink:href="#Srf_1cb5724f-02ad-47ee-ac23-1fd68bd4c68f"/>
              <gml:surfaceMember xlink:href="#Srf_bfe5c5ce-81fa-476b-9a12-45ae6744578d"/>
              <gml:surfaceMember xlink:href="#Srf_37aa14c3-4a15-45f2-8398-1b61669a161b"/>
              <gml:surfaceMember xlink:href="#Srf_e6c7dee8-f269-4361-8350-9f5bc9ae5113"/>
              <gml:surfaceMember xlink:href="#Srf_99b5a15d-9347-41d4-ab38-eedc1d9e3817"/>
              <gml:surfaceMember xlink:href="#Srf_d60f5284-eb82-4f5c-80b9-e2ed030bd143"/>
              <gml:surfaceMember xlink:href="#Srf_2bccb180-bfa3-487f-9d23-9b3614ec500d"/>
              <gml:surfaceMember xlink:href="#Srf_5eb8f03e-1153-4428-8b5a-290bc98730d2"/>
              <gml:surfaceMember xlink:href="#Srf_f89393d4-a927-4d12-8072-c77d8a11ba7e"/>
              <gml:surfaceMember xlink:href="#Srf_5e3560be-b16b-4c35-be56-af1d05d808f5"/>
              <gml:surfaceMember xlink:href="#Srf_d3353790-e6ed-4810-b659-bb8693782769"/>
              <gml:surfaceMember xlink:href="#Srf_a94d5973-54d1-4b57-b1ec-2e9f7f2d82ac"/>
              <gml:surfaceMember xlink:href="#Srf_c2afdc0f-3c1d-4764-8519-3011dc8b9a4f"/>
              <gml:surfaceMember xlink:href="#Srf_3f9b1190-d591-4af9-9889-a1b8a62ee290"/>
              <gml:surfaceMember xlink:href="#Srf_4e106fd4-07af-4a2f-886b-48db6481f348"/>
              <gml:surfaceMember xlink:href="#Srf_dd8c04c0-cfc6-4166-ab96-4d6f418c4755"/>
              <gml:surfaceMember xlink:href="#Srf_96f849a7-3a7f-4486-91de-438fa3d4226b"/>
              <gml:surfaceMember xlink:href="#Srf_d3e8824e-717d-4fc4-a9fa-c41db8bac011"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_94510a76-58d6-4731-918e-607bbead0912">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9c3e5f27-b43a-4600-837b-eb7814d316ff">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_37aa14c3-4a15-45f2-8398-1b61669a161b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_37aa14c3-4a15-45f2-8398-1b61669a161b_0_">
                      <gml:posList srsDimension="3">510827.910 5417350.830 277.009 510829.410 5417350.770 277.005 510829.340 5417348.760 275.309 510843.120 5417348.260 275.321 510843.250 5417351.750 278.267 510843.750 5417351.730 278.266 510843.845 5417354.321 280.453 510828.055 5417354.911 280.454 510827.910 5417350.830 277.009</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_c11e6d21-ea76-4cdf-9fc2-f330d841994e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2a8903f3-8925-49b1-882f-f56a7c25be89">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b3740a20-7e91-43b6-85e1-f193ab4ba36f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b3740a20-7e91-43b6-85e1-f193ab4ba36f_0_">
                      <gml:posList srsDimension="3">510829.180 5417358.960 277.032 510829.270 5417361.470 274.930 510829.270 5417361.470 267.213 510829.180 5417358.960 267.213 510829.180 5417358.960 277.032</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_0cf5f7f3-c6c2-493b-a84c-811b11a302df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ae052795-79e0-447e-a1a7-4a052258dacb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_96f849a7-3a7f-4486-91de-438fa3d4226b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_96f849a7-3a7f-4486-91de-438fa3d4226b_0_">
                      <gml:posList srsDimension="3">510829.180 5417358.960 267.213 510828.200 5417359.000 267.213 510828.200 5417359.000 277.029 510829.180 5417358.960 277.032 510829.180 5417358.960 267.213</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_104752da-14cf-477e-a15f-115118e60e14">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee44c99c-9b0b-41e0-801a-acb51b03bb33">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f89393d4-a927-4d12-8072-c77d8a11ba7e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f89393d4-a927-4d12-8072-c77d8a11ba7e_0_">
                      <gml:posList srsDimension="3">510828.055 5417354.911 280.454 510843.845 5417354.321 280.453 510843.940 5417356.900 278.293 510843.440 5417356.920 278.292 510843.580 5417360.420 275.360 510842.380 5417360.470 275.356 510842.400 5417361.100 274.829 510839.390 5417361.210 274.831 510839.370 5417360.560 275.375 510833.480 5417360.780 275.375 510833.500 5417361.310 274.931 510829.270 5417361.470 274.930 510829.180 5417358.960 277.032 510828.200 5417359.000 277.029 510828.055 5417354.911 280.454</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_a10f2378-2bfe-434d-b75a-8e538fbe9279">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4710c318-b821-4251-bafc-9b3e093521c7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_99b5a15d-9347-41d4-ab38-eedc1d9e3817">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_99b5a15d-9347-41d4-ab38-eedc1d9e3817_0_">
                      <gml:posList srsDimension="3">510828.055 5417354.911 280.454 510828.200 5417359.000 277.029 510828.200 5417359.000 267.213 510828.055 5417354.911 267.213 510828.055 5417354.911 280.454</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_ffc963fa-a8a7-41f5-9823-7324284297e2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f54d04a5-bd4b-4fa4-b8ee-f85d632be84e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1cb5724f-02ad-47ee-ac23-1fd68bd4c68f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1cb5724f-02ad-47ee-ac23-1fd68bd4c68f_0_">
                      <gml:posList srsDimension="3">510829.410 5417350.770 267.213 510829.340 5417348.760 267.213 510829.340 5417348.760 275.309 510829.410 5417350.770 277.005 510829.410 5417350.770 267.213</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_55d21b3b-6b8d-4f34-a3fe-ee91c31f5605">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b2c8cac1-b907-4f02-8247-051a02fd3132">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_26c791e8-8573-434d-927d-5e0b7e257a4c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_26c791e8-8573-434d-927d-5e0b7e257a4c_0_">
                      <gml:posList srsDimension="3">510828.055 5417354.911 267.213 510827.910 5417350.830 267.213 510827.910 5417350.830 277.009 510828.055 5417354.911 280.454 510828.055 5417354.911 267.213</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_709b4165-b70e-4e3a-80f9-78a73eb26379">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_38262f25-54de-4004-83d3-e2f1b9604ba3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d60f5284-eb82-4f5c-80b9-e2ed030bd143">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d60f5284-eb82-4f5c-80b9-e2ed030bd143_0_">
                      <gml:posList srsDimension="3">510829.340 5417348.760 267.213 510843.120 5417348.260 267.213 510843.120 5417348.260 275.321 510829.340 5417348.760 275.309 510829.340 5417348.760 267.213</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_e16f2933-1aa6-44f4-945d-b6d020ec4989">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c99f2df7-779a-411b-ae5e-f77f0432c889">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bfe5c5ce-81fa-476b-9a12-45ae6744578d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bfe5c5ce-81fa-476b-9a12-45ae6744578d_0_">
                      <gml:posList srsDimension="3">510829.410 5417350.770 277.005 510827.910 5417350.830 277.009 510827.910 5417350.830 267.213 510829.410 5417350.770 267.213 510829.410 5417350.770 277.005</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_b2b9de07-9db6-48cb-9d2c-e67c59495956">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e9726fbe-6c84-4b88-bf84-d5385ce1d87c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c2afdc0f-3c1d-4764-8519-3011dc8b9a4f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c2afdc0f-3c1d-4764-8519-3011dc8b9a4f_0_">
                      <gml:posList srsDimension="3">510843.120 5417348.260 267.213 510843.250 5417351.750 267.213 510843.250 5417351.750 278.267 510843.120 5417348.260 275.321 510843.120 5417348.260 267.213</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_38209231-49bf-4202-b825-8e68cc179857">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2e5c6644-46bf-4eea-bf7d-c06cd7233c04">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5e3560be-b16b-4c35-be56-af1d05d808f5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5e3560be-b16b-4c35-be56-af1d05d808f5_0_">
                      <gml:posList srsDimension="3">510829.410 5417350.770 267.213 510827.910 5417350.830 267.213 510828.055 5417354.911 267.213 510828.200 5417359.000 267.213 510829.180 5417358.960 267.213 510829.270 5417361.470 267.213 510833.500 5417361.310 267.213 510833.480 5417360.780 267.213 510839.370 5417360.560 267.213 510839.390 5417361.210 267.213 510842.400 5417361.100 267.213 510842.380 5417360.470 267.213 510843.580 5417360.420 267.213 510843.440 5417356.920 267.213 510843.940 5417356.900 267.213 510843.845 5417354.321 267.213 510843.750 5417351.730 267.213 510843.250 5417351.750 267.213 510843.120 5417348.260 267.213 510829.340 5417348.760 267.213 510829.410 5417350.770 267.213</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_b4a17bf2-6805-46c8-b55a-e05e1ca88603">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3014941c-b422-4645-8dfc-cecd2ded8c48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3f9b1190-d591-4af9-9889-a1b8a62ee290">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3f9b1190-d591-4af9-9889-a1b8a62ee290_0_">
                      <gml:posList srsDimension="3">510843.750 5417351.730 278.266 510843.250 5417351.750 278.267 510843.250 5417351.750 267.213 510843.750 5417351.730 267.213 510843.750 5417351.730 278.266</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_1126391e-2704-4e1d-8258-4ec252bdb0f3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5809e35a-8968-493d-a584-56bf3c7ef82d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a94d5973-54d1-4b57-b1ec-2e9f7f2d82ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a94d5973-54d1-4b57-b1ec-2e9f7f2d82ac_0_">
                      <gml:posList srsDimension="3">510843.750 5417351.730 267.213 510843.845 5417354.321 267.213 510843.845 5417354.321 280.453 510843.750 5417351.730 278.266 510843.750 5417351.730 267.213</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_2580bde5-062e-4805-a2b4-0e1b2086fb7e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a146559c-9707-403d-8b24-a401f2441635">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5eb8f03e-1153-4428-8b5a-290bc98730d2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5eb8f03e-1153-4428-8b5a-290bc98730d2_0_">
                      <gml:posList srsDimension="3">510843.940 5417356.900 278.293 510843.845 5417354.321 280.453 510843.845 5417354.321 267.213 510843.940 5417356.900 267.213 510843.940 5417356.900 278.293</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_30ce9d71-8e4d-4a94-bbee-e148dcb073eb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5f09fc5a-1d4d-4658-a40f-e0b503f7b9ca">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d3353790-e6ed-4810-b659-bb8693782769">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d3353790-e6ed-4810-b659-bb8693782769_0_">
                      <gml:posList srsDimension="3">510843.940 5417356.900 267.213 510843.440 5417356.920 267.213 510843.440 5417356.920 278.292 510843.940 5417356.900 278.293 510843.940 5417356.900 267.213</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_c3a49f9d-d3b5-479b-bd3f-de8c38159a46">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a0edea5-a48f-486c-85b3-edb7144f9e42">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d3e8824e-717d-4fc4-a9fa-c41db8bac011">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d3e8824e-717d-4fc4-a9fa-c41db8bac011_0_">
                      <gml:posList srsDimension="3">510843.580 5417360.420 275.360 510843.440 5417356.920 278.292 510843.440 5417356.920 267.213 510843.580 5417360.420 267.213 510843.580 5417360.420 275.360</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_da21fa29-3b12-4b3b-83cb-6ece09a34821">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ae0fbc4b-9581-471e-952c-571d9e7b9705">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dd8c04c0-cfc6-4166-ab96-4d6f418c4755">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dd8c04c0-cfc6-4166-ab96-4d6f418c4755_0_">
                      <gml:posList srsDimension="3">510843.580 5417360.420 267.213 510842.380 5417360.470 267.213 510842.380 5417360.470 275.356 510843.580 5417360.420 275.360 510843.580 5417360.420 267.213</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_75a5989a-3951-4970-a159-ae101fd753ec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_25525464-4dca-4b01-aecf-d51b6b406516">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5ee4725f-8866-442c-a150-f45c923a459b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5ee4725f-8866-442c-a150-f45c923a459b_0_">
                      <gml:posList srsDimension="3">510842.400 5417361.100 274.829 510842.380 5417360.470 275.356 510842.380 5417360.470 267.213 510842.400 5417361.100 267.213 510842.400 5417361.100 274.829</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_2d36368e-2cb0-490b-8352-69b79fe6dabf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_462165d3-ad98-47d0-aafe-293421035a5d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e6c7dee8-f269-4361-8350-9f5bc9ae5113">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e6c7dee8-f269-4361-8350-9f5bc9ae5113_0_">
                      <gml:posList srsDimension="3">510839.390 5417361.210 274.831 510842.400 5417361.100 274.829 510842.400 5417361.100 267.213 510839.390 5417361.210 267.213 510839.390 5417361.210 274.831</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_298739e5-72e1-4f46-97cd-fdff76223c1a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ae13279a-56d2-49a7-94c7-91375d141d53">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5db09817-fce8-42b4-9547-a7d46ad41a4f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5db09817-fce8-42b4-9547-a7d46ad41a4f_0_">
                      <gml:posList srsDimension="3">510839.370 5417360.560 275.375 510839.390 5417361.210 274.831 510839.390 5417361.210 267.213 510839.370 5417360.560 267.213 510839.370 5417360.560 275.375</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_b82e43bf-695c-4c6d-bd1b-060de854ca41">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_997caffd-fbd8-465d-9e74-fea87ca3f2c9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4e106fd4-07af-4a2f-886b-48db6481f348">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4e106fd4-07af-4a2f-886b-48db6481f348_0_">
                      <gml:posList srsDimension="3">510839.370 5417360.560 267.213 510833.480 5417360.780 267.213 510833.480 5417360.780 275.375 510839.370 5417360.560 275.375 510839.370 5417360.560 267.213</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_a3bc6d70-8411-4e09-a7e9-5096e0cbe079">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_de5fa063-f554-472a-a74a-a66c560c398d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f1db8f71-a13b-4591-9d17-2cf5e084bbce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f1db8f71-a13b-4591-9d17-2cf5e084bbce_0_">
                      <gml:posList srsDimension="3">510833.500 5417361.310 274.931 510833.480 5417360.780 275.375 510833.480 5417360.780 267.213 510833.500 5417361.310 267.213 510833.500 5417361.310 274.931</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_c8adcad4-4fa8-4a7c-a22b-f12852ac5653">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1745a446-7395-4095-8b1d-f691b903f928">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2bccb180-bfa3-487f-9d23-9b3614ec500d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2bccb180-bfa3-487f-9d23-9b3614ec500d_0_">
                      <gml:posList srsDimension="3">510833.500 5417361.310 267.213 510829.270 5417361.470 267.213 510829.270 5417361.470 274.930 510833.500 5417361.310 274.931 510833.500 5417361.310 267.213</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1980</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_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.694</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_c4ed8e82-542f-495c-a291-7c259cf9c945">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_57cc7659-cfd6-4626-ba13-5afd95910200">
              <gml:surfaceMember xlink:href="#Srf_19957a4f-c718-4342-b6e3-ee435a355551"/>
              <gml:surfaceMember xlink:href="#Srf_2ef07fdc-73a1-4af2-9d60-6f191d7326f3"/>
              <gml:surfaceMember xlink:href="#Srf_e3ed24c4-0c70-4dea-82fa-6f8838bc3eb6"/>
              <gml:surfaceMember xlink:href="#Srf_6799fb59-72ba-47f3-b73e-9d760686a24e"/>
              <gml:surfaceMember xlink:href="#Srf_d5ac866a-da2c-4cb7-8531-1dbb61a83beb"/>
              <gml:surfaceMember xlink:href="#Srf_e1860045-3862-4e7a-a334-a9e33c822c6e"/>
              <gml:surfaceMember xlink:href="#Srf_116a000f-f135-411c-a8d1-dbbc87498bf9"/>
              <gml:surfaceMember xlink:href="#Srf_29c9a07d-0bdd-4d57-abee-2fab03898203"/>
              <gml:surfaceMember xlink:href="#Srf_cfbd58b6-1301-477e-881e-423a32202590"/>
              <gml:surfaceMember xlink:href="#Srf_9dd4c352-54d5-465d-95f6-5ca499e8deb5"/>
              <gml:surfaceMember xlink:href="#Srf_506476de-14be-4166-affe-cc1e93553b16"/>
              <gml:surfaceMember xlink:href="#Srf_bd3f54c7-0b16-4681-becc-26ad53773e18"/>
              <gml:surfaceMember xlink:href="#Srf_b3bfbc52-51f6-4e48-a79b-ba41d4e36b1e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e94b2a03-8a1d-4b31-a5c6-197d4b7a6dd1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d81315be-2156-4e3b-8df3-8d91eeb4dcd3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_19957a4f-c718-4342-b6e3-ee435a355551">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_19957a4f-c718-4342-b6e3-ee435a355551_0_">
                      <gml:posList srsDimension="3">510885.720 5417377.170 264.619 510885.860 5417381.110 264.619 510885.860 5417381.110 273.153 510885.720 5417377.170 271.587 510885.720 5417377.170 264.619</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_21adf201-b191-48b0-895d-174bd7364a94">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2794b9b2-92a7-44da-bad2-b54632b10b30">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_506476de-14be-4166-affe-cc1e93553b16">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_506476de-14be-4166-affe-cc1e93553b16_0_">
                      <gml:posList srsDimension="3">510885.860 5417381.110 264.619 510885.984 5417384.026 264.619 510885.984 5417384.026 274.313 510885.860 5417381.110 273.153 510885.860 5417381.110 264.619</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_2789ed44-995b-4063-8731-77fe22ef07c4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_40632c6b-a0ed-4efb-90b5-86179d437696">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6799fb59-72ba-47f3-b73e-9d760686a24e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6799fb59-72ba-47f3-b73e-9d760686a24e_0_">
                      <gml:posList srsDimension="3">510886.120 5417387.220 272.534 510885.984 5417384.026 274.313 510885.984 5417384.026 264.619 510886.120 5417387.220 264.619 510886.120 5417387.220 272.534</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_c3015a49-ee59-406a-825b-a7bea894e9c4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ed1726d-b2c6-432e-8e0f-83b8c9347b40">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e3ed24c4-0c70-4dea-82fa-6f8838bc3eb6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e3ed24c4-0c70-4dea-82fa-6f8838bc3eb6_0_">
                      <gml:posList srsDimension="3">510886.080 5417387.220 272.535 510886.120 5417387.220 272.534 510886.120 5417387.220 264.619 510886.080 5417387.220 264.619 510886.080 5417387.220 272.535</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_f7f19193-9683-44fc-9e11-2598ca5794fa">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a491d0f9-cb9e-430f-8635-28b69d25b0b7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2ef07fdc-73a1-4af2-9d60-6f191d7326f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2ef07fdc-73a1-4af2-9d60-6f191d7326f3_0_">
                      <gml:posList srsDimension="3">510877.580 5417387.570 272.540 510886.080 5417387.220 272.535 510886.080 5417387.220 264.619 510877.580 5417387.570 264.619 510877.580 5417387.570 272.540</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_afe5d22e-c139-4287-8846-59b5b58c3e47">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_68ea8b3b-e195-4e82-a962-c52c8c663fb6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bd3f54c7-0b16-4681-becc-26ad53773e18">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bd3f54c7-0b16-4681-becc-26ad53773e18_0_">
                      <gml:posList srsDimension="3">510877.445 5417384.394 274.309 510877.580 5417387.570 272.540 510877.580 5417387.570 264.619 510877.445 5417384.394 264.619 510877.445 5417384.394 274.309</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_736e202a-534f-408e-87c3-2469c8490ac9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2def6041-cefe-4081-a263-5eeec1591389">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_116a000f-f135-411c-a8d1-dbbc87498bf9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_116a000f-f135-411c-a8d1-dbbc87498bf9_0_">
                      <gml:posList srsDimension="3">510877.445 5417384.394 264.619 510877.280 5417380.530 264.619 510877.280 5417380.530 272.772 510877.445 5417384.394 274.309 510877.445 5417384.394 264.619</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_6eb96bb8-2912-4bfa-a824-a925fa0d033f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a86dfd1d-ce5c-482e-ad72-3dd52491c394">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9dd4c352-54d5-465d-95f6-5ca499e8deb5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9dd4c352-54d5-465d-95f6-5ca499e8deb5_0_">
                      <gml:posList srsDimension="3">510877.280 5417380.530 264.619 510877.150 5417377.540 264.619 510877.150 5417377.540 271.583 510877.280 5417380.530 272.772 510877.280 5417380.530 264.619</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_1fb78a5c-3d3a-49e6-8a2e-3373a314437a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ac2b903a-3e9b-4387-b9f1-a4e7f71682ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b3bfbc52-51f6-4e48-a79b-ba41d4e36b1e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b3bfbc52-51f6-4e48-a79b-ba41d4e36b1e_0_">
                      <gml:posList srsDimension="3">510877.150 5417377.540 264.619 510878.190 5417377.500 264.619 510878.190 5417377.500 271.586 510877.150 5417377.540 271.583 510877.150 5417377.540 264.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_332ca56b-150e-4c4f-adfd-bd601da43270">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e738b833-a08e-412d-acc5-9b3f51e38170">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_29c9a07d-0bdd-4d57-abee-2fab03898203">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_29c9a07d-0bdd-4d57-abee-2fab03898203_0_">
                      <gml:posList srsDimension="3">510877.150 5417377.540 264.619 510877.280 5417380.530 264.619 510877.445 5417384.394 264.619 510877.580 5417387.570 264.619 510886.080 5417387.220 264.619 510886.120 5417387.220 264.619 510885.984 5417384.026 264.619 510885.860 5417381.110 264.619 510885.720 5417377.170 264.619 510878.190 5417377.500 264.619 510877.150 5417377.540 264.619</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_a87d9495-2ba5-4fd3-a5a0-00bf9b013a5c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_24db4b28-54e1-452e-b3fb-de20e151f9ba">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cfbd58b6-1301-477e-881e-423a32202590">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cfbd58b6-1301-477e-881e-423a32202590_0_">
                      <gml:posList srsDimension="3">510877.280 5417380.530 272.772 510877.150 5417377.540 271.583 510878.190 5417377.500 271.586 510885.720 5417377.170 271.587 510885.860 5417381.110 273.153 510885.984 5417384.026 274.313 510877.445 5417384.394 274.309 510877.280 5417380.530 272.772</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_0cda5b1e-cb76-457a-801f-3361d1e4709b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_913c7b19-2a3f-4204-9bd7-c99863d2aea7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d5ac866a-da2c-4cb7-8531-1dbb61a83beb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d5ac866a-da2c-4cb7-8531-1dbb61a83beb_0_">
                      <gml:posList srsDimension="3">510877.580 5417387.570 272.540 510877.445 5417384.394 274.309 510885.984 5417384.026 274.313 510886.120 5417387.220 272.534 510886.080 5417387.220 272.535 510877.580 5417387.570 272.540</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_5b9aa8d3-8ad9-48c0-a2f4-a9a5b4a29406">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f8c157da-e2d1-4d51-97bb-47356ce34536">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e1860045-3862-4e7a-a334-a9e33c822c6e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e1860045-3862-4e7a-a334-a9e33c822c6e_0_">
                      <gml:posList srsDimension="3">510878.190 5417377.500 264.619 510885.720 5417377.170 264.619 510885.720 5417377.170 271.587 510878.190 5417377.500 271.586 510878.190 5417377.500 264.619</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1963</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLV">
      <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>DEBWL0010000ZZLV</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.764</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_10da7579-5da9-49bc-91f1-94cc525e8491">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_fac03580-0ba1-460d-bfb6-fb029331d4b7">
              <gml:surfaceMember xlink:href="#Srf_ea23bf58-7d94-4d5b-800a-2bbb22d2229b"/>
              <gml:surfaceMember xlink:href="#Srf_97a50b90-fdfb-4555-a125-69782b45858c"/>
              <gml:surfaceMember xlink:href="#Srf_2b375a27-46c7-41b0-9306-042605a6f71c"/>
              <gml:surfaceMember xlink:href="#Srf_2140c0fc-8e6a-42ee-8abd-59ded12eec3b"/>
              <gml:surfaceMember xlink:href="#Srf_da1c550e-d8c4-4da6-824e-05aee2a29658"/>
              <gml:surfaceMember xlink:href="#Srf_8d84daac-c0f2-4e96-ba44-6bfa12ff1eca"/>
              <gml:surfaceMember xlink:href="#Srf_5d7fc707-52f7-43a6-8dc1-401ba53b084d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_801832e2-3936-448b-af24-2ef7dbd022eb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3312dcab-7d45-4f54-be3d-10da830ca544">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5d7fc707-52f7-43a6-8dc1-401ba53b084d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5d7fc707-52f7-43a6-8dc1-401ba53b084d_0_">
                      <gml:posList srsDimension="3">510909.850 5417348.040 270.740 510912.740 5417347.970 270.740 510912.910 5417353.690 270.740 510910.020 5417353.780 270.740 510909.870 5417348.670 270.740 510909.850 5417348.040 270.740</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_0f64c403-7d95-4d11-9345-4028cbb7c2f5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c9218155-caba-450a-ac34-c1b98a6b7e49">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_97a50b90-fdfb-4555-a125-69782b45858c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_97a50b90-fdfb-4555-a125-69782b45858c_0_">
                      <gml:posList srsDimension="3">510912.740 5417347.970 267.976 510912.910 5417353.690 267.976 510912.910 5417353.690 270.740 510912.740 5417347.970 270.740 510912.740 5417347.970 267.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_f781b366-1f94-4b7e-8eca-da80fa1ad11e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ebdf728-0c9f-4ac0-8d62-ba3374d484b9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea23bf58-7d94-4d5b-800a-2bbb22d2229b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea23bf58-7d94-4d5b-800a-2bbb22d2229b_0_">
                      <gml:posList srsDimension="3">510912.910 5417353.690 267.976 510910.020 5417353.780 267.976 510910.020 5417353.780 270.740 510912.910 5417353.690 270.740 510912.910 5417353.690 267.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_ff843816-bf87-4d58-b281-48e292d14833">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_962505b5-eb3d-4159-b891-f47a3141f031">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2b375a27-46c7-41b0-9306-042605a6f71c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2b375a27-46c7-41b0-9306-042605a6f71c_0_">
                      <gml:posList srsDimension="3">510910.020 5417353.780 267.976 510909.870 5417348.670 267.976 510909.870 5417348.670 270.740 510910.020 5417353.780 270.740 510910.020 5417353.780 267.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_891bc3fb-b37d-4d91-bbae-ea2c7c8128fe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57c0cb0f-2edb-4fce-a8b4-5d81f6706413">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2140c0fc-8e6a-42ee-8abd-59ded12eec3b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2140c0fc-8e6a-42ee-8abd-59ded12eec3b_0_">
                      <gml:posList srsDimension="3">510909.850 5417348.040 267.976 510909.850 5417348.040 270.740 510909.870 5417348.670 270.740 510909.870 5417348.670 267.976 510909.850 5417348.040 267.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_4db63f6b-1a49-44b2-b677-4442757e6f58">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d72a14ff-020c-445d-a8f6-0384949c5413">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8d84daac-c0f2-4e96-ba44-6bfa12ff1eca">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8d84daac-c0f2-4e96-ba44-6bfa12ff1eca_0_">
                      <gml:posList srsDimension="3">510909.850 5417348.040 267.976 510912.740 5417347.970 267.976 510912.740 5417347.970 270.740 510909.850 5417348.040 270.740 510909.850 5417348.040 267.976</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_cfc3626e-bbf2-4ebd-b0b1-a40b60dfc8ed">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5e9b4c5d-8742-43dc-a76c-c3c07eab2b64">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_da1c550e-d8c4-4da6-824e-05aee2a29658">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_da1c550e-d8c4-4da6-824e-05aee2a29658_0_">
                      <gml:posList srsDimension="3">510912.740 5417347.970 267.976 510909.850 5417348.040 267.976 510909.870 5417348.670 267.976 510910.020 5417353.780 267.976 510912.910 5417353.690 267.976 510912.740 5417347.970 267.976</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1952</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZLs">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZLs</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
For faster browsing, not all history is shown. View entire blame