Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
148001
148002
148003
148004
148005
148006
148007
148008
148009
148010
148011
148012
148013
148014
148015
148016
148017
148018
148019
148020
148021
148022
148023
148024
148025
148026
148027
148028
148029
148030
148031
148032
148033
148034
148035
148036
148037
148038
148039
148040
148041
148042
148043
148044
148045
148046
148047
148048
148049
148050
148051
148052
148053
148054
148055
148056
148057
148058
148059
148060
148061
148062
148063
148064
148065
148066
148067
148068
148069
148070
148071
148072
148073
148074
148075
148076
148077
148078
148079
148080
148081
148082
148083
148084
148085
148086
148087
148088
148089
148090
148091
148092
148093
148094
148095
148096
148097
148098
148099
148100
148101
148102
148103
148104
148105
148106
148107
148108
148109
148110
148111
148112
148113
148114
148115
148116
148117
148118
148119
148120
148121
148122
148123
148124
148125
148126
148127
148128
148129
148130
148131
148132
148133
148134
148135
148136
148137
148138
148139
148140
148141
148142
148143
148144
148145
148146
148147
148148
148149
148150
148151
148152
148153
148154
148155
148156
148157
148158
148159
148160
148161
148162
148163
148164
148165
148166
148167
148168
148169
148170
148171
148172
148173
148174
148175
148176
148177
148178
148179
148180
148181
148182
148183
148184
148185
148186
148187
148188
148189
148190
148191
148192
148193
148194
148195
148196
148197
148198
148199
148200
148201
148202
148203
148204
148205
148206
148207
148208
148209
148210
148211
148212
148213
148214
148215
148216
148217
148218
148219
148220
148221
148222
148223
148224
148225
148226
148227
148228
148229
148230
148231
148232
148233
148234
148235
148236
148237
148238
148239
148240
148241
148242
148243
148244
148245
148246
148247
148248
148249
148250
148251
148252
148253
148254
148255
148256
148257
148258
148259
148260
148261
148262
148263
148264
148265
148266
148267
148268
148269
148270
148271
148272
148273
148274
148275
148276
148277
148278
148279
148280
148281
148282
148283
148284
148285
148286
148287
148288
148289
148290
148291
148292
148293
148294
148295
148296
148297
148298
148299
148300
148301
148302
148303
148304
148305
148306
148307
148308
148309
148310
148311
148312
148313
148314
148315
148316
148317
148318
148319
148320
148321
148322
148323
148324
148325
148326
148327
148328
148329
148330
148331
148332
148333
148334
148335
148336
148337
148338
148339
148340
148341
148342
148343
148344
148345
148346
148347
148348
148349
148350
148351
148352
148353
148354
148355
148356
148357
148358
148359
148360
148361
148362
148363
148364
148365
148366
148367
148368
148369
148370
148371
148372
148373
148374
148375
148376
148377
148378
148379
148380
148381
148382
148383
148384
148385
148386
148387
148388
148389
148390
148391
148392
148393
148394
148395
148396
148397
148398
148399
148400
148401
148402
148403
148404
148405
148406
148407
148408
148409
148410
148411
148412
148413
148414
148415
148416
148417
148418
148419
148420
148421
148422
148423
148424
148425
148426
148427
148428
148429
148430
148431
148432
148433
148434
148435
148436
148437
148438
148439
148440
148441
148442
148443
148444
148445
148446
148447
148448
148449
148450
148451
148452
148453
148454
148455
148456
148457
148458
148459
148460
148461
148462
148463
148464
148465
148466
148467
148468
148469
148470
148471
148472
148473
148474
148475
148476
148477
148478
148479
148480
148481
148482
148483
148484
148485
148486
148487
148488
148489
148490
148491
148492
148493
148494
148495
148496
148497
148498
148499
148500
148501
148502
148503
148504
148505
148506
148507
148508
148509
148510
148511
148512
148513
148514
148515
148516
148517
148518
148519
148520
148521
148522
148523
148524
148525
148526
148527
148528
148529
148530
148531
148532
148533
148534
148535
148536
148537
148538
148539
148540
148541
148542
148543
148544
148545
148546
148547
148548
148549
148550
148551
148552
148553
148554
148555
148556
148557
148558
148559
148560
148561
148562
148563
148564
148565
148566
148567
148568
148569
148570
148571
148572
148573
148574
148575
148576
148577
148578
148579
148580
148581
148582
148583
148584
148585
148586
148587
148588
148589
148590
148591
148592
148593
148594
148595
148596
148597
148598
148599
148600
148601
148602
148603
148604
148605
148606
148607
148608
148609
148610
148611
148612
148613
148614
148615
148616
148617
148618
148619
148620
148621
148622
148623
148624
148625
148626
148627
148628
148629
148630
148631
148632
148633
148634
148635
148636
148637
148638
148639
148640
148641
148642
148643
148644
148645
148646
148647
148648
148649
148650
148651
148652
148653
148654
148655
148656
148657
148658
148659
148660
148661
148662
148663
148664
148665
148666
148667
148668
148669
148670
148671
148672
148673
148674
148675
148676
148677
148678
148679
148680
148681
148682
148683
148684
148685
148686
148687
148688
148689
148690
148691
148692
148693
148694
148695
148696
148697
148698
148699
148700
148701
148702
148703
148704
148705
148706
148707
148708
148709
148710
148711
148712
148713
148714
148715
148716
148717
148718
148719
148720
148721
148722
148723
148724
148725
148726
148727
148728
148729
148730
148731
148732
148733
148734
148735
148736
148737
148738
148739
148740
148741
148742
148743
148744
148745
148746
148747
148748
148749
148750
148751
148752
148753
148754
148755
148756
148757
148758
148759
148760
148761
148762
148763
148764
148765
148766
148767
148768
148769
148770
148771
148772
148773
148774
148775
148776
148777
148778
148779
148780
148781
148782
148783
148784
148785
148786
148787
148788
148789
148790
148791
148792
148793
148794
148795
148796
148797
148798
148799
148800
148801
148802
148803
148804
148805
148806
148807
148808
148809
148810
148811
148812
148813
148814
148815
148816
148817
148818
148819
148820
148821
148822
148823
148824
148825
148826
148827
148828
148829
148830
148831
148832
148833
148834
148835
148836
148837
148838
148839
148840
148841
148842
148843
148844
148845
148846
148847
148848
148849
148850
148851
148852
148853
148854
148855
148856
148857
148858
148859
148860
148861
148862
148863
148864
148865
148866
148867
148868
148869
148870
148871
148872
148873
148874
148875
148876
148877
148878
148879
148880
148881
148882
148883
148884
148885
148886
148887
148888
148889
148890
148891
148892
148893
148894
148895
148896
148897
148898
148899
148900
148901
148902
148903
148904
148905
148906
148907
148908
148909
148910
148911
148912
148913
148914
148915
148916
148917
148918
148919
148920
148921
148922
148923
148924
148925
148926
148927
148928
148929
148930
148931
148932
148933
148934
148935
148936
148937
148938
148939
148940
148941
148942
148943
148944
148945
148946
148947
148948
148949
148950
148951
148952
148953
148954
148955
148956
148957
148958
148959
148960
148961
148962
148963
148964
148965
148966
148967
148968
148969
148970
148971
148972
148973
148974
148975
148976
148977
148978
148979
148980
148981
148982
148983
148984
148985
148986
148987
148988
148989
148990
148991
148992
148993
148994
148995
148996
148997
148998
148999
149000
      <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.974</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_88c3f8c9-c74e-4cb4-b7a5-7b0d2a8743c8">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_34e9c149-6188-4785-97e2-f47d8f1305ef">
              <gml:surfaceMember xlink:href="#Srf_4eb30fb3-300d-4387-bf95-5aa633ea31c5"/>
              <gml:surfaceMember xlink:href="#Srf_d45d537c-5736-41be-a4d9-2e03d8f65c86"/>
              <gml:surfaceMember xlink:href="#Srf_c6a9628a-c692-496a-a7d5-4c272c215a06"/>
              <gml:surfaceMember xlink:href="#Srf_2d006451-2115-434e-9f33-a1ddcd15cddb"/>
              <gml:surfaceMember xlink:href="#Srf_7b6ef956-6d49-467c-b8d4-286320381c91"/>
              <gml:surfaceMember xlink:href="#Srf_74f947f3-b1c6-4818-8987-44e392fe62f3"/>
              <gml:surfaceMember xlink:href="#Srf_e211c14c-c579-45f0-b502-cc29c08c53df"/>
              <gml:surfaceMember xlink:href="#Srf_16fa3f2f-ab41-42d4-9dbb-b1aab63d92a8"/>
              <gml:surfaceMember xlink:href="#Srf_edc36a19-ee50-460b-a66c-c2bf54b1f4e9"/>
              <gml:surfaceMember xlink:href="#Srf_ee085765-0a72-4b2c-ad40-c50cb42cb83d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_99313552-712f-4482-aeb2-73fb4dd5e08b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f873b158-7bb6-46e4-b396-8330abed6b3c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_edc36a19-ee50-460b-a66c-c2bf54b1f4e9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_edc36a19-ee50-460b-a66c-c2bf54b1f4e9_0_">
                      <gml:posList srsDimension="3">511257.710 5417343.580 264.213 511257.680 5417349.180 264.213 511257.680 5417349.180 271.244 511257.710 5417343.580 275.172 511257.710 5417343.580 264.213</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_bdf0e7da-f100-46e4-a56a-398f3f3e3521">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c3f7391a-b896-4c0d-8cc3-5cee147a4595">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d45d537c-5736-41be-a4d9-2e03d8f65c86">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d45d537c-5736-41be-a4d9-2e03d8f65c86_0_">
                      <gml:posList srsDimension="3">511251.719 5417343.524 275.186 511251.730 5417341.470 273.725 511251.750 5417338.080 271.314 511257.740 5417338.110 271.281 511257.710 5417343.580 275.172 511251.719 5417343.524 275.186</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_062aeab7-0b05-4586-8f91-e7e506986278">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6bbfd5bd-4957-410e-9d8b-b0033a85d02d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_16fa3f2f-ab41-42d4-9dbb-b1aab63d92a8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_16fa3f2f-ab41-42d4-9dbb-b1aab63d92a8_0_">
                      <gml:posList srsDimension="3">511251.730 5417341.470 264.213 511251.730 5417341.470 273.725 511251.719 5417343.524 275.186 511251.719 5417343.524 264.213 511251.730 5417341.470 264.213</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_163387a5-afd9-4e54-8cb3-a4a2cda92685">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_edb0304d-e7c2-42fd-86e1-a969f8d79b2f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4eb30fb3-300d-4387-bf95-5aa633ea31c5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4eb30fb3-300d-4387-bf95-5aa633ea31c5_0_">
                      <gml:posList srsDimension="3">511257.680 5417349.180 264.213 511251.690 5417349.150 264.213 511251.690 5417349.150 271.240 511257.680 5417349.180 271.244 511257.680 5417349.180 264.213</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e307963e-c73e-4fc8-a531-e061bf4b49ef">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fee8fd85-cf16-4777-851e-e7c44b8bc438">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7b6ef956-6d49-467c-b8d4-286320381c91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7b6ef956-6d49-467c-b8d4-286320381c91_0_">
                      <gml:posList srsDimension="3">511251.690 5417349.150 264.213 511251.719 5417343.524 264.213 511251.719 5417343.524 275.186 511251.690 5417349.150 271.240 511251.690 5417349.150 264.213</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_266ead50-ca08-4432-8f76-8fe80ce87cc2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a71d8a1-dc15-4482-9224-e74a6098096d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e211c14c-c579-45f0-b502-cc29c08c53df">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e211c14c-c579-45f0-b502-cc29c08c53df_0_">
                      <gml:posList srsDimension="3">511251.750 5417338.080 271.314 511251.730 5417341.470 273.725 511251.730 5417341.470 264.213 511251.750 5417338.080 264.213 511251.750 5417338.080 271.314</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_6fdb2743-06a1-4e0a-95b0-cde8fba5b300">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cb0396fd-a9c2-4dbc-9573-5321069c5879">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ee085765-0a72-4b2c-ad40-c50cb42cb83d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ee085765-0a72-4b2c-ad40-c50cb42cb83d_0_">
                      <gml:posList srsDimension="3">511257.740 5417338.110 271.281 511251.750 5417338.080 271.314 511251.750 5417338.080 264.213 511257.740 5417338.110 264.213 511257.740 5417338.110 271.281</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_8d5ecc15-1c07-4018-b410-26921c67a579">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4ccf0c59-9903-4a08-b1fc-a819b24c5da4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c6a9628a-c692-496a-a7d5-4c272c215a06">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c6a9628a-c692-496a-a7d5-4c272c215a06_0_">
                      <gml:posList srsDimension="3">511251.719 5417343.524 264.213 511251.690 5417349.150 264.213 511257.680 5417349.180 264.213 511257.710 5417343.580 264.213 511257.740 5417338.110 264.213 511251.750 5417338.080 264.213 511251.730 5417341.470 264.213 511251.719 5417343.524 264.213</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e4899706-11ca-42be-b9c0-e17fe29a3c0d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1ca84cdc-d904-4ca3-8e0a-61a911d97025">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_74f947f3-b1c6-4818-8987-44e392fe62f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_74f947f3-b1c6-4818-8987-44e392fe62f3_0_">
                      <gml:posList srsDimension="3">511257.710 5417343.580 275.172 511257.740 5417338.110 271.281 511257.740 5417338.110 264.213 511257.710 5417343.580 264.213 511257.710 5417343.580 275.172</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_007d020f-9100-4678-93eb-4346f281e0fe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2fe2360f-28ea-4337-b4dd-49400791e5ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2d006451-2115-434e-9f33-a1ddcd15cddb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2d006451-2115-434e-9f33-a1ddcd15cddb_0_">
                      <gml:posList srsDimension="3">511251.690 5417349.150 271.240 511251.719 5417343.524 275.186 511257.710 5417343.580 275.172 511257.680 5417349.180 271.244 511251.690 5417349.150 271.240</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1956</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006K">
      <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>DEBWL0010001006K</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.000</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_90eebaac-a62c-48a2-9b06-a52fe270cbe5">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_639fe747-6d47-464e-af41-708bbae2edb3">
              <gml:surfaceMember xlink:href="#Srf_e62e1155-9413-4543-9c63-09a43be866a5"/>
              <gml:surfaceMember xlink:href="#Srf_71e3bff1-1d27-4e8d-9213-56dc24e65d9e"/>
              <gml:surfaceMember xlink:href="#Srf_d98ed013-2286-4fd4-82ba-f513f05d55dc"/>
              <gml:surfaceMember xlink:href="#Srf_33362117-e442-4697-b8e0-664b6cfe605e"/>
              <gml:surfaceMember xlink:href="#Srf_6cf37b36-bbc2-415f-b5dc-44f2c670e076"/>
              <gml:surfaceMember xlink:href="#Srf_91a2ca31-03a6-4c35-92d0-48eb7ceaaa11"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_d890aa9e-3cc7-40e8-8f27-12ae5ccc53a6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c24de9e0-0471-4d89-b016-dd1184c1d361">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6cf37b36-bbc2-415f-b5dc-44f2c670e076">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6cf37b36-bbc2-415f-b5dc-44f2c670e076_0_">
                      <gml:posList srsDimension="3">511186.170 5417398.750 261.850 511186.380 5417392.750 261.850 511186.380 5417392.750 265.850 511186.170 5417398.750 265.850 511186.170 5417398.750 261.850</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_01dddb9b-6f41-4c1b-84be-f5073187701b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1efac951-b26e-4152-b836-29b283a82169">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_71e3bff1-1d27-4e8d-9213-56dc24e65d9e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_71e3bff1-1d27-4e8d-9213-56dc24e65d9e_0_">
                      <gml:posList srsDimension="3">511186.170 5417398.750 261.850 511189.170 5417398.840 261.850 511189.340 5417392.830 261.850 511186.380 5417392.750 261.850 511186.170 5417398.750 261.850</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_4a3d6ec3-3b23-49a3-8f4e-8a0e61d3d834">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da4edc0e-a5b8-4112-a36c-1c428e9646e8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_33362117-e442-4697-b8e0-664b6cfe605e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_33362117-e442-4697-b8e0-664b6cfe605e_0_">
                      <gml:posList srsDimension="3">511189.170 5417398.840 265.850 511186.170 5417398.750 265.850 511186.380 5417392.750 265.850 511189.340 5417392.830 265.850 511189.170 5417398.840 265.850</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_37842860-1db8-4d5e-a9f9-e32f7855e15a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3de4118-bf57-404a-be47-913e5c5e2213">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d98ed013-2286-4fd4-82ba-f513f05d55dc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d98ed013-2286-4fd4-82ba-f513f05d55dc_0_">
                      <gml:posList srsDimension="3">511186.380 5417392.750 261.850 511189.340 5417392.830 261.850 511189.340 5417392.830 265.850 511186.380 5417392.750 265.850 511186.380 5417392.750 261.850</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_d38b8345-c1c8-44f9-8432-def776b04f86">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f6f2aaf7-20f6-4955-8915-30730176d68e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e62e1155-9413-4543-9c63-09a43be866a5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e62e1155-9413-4543-9c63-09a43be866a5_0_">
                      <gml:posList srsDimension="3">511189.340 5417392.830 261.850 511189.170 5417398.840 261.850 511189.170 5417398.840 265.850 511189.340 5417392.830 265.850 511189.340 5417392.830 261.850</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_7f1c351c-d4e9-42a4-8386-97e592b7a363">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_86f43fd9-c713-46a6-8eb6-10d91eca12a2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_91a2ca31-03a6-4c35-92d0-48eb7ceaaa11">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_91a2ca31-03a6-4c35-92d0-48eb7ceaaa11_0_">
                      <gml:posList srsDimension="3">511189.170 5417398.840 261.850 511186.170 5417398.750 261.850 511186.170 5417398.750 265.850 511189.170 5417398.840 265.850 511189.170 5417398.840 261.850</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1917</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006H">
      <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>DEBWL0010001006H</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">3.122</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_89908748-881e-4dcd-acca-118584e3022a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_59e54901-2157-41e6-92b3-c2e30a89a8ba">
              <gml:surfaceMember xlink:href="#Srf_e598e044-8374-4c67-9c7f-9c2c1e889a3d"/>
              <gml:surfaceMember xlink:href="#Srf_e26a83e9-68a8-48e7-945b-e6bdcc3cdf19"/>
              <gml:surfaceMember xlink:href="#Srf_9257c96a-9314-40ae-a7f5-6e0993506de2"/>
              <gml:surfaceMember xlink:href="#Srf_9e6a0192-e097-46e0-b4aa-33f10bf2be08"/>
              <gml:surfaceMember xlink:href="#Srf_03b448cb-1548-4663-9be6-fc41dead545d"/>
              <gml:surfaceMember xlink:href="#Srf_fb679877-92ea-4fc5-ac21-7808451d5b50"/>
              <gml:surfaceMember xlink:href="#Srf_4dac8eef-1346-4a13-b2fd-ceb1561c0b87"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_63861e6c-245e-47c7-9804-c2c7117bbcfe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_31b69b49-0736-41d5-bfb4-d7e7a031d51f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9e6a0192-e097-46e0-b4aa-33f10bf2be08">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9e6a0192-e097-46e0-b4aa-33f10bf2be08_0_">
                      <gml:posList srsDimension="3">511215.640 5417387.230 261.788 511215.590 5417397.150 261.788 511218.400 5417397.160 261.788 511218.410 5417395.240 261.788 511218.440 5417387.240 261.788 511215.640 5417387.230 261.788</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_5553ec03-43e2-4479-99d0-31105046060b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ae760108-a546-41e4-b8ab-f2c854ce58cb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4dac8eef-1346-4a13-b2fd-ceb1561c0b87">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4dac8eef-1346-4a13-b2fd-ceb1561c0b87_0_">
                      <gml:posList srsDimension="3">511215.590 5417397.150 264.910 511215.640 5417387.230 264.910 511218.440 5417387.240 264.910 511218.410 5417395.240 264.910 511218.400 5417397.160 264.910 511215.590 5417397.150 264.910</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_590088a0-251a-41b7-b50e-4ddff36de315">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_473d17cf-112c-48c9-9939-2ea006fd2b27">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9257c96a-9314-40ae-a7f5-6e0993506de2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9257c96a-9314-40ae-a7f5-6e0993506de2_0_">
                      <gml:posList srsDimension="3">511215.640 5417387.230 261.788 511218.440 5417387.240 261.788 511218.440 5417387.240 264.910 511215.640 5417387.230 264.910 511215.640 5417387.230 261.788</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_109a9a67-cd4c-4028-82df-d4133352df99">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f077d00b-db55-440d-9a10-b04267caebec">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e26a83e9-68a8-48e7-945b-e6bdcc3cdf19">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e26a83e9-68a8-48e7-945b-e6bdcc3cdf19_0_">
                      <gml:posList srsDimension="3">511218.440 5417387.240 264.910 511218.440 5417387.240 261.788 511218.410 5417395.240 261.788 511218.410 5417395.240 264.910 511218.440 5417387.240 264.910</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_403397d4-69f1-463a-8377-1719a0f301a5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d931668a-af7d-4917-882e-1c1152b2526c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_03b448cb-1548-4663-9be6-fc41dead545d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_03b448cb-1548-4663-9be6-fc41dead545d_0_">
                      <gml:posList srsDimension="3">511218.410 5417395.240 264.910 511218.410 5417395.240 261.788 511218.400 5417397.160 261.788 511218.400 5417397.160 264.910 511218.410 5417395.240 264.910</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_ff7711a1-46e2-46a1-bdf8-aed237cbc22f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d83e47c1-13df-4e70-9bb1-3546b117d388">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e598e044-8374-4c67-9c7f-9c2c1e889a3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e598e044-8374-4c67-9c7f-9c2c1e889a3d_0_">
                      <gml:posList srsDimension="3">511218.400 5417397.160 261.788 511215.590 5417397.150 261.788 511215.590 5417397.150 264.910 511218.400 5417397.160 264.910 511218.400 5417397.160 261.788</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_6ea8c8f0-b9e7-4ba2-8bbd-81f5a5e13dbe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c6cb6059-dbec-4306-a6d3-4b6bc56be118">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fb679877-92ea-4fc5-ac21-7808451d5b50">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fb679877-92ea-4fc5-ac21-7808451d5b50_0_">
                      <gml:posList srsDimension="3">511215.590 5417397.150 261.788 511215.640 5417387.230 261.788 511215.640 5417387.230 264.910 511215.590 5417397.150 264.910 511215.590 5417397.150 261.788</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1929</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006D">
      <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>DEBWL0010001006D</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.474</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_3b39f6db-762b-4bfe-99f2-85be1456714a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_199c4fcb-7b45-44c4-bdca-450f948416f0">
              <gml:surfaceMember xlink:href="#Srf_a2ec16b7-6d0c-44b6-ba55-76c8bf4b9237"/>
              <gml:surfaceMember xlink:href="#Srf_307e94ab-432a-4a14-b98d-1a2ca9febb3b"/>
              <gml:surfaceMember xlink:href="#Srf_11600196-0c5c-44c9-94e2-f96bdfb24c9d"/>
              <gml:surfaceMember xlink:href="#Srf_b00da6f1-de73-42a5-a47e-0276a538c8af"/>
              <gml:surfaceMember xlink:href="#Srf_9ad3775c-d01b-487e-919b-b4a323a7d069"/>
              <gml:surfaceMember xlink:href="#Srf_cf427aea-d413-45b7-ac83-1bb5b6cfe0ba"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_c1675a71-a562-4b3c-a67c-033b0ae05e82">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5c04d3ff-45af-4ee3-9360-85bc88131283">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_307e94ab-432a-4a14-b98d-1a2ca9febb3b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_307e94ab-432a-4a14-b98d-1a2ca9febb3b_0_">
                      <gml:posList srsDimension="3">511227.670 5417387.280 264.860 511230.650 5417387.290 264.860 511230.630 5417393.270 264.860 511227.650 5417393.260 264.860 511227.670 5417387.280 264.860</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_19fedc6b-0849-4152-9575-6c3d1a1eaa46">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_97aba724-8576-4217-b849-48b312fb094b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a2ec16b7-6d0c-44b6-ba55-76c8bf4b9237">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a2ec16b7-6d0c-44b6-ba55-76c8bf4b9237_0_">
                      <gml:posList srsDimension="3">511227.670 5417387.280 262.386 511230.650 5417387.290 262.386 511230.650 5417387.290 264.860 511227.670 5417387.280 264.860 511227.670 5417387.280 262.386</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_0e4387f9-f3c1-4fda-a3fd-b58f3e3ed413">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2303f1b8-41cd-4ca3-90d6-57568e17c415">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_11600196-0c5c-44c9-94e2-f96bdfb24c9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_11600196-0c5c-44c9-94e2-f96bdfb24c9d_0_">
                      <gml:posList srsDimension="3">511230.650 5417387.290 264.860 511230.650 5417387.290 262.386 511230.630 5417393.270 262.386 511230.630 5417393.270 264.860 511230.650 5417387.290 264.860</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_78f0cb4d-d398-4a3d-9824-67e1d1171d84">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_79a56395-6ea6-4530-8a48-b1b399449d1d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b00da6f1-de73-42a5-a47e-0276a538c8af">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b00da6f1-de73-42a5-a47e-0276a538c8af_0_">
                      <gml:posList srsDimension="3">511230.630 5417393.270 262.386 511227.650 5417393.260 262.386 511227.650 5417393.260 264.860 511230.630 5417393.270 264.860 511230.630 5417393.270 262.386</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_0d8a8687-1e73-42fe-849a-fc80b1053cc9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c3d3692b-5fc4-441d-9aab-e0a0ffe31be9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cf427aea-d413-45b7-ac83-1bb5b6cfe0ba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cf427aea-d413-45b7-ac83-1bb5b6cfe0ba_0_">
                      <gml:posList srsDimension="3">511227.670 5417387.280 262.386 511227.670 5417387.280 264.860 511227.650 5417393.260 264.860 511227.650 5417393.260 262.386 511227.670 5417387.280 262.386</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_3e127301-41ee-41d0-ab25-58fa6fe76111">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b4caed22-cdc9-4aa2-84b0-2ce23f87458e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9ad3775c-d01b-487e-919b-b4a323a7d069">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9ad3775c-d01b-487e-919b-b4a323a7d069_0_">
                      <gml:posList srsDimension="3">511230.650 5417387.290 262.386 511227.670 5417387.280 262.386 511227.650 5417393.260 262.386 511230.630 5417393.270 262.386 511230.650 5417387.290 262.386</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_0010001006R">
      <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>DEBWL0010001006R</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.666</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4c9ceb66-72d5-4c12-a4dc-305920c65b30">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_044f9f20-a1dd-411a-b118-57e0343aff69">
              <gml:surfaceMember xlink:href="#Srf_21575433-30ed-48d5-af78-a00bf6e2207e"/>
              <gml:surfaceMember xlink:href="#Srf_5ea99cc2-3227-420c-a8b9-2b11171f9b97"/>
              <gml:surfaceMember xlink:href="#Srf_5491e7e4-f7b5-4f8c-af20-b71f3c624c7f"/>
              <gml:surfaceMember xlink:href="#Srf_94540aab-5ab4-4ca2-a38a-f42e117fc821"/>
              <gml:surfaceMember xlink:href="#Srf_96418dd2-bbd1-40d9-9a9a-7888c6173b4b"/>
              <gml:surfaceMember xlink:href="#Srf_7bff67be-e67f-46a5-9be4-6de1bb116c00"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4df4e318-76ff-4c06-90a0-f0d2b2445325">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6a0a6476-cfb7-484f-8191-17371582d1e4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_96418dd2-bbd1-40d9-9a9a-7888c6173b4b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_96418dd2-bbd1-40d9-9a9a-7888c6173b4b_0_">
                      <gml:posList srsDimension="3">511141.650 5417389.660 263.504 511144.670 5417389.550 263.504 511144.670 5417389.550 266.170 511141.650 5417389.660 266.170 511141.650 5417389.660 263.504</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_7ccb551b-38cb-4799-9626-79ee5275df2d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2d7a359b-3070-43d6-a87e-2c3563c6fae3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5491e7e4-f7b5-4f8c-af20-b71f3c624c7f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5491e7e4-f7b5-4f8c-af20-b71f3c624c7f_0_">
                      <gml:posList srsDimension="3">511144.670 5417389.550 263.504 511141.650 5417389.660 263.504 511141.860 5417395.160 263.504 511144.870 5417395.050 263.504 511144.670 5417389.550 263.504</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_66cf9ce7-668b-4ecb-ab4c-5519a33c0f1c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74260a14-bbb4-4f12-95ad-6a27ff1c3d3d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_21575433-30ed-48d5-af78-a00bf6e2207e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_21575433-30ed-48d5-af78-a00bf6e2207e_0_">
                      <gml:posList srsDimension="3">511141.650 5417389.660 266.170 511144.670 5417389.550 266.170 511144.870 5417395.050 266.170 511141.860 5417395.160 266.170 511141.650 5417389.660 266.170</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_c846d39c-5f3a-4f24-b53e-44f22bf52279">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_38d6e8ce-c8f1-4816-9a75-b792d88444a2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_94540aab-5ab4-4ca2-a38a-f42e117fc821">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_94540aab-5ab4-4ca2-a38a-f42e117fc821_0_">
                      <gml:posList srsDimension="3">511144.670 5417389.550 263.504 511144.870 5417395.050 263.504 511144.870 5417395.050 266.170 511144.670 5417389.550 266.170 511144.670 5417389.550 263.504</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_166b0bc7-c726-455f-8bf7-7d74c49afa6d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a5e4759-3101-4721-a509-bf5a35c033b4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5ea99cc2-3227-420c-a8b9-2b11171f9b97">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5ea99cc2-3227-420c-a8b9-2b11171f9b97_0_">
                      <gml:posList srsDimension="3">511144.870 5417395.050 263.504 511141.860 5417395.160 263.504 511141.860 5417395.160 266.170 511144.870 5417395.050 266.170 511144.870 5417395.050 263.504</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_ea4802b0-32ed-4571-968c-c95faa8027a5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1ca0e256-6dab-4964-a84e-a129b33800ca">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7bff67be-e67f-46a5-9be4-6de1bb116c00">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7bff67be-e67f-46a5-9be4-6de1bb116c00_0_">
                      <gml:posList srsDimension="3">511141.860 5417395.160 263.504 511141.650 5417389.660 263.504 511141.650 5417389.660 266.170 511141.860 5417395.160 266.170 511141.860 5417395.160 263.504</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1981</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006C">
      <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>DEBWL0010001006C</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.905</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_bf60713b-a9e9-42a3-9808-09ca7e211921">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_aa835182-fb70-48fa-9b03-a5fb78d94143">
              <gml:surfaceMember xlink:href="#Srf_178d17a7-3c20-46dd-b841-2fd73e4afc4b"/>
              <gml:surfaceMember xlink:href="#Srf_a5c0638b-f205-409c-83ef-ce9b436b58a7"/>
              <gml:surfaceMember xlink:href="#Srf_cca69eff-7e63-49a4-a397-16848cafe8eb"/>
              <gml:surfaceMember xlink:href="#Srf_9799a742-cd08-4d8f-bf41-cbe45c8fe128"/>
              <gml:surfaceMember xlink:href="#Srf_eac37341-c380-4140-81e2-7002e04f1c82"/>
              <gml:surfaceMember xlink:href="#Srf_b7b76e1d-28a0-4716-aaf1-5d926e5b7bc3"/>
              <gml:surfaceMember xlink:href="#Srf_2ff57683-677a-4aff-8da1-2b1e88d227ba"/>
              <gml:surfaceMember xlink:href="#Srf_a850fbb5-56d3-4895-ade7-1405d0aa46f4"/>
              <gml:surfaceMember xlink:href="#Srf_391d60ae-439b-42e4-8561-183c9a9348ae"/>
              <gml:surfaceMember xlink:href="#Srf_992098ab-c26f-485e-bb31-6a7c7bc5aa2c"/>
              <gml:surfaceMember xlink:href="#Srf_ce3001e5-d2a2-4ce5-81b6-e50d93ee984c"/>
              <gml:surfaceMember xlink:href="#Srf_66babc41-33ab-4a5f-b8d9-1e099e6d4bfb"/>
              <gml:surfaceMember xlink:href="#Srf_e1123feb-722f-4c4f-a79f-5482fc04de18"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_84d72c70-871a-4e34-9ec9-c4d15bd30c66">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7b46fd91-dbed-4577-b5df-5c1ac1ea4316">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9799a742-cd08-4d8f-bf41-cbe45c8fe128">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9799a742-cd08-4d8f-bf41-cbe45c8fe128_0_">
                      <gml:posList srsDimension="3">511208.890 5417405.178 259.904 511204.920 5417405.160 259.904 511204.920 5417405.160 267.694 511208.890 5417405.178 269.803 511208.890 5417405.178 259.904</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_d850d51c-9102-4e98-8c32-e86f136f285c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d5b72f15-7420-4b44-8475-d21c44aad15a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_391d60ae-439b-42e4-8561-183c9a9348ae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_391d60ae-439b-42e4-8561-183c9a9348ae_0_">
                      <gml:posList srsDimension="3">511204.920 5417405.160 259.904 511204.940 5417402.140 259.904 511204.940 5417402.140 267.713 511204.920 5417405.160 267.694 511204.920 5417405.160 259.904</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_121805bf-2387-4993-a3c4-99683b317cab">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f6700c04-5812-43d4-a75e-02bcd262afdb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_66babc41-33ab-4a5f-b8d9-1e099e6d4bfb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_66babc41-33ab-4a5f-b8d9-1e099e6d4bfb_0_">
                      <gml:posList srsDimension="3">511204.940 5417402.140 259.904 511203.680 5417402.130 259.904 511203.680 5417402.130 267.044 511204.940 5417402.140 267.713 511204.940 5417402.140 259.904</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_a75374cb-7ea7-48ae-9d17-f06f992d2a15">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_03a1736e-48e8-47cb-939b-0f64bbc7fb04">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_178d17a7-3c20-46dd-b841-2fd73e4afc4b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_178d17a7-3c20-46dd-b841-2fd73e4afc4b_0_">
                      <gml:posList srsDimension="3">511203.680 5417402.130 259.904 511203.710 5417397.330 259.904 511203.710 5417397.330 267.073 511203.680 5417402.130 267.044 511203.680 5417402.130 259.904</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_00a65cf9-933a-446c-ab85-cfe3ffcac493">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3d174b2e-9fe6-489d-9fe9-445eed8e4325">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_992098ab-c26f-485e-bb31-6a7c7bc5aa2c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_992098ab-c26f-485e-bb31-6a7c7bc5aa2c_0_">
                      <gml:posList srsDimension="3">511203.710 5417397.330 267.073 511208.860 5417397.348 269.809 511208.890 5417405.178 269.803 511204.920 5417405.160 267.694 511204.940 5417402.140 267.713 511203.680 5417402.130 267.044 511203.710 5417397.330 267.073</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_f07cd634-bcb8-45b3-9456-8271b9cf2be4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c4aeef35-78fe-41b1-9e9d-343d919d7c8c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e1123feb-722f-4c4f-a79f-5482fc04de18">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e1123feb-722f-4c4f-a79f-5482fc04de18_0_">
                      <gml:posList srsDimension="3">511208.890 5417405.178 269.803 511208.860 5417397.348 269.809 511212.470 5417397.360 267.892 511212.460 5417399.190 267.900 511213.970 5417399.200 267.098 511213.940 5417405.200 267.122 511208.890 5417405.178 269.803</gml:posList>
For faster browsing, not all history is shown. View entire blame