Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
151001
151002
151003
151004
151005
151006
151007
151008
151009
151010
151011
151012
151013
151014
151015
151016
151017
151018
151019
151020
151021
151022
151023
151024
151025
151026
151027
151028
151029
151030
151031
151032
151033
151034
151035
151036
151037
151038
151039
151040
151041
151042
151043
151044
151045
151046
151047
151048
151049
151050
151051
151052
151053
151054
151055
151056
151057
151058
151059
151060
151061
151062
151063
151064
151065
151066
151067
151068
151069
151070
151071
151072
151073
151074
151075
151076
151077
151078
151079
151080
151081
151082
151083
151084
151085
151086
151087
151088
151089
151090
151091
151092
151093
151094
151095
151096
151097
151098
151099
151100
151101
151102
151103
151104
151105
151106
151107
151108
151109
151110
151111
151112
151113
151114
151115
151116
151117
151118
151119
151120
151121
151122
151123
151124
151125
151126
151127
151128
151129
151130
151131
151132
151133
151134
151135
151136
151137
151138
151139
151140
151141
151142
151143
151144
151145
151146
151147
151148
151149
151150
151151
151152
151153
151154
151155
151156
151157
151158
151159
151160
151161
151162
151163
151164
151165
151166
151167
151168
151169
151170
151171
151172
151173
151174
151175
151176
151177
151178
151179
151180
151181
151182
151183
151184
151185
151186
151187
151188
151189
151190
151191
151192
151193
151194
151195
151196
151197
151198
151199
151200
151201
151202
151203
151204
151205
151206
151207
151208
151209
151210
151211
151212
151213
151214
151215
151216
151217
151218
151219
151220
151221
151222
151223
151224
151225
151226
151227
151228
151229
151230
151231
151232
151233
151234
151235
151236
151237
151238
151239
151240
151241
151242
151243
151244
151245
151246
151247
151248
151249
151250
151251
151252
151253
151254
151255
151256
151257
151258
151259
151260
151261
151262
151263
151264
151265
151266
151267
151268
151269
151270
151271
151272
151273
151274
151275
151276
151277
151278
151279
151280
151281
151282
151283
151284
151285
151286
151287
151288
151289
151290
151291
151292
151293
151294
151295
151296
151297
151298
151299
151300
151301
151302
151303
151304
151305
151306
151307
151308
151309
151310
151311
151312
151313
151314
151315
151316
151317
151318
151319
151320
151321
151322
151323
151324
151325
151326
151327
151328
151329
151330
151331
151332
151333
151334
151335
151336
151337
151338
151339
151340
151341
151342
151343
151344
151345
151346
151347
151348
151349
151350
151351
151352
151353
151354
151355
151356
151357
151358
151359
151360
151361
151362
151363
151364
151365
151366
151367
151368
151369
151370
151371
151372
151373
151374
151375
151376
151377
151378
151379
151380
151381
151382
151383
151384
151385
151386
151387
151388
151389
151390
151391
151392
151393
151394
151395
151396
151397
151398
151399
151400
151401
151402
151403
151404
151405
151406
151407
151408
151409
151410
151411
151412
151413
151414
151415
151416
151417
151418
151419
151420
151421
151422
151423
151424
151425
151426
151427
151428
151429
151430
151431
151432
151433
151434
151435
151436
151437
151438
151439
151440
151441
151442
151443
151444
151445
151446
151447
151448
151449
151450
151451
151452
151453
151454
151455
151456
151457
151458
151459
151460
151461
151462
151463
151464
151465
151466
151467
151468
151469
151470
151471
151472
151473
151474
151475
151476
151477
151478
151479
151480
151481
151482
151483
151484
151485
151486
151487
151488
151489
151490
151491
151492
151493
151494
151495
151496
151497
151498
151499
151500
151501
151502
151503
151504
151505
151506
151507
151508
151509
151510
151511
151512
151513
151514
151515
151516
151517
151518
151519
151520
151521
151522
151523
151524
151525
151526
151527
151528
151529
151530
151531
151532
151533
151534
151535
151536
151537
151538
151539
151540
151541
151542
151543
151544
151545
151546
151547
151548
151549
151550
151551
151552
151553
151554
151555
151556
151557
151558
151559
151560
151561
151562
151563
151564
151565
151566
151567
151568
151569
151570
151571
151572
151573
151574
151575
151576
151577
151578
151579
151580
151581
151582
151583
151584
151585
151586
151587
151588
151589
151590
151591
151592
151593
151594
151595
151596
151597
151598
151599
151600
151601
151602
151603
151604
151605
151606
151607
151608
151609
151610
151611
151612
151613
151614
151615
151616
151617
151618
151619
151620
151621
151622
151623
151624
151625
151626
151627
151628
151629
151630
151631
151632
151633
151634
151635
151636
151637
151638
151639
151640
151641
151642
151643
151644
151645
151646
151647
151648
151649
151650
151651
151652
151653
151654
151655
151656
151657
151658
151659
151660
151661
151662
151663
151664
151665
151666
151667
151668
151669
151670
151671
151672
151673
151674
151675
151676
151677
151678
151679
151680
151681
151682
151683
151684
151685
151686
151687
151688
151689
151690
151691
151692
151693
151694
151695
151696
151697
151698
151699
151700
151701
151702
151703
151704
151705
151706
151707
151708
151709
151710
151711
151712
151713
151714
151715
151716
151717
151718
151719
151720
151721
151722
151723
151724
151725
151726
151727
151728
151729
151730
151731
151732
151733
151734
151735
151736
151737
151738
151739
151740
151741
151742
151743
151744
151745
151746
151747
151748
151749
151750
151751
151752
151753
151754
151755
151756
151757
151758
151759
151760
151761
151762
151763
151764
151765
151766
151767
151768
151769
151770
151771
151772
151773
151774
151775
151776
151777
151778
151779
151780
151781
151782
151783
151784
151785
151786
151787
151788
151789
151790
151791
151792
151793
151794
151795
151796
151797
151798
151799
151800
151801
151802
151803
151804
151805
151806
151807
151808
151809
151810
151811
151812
151813
151814
151815
151816
151817
151818
151819
151820
151821
151822
151823
151824
151825
151826
151827
151828
151829
151830
151831
151832
151833
151834
151835
151836
151837
151838
151839
151840
151841
151842
151843
151844
151845
151846
151847
151848
151849
151850
151851
151852
151853
151854
151855
151856
151857
151858
151859
151860
151861
151862
151863
151864
151865
151866
151867
151868
151869
151870
151871
151872
151873
151874
151875
151876
151877
151878
151879
151880
151881
151882
151883
151884
151885
151886
151887
151888
151889
151890
151891
151892
151893
151894
151895
151896
151897
151898
151899
151900
151901
151902
151903
151904
151905
151906
151907
151908
151909
151910
151911
151912
151913
151914
151915
151916
151917
151918
151919
151920
151921
151922
151923
151924
151925
151926
151927
151928
151929
151930
151931
151932
151933
151934
151935
151936
151937
151938
151939
151940
151941
151942
151943
151944
151945
151946
151947
151948
151949
151950
151951
151952
151953
151954
151955
151956
151957
151958
151959
151960
151961
151962
151963
151964
151965
151966
151967
151968
151969
151970
151971
151972
151973
151974
151975
151976
151977
151978
151979
151980
151981
151982
151983
151984
151985
151986
151987
151988
151989
151990
151991
151992
151993
151994
151995
151996
151997
151998
151999
152000
              <gml:surfaceMember xlink:href="#Srf_31a50c88-3836-423a-9663-4563cee8299f"/>
              <gml:surfaceMember xlink:href="#Srf_605fb2a8-04ad-4c65-934b-20fc69f9bbd2"/>
              <gml:surfaceMember xlink:href="#Srf_4cbe4f60-a236-4558-b7cb-33c5c2885921"/>
              <gml:surfaceMember xlink:href="#Srf_2f8a8dce-7a87-4d7d-b811-7b46392d634d"/>
              <gml:surfaceMember xlink:href="#Srf_8ecf3484-176d-42e3-a66b-5a08a023fe30"/>
              <gml:surfaceMember xlink:href="#Srf_0b143ace-376a-4949-b63c-318d83092a7b"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_199ed240-48b8-439b-b7f8-ec048b5d4620">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_751e0cda-b24b-4419-b14f-db7afc8bba48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4cbe4f60-a236-4558-b7cb-33c5c2885921">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4cbe4f60-a236-4558-b7cb-33c5c2885921_0_">
                      <gml:posList srsDimension="3">511123.050 5417395.880 263.854 511120.050 5417396.010 263.854 511120.050 5417396.010 266.385 511123.050 5417395.880 266.385 511123.050 5417395.880 263.854</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_abe89690-5306-4b47-8825-190182f189a6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_df1f476a-3f8e-488d-8c6e-d0daac1971be">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0b143ace-376a-4949-b63c-318d83092a7b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0b143ace-376a-4949-b63c-318d83092a7b_0_">
                      <gml:posList srsDimension="3">511120.050 5417396.010 263.854 511119.810 5417390.500 263.854 511119.810 5417390.500 266.385 511120.050 5417396.010 266.385 511120.050 5417396.010 263.854</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_57513b12-eb24-403f-bba0-0e88080a2a30">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_51388337-75a3-4dfc-ab30-c16a819666a5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_31a50c88-3836-423a-9663-4563cee8299f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_31a50c88-3836-423a-9663-4563cee8299f_0_">
                      <gml:posList srsDimension="3">511119.810 5417390.500 263.854 511122.820 5417390.370 263.854 511122.820 5417390.370 266.385 511119.810 5417390.500 266.385 511119.810 5417390.500 263.854</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_c58e68d9-fc16-4008-87f1-68ce3783c975">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bca415ee-ac98-4f89-ba38-2a6b23d7393a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_605fb2a8-04ad-4c65-934b-20fc69f9bbd2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_605fb2a8-04ad-4c65-934b-20fc69f9bbd2_0_">
                      <gml:posList srsDimension="3">511120.050 5417396.010 263.854 511123.050 5417395.880 263.854 511122.820 5417390.370 263.854 511119.810 5417390.500 263.854 511120.050 5417396.010 263.854</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_3989b7f8-09bc-4c33-a187-e6b1e6d6c489">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_600d5f83-4f27-41df-bcad-0718a9f90820">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8ecf3484-176d-42e3-a66b-5a08a023fe30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8ecf3484-176d-42e3-a66b-5a08a023fe30_0_">
                      <gml:posList srsDimension="3">511123.050 5417395.880 266.385 511120.050 5417396.010 266.385 511119.810 5417390.500 266.385 511122.820 5417390.370 266.385 511123.050 5417395.880 266.385</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_38b5b400-c101-4e1f-9676-99f7c03893aa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3e4f6cdf-9261-41ed-bf09-cad6ba7d597f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2f8a8dce-7a87-4d7d-b811-7b46392d634d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2f8a8dce-7a87-4d7d-b811-7b46392d634d_0_">
                      <gml:posList srsDimension="3">511122.820 5417390.370 263.854 511123.050 5417395.880 263.854 511123.050 5417395.880 266.385 511122.820 5417390.370 266.385 511122.820 5417390.370 263.854</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_0010001006Y">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001006Y</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">4.095</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4fbbcf07-964b-49c3-aa87-24141777ca1a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_55c86dc2-823f-4259-819f-cf0385f8af22">
              <gml:surfaceMember xlink:href="#Srf_bd6252d1-8948-4e20-98eb-6c037bc63b1d"/>
              <gml:surfaceMember xlink:href="#Srf_60e7fa99-93e1-4d6a-a3b7-ea573068268f"/>
              <gml:surfaceMember xlink:href="#Srf_fd13d7ad-f693-4690-9e3f-642f9ec81999"/>
              <gml:surfaceMember xlink:href="#Srf_db16168f-8738-4d0b-a7be-e51b12985353"/>
              <gml:surfaceMember xlink:href="#Srf_1181e56b-1780-457f-a010-48741862c3d3"/>
              <gml:surfaceMember xlink:href="#Srf_d5b0196c-5a06-4d24-a86c-40aad001e65d"/>
              <gml:surfaceMember xlink:href="#Srf_e60289d0-9495-4c02-a721-41eee0c75e00"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e7459b45-fe45-4c2b-b553-e53a1cc7556a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8749f61e-37f8-41c2-bb9f-246d04328a3f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1181e56b-1780-457f-a010-48741862c3d3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1181e56b-1780-457f-a010-48741862c3d3_0_">
                      <gml:posList srsDimension="3">511106.680 5417398.540 261.925 511103.680 5417398.170 261.925 511103.680 5417398.170 266.020 511106.680 5417398.540 266.020 511106.680 5417398.540 261.925</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_44f82584-5910-4acb-a2c2-145180413bb7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_05554e13-876a-46b9-8372-8d84a56b0300">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_60e7fa99-93e1-4d6a-a3b7-ea573068268f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_60e7fa99-93e1-4d6a-a3b7-ea573068268f_0_">
                      <gml:posList srsDimension="3">511103.680 5417398.170 261.925 511104.400 5417392.220 261.925 511104.400 5417392.220 266.020 511103.680 5417398.170 266.020 511103.680 5417398.170 261.925</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_06150169-207f-4d42-a081-e350d8fccacc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6ae15ff3-21e0-4bf7-b1e4-9738441f5df4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bd6252d1-8948-4e20-98eb-6c037bc63b1d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bd6252d1-8948-4e20-98eb-6c037bc63b1d_0_">
                      <gml:posList srsDimension="3">511104.400 5417392.220 261.925 511103.680 5417398.170 261.925 511106.680 5417398.540 261.925 511107.130 5417394.750 261.925 511107.380 5417392.570 261.925 511104.400 5417392.220 261.925</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_5f8ada71-bd7e-44c3-bbf6-283f4a1a7ed0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_85ea18fa-7ac6-4b69-b658-4326f8ebd355">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e60289d0-9495-4c02-a721-41eee0c75e00">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e60289d0-9495-4c02-a721-41eee0c75e00_0_">
                      <gml:posList srsDimension="3">511103.680 5417398.170 266.020 511104.400 5417392.220 266.020 511107.380 5417392.570 266.020 511107.130 5417394.750 266.020 511106.680 5417398.540 266.020 511103.680 5417398.170 266.020</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_c1e24c52-73ca-45cb-a6a3-0a631f7c1689">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e9bdda7-abb8-413e-9018-05a1f270b445">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fd13d7ad-f693-4690-9e3f-642f9ec81999">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fd13d7ad-f693-4690-9e3f-642f9ec81999_0_">
                      <gml:posList srsDimension="3">511104.400 5417392.220 261.925 511107.380 5417392.570 261.925 511107.380 5417392.570 266.020 511104.400 5417392.220 266.020 511104.400 5417392.220 261.925</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_ae75ff35-c054-41bc-897b-34663d337ccf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_62fef000-fad9-4b92-9080-8738f3b46555">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_db16168f-8738-4d0b-a7be-e51b12985353">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_db16168f-8738-4d0b-a7be-e51b12985353_0_">
                      <gml:posList srsDimension="3">511107.380 5417392.570 261.925 511107.130 5417394.750 261.925 511107.130 5417394.750 266.020 511107.380 5417392.570 266.020 511107.380 5417392.570 261.925</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_5e88cfd4-d008-4776-baf4-c9c9cb62f173">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fd7974dc-2f61-4019-897b-084fcc91786b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d5b0196c-5a06-4d24-a86c-40aad001e65d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d5b0196c-5a06-4d24-a86c-40aad001e65d_0_">
                      <gml:posList srsDimension="3">511107.130 5417394.750 261.925 511106.680 5417398.540 261.925 511106.680 5417398.540 266.020 511107.130 5417394.750 266.020 511107.130 5417394.750 261.925</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1941</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006e">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001006e</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.528</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0949acd9-69a5-49ba-9a04-e0401304bc79">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_7de072ab-6a88-4097-8645-5e2c1c256fa3">
              <gml:surfaceMember xlink:href="#Srf_617a2106-a5fe-4489-b1d8-0449b92454af"/>
              <gml:surfaceMember xlink:href="#Srf_be276d6a-4bcf-4568-b0a3-91b8d49fde8d"/>
              <gml:surfaceMember xlink:href="#Srf_5a088ec7-cdfe-40a1-999e-132e3814407a"/>
              <gml:surfaceMember xlink:href="#Srf_2a758c5c-62e5-4d54-b55a-1dc83d60c2aa"/>
              <gml:surfaceMember xlink:href="#Srf_4a62c01d-e008-4bd0-8d62-e370fa30729c"/>
              <gml:surfaceMember xlink:href="#Srf_ea9f2696-e0f1-4e0a-aeec-840e74c6238d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_4a3f2159-3409-4f8d-af74-81f26998ab08">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da2c06b7-715c-4654-af86-6be47d9f2dde">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5a088ec7-cdfe-40a1-999e-132e3814407a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5a088ec7-cdfe-40a1-999e-132e3814407a_0_">
                      <gml:posList srsDimension="3">511199.040 5417343.460 268.330 511196.210 5417343.790 268.330 511195.580 5417338.350 268.330 511198.410 5417338.020 268.330 511199.040 5417343.460 268.330</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_4813e0ad-9006-407c-b320-5308e83ee928">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ea17996e-eaff-4661-a694-02bc1e3eaae1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_617a2106-a5fe-4489-b1d8-0449b92454af">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_617a2106-a5fe-4489-b1d8-0449b92454af_0_">
                      <gml:posList srsDimension="3">511198.410 5417338.020 265.802 511199.040 5417343.460 265.802 511199.040 5417343.460 268.330 511198.410 5417338.020 268.330 511198.410 5417338.020 265.802</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_b7e620c3-98aa-4e04-992a-b12d0b8dcadf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c225e6fb-6e8c-4db9-b540-4c51c1a47715">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4a62c01d-e008-4bd0-8d62-e370fa30729c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4a62c01d-e008-4bd0-8d62-e370fa30729c_0_">
                      <gml:posList srsDimension="3">511199.040 5417343.460 265.802 511196.210 5417343.790 265.802 511196.210 5417343.790 268.330 511199.040 5417343.460 268.330 511199.040 5417343.460 265.802</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_428093c4-3fa1-4b28-a2e0-348e480cd6a9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07bb564f-b05c-43dc-83a3-c0d44c552632">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea9f2696-e0f1-4e0a-aeec-840e74c6238d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea9f2696-e0f1-4e0a-aeec-840e74c6238d_0_">
                      <gml:posList srsDimension="3">511196.210 5417343.790 265.802 511195.580 5417338.350 265.802 511195.580 5417338.350 268.330 511196.210 5417343.790 268.330 511196.210 5417343.790 265.802</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_26c0975f-3f3a-4610-adfd-161ab0bcdc1a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2759b2f9-a286-4b2b-974d-95874c6e692a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2a758c5c-62e5-4d54-b55a-1dc83d60c2aa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2a758c5c-62e5-4d54-b55a-1dc83d60c2aa_0_">
                      <gml:posList srsDimension="3">511195.580 5417338.350 265.802 511198.410 5417338.020 265.802 511198.410 5417338.020 268.330 511195.580 5417338.350 268.330 511195.580 5417338.350 265.802</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_4d99992c-2301-45ae-be6b-6596d8ccb44c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_492a8601-3f0a-481e-85f6-06a34a213b23">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be276d6a-4bcf-4568-b0a3-91b8d49fde8d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be276d6a-4bcf-4568-b0a3-91b8d49fde8d_0_">
                      <gml:posList srsDimension="3">511196.210 5417343.790 265.802 511199.040 5417343.460 265.802 511198.410 5417338.020 265.802 511195.580 5417338.350 265.802 511196.210 5417343.790 265.802</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1997</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006i">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001006i</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.302</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_8721f63e-2420-42a1-a4be-6a838a9104ab">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_1e41912e-1550-4ff5-aa44-e1c30875bbc9">
              <gml:surfaceMember xlink:href="#Srf_f21ac67c-9bd0-4281-8cbe-16b4c5fb54a2"/>
              <gml:surfaceMember xlink:href="#Srf_48fb3115-2a27-404f-ad33-09ee7560c116"/>
              <gml:surfaceMember xlink:href="#Srf_d2fbe832-29cb-470f-bc5d-be4be07039b3"/>
              <gml:surfaceMember xlink:href="#Srf_fa9738b3-6e69-4486-99c3-f282ef3b673c"/>
              <gml:surfaceMember xlink:href="#Srf_d8594593-5463-4519-8caf-90fac2ab03d8"/>
              <gml:surfaceMember xlink:href="#Srf_7ce14787-44a2-4af3-8701-96ddd8bca37f"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_973e0d6e-318b-45de-9a82-39e656f6c0a8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71674637-1834-4c4e-944f-d9c204dc6bd6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_48fb3115-2a27-404f-ad33-09ee7560c116">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_48fb3115-2a27-404f-ad33-09ee7560c116_0_">
                      <gml:posList srsDimension="3">511201.590 5417358.920 263.718 511198.600 5417358.890 263.718 511198.620 5417364.870 263.718 511201.610 5417364.890 263.718 511201.590 5417358.920 263.718</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_0877c9eb-c3ca-481f-81e3-d4046d462876">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af3a5bf6-b664-4383-b284-5a2bdfa24cc2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d2fbe832-29cb-470f-bc5d-be4be07039b3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d2fbe832-29cb-470f-bc5d-be4be07039b3_0_">
                      <gml:posList srsDimension="3">511201.590 5417358.920 266.020 511201.590 5417358.920 263.718 511201.610 5417364.890 263.718 511201.610 5417364.890 266.020 511201.590 5417358.920 266.020</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_ec676e90-4630-4774-8e9a-e3a218cd67e3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d6e4bb58-01e8-4fa5-8052-59858270d8ba">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d8594593-5463-4519-8caf-90fac2ab03d8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d8594593-5463-4519-8caf-90fac2ab03d8_0_">
                      <gml:posList srsDimension="3">511201.610 5417364.890 263.718 511198.620 5417364.870 263.718 511198.620 5417364.870 266.020 511201.610 5417364.890 266.020 511201.610 5417364.890 263.718</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_3a67100d-7692-46bd-915a-e1879f9e23ea">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_968555a5-3048-4ddb-b834-7aa09165f9c2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fa9738b3-6e69-4486-99c3-f282ef3b673c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fa9738b3-6e69-4486-99c3-f282ef3b673c_0_">
                      <gml:posList srsDimension="3">511198.600 5417358.890 263.718 511198.600 5417358.890 266.020 511198.620 5417364.870 266.020 511198.620 5417364.870 263.718 511198.600 5417358.890 263.718</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_6df49e03-e0e7-4da5-8248-e85735919fb0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bea7cc21-eef9-4eb3-b47d-10045b1c2230">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f21ac67c-9bd0-4281-8cbe-16b4c5fb54a2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f21ac67c-9bd0-4281-8cbe-16b4c5fb54a2_0_">
                      <gml:posList srsDimension="3">511198.600 5417358.890 263.718 511201.590 5417358.920 263.718 511201.590 5417358.920 266.020 511198.600 5417358.890 266.020 511198.600 5417358.890 263.718</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_f6abaf7e-57fc-47a0-b511-a7d242ff5816">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a5a6039-e061-4450-ab96-690d4c22af19">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ce14787-44a2-4af3-8701-96ddd8bca37f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ce14787-44a2-4af3-8701-96ddd8bca37f_0_">
                      <gml:posList srsDimension="3">511198.600 5417358.890 266.020 511201.590 5417358.920 266.020 511201.610 5417364.890 266.020 511198.620 5417364.870 266.020 511198.600 5417358.890 266.020</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1991</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006W">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001006W</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.167</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_71857ea7-87cb-4ab9-8e18-0ef494c823c5">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_8c1ecf93-fe6b-4a0f-8574-2f5ea649cb03">
              <gml:surfaceMember xlink:href="#Srf_157c80fc-d55f-40b6-baba-b6f60a33eaf6"/>
              <gml:surfaceMember xlink:href="#Srf_cc37818d-3532-457b-b338-f6ca2b8b7f55"/>
              <gml:surfaceMember xlink:href="#Srf_004b78a9-4c63-4fae-80cc-81a7b4fb6404"/>
              <gml:surfaceMember xlink:href="#Srf_b39890ee-fee8-41c7-91ce-1813c0719d3b"/>
              <gml:surfaceMember xlink:href="#Srf_c56764f9-bd5d-4924-983a-bd3ad6a2aff2"/>
              <gml:surfaceMember xlink:href="#Srf_e5eced0d-e5bf-4e25-a449-6f44f8fc59d0"/>
              <gml:surfaceMember xlink:href="#Srf_314638a2-8047-419e-b9bb-a0fc8aead105"/>
              <gml:surfaceMember xlink:href="#Srf_e9eb396c-48af-4b70-a41a-8fe164f27f3b"/>
              <gml:surfaceMember xlink:href="#Srf_d82f42cb-f402-499d-9211-1a0468dcb0f0"/>
              <gml:surfaceMember xlink:href="#Srf_bf4283b2-3a65-4e41-870b-8a9661443545"/>
              <gml:surfaceMember xlink:href="#Srf_c8e0445e-8781-41c5-998e-56f474e1056d"/>
              <gml:surfaceMember xlink:href="#Srf_77cec4e3-6763-4afa-9124-6492deff94c9"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_546df11f-c90d-45cd-9e7d-edd75a87168f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6c647465-cf9e-45bf-875c-ba02a99294b0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_157c80fc-d55f-40b6-baba-b6f60a33eaf6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_157c80fc-d55f-40b6-baba-b6f60a33eaf6_0_">
                      <gml:posList srsDimension="3">511127.090 5417413.790 259.039 511125.810 5417413.850 259.039 511125.810 5417413.850 266.036 511127.090 5417413.790 266.943 511127.090 5417413.790 259.039</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_6697693e-bd69-4f7e-b054-80734f23cb9d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a366f9fb-fbc5-4966-ba30-1c50c6360fb0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e5eced0d-e5bf-4e25-a449-6f44f8fc59d0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e5eced0d-e5bf-4e25-a449-6f44f8fc59d0_0_">
                      <gml:posList srsDimension="3">511125.810 5417413.850 259.039 511125.630 5417409.300 259.039 511125.630 5417409.300 266.021 511125.810 5417413.850 266.036 511125.810 5417413.850 259.039</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_aff03c11-2c7e-4b7f-a511-05d1309a91cf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e373e3fa-dba7-4927-bebd-832d7e503385">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cc37818d-3532-457b-b338-f6ca2b8b7f55">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cc37818d-3532-457b-b338-f6ca2b8b7f55_0_">
                      <gml:posList srsDimension="3">511134.510 5417408.980 266.079 511130.104 5417409.170 269.189 511130.104 5417409.170 259.039 511134.510 5417408.980 259.039 511134.510 5417408.980 266.079</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_de05b14f-9a3c-4593-8063-bf6243bec00d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0897855-8999-4174-8b17-8942e8513b26">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d82f42cb-f402-499d-9211-1a0468dcb0f0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d82f42cb-f402-499d-9211-1a0468dcb0f0_0_">
                      <gml:posList srsDimension="3">511134.510 5417408.980 259.039 511134.770 5417416.480 259.039 511134.770 5417416.480 266.112 511134.510 5417408.980 266.079 511134.510 5417408.980 259.039</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_65ff3128-2a12-428e-b876-d1d463a8fdc9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5d1d32b5-50c8-4bd1-8da2-25434fa0a96d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_004b78a9-4c63-4fae-80cc-81a7b4fb6404">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_004b78a9-4c63-4fae-80cc-81a7b4fb6404_0_">
                      <gml:posList srsDimension="3">511125.630 5417409.300 259.039 511126.630 5417409.320 259.039 511126.630 5417409.320 266.728 511125.630 5417409.300 266.021 511125.630 5417409.300 259.039</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_db6c3d33-9e77-41dd-9d6a-1522cf49cdef">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_df704fdd-75e0-41a1-b292-029ab859c227">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_314638a2-8047-419e-b9bb-a0fc8aead105">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_314638a2-8047-419e-b9bb-a0fc8aead105_0_">
                      <gml:posList srsDimension="3">511125.630 5417409.300 259.039 511125.810 5417413.850 259.039 511127.090 5417413.790 259.039 511127.220 5417416.750 259.039 511130.387 5417416.637 259.039 511134.770 5417416.480 259.039 511134.510 5417408.980 259.039 511130.104 5417409.170 259.039 511126.630 5417409.320 259.039 511125.630 5417409.300 259.039</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_9212e6e9-4e89-4d34-9331-313f508b0f3d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ccc10938-9ece-4197-96e0-2d23fd741994">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c8e0445e-8781-41c5-998e-56f474e1056d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c8e0445e-8781-41c5-998e-56f474e1056d_0_">
                      <gml:posList srsDimension="3">511130.387 5417416.637 269.205 511134.770 5417416.480 266.112 511134.770 5417416.480 259.039 511130.387 5417416.637 259.039 511130.387 5417416.637 269.205</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_cd91892c-07f3-44c0-abdc-2ba301818b36">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d0a453de-2709-45c6-820b-1e22149b636b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77cec4e3-6763-4afa-9124-6492deff94c9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77cec4e3-6763-4afa-9124-6492deff94c9_0_">
                      <gml:posList srsDimension="3">511125.810 5417413.850 266.036 511125.630 5417409.300 266.021 511126.630 5417409.320 266.728 511130.104 5417409.170 269.189 511130.387 5417416.637 269.205 511127.220 5417416.750 266.963 511127.090 5417413.790 266.943 511125.810 5417413.850 266.036</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_5c4a3bc6-f110-4f06-8225-cf68f31a56ed">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aa6d8275-9445-4a49-8e5c-acb06c01cb4c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e9eb396c-48af-4b70-a41a-8fe164f27f3b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e9eb396c-48af-4b70-a41a-8fe164f27f3b_0_">
                      <gml:posList srsDimension="3">511130.387 5417416.637 259.039 511127.220 5417416.750 259.039 511127.220 5417416.750 266.963 511130.387 5417416.637 269.205 511130.387 5417416.637 259.039</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_aa64a24e-eca5-4358-aaed-a489cf4736aa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9bbd783d-5acb-4562-91ad-c6f539c1cdf4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c56764f9-bd5d-4924-983a-bd3ad6a2aff2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c56764f9-bd5d-4924-983a-bd3ad6a2aff2_0_">
                      <gml:posList srsDimension="3">511127.220 5417416.750 259.039 511127.090 5417413.790 259.039 511127.090 5417413.790 266.943 511127.220 5417416.750 266.963 511127.220 5417416.750 259.039</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_c3166f6b-fe49-42a5-9948-dd6ffeb5e979">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2cd4a9e2-f74d-46e1-ad67-5ed7125e68de">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bf4283b2-3a65-4e41-870b-8a9661443545">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bf4283b2-3a65-4e41-870b-8a9661443545_0_">
                      <gml:posList srsDimension="3">511134.510 5417408.980 266.079 511134.770 5417416.480 266.112 511130.387 5417416.637 269.205 511130.104 5417409.170 269.189 511134.510 5417408.980 266.079</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_9b6b84ed-916f-47b9-8279-36d734e56152">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4f3813a4-02cf-4a9a-9edb-89d2e647e86f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b39890ee-fee8-41c7-91ce-1813c0719d3b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b39890ee-fee8-41c7-91ce-1813c0719d3b_0_">
                      <gml:posList srsDimension="3">511126.630 5417409.320 259.039 511130.104 5417409.170 259.039 511130.104 5417409.170 269.189 511126.630 5417409.320 266.728 511126.630 5417409.320 259.039</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1909</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006P">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001006P</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.443</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2c392aa0-832c-4698-ac50-3ea8138ba8c8">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_5447226e-4dc4-475c-9134-9dd3100271d4">
              <gml:surfaceMember xlink:href="#Srf_6139a8af-1b4d-42b1-8cfe-f20f60da8db5"/>
              <gml:surfaceMember xlink:href="#Srf_ce3d1d53-23f5-448e-bb4d-ca626f2f7877"/>
              <gml:surfaceMember xlink:href="#Srf_2091fc9b-eb49-48d3-b502-2d67f1e8cfee"/>
              <gml:surfaceMember xlink:href="#Srf_ddb2400b-99b3-4bc9-88bc-ad8340df96ab"/>
              <gml:surfaceMember xlink:href="#Srf_a7c5fcd6-bead-489e-91f0-e2106a5116dc"/>
              <gml:surfaceMember xlink:href="#Srf_a21a41b5-a1c5-4133-8461-72ac6f94dbab"/>
              <gml:surfaceMember xlink:href="#Srf_4066119b-692c-48d4-a4fa-9b23f4e5a038"/>
              <gml:surfaceMember xlink:href="#Srf_4de277e2-49a1-4354-b22b-ef3a36e24ff6"/>
              <gml:surfaceMember xlink:href="#Srf_8a186db8-4771-463f-b8d3-aeacbb869f27"/>
              <gml:surfaceMember xlink:href="#Srf_9b287fe3-ec27-45cb-b6c9-e8f5fb2d936f"/>
              <gml:surfaceMember xlink:href="#Srf_d16f40c7-38e3-49a1-a1f1-7209a90ea3c2"/>
              <gml:surfaceMember xlink:href="#Srf_6da7b423-5962-4f61-bdc2-38458756fc13"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_bf334e9e-c5cd-4065-a869-6cf647268955">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_401701e6-e2ab-4e89-91b3-3d8075abbc87">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8a186db8-4771-463f-b8d3-aeacbb869f27">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8a186db8-4771-463f-b8d3-aeacbb869f27_0_">
                      <gml:posList srsDimension="3">511156.330 5417408.110 265.624 511151.911 5417408.278 268.723 511151.911 5417408.278 259.279 511156.330 5417408.110 259.279 511156.330 5417408.110 265.624</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_965994ba-38bc-4c60-9f03-b2132258f3a7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4853e293-2e60-406a-8022-b2bac3234b96">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a21a41b5-a1c5-4133-8461-72ac6f94dbab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a21a41b5-a1c5-4133-8461-72ac6f94dbab_0_">
                      <gml:posList srsDimension="3">511147.450 5417408.450 259.279 511148.440 5417408.410 259.279 511148.440 5417408.410 266.274 511147.450 5417408.450 265.575 511147.450 5417408.450 259.279</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_b5bbcd8d-7815-4100-a935-b32d43998769">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dd3d8638-7dd5-48d4-af2c-53c09626f999">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6da7b423-5962-4f61-bdc2-38458756fc13">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6da7b423-5962-4f61-bdc2-38458756fc13_0_">
                      <gml:posList srsDimension="3">511156.330 5417408.110 259.279 511156.600 5417415.650 259.279 511156.600 5417415.650 265.638 511156.330 5417408.110 265.624 511156.330 5417408.110 259.279</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_e93624e2-af09-4856-a591-4134a69e5574">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b8d9cd75-db79-47da-88e2-97e285db0ce7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4de277e2-49a1-4354-b22b-ef3a36e24ff6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4de277e2-49a1-4354-b22b-ef3a36e24ff6_0_">
                      <gml:posList srsDimension="3">511147.450 5417408.450 259.279 511147.610 5417412.980 259.279 511148.930 5417412.930 259.279 511149.030 5417415.930 259.279 511152.204 5417415.813 259.279 511156.600 5417415.650 259.279 511156.330 5417408.110 259.279 511151.911 5417408.278 259.279 511148.440 5417408.410 259.279 511147.450 5417408.450 259.279</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_98e466fe-190a-4243-a70f-a48c1e931a5a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
For faster browsing, not all history is shown. View entire blame