Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
46001
46002
46003
46004
46005
46006
46007
46008
46009
46010
46011
46012
46013
46014
46015
46016
46017
46018
46019
46020
46021
46022
46023
46024
46025
46026
46027
46028
46029
46030
46031
46032
46033
46034
46035
46036
46037
46038
46039
46040
46041
46042
46043
46044
46045
46046
46047
46048
46049
46050
46051
46052
46053
46054
46055
46056
46057
46058
46059
46060
46061
46062
46063
46064
46065
46066
46067
46068
46069
46070
46071
46072
46073
46074
46075
46076
46077
46078
46079
46080
46081
46082
46083
46084
46085
46086
46087
46088
46089
46090
46091
46092
46093
46094
46095
46096
46097
46098
46099
46100
46101
46102
46103
46104
46105
46106
46107
46108
46109
46110
46111
46112
46113
46114
46115
46116
46117
46118
46119
46120
46121
46122
46123
46124
46125
46126
46127
46128
46129
46130
46131
46132
46133
46134
46135
46136
46137
46138
46139
46140
46141
46142
46143
46144
46145
46146
46147
46148
46149
46150
46151
46152
46153
46154
46155
46156
46157
46158
46159
46160
46161
46162
46163
46164
46165
46166
46167
46168
46169
46170
46171
46172
46173
46174
46175
46176
46177
46178
46179
46180
46181
46182
46183
46184
46185
46186
46187
46188
46189
46190
46191
46192
46193
46194
46195
46196
46197
46198
46199
46200
46201
46202
46203
46204
46205
46206
46207
46208
46209
46210
46211
46212
46213
46214
46215
46216
46217
46218
46219
46220
46221
46222
46223
46224
46225
46226
46227
46228
46229
46230
46231
46232
46233
46234
46235
46236
46237
46238
46239
46240
46241
46242
46243
46244
46245
46246
46247
46248
46249
46250
46251
46252
46253
46254
46255
46256
46257
46258
46259
46260
46261
46262
46263
46264
46265
46266
46267
46268
46269
46270
46271
46272
46273
46274
46275
46276
46277
46278
46279
46280
46281
46282
46283
46284
46285
46286
46287
46288
46289
46290
46291
46292
46293
46294
46295
46296
46297
46298
46299
46300
46301
46302
46303
46304
46305
46306
46307
46308
46309
46310
46311
46312
46313
46314
46315
46316
46317
46318
46319
46320
46321
46322
46323
46324
46325
46326
46327
46328
46329
46330
46331
46332
46333
46334
46335
46336
46337
46338
46339
46340
46341
46342
46343
46344
46345
46346
46347
46348
46349
46350
46351
46352
46353
46354
46355
46356
46357
46358
46359
46360
46361
46362
46363
46364
46365
46366
46367
46368
46369
46370
46371
46372
46373
46374
46375
46376
46377
46378
46379
46380
46381
46382
46383
46384
46385
46386
46387
46388
46389
46390
46391
46392
46393
46394
46395
46396
46397
46398
46399
46400
46401
46402
46403
46404
46405
46406
46407
46408
46409
46410
46411
46412
46413
46414
46415
46416
46417
46418
46419
46420
46421
46422
46423
46424
46425
46426
46427
46428
46429
46430
46431
46432
46433
46434
46435
46436
46437
46438
46439
46440
46441
46442
46443
46444
46445
46446
46447
46448
46449
46450
46451
46452
46453
46454
46455
46456
46457
46458
46459
46460
46461
46462
46463
46464
46465
46466
46467
46468
46469
46470
46471
46472
46473
46474
46475
46476
46477
46478
46479
46480
46481
46482
46483
46484
46485
46486
46487
46488
46489
46490
46491
46492
46493
46494
46495
46496
46497
46498
46499
46500
46501
46502
46503
46504
46505
46506
46507
46508
46509
46510
46511
46512
46513
46514
46515
46516
46517
46518
46519
46520
46521
46522
46523
46524
46525
46526
46527
46528
46529
46530
46531
46532
46533
46534
46535
46536
46537
46538
46539
46540
46541
46542
46543
46544
46545
46546
46547
46548
46549
46550
46551
46552
46553
46554
46555
46556
46557
46558
46559
46560
46561
46562
46563
46564
46565
46566
46567
46568
46569
46570
46571
46572
46573
46574
46575
46576
46577
46578
46579
46580
46581
46582
46583
46584
46585
46586
46587
46588
46589
46590
46591
46592
46593
46594
46595
46596
46597
46598
46599
46600
46601
46602
46603
46604
46605
46606
46607
46608
46609
46610
46611
46612
46613
46614
46615
46616
46617
46618
46619
46620
46621
46622
46623
46624
46625
46626
46627
46628
46629
46630
46631
46632
46633
46634
46635
46636
46637
46638
46639
46640
46641
46642
46643
46644
46645
46646
46647
46648
46649
46650
46651
46652
46653
46654
46655
46656
46657
46658
46659
46660
46661
46662
46663
46664
46665
46666
46667
46668
46669
46670
46671
46672
46673
46674
46675
46676
46677
46678
46679
46680
46681
46682
46683
46684
46685
46686
46687
46688
46689
46690
46691
46692
46693
46694
46695
46696
46697
46698
46699
46700
46701
46702
46703
46704
46705
46706
46707
46708
46709
46710
46711
46712
46713
46714
46715
46716
46717
46718
46719
46720
46721
46722
46723
46724
46725
46726
46727
46728
46729
46730
46731
46732
46733
46734
46735
46736
46737
46738
46739
46740
46741
46742
46743
46744
46745
46746
46747
46748
46749
46750
46751
46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
46763
46764
46765
46766
46767
46768
46769
46770
46771
46772
46773
46774
46775
46776
46777
46778
46779
46780
46781
46782
46783
46784
46785
46786
46787
46788
46789
46790
46791
46792
46793
46794
46795
46796
46797
46798
46799
46800
46801
46802
46803
46804
46805
46806
46807
46808
46809
46810
46811
46812
46813
46814
46815
46816
46817
46818
46819
46820
46821
46822
46823
46824
46825
46826
46827
46828
46829
46830
46831
46832
46833
46834
46835
46836
46837
46838
46839
46840
46841
46842
46843
46844
46845
46846
46847
46848
46849
46850
46851
46852
46853
46854
46855
46856
46857
46858
46859
46860
46861
46862
46863
46864
46865
46866
46867
46868
46869
46870
46871
46872
46873
46874
46875
46876
46877
46878
46879
46880
46881
46882
46883
46884
46885
46886
46887
46888
46889
46890
46891
46892
46893
46894
46895
46896
46897
46898
46899
46900
46901
46902
46903
46904
46905
46906
46907
46908
46909
46910
46911
46912
46913
46914
46915
46916
46917
46918
46919
46920
46921
46922
46923
46924
46925
46926
46927
46928
46929
46930
46931
46932
46933
46934
46935
46936
46937
46938
46939
46940
46941
46942
46943
46944
46945
46946
46947
46948
46949
46950
46951
46952
46953
46954
46955
46956
46957
46958
46959
46960
46961
46962
46963
46964
46965
46966
46967
46968
46969
46970
46971
46972
46973
46974
46975
46976
46977
46978
46979
46980
46981
46982
46983
46984
46985
46986
46987
46988
46989
46990
46991
46992
46993
46994
46995
46996
46997
46998
46999
47000
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.455</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_10f9740b-a1a2-4b43-9ea2-c62eb9509fe4">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_5582226e-9637-440e-8489-65c622ef2958">
              <gml:surfaceMember xlink:href="#Srf_5dde4afe-0935-4089-9c98-9a4562587c03"/>
              <gml:surfaceMember xlink:href="#Srf_35dae13c-9f75-4ce5-8f49-e30c3ff1e108"/>
              <gml:surfaceMember xlink:href="#Srf_fddff277-c456-4538-8512-acfe31a1b273"/>
              <gml:surfaceMember xlink:href="#Srf_7971af18-ccac-414f-b177-153426d69e68"/>
              <gml:surfaceMember xlink:href="#Srf_39db7278-f8d5-49c3-a1df-f2d12bca120f"/>
              <gml:surfaceMember xlink:href="#Srf_04b6674b-3efb-4e57-85b5-405dc22e9a9e"/>
              <gml:surfaceMember xlink:href="#Srf_5858ab2b-249e-4f37-a9d5-3faecffaec6f"/>
              <gml:surfaceMember xlink:href="#Srf_6d1981b8-5ce0-4b21-bc4f-e412b5918cb8"/>
              <gml:surfaceMember xlink:href="#Srf_2ca4dead-a27d-4f71-8fea-abfdbfd1c174"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_63b529d5-4dcf-4395-bbb6-44cb3bb1f2f2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5ca5b1a1-5200-4e7a-9bbc-a7b42bf08855">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5dde4afe-0935-4089-9c98-9a4562587c03">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5dde4afe-0935-4089-9c98-9a4562587c03_0_">
                      <gml:posList srsDimension="3">511023.060 5416979.620 267.082 511028.640 5416976.760 267.082 511028.640 5416976.760 275.069 511023.060 5416979.620 274.477 511023.060 5416979.620 267.082</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_ff709e94-1618-4f9a-b8b5-12c16e856413">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d902434b-b607-4d0a-a9ce-39a5f178b21b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fddff277-c456-4538-8512-acfe31a1b273">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fddff277-c456-4538-8512-acfe31a1b273_0_">
                      <gml:posList srsDimension="3">511025.239 5416983.873 277.188 511023.060 5416979.620 274.477 511028.640 5416976.760 275.069 511030.641 5416980.618 277.537 511025.239 5416983.873 277.188</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_e4e44a46-1234-4747-935a-8dc8d8a65845">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ef102323-4aac-48d1-9550-f664021b5ce2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7971af18-ccac-414f-b177-153426d69e68">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7971af18-ccac-414f-b177-153426d69e68_0_">
                      <gml:posList srsDimension="3">511028.640 5416976.760 267.082 511030.641 5416980.618 267.082 511030.641 5416980.618 277.537 511028.640 5416976.760 275.069 511028.640 5416976.760 267.082</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_f0d90cc3-51e9-4a12-9e51-02617ad621cb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa3419b8-8f2f-46f8-b889-573026ae0433">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5858ab2b-249e-4f37-a9d5-3faecffaec6f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5858ab2b-249e-4f37-a9d5-3faecffaec6f_0_">
                      <gml:posList srsDimension="3">511025.239 5416983.873 267.082 511027.170 5416987.640 267.082 511032.790 5416984.760 267.082 511030.641 5416980.618 267.082 511028.640 5416976.760 267.082 511023.060 5416979.620 267.082 511025.239 5416983.873 267.082</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_0cf6444c-67dc-4bb7-8cb3-53b4a63a37cd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a49c41e-e94d-489f-a2fd-79a06b1608b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6d1981b8-5ce0-4b21-bc4f-e412b5918cb8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6d1981b8-5ce0-4b21-bc4f-e412b5918cb8_0_">
                      <gml:posList srsDimension="3">511032.790 5416984.760 274.445 511030.641 5416980.618 277.537 511030.641 5416980.618 267.082 511032.790 5416984.760 267.082 511032.790 5416984.760 274.445</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_f7a56117-e100-407f-b642-531f44ae5001">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_17ecde31-4022-4e3a-8ea0-ac63c02c846f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2ca4dead-a27d-4f71-8fea-abfdbfd1c174">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2ca4dead-a27d-4f71-8fea-abfdbfd1c174_0_">
                      <gml:posList srsDimension="3">511032.790 5416984.760 267.082 511027.170 5416987.640 267.082 511027.170 5416987.640 274.383 511032.790 5416984.760 274.445 511032.790 5416984.760 267.082</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_26683bc4-3b28-4d7b-aba6-c1a673406d89">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_872dd18c-fcb6-46a2-9fb1-cbb63837e141">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_04b6674b-3efb-4e57-85b5-405dc22e9a9e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_04b6674b-3efb-4e57-85b5-405dc22e9a9e_0_">
                      <gml:posList srsDimension="3">511025.239 5416983.873 277.188 511027.170 5416987.640 274.383 511027.170 5416987.640 267.082 511025.239 5416983.873 267.082 511025.239 5416983.873 277.188</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_ad4d7aeb-48e6-41ef-a41a-d1b794af3334">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_40279bb3-f238-4eea-8998-159efa196418">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35dae13c-9f75-4ce5-8f49-e30c3ff1e108">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35dae13c-9f75-4ce5-8f49-e30c3ff1e108_0_">
                      <gml:posList srsDimension="3">511032.790 5416984.760 274.445 511027.170 5416987.640 274.383 511025.239 5416983.873 277.188 511030.641 5416980.618 277.537 511032.790 5416984.760 274.445</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_2f10e699-7c2f-4ec5-ba7f-41955403f1f4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a6d8965-9ac9-40e2-989e-081c509b97eb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_39db7278-f8d5-49c3-a1df-f2d12bca120f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_39db7278-f8d5-49c3-a1df-f2d12bca120f_0_">
                      <gml:posList srsDimension="3">511025.239 5416983.873 267.082 511023.060 5416979.620 267.082 511023.060 5416979.620 274.477 511025.239 5416983.873 277.188 511025.239 5416983.873 267.082</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1915</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEX">
      <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>DEBWL0010000ZZEX</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.309</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_6f0a2cc5-87df-43ba-b8f5-e167f81506a2">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d4ddfe48-13bd-4f4e-ae11-3b234f81879a">
              <gml:surfaceMember xlink:href="#Srf_816d4e07-07d1-47c5-b7ac-d11f90a5be3e"/>
              <gml:surfaceMember xlink:href="#Srf_1f1731ed-c9e5-48c7-86c1-9a48a9d60a09"/>
              <gml:surfaceMember xlink:href="#Srf_25250872-af48-48e4-93a5-df46dda848b3"/>
              <gml:surfaceMember xlink:href="#Srf_0f559c84-e870-4661-9138-e678cc930541"/>
              <gml:surfaceMember xlink:href="#Srf_6bb299e5-7a11-42aa-b544-b71d68f9bbaf"/>
              <gml:surfaceMember xlink:href="#Srf_8470a86d-e1f1-4df5-bfd5-86c195f03ceb"/>
              <gml:surfaceMember xlink:href="#Srf_6d30a543-e68c-47b6-8141-11c1a0f937d9"/>
              <gml:surfaceMember xlink:href="#Srf_ba415336-dafd-4a1d-9733-a7b9708060a5"/>
              <gml:surfaceMember xlink:href="#Srf_236ecf07-d185-4981-a652-85337aa65aca"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_616389b3-8f8d-4691-acec-188b43e7c767">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9833ffce-b263-4b95-9f3a-9b541bb6f441">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1f1731ed-c9e5-48c7-86c1-9a48a9d60a09">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1f1731ed-c9e5-48c7-86c1-9a48a9d60a09_0_">
                      <gml:posList srsDimension="3">511222.580 5416965.400 264.981 511222.030 5416970.510 264.981 511222.030 5416970.510 267.290 511222.580 5416965.400 267.290 511222.580 5416965.400 264.981</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_3ec8e96f-fd89-4863-bd34-7097a4cbc034">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_969b3691-d92b-4679-b03e-52e397bf1211">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6bb299e5-7a11-42aa-b544-b71d68f9bbaf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6bb299e5-7a11-42aa-b544-b71d68f9bbaf_0_">
                      <gml:posList srsDimension="3">511218.530 5416967.640 267.290 511218.830 5416967.670 267.290 511219.140 5416964.640 267.290 511222.620 5416964.960 267.290 511222.580 5416965.400 267.290 511222.030 5416970.510 267.290 511218.280 5416970.130 267.290 511218.530 5416967.640 267.290</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_a0a0e6c6-0ced-4ad6-bb54-66e88886b13a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0ae447af-5a0f-456e-b3ea-a598de7d5455">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_236ecf07-d185-4981-a652-85337aa65aca">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_236ecf07-d185-4981-a652-85337aa65aca_0_">
                      <gml:posList srsDimension="3">511222.030 5416970.510 264.981 511218.280 5416970.130 264.981 511218.280 5416970.130 267.290 511222.030 5416970.510 267.290 511222.030 5416970.510 264.981</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_3e87f5e8-d8b4-485d-b42e-4c0642a1f113">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_35c484e5-df78-4698-a154-8478728ab4c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25250872-af48-48e4-93a5-df46dda848b3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25250872-af48-48e4-93a5-df46dda848b3_0_">
                      <gml:posList srsDimension="3">511218.530 5416967.640 264.981 511218.830 5416967.670 264.981 511218.830 5416967.670 267.290 511218.530 5416967.640 267.290 511218.530 5416967.640 264.981</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_76fc9b05-07c7-4c01-be44-063e013159ec">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4ac8cc0a-d3e9-44f2-a143-afca955f6bc7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8470a86d-e1f1-4df5-bfd5-86c195f03ceb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8470a86d-e1f1-4df5-bfd5-86c195f03ceb_0_">
                      <gml:posList srsDimension="3">511218.280 5416970.130 264.981 511218.530 5416967.640 264.981 511218.530 5416967.640 267.290 511218.280 5416970.130 267.290 511218.280 5416970.130 264.981</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_f689cfad-a2c7-496b-bd39-6c0633e831a5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9b1c7b26-7cd0-41dd-9616-f228fd41f3de">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_816d4e07-07d1-47c5-b7ac-d11f90a5be3e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_816d4e07-07d1-47c5-b7ac-d11f90a5be3e_0_">
                      <gml:posList srsDimension="3">511218.830 5416967.670 264.981 511219.140 5416964.640 264.981 511219.140 5416964.640 267.290 511218.830 5416967.670 267.290 511218.830 5416967.670 264.981</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_5ac8c732-62aa-4cae-ab14-8862aa1986bc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ae7f2a8-50d8-476c-a3e7-3e89a7cef0c1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ba415336-dafd-4a1d-9733-a7b9708060a5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ba415336-dafd-4a1d-9733-a7b9708060a5_0_">
                      <gml:posList srsDimension="3">511218.830 5416967.670 264.981 511218.530 5416967.640 264.981 511218.280 5416970.130 264.981 511222.030 5416970.510 264.981 511222.580 5416965.400 264.981 511222.620 5416964.960 264.981 511219.140 5416964.640 264.981 511218.830 5416967.670 264.981</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_2b070159-4ce6-4e25-9781-8675cde4ca9d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9d1b967b-ad41-430d-9460-4829dd36e454">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6d30a543-e68c-47b6-8141-11c1a0f937d9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6d30a543-e68c-47b6-8141-11c1a0f937d9_0_">
                      <gml:posList srsDimension="3">511219.140 5416964.640 264.981 511222.620 5416964.960 264.981 511222.620 5416964.960 267.290 511219.140 5416964.640 267.290 511219.140 5416964.640 264.981</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_65757a7c-5605-487f-8b46-8f2cf9b7a78a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_40bd41d4-a399-41ad-9ef7-e28f16f0db53">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f559c84-e870-4661-9138-e678cc930541">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f559c84-e870-4661-9138-e678cc930541_0_">
                      <gml:posList srsDimension="3">511222.620 5416964.960 267.290 511222.620 5416964.960 264.981 511222.580 5416965.400 264.981 511222.580 5416965.400 267.290 511222.620 5416964.960 267.290</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1999</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEQ">
      <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>DEBWL0010000ZZEQ</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.119</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2a174917-e6f3-492c-a43e-b231a416fa13">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_0492e33b-5055-433d-a985-2a1cef2d2691">
              <gml:surfaceMember xlink:href="#Srf_bedcf0a0-12cd-47f2-9595-45bfd47528ae"/>
              <gml:surfaceMember xlink:href="#Srf_8bb6c370-decb-453f-b8eb-f30b7d8e5fbe"/>
              <gml:surfaceMember xlink:href="#Srf_17f23f76-5ebe-416b-ac75-5e7476e1fa1d"/>
              <gml:surfaceMember xlink:href="#Srf_6c2cc5c7-c890-4940-ae6a-c5714e9913b9"/>
              <gml:surfaceMember xlink:href="#Srf_1585be5f-0fc6-4671-9f6f-21cff1df7d2d"/>
              <gml:surfaceMember xlink:href="#Srf_a960d488-aea8-4a76-b374-c13f63e66c49"/>
              <gml:surfaceMember xlink:href="#Srf_8551eb64-fc05-4dff-9d28-58db47889570"/>
              <gml:surfaceMember xlink:href="#Srf_80a13ad2-693f-4ace-960a-72ec817dee39"/>
              <gml:surfaceMember xlink:href="#Srf_f693454f-8d87-4cb2-8983-e4b0a0050e3d"/>
              <gml:surfaceMember xlink:href="#Srf_4ec6914e-9ba4-4d30-b8f7-040259432516"/>
              <gml:surfaceMember xlink:href="#Srf_f88ef303-0b81-4395-a8c3-e07447949eb0"/>
              <gml:surfaceMember xlink:href="#Srf_4387839b-2034-4c8f-bd15-3cdf906f2512"/>
              <gml:surfaceMember xlink:href="#Srf_53540b35-6ff7-4332-857a-862babaf3c59"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_6e98cce5-a24d-4a9c-bf2c-095fdf490187">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_029ff7a0-245f-4988-9316-633146704cda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_17f23f76-5ebe-416b-ac75-5e7476e1fa1d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_17f23f76-5ebe-416b-ac75-5e7476e1fa1d_0_">
                      <gml:posList srsDimension="3">511075.920 5416953.050 264.348 511074.920 5416953.110 264.348 511074.920 5416953.110 277.042 511075.920 5416953.050 277.043 511075.920 5416953.050 264.348</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_7585a0fb-be00-4c02-8e21-03a32ab0526b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_322e9674-105d-48ae-be34-43cb7f9f83e1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6c2cc5c7-c890-4940-ae6a-c5714e9913b9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6c2cc5c7-c890-4940-ae6a-c5714e9913b9_0_">
                      <gml:posList srsDimension="3">511075.920 5416953.050 277.043 511074.920 5416953.110 277.042 511074.580 5416947.360 272.785 511090.800 5416946.380 272.798 511091.140 5416952.140 277.062 511090.160 5416952.200 277.062 511090.193 5416952.748 277.468 511075.954 5416953.617 277.463 511075.920 5416953.050 277.043</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_fc70cf02-a49a-49c4-ae36-544e87be1831">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2c38ee0d-9e09-4ac1-8a35-84c58a700179">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bedcf0a0-12cd-47f2-9595-45bfd47528ae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bedcf0a0-12cd-47f2-9595-45bfd47528ae_0_">
                      <gml:posList srsDimension="3">511074.920 5416953.110 264.348 511074.580 5416947.360 264.348 511074.580 5416947.360 272.785 511074.920 5416953.110 277.042 511074.920 5416953.110 264.348</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_f1466619-3698-4277-addf-38c0b3d1667e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eef75e84-4f69-47dc-b11d-e89ad1abd246">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f88ef303-0b81-4395-a8c3-e07447949eb0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f88ef303-0b81-4395-a8c3-e07447949eb0_0_">
                      <gml:posList srsDimension="3">511076.340 5416960.020 272.734 511075.954 5416953.617 277.463 511090.193 5416952.748 277.468 511090.580 5416959.180 272.717 511076.340 5416960.020 272.734</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_ffdb1fbb-cdbc-401e-9c5b-fcea71f7b225">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d2cf888b-4ca8-4743-8a9b-38bc5758cd78">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a960d488-aea8-4a76-b374-c13f63e66c49">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a960d488-aea8-4a76-b374-c13f63e66c49_0_">
                      <gml:posList srsDimension="3">511074.580 5416947.360 264.348 511090.800 5416946.380 264.348 511090.800 5416946.380 272.798 511074.580 5416947.360 272.785 511074.580 5416947.360 264.348</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_1bb539ce-68ba-4756-9389-4cff2f828dad">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0a126203-8074-4abb-be66-db3d4fbde6fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f693454f-8d87-4cb2-8983-e4b0a0050e3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f693454f-8d87-4cb2-8983-e4b0a0050e3d_0_">
                      <gml:posList srsDimension="3">511090.800 5416946.380 264.348 511091.140 5416952.140 264.348 511091.140 5416952.140 277.062 511090.800 5416946.380 272.798 511090.800 5416946.380 264.348</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_b136e557-857f-48fa-a01c-b1200c435708">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ff90bc0e-dc2a-4bdf-a483-81d5a40d5b44">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4387839b-2034-4c8f-bd15-3cdf906f2512">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4387839b-2034-4c8f-bd15-3cdf906f2512_0_">
                      <gml:posList srsDimension="3">511074.580 5416947.360 264.348 511074.920 5416953.110 264.348 511075.920 5416953.050 264.348 511075.954 5416953.617 264.348 511076.340 5416960.020 264.348 511090.580 5416959.180 264.348 511090.193 5416952.748 264.348 511090.160 5416952.200 264.348 511091.140 5416952.140 264.348 511090.800 5416946.380 264.348 511074.580 5416947.360 264.348</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_549fb55d-747c-4898-82fb-7d91957175ce">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e3108057-0083-40a3-bda6-0ebbd5bb63ee">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8551eb64-fc05-4dff-9d28-58db47889570">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8551eb64-fc05-4dff-9d28-58db47889570_0_">
                      <gml:posList srsDimension="3">511091.140 5416952.140 264.348 511090.160 5416952.200 264.348 511090.160 5416952.200 277.062 511091.140 5416952.140 277.062 511091.140 5416952.140 264.348</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_4f156493-e05c-4d2f-b9c6-a9fa6fabf95a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0672c6df-bc2a-465c-85a9-cb0322beee39">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80a13ad2-693f-4ace-960a-72ec817dee39">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80a13ad2-693f-4ace-960a-72ec817dee39_0_">
                      <gml:posList srsDimension="3">511090.160 5416952.200 264.348 511090.193 5416952.748 264.348 511090.193 5416952.748 277.468 511090.160 5416952.200 277.062 511090.160 5416952.200 264.348</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_acccf288-a7e0-47d6-a68e-48795cec19f4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fe403daa-842f-4ffa-821b-8d030e5b7ee4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_53540b35-6ff7-4332-857a-862babaf3c59">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_53540b35-6ff7-4332-857a-862babaf3c59_0_">
                      <gml:posList srsDimension="3">511090.580 5416959.180 272.717 511090.193 5416952.748 277.468 511090.193 5416952.748 264.348 511090.580 5416959.180 264.348 511090.580 5416959.180 272.717</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_bbc5735f-38be-4062-a525-37d46509a2fe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_967fd7ba-bb02-4263-ba7a-4855fb6e67f4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4ec6914e-9ba4-4d30-b8f7-040259432516">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4ec6914e-9ba4-4d30-b8f7-040259432516_0_">
                      <gml:posList srsDimension="3">511076.340 5416960.020 272.734 511090.580 5416959.180 272.717 511090.580 5416959.180 264.348 511076.340 5416960.020 264.348 511076.340 5416960.020 272.734</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_1f87d29a-44a9-4b8e-a002-f10679bf49a0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b4cd7ee1-314b-439a-a5f8-6a6efbbd89c9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8bb6c370-decb-453f-b8eb-f30b7d8e5fbe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8bb6c370-decb-453f-b8eb-f30b7d8e5fbe_0_">
                      <gml:posList srsDimension="3">511075.954 5416953.617 277.463 511076.340 5416960.020 272.734 511076.340 5416960.020 264.348 511075.954 5416953.617 264.348 511075.954 5416953.617 277.463</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_21d642e7-1e15-4413-83fc-9e39b725ba44">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8989b821-49d5-48a4-b240-4fd188ec76f4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1585be5f-0fc6-4671-9f6f-21cff1df7d2d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1585be5f-0fc6-4671-9f6f-21cff1df7d2d_0_">
                      <gml:posList srsDimension="3">511075.954 5416953.617 264.348 511075.920 5416953.050 264.348 511075.920 5416953.050 277.043 511075.954 5416953.617 277.463 511075.954 5416953.617 264.348</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2005</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEe">
      <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>DEBWL0010000ZZEe</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.519</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_fc4cdfd1-5e1d-4976-8916-7a0533f1ba46">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_9c41fec5-8074-4d99-84b1-10e7ae32b61d">
              <gml:surfaceMember xlink:href="#Srf_76c2fa6b-081a-4151-b359-56e44eb206f8"/>
              <gml:surfaceMember xlink:href="#Srf_9b4c1683-11c0-44d8-b43f-6112c7bde544"/>
              <gml:surfaceMember xlink:href="#Srf_51680945-3dac-4d34-8f01-f6a411793a92"/>
              <gml:surfaceMember xlink:href="#Srf_9ed73859-fad8-4165-85ef-628eef5cf7fa"/>
              <gml:surfaceMember xlink:href="#Srf_aaaad767-b7cb-4b6f-b811-fcfbca979c7a"/>
              <gml:surfaceMember xlink:href="#Srf_5a1679fc-05be-4517-8e09-fc371e1b289a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_0ed3723c-a546-43b8-ab17-38cc6502bf20">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6c410927-5f71-4934-a050-8933fb91c1c1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51680945-3dac-4d34-8f01-f6a411793a92">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51680945-3dac-4d34-8f01-f6a411793a92_0_">
                      <gml:posList srsDimension="3">510972.190 5417079.100 273.964 510975.100 5417079.080 273.847 510975.250 5417091.100 274.050 510972.280 5417091.080 274.169 510972.190 5417079.100 273.964</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_498c6cb9-ba03-43a3-93c5-464546091b8b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a61d4ba-dcae-411d-91e7-c8ef023cf5e4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9b4c1683-11c0-44d8-b43f-6112c7bde544">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9b4c1683-11c0-44d8-b43f-6112c7bde544_0_">
                      <gml:posList srsDimension="3">510975.100 5417079.080 271.650 510972.190 5417079.100 271.650 510972.280 5417091.080 271.650 510975.250 5417091.100 271.650 510975.100 5417079.080 271.650</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_da80ff36-e960-4df7-8729-9bc0936b87c4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_90813286-b833-4ed1-9075-d86e1bba1569">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aaaad767-b7cb-4b6f-b811-fcfbca979c7a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aaaad767-b7cb-4b6f-b811-fcfbca979c7a_0_">
                      <gml:posList srsDimension="3">510975.100 5417079.080 271.650 510975.250 5417091.100 271.650 510975.250 5417091.100 274.050 510975.100 5417079.080 273.847 510975.100 5417079.080 271.650</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_fdfbf2a0-ca9f-4b79-a03b-ac2c16f7b7cc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_75838d6b-b521-474c-85ce-37c818a920ef">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9ed73859-fad8-4165-85ef-628eef5cf7fa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9ed73859-fad8-4165-85ef-628eef5cf7fa_0_">
                      <gml:posList srsDimension="3">510972.280 5417091.080 274.169 510975.250 5417091.100 274.050 510975.250 5417091.100 271.650 510972.280 5417091.080 271.650 510972.280 5417091.080 274.169</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_6b4e0201-4cb0-44d5-b44d-b32ba798286d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_97efecd2-430a-412e-a23c-05c7e974794c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_76c2fa6b-081a-4151-b359-56e44eb206f8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_76c2fa6b-081a-4151-b359-56e44eb206f8_0_">
                      <gml:posList srsDimension="3">510972.280 5417091.080 271.650 510972.190 5417079.100 271.650 510972.190 5417079.100 273.964 510972.280 5417091.080 274.169 510972.280 5417091.080 271.650</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_dbfe0ecc-bc4b-4b9f-b42a-3c1eae1a6558">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9c08d66a-b42d-42ca-bac7-6435de48536f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5a1679fc-05be-4517-8e09-fc371e1b289a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5a1679fc-05be-4517-8e09-fc371e1b289a_0_">
                      <gml:posList srsDimension="3">510975.100 5417079.080 273.847 510972.190 5417079.100 273.964 510972.190 5417079.100 271.650 510975.100 5417079.080 271.650 510975.100 5417079.080 273.847</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1950</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEZ">
      <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>DEBWL0010000ZZEZ</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">12.498</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_27a96b91-563f-495d-a186-d9d6a96d4e72">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_c9bd5091-01d0-4dc1-ace7-6fa5faecf74c">
              <gml:surfaceMember xlink:href="#Srf_0a7ff635-27ff-491f-ad84-e40a01b00e96"/>
              <gml:surfaceMember xlink:href="#Srf_9679f48a-2470-49f1-b78e-69b54e08b7a4"/>
              <gml:surfaceMember xlink:href="#Srf_eace7a88-8878-4119-ac63-8cbf402ff1fc"/>
              <gml:surfaceMember xlink:href="#Srf_adc8e5e5-94e5-4c34-a31d-445315aefa35"/>
              <gml:surfaceMember xlink:href="#Srf_65cbdbd4-53d8-4394-b2c9-212bf282e8dd"/>
              <gml:surfaceMember xlink:href="#Srf_a4c2b26c-4588-4219-95c0-98ab93522b3b"/>
              <gml:surfaceMember xlink:href="#Srf_4e68147b-5ec5-4ccc-a351-fce0f3d75582"/>
              <gml:surfaceMember xlink:href="#Srf_e5948fb4-16dd-45b2-8a7c-580ca1e6cb0a"/>
              <gml:surfaceMember xlink:href="#Srf_a9170ec4-96aa-49b2-ad9c-70a5b217cb7e"/>
              <gml:surfaceMember xlink:href="#Srf_c1e78285-7394-4de9-8229-b0e3ebfa69e6"/>
              <gml:surfaceMember xlink:href="#Srf_1cbe61ee-646a-4f87-9e4d-aa6fe2f68552"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8808aa81-3baa-474f-ac78-d1326392e261">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aad25f8f-2572-4cf1-b23a-3dd478260c82">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4e68147b-5ec5-4ccc-a351-fce0f3d75582">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4e68147b-5ec5-4ccc-a351-fce0f3d75582_0_">
                      <gml:posList srsDimension="3">511172.840 5416965.030 264.268 511172.890 5416964.640 264.268 511172.890 5416964.640 272.609 511172.840 5416965.030 272.330 511172.840 5416965.030 264.268</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_9e39316e-0261-432d-ad84-87b529fe2663">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aca6e440-bfb8-438c-a8fc-a300e99d2517">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_65cbdbd4-53d8-4394-b2c9-212bf282e8dd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_65cbdbd4-53d8-4394-b2c9-212bf282e8dd_0_">
                      <gml:posList srsDimension="3">511179.631 5416959.418 276.766 511163.911 5416957.862 276.764 511164.490 5416952.100 272.634 511180.210 5416953.680 272.653 511179.631 5416959.418 276.766</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_eb01596d-422f-4e43-b869-cb328b039dc8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_84aeec4b-e960-48a8-873d-7f2aaa32adb7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e5948fb4-16dd-45b2-8a7c-580ca1e6cb0a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e5948fb4-16dd-45b2-8a7c-580ca1e6cb0a_0_">
                      <gml:posList srsDimension="3">511163.330 5416963.650 272.638 511172.890 5416964.640 272.609 511172.890 5416964.640 264.268 511163.330 5416963.650 264.268 511163.330 5416963.650 272.638</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_15a64db8-16f0-405d-801d-9ca5a2b762cf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_38b04beb-7553-49f9-8b81-7ad66de17dfe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a9170ec4-96aa-49b2-ad9c-70a5b217cb7e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a9170ec4-96aa-49b2-ad9c-70a5b217cb7e_0_">
                      <gml:posList srsDimension="3">511164.490 5416952.100 272.634 511163.911 5416957.862 276.764 511163.911 5416957.862 264.268 511164.490 5416952.100 264.268 511164.490 5416952.100 272.634</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_4c1c54c5-6e3e-4ec2-9982-0962d6977d31">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a575e791-45f4-4c34-89d3-ac8b556a4cf0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_adc8e5e5-94e5-4c34-a31d-445315aefa35">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_adc8e5e5-94e5-4c34-a31d-445315aefa35_0_">
                      <gml:posList srsDimension="3">511163.330 5416963.650 264.268 511163.911 5416957.862 264.268 511163.911 5416957.862 276.764 511163.330 5416963.650 272.638 511163.330 5416963.650 264.268</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_bc07f03b-eb36-4aa9-8660-5408e0040256">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9ccc5ebd-635e-437b-afaa-940dd86ea6a9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c1e78285-7394-4de9-8229-b0e3ebfa69e6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c1e78285-7394-4de9-8229-b0e3ebfa69e6_0_">
                      <gml:posList srsDimension="3">511164.490 5416952.100 264.268 511180.210 5416953.680 264.268 511180.210 5416953.680 272.653 511164.490 5416952.100 272.634 511164.490 5416952.100 264.268</gml:posList>
For faster browsing, not all history is shown. View entire blame