Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
158001
158002
158003
158004
158005
158006
158007
158008
158009
158010
158011
158012
158013
158014
158015
158016
158017
158018
158019
158020
158021
158022
158023
158024
158025
158026
158027
158028
158029
158030
158031
158032
158033
158034
158035
158036
158037
158038
158039
158040
158041
158042
158043
158044
158045
158046
158047
158048
158049
158050
158051
158052
158053
158054
158055
158056
158057
158058
158059
158060
158061
158062
158063
158064
158065
158066
158067
158068
158069
158070
158071
158072
158073
158074
158075
158076
158077
158078
158079
158080
158081
158082
158083
158084
158085
158086
158087
158088
158089
158090
158091
158092
158093
158094
158095
158096
158097
158098
158099
158100
158101
158102
158103
158104
158105
158106
158107
158108
158109
158110
158111
158112
158113
158114
158115
158116
158117
158118
158119
158120
158121
158122
158123
158124
158125
158126
158127
158128
158129
158130
158131
158132
158133
158134
158135
158136
158137
158138
158139
158140
158141
158142
158143
158144
158145
158146
158147
158148
158149
158150
158151
158152
158153
158154
158155
158156
158157
158158
158159
158160
158161
158162
158163
158164
158165
158166
158167
158168
158169
158170
158171
158172
158173
158174
158175
158176
158177
158178
158179
158180
158181
158182
158183
158184
158185
158186
158187
158188
158189
158190
158191
158192
158193
158194
158195
158196
158197
158198
158199
158200
158201
158202
158203
158204
158205
158206
158207
158208
158209
158210
158211
158212
158213
158214
158215
158216
158217
158218
158219
158220
158221
158222
158223
158224
158225
158226
158227
158228
158229
158230
158231
158232
158233
158234
158235
158236
158237
158238
158239
158240
158241
158242
158243
158244
158245
158246
158247
158248
158249
158250
158251
158252
158253
158254
158255
158256
158257
158258
158259
158260
158261
158262
158263
158264
158265
158266
158267
158268
158269
158270
158271
158272
158273
158274
158275
158276
158277
158278
158279
158280
158281
158282
158283
158284
158285
158286
158287
158288
158289
158290
158291
158292
158293
158294
158295
158296
158297
158298
158299
158300
158301
158302
158303
158304
158305
158306
158307
158308
158309
158310
158311
158312
158313
158314
158315
158316
158317
158318
158319
158320
158321
158322
158323
158324
158325
158326
158327
158328
158329
158330
158331
158332
158333
158334
158335
158336
158337
158338
158339
158340
158341
158342
158343
158344
158345
158346
158347
158348
158349
158350
158351
158352
158353
158354
158355
158356
158357
158358
158359
158360
158361
158362
158363
158364
158365
158366
158367
158368
158369
158370
158371
158372
158373
158374
158375
158376
158377
158378
158379
158380
158381
158382
158383
158384
158385
158386
158387
158388
158389
158390
158391
158392
158393
158394
158395
158396
158397
158398
158399
158400
158401
158402
158403
158404
158405
158406
158407
158408
158409
158410
158411
158412
158413
158414
158415
158416
158417
158418
158419
158420
158421
158422
158423
158424
158425
158426
158427
158428
158429
158430
158431
158432
158433
158434
158435
158436
158437
158438
158439
158440
158441
158442
158443
158444
158445
158446
158447
158448
158449
158450
158451
158452
158453
158454
158455
158456
158457
158458
158459
158460
158461
158462
158463
158464
158465
158466
158467
158468
158469
158470
158471
158472
158473
158474
158475
158476
158477
158478
158479
158480
158481
158482
158483
158484
158485
158486
158487
158488
158489
158490
158491
158492
158493
158494
158495
158496
158497
158498
158499
158500
158501
158502
158503
158504
158505
158506
158507
158508
158509
158510
158511
158512
158513
158514
158515
158516
158517
158518
158519
158520
158521
158522
158523
158524
158525
158526
158527
158528
158529
158530
158531
158532
158533
158534
158535
158536
158537
158538
158539
158540
158541
158542
158543
158544
158545
158546
158547
158548
158549
158550
158551
158552
158553
158554
158555
158556
158557
158558
158559
158560
158561
158562
158563
158564
158565
158566
158567
158568
158569
158570
158571
158572
158573
158574
158575
158576
158577
158578
158579
158580
158581
158582
158583
158584
158585
158586
158587
158588
158589
158590
158591
158592
158593
158594
158595
158596
158597
158598
158599
158600
158601
158602
158603
158604
158605
158606
158607
158608
158609
158610
158611
158612
158613
158614
158615
158616
158617
158618
158619
158620
158621
158622
158623
158624
158625
158626
158627
158628
158629
158630
158631
158632
158633
158634
158635
158636
158637
158638
158639
158640
158641
158642
158643
158644
158645
158646
158647
158648
158649
158650
158651
158652
158653
158654
158655
158656
158657
158658
158659
158660
158661
158662
158663
158664
158665
158666
158667
158668
158669
158670
158671
158672
158673
158674
158675
158676
158677
158678
158679
158680
158681
158682
158683
158684
158685
158686
158687
158688
158689
158690
158691
158692
158693
158694
158695
158696
158697
158698
158699
158700
158701
158702
158703
158704
158705
158706
158707
158708
158709
158710
158711
158712
158713
158714
158715
158716
158717
158718
158719
158720
158721
158722
158723
158724
158725
158726
158727
158728
158729
158730
158731
158732
158733
158734
158735
158736
158737
158738
158739
158740
158741
158742
158743
158744
158745
158746
158747
158748
158749
158750
158751
158752
158753
158754
158755
158756
158757
158758
158759
158760
158761
158762
158763
158764
158765
158766
158767
158768
158769
158770
158771
158772
158773
158774
158775
158776
158777
158778
158779
158780
158781
158782
158783
158784
158785
158786
158787
158788
158789
158790
158791
158792
158793
158794
158795
158796
158797
158798
158799
158800
158801
158802
158803
158804
158805
158806
158807
158808
158809
158810
158811
158812
158813
158814
158815
158816
158817
158818
158819
158820
158821
158822
158823
158824
158825
158826
158827
158828
158829
158830
158831
158832
158833
158834
158835
158836
158837
158838
158839
158840
158841
158842
158843
158844
158845
158846
158847
158848
158849
158850
158851
158852
158853
158854
158855
158856
158857
158858
158859
158860
158861
158862
158863
158864
158865
158866
158867
158868
158869
158870
158871
158872
158873
158874
158875
158876
158877
158878
158879
158880
158881
158882
158883
158884
158885
158886
158887
158888
158889
158890
158891
158892
158893
158894
158895
158896
158897
158898
158899
158900
158901
158902
158903
158904
158905
158906
158907
158908
158909
158910
158911
158912
158913
158914
158915
158916
158917
158918
158919
158920
158921
158922
158923
158924
158925
158926
158927
158928
158929
158930
158931
158932
158933
158934
158935
158936
158937
158938
158939
158940
158941
158942
158943
158944
158945
158946
158947
158948
158949
158950
158951
158952
158953
158954
158955
158956
158957
158958
158959
158960
158961
158962
158963
158964
158965
158966
158967
158968
158969
158970
158971
158972
158973
158974
158975
158976
158977
158978
158979
158980
158981
158982
158983
158984
158985
158986
158987
158988
158989
158990
158991
158992
158993
158994
158995
158996
158997
158998
158999
159000
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9a60738c-16c2-4def-8a15-3c7e6e62e98c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_444bbcbc-ad8b-4521-91b3-0e08978e616a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8cb5bde5-b30a-4da7-8309-83dfaabe9f59">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8cb5bde5-b30a-4da7-8309-83dfaabe9f59_0_">
                      <gml:posList srsDimension="3">511112.380 5417401.430 261.703 511106.410 5417400.730 261.703 511106.410 5417400.730 266.380 511112.380 5417401.430 266.380 511112.380 5417401.430 261.703</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_235598b1-97ad-401b-b45c-f39e03ef0161">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a676c13-9da4-476c-bf73-6b7188b622f1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9858710e-17a1-4999-afe2-6318ebfbb3f0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9858710e-17a1-4999-afe2-6318ebfbb3f0_0_">
                      <gml:posList srsDimension="3">511106.410 5417400.730 261.703 511106.680 5417398.540 261.703 511106.680 5417398.540 266.380 511106.410 5417400.730 266.380 511106.410 5417400.730 261.703</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_2347a226-b257-4bf6-ae62-915751d3879c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6cc81add-f64a-4e40-99cd-bc06234b4ed8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_830fd1f6-c8e6-45fd-afbd-96e369e761c1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_830fd1f6-c8e6-45fd-afbd-96e369e761c1_0_">
                      <gml:posList srsDimension="3">511106.680 5417398.540 261.703 511107.130 5417394.750 261.703 511107.130 5417394.750 266.380 511106.680 5417398.540 266.380 511106.680 5417398.540 261.703</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2014</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010070">
      <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>DEBWL00100010070</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.934</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_50512921-c42a-49e9-a43d-7f404db8296c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4c72195f-ffd4-43bf-805b-d097f4734d65">
              <gml:surfaceMember xlink:href="#Srf_4ff0dc53-63c2-469f-9d4e-1eb711f598eb"/>
              <gml:surfaceMember xlink:href="#Srf_8d2c2e2e-c25c-4253-9ea0-c9ad0fad4277"/>
              <gml:surfaceMember xlink:href="#Srf_211268c6-aec0-4a1e-a652-dfcf68798474"/>
              <gml:surfaceMember xlink:href="#Srf_5d4e7273-7b46-492a-9ab7-964bf7076bf2"/>
              <gml:surfaceMember xlink:href="#Srf_51697b1e-31ba-49e8-94f0-45be160540f9"/>
              <gml:surfaceMember xlink:href="#Srf_f7ae56ce-e7cc-4f2c-a8d1-ccc3dca1705a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_ccded59b-ff43-4603-b1d2-9bb3e28b6897">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6952c87c-823b-4587-b028-8c1673a5cd61">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_211268c6-aec0-4a1e-a652-dfcf68798474">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_211268c6-aec0-4a1e-a652-dfcf68798474_0_">
                      <gml:posList srsDimension="3">511101.330 5417392.320 261.916 511098.360 5417391.960 261.916 511097.700 5417397.450 261.916 511100.690 5417397.810 261.916 511101.330 5417392.320 261.916</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_8b925cfc-806c-4817-821b-f2b1241de97b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c6c7a59d-b6a5-4edb-8223-ed6b1aa451dc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51697b1e-31ba-49e8-94f0-45be160540f9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51697b1e-31ba-49e8-94f0-45be160540f9_0_">
                      <gml:posList srsDimension="3">511098.360 5417391.960 265.850 511101.330 5417392.320 265.850 511100.690 5417397.810 265.850 511097.700 5417397.450 265.850 511098.360 5417391.960 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_803b0dc3-1b4e-47e0-b1d5-b0adb7451372">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d962f993-5b7d-4c55-9339-b5be48a65771">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4ff0dc53-63c2-469f-9d4e-1eb711f598eb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4ff0dc53-63c2-469f-9d4e-1eb711f598eb_0_">
                      <gml:posList srsDimension="3">511098.360 5417391.960 261.916 511101.330 5417392.320 261.916 511101.330 5417392.320 265.850 511098.360 5417391.960 265.850 511098.360 5417391.960 261.916</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_9b2452b7-b4fd-42a4-91f5-6a5ad8802866">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_766b32a8-94e6-4849-9edb-65ae9516dfc8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5d4e7273-7b46-492a-9ab7-964bf7076bf2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5d4e7273-7b46-492a-9ab7-964bf7076bf2_0_">
                      <gml:posList srsDimension="3">511101.330 5417392.320 261.916 511100.690 5417397.810 261.916 511100.690 5417397.810 265.850 511101.330 5417392.320 265.850 511101.330 5417392.320 261.916</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_27684249-5d9e-4771-aa27-f1d4c511f711">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_731e5bdc-65ff-4e02-b08a-d8f28f851ee2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f7ae56ce-e7cc-4f2c-a8d1-ccc3dca1705a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f7ae56ce-e7cc-4f2c-a8d1-ccc3dca1705a_0_">
                      <gml:posList srsDimension="3">511100.690 5417397.810 261.916 511097.700 5417397.450 261.916 511097.700 5417397.450 265.850 511100.690 5417397.810 265.850 511100.690 5417397.810 261.916</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_35346d83-d39e-4d20-8358-687cc49393ea">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e43ce04c-c881-4de6-b6d4-d1837db29766">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8d2c2e2e-c25c-4253-9ea0-c9ad0fad4277">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8d2c2e2e-c25c-4253-9ea0-c9ad0fad4277_0_">
                      <gml:posList srsDimension="3">511097.700 5417397.450 261.916 511098.360 5417391.960 261.916 511098.360 5417391.960 265.850 511097.700 5417397.450 265.850 511097.700 5417397.450 261.916</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2004</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007C">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001007C</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.247</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_77ba0594-c916-4143-8f7d-469f287b42ef">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_a04627b0-6b3f-46d8-8789-d61ea9b25010">
              <gml:surfaceMember xlink:href="#Srf_14070b98-d66b-47ef-8848-2cfd68e9a942"/>
              <gml:surfaceMember xlink:href="#Srf_1d1f9c5f-1439-459e-a6ac-64e2100385b6"/>
              <gml:surfaceMember xlink:href="#Srf_66617819-5862-44ae-8f0c-d054a044610e"/>
              <gml:surfaceMember xlink:href="#Srf_80e349a5-0b9e-486b-8428-8f3983582178"/>
              <gml:surfaceMember xlink:href="#Srf_584dabd2-1567-4825-923f-51fe87c30678"/>
              <gml:surfaceMember xlink:href="#Srf_e8c3f67a-5652-4098-88b5-8b71dce2db23"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_61ecc2e8-d109-4347-9b30-8ea150e6114d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b93e9182-2d65-4cc0-b09c-6657a9aeb6a1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e8c3f67a-5652-4098-88b5-8b71dce2db23">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e8c3f67a-5652-4098-88b5-8b71dce2db23_0_">
                      <gml:posList srsDimension="3">510993.670 5417409.030 259.073 510996.660 5417408.910 259.073 510996.420 5417402.910 259.073 510993.430 5417403.030 259.073 510993.670 5417409.030 259.073</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_f103705c-f973-43b9-9848-7c3f1d604c26">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0e0c55c5-75ff-476f-9835-bddc73e318dd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1d1f9c5f-1439-459e-a6ac-64e2100385b6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1d1f9c5f-1439-459e-a6ac-64e2100385b6_0_">
                      <gml:posList srsDimension="3">510996.660 5417408.910 261.320 510993.670 5417409.030 261.320 510993.430 5417403.030 261.320 510996.420 5417402.910 261.320 510996.660 5417408.910 261.320</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_ab52f767-6773-49de-8b8a-b7cf2a8b1890">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_701fbb29-4feb-4612-a9b4-28a454de3449">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_66617819-5862-44ae-8f0c-d054a044610e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_66617819-5862-44ae-8f0c-d054a044610e_0_">
                      <gml:posList srsDimension="3">510996.420 5417402.910 259.073 510996.660 5417408.910 259.073 510996.660 5417408.910 261.320 510996.420 5417402.910 261.320 510996.420 5417402.910 259.073</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_f439866f-c158-4424-b4d2-62e0a418a0f1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ab7e03b3-082a-4e5a-9329-a24186565047">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_14070b98-d66b-47ef-8848-2cfd68e9a942">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_14070b98-d66b-47ef-8848-2cfd68e9a942_0_">
                      <gml:posList srsDimension="3">510996.660 5417408.910 259.073 510993.670 5417409.030 259.073 510993.670 5417409.030 261.320 510996.660 5417408.910 261.320 510996.660 5417408.910 259.073</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_59cc9e7f-7398-4acf-9fc2-5bd91d45cbb4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9d69f1bd-2afc-4643-95f6-1c2f3d07bb97">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80e349a5-0b9e-486b-8428-8f3983582178">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80e349a5-0b9e-486b-8428-8f3983582178_0_">
                      <gml:posList srsDimension="3">510993.670 5417409.030 259.073 510993.430 5417403.030 259.073 510993.430 5417403.030 261.320 510993.670 5417409.030 261.320 510993.670 5417409.030 259.073</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_c793ce86-89f4-49f3-9cab-1f694b48f74e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_357951ca-be46-4d4f-b581-7dbb1b52f35e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_584dabd2-1567-4825-923f-51fe87c30678">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_584dabd2-1567-4825-923f-51fe87c30678_0_">
                      <gml:posList srsDimension="3">510993.430 5417403.030 259.073 510996.420 5417402.910 259.073 510996.420 5417402.910 261.320 510993.430 5417403.030 261.320 510993.430 5417403.030 259.073</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1996</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007B">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001007B</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.257</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_292d97c9-e33f-47f7-852e-f143cff1ae09">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6e29f4f4-4c99-40a4-9f79-2e1223c3230f">
              <gml:surfaceMember xlink:href="#Srf_7eacd1b4-c8d6-46c7-85f8-4daab5c1726f"/>
              <gml:surfaceMember xlink:href="#Srf_9d43ced1-faad-45dd-9e6e-aff324e73c12"/>
              <gml:surfaceMember xlink:href="#Srf_a1b22dfd-9528-4647-b470-6ca77aab182d"/>
              <gml:surfaceMember xlink:href="#Srf_1f5c94a3-72c5-453b-9079-8144878f6d45"/>
              <gml:surfaceMember xlink:href="#Srf_43b57760-2f9a-4ee0-9f5b-5a3bf7707d31"/>
              <gml:surfaceMember xlink:href="#Srf_d047dd3b-4f0b-414e-9b86-f7b0f62cd12e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_5a4ed697-8cde-4d29-80fc-b04dfe1b8e21">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d56fe89-9f4d-4083-8721-dea3734ba8be">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d047dd3b-4f0b-414e-9b86-f7b0f62cd12e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d047dd3b-4f0b-414e-9b86-f7b0f62cd12e_0_">
                      <gml:posList srsDimension="3">510999.420 5417402.800 259.083 510996.420 5417402.910 259.083 510996.660 5417408.910 259.083 510999.650 5417408.790 259.083 510999.420 5417402.800 259.083</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_10f0a57d-bc59-4ffa-bcd8-f41ca9537566">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ec0ae2ce-d878-4ca9-9db5-557753466c0a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a1b22dfd-9528-4647-b470-6ca77aab182d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a1b22dfd-9528-4647-b470-6ca77aab182d_0_">
                      <gml:posList srsDimension="3">510999.420 5417402.800 259.083 510999.650 5417408.790 259.083 510999.650 5417408.790 261.340 510999.420 5417402.800 261.340 510999.420 5417402.800 259.083</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_cbe0b2b5-866c-4a5a-bebe-ee226c762360">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_722d4e28-3286-4d18-8fb4-81e9ab5878f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1f5c94a3-72c5-453b-9079-8144878f6d45">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1f5c94a3-72c5-453b-9079-8144878f6d45_0_">
                      <gml:posList srsDimension="3">510999.650 5417408.790 259.083 510996.660 5417408.910 259.083 510996.660 5417408.910 261.340 510999.650 5417408.790 261.340 510999.650 5417408.790 259.083</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_639f0d81-e60f-4661-b4f7-301b75c90017">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d65cca99-bb78-45b8-abf7-69f22197e8bc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9d43ced1-faad-45dd-9e6e-aff324e73c12">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9d43ced1-faad-45dd-9e6e-aff324e73c12_0_">
                      <gml:posList srsDimension="3">510996.660 5417408.910 259.083 510996.420 5417402.910 259.083 510996.420 5417402.910 261.340 510996.660 5417408.910 261.340 510996.660 5417408.910 259.083</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_bc3fcf79-c347-4c70-83d3-ba3edc7b5445">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3cad7819-4dc1-4291-a432-ab21c0d19131">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7eacd1b4-c8d6-46c7-85f8-4daab5c1726f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7eacd1b4-c8d6-46c7-85f8-4daab5c1726f_0_">
                      <gml:posList srsDimension="3">510996.420 5417402.910 261.340 510999.420 5417402.800 261.340 510999.650 5417408.790 261.340 510996.660 5417408.910 261.340 510996.420 5417402.910 261.340</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_eb6c9b8d-849a-484c-850b-b9b59825e0d5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e23c7a51-6c33-4679-8872-bf126d10b286">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_43b57760-2f9a-4ee0-9f5b-5a3bf7707d31">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_43b57760-2f9a-4ee0-9f5b-5a3bf7707d31_0_">
                      <gml:posList srsDimension="3">510996.420 5417402.910 259.083 510999.420 5417402.800 259.083 510999.420 5417402.800 261.340 510996.420 5417402.910 261.340 510996.420 5417402.910 259.083</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_00100010079">
      <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>DEBWL00100010079</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.150</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_08b7a73c-2166-4e4f-bd4a-f8dedd28b1bc">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_972b6e9d-5cb3-428d-94b4-dc3747c5fad1">
              <gml:surfaceMember xlink:href="#Srf_2d14bcaf-e84c-45be-92ba-b801a5b7b11f"/>
              <gml:surfaceMember xlink:href="#Srf_e88dc36d-4f46-47aa-b7d9-b99dd2e776f7"/>
              <gml:surfaceMember xlink:href="#Srf_d31fdc92-deb9-4792-acea-77fc3f0195f1"/>
              <gml:surfaceMember xlink:href="#Srf_66a6733a-f9ec-4d0c-a5a2-9565aa0cc56a"/>
              <gml:surfaceMember xlink:href="#Srf_cfa88742-8e15-46e6-bfe2-467fccecc427"/>
              <gml:surfaceMember xlink:href="#Srf_64fddb63-a9a1-4a51-ba69-d35e193fb8c5"/>
              <gml:surfaceMember xlink:href="#Srf_88b81077-77ac-4b11-969a-8a92879e69a5"/>
              <gml:surfaceMember xlink:href="#Srf_fdd175ce-ec2c-4f69-9724-6fe3cf925ce7"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_fe207a22-0cdb-4305-a950-2882bd135812">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_510df1e2-e6db-460e-8928-a63c0eeed59e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_66a6733a-f9ec-4d0c-a5a2-9565aa0cc56a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_66a6733a-f9ec-4d0c-a5a2-9565aa0cc56a_0_">
                      <gml:posList srsDimension="3">511092.030 5417398.630 262.500 511089.040 5417398.260 262.500 511089.040 5417398.260 265.650 511092.030 5417398.630 265.650 511092.030 5417398.630 262.500</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_c6b15163-7191-49fb-9adc-571b4c40d0bd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f9c8cfee-a0e7-41a6-b063-57edebe182d4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d31fdc92-deb9-4792-acea-77fc3f0195f1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d31fdc92-deb9-4792-acea-77fc3f0195f1_0_">
                      <gml:posList srsDimension="3">511089.040 5417398.260 262.500 511089.240 5417396.570 262.500 511089.240 5417396.570 265.650 511089.040 5417398.260 265.650 511089.040 5417398.260 262.500</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_e35dfa4a-b997-41ed-9811-d29740fbcca3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e68bb9a7-e226-4648-a8a3-b5f831c6f532">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2d14bcaf-e84c-45be-92ba-b801a5b7b11f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2d14bcaf-e84c-45be-92ba-b801a5b7b11f_0_">
                      <gml:posList srsDimension="3">511087.720 5417396.390 265.650 511088.280 5417391.810 265.650 511092.780 5417392.390 265.650 511092.030 5417398.630 265.650 511089.040 5417398.260 265.650 511089.240 5417396.570 265.650 511087.720 5417396.390 265.650</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_a42b98c4-d523-4d1f-88cd-1e5d41f4d6f0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_289f6919-d0cf-456d-b0b7-ed1de3c37453">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cfa88742-8e15-46e6-bfe2-467fccecc427">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cfa88742-8e15-46e6-bfe2-467fccecc427_0_">
                      <gml:posList srsDimension="3">511088.280 5417391.810 262.500 511092.780 5417392.390 262.500 511092.780 5417392.390 265.650 511088.280 5417391.810 265.650 511088.280 5417391.810 262.500</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_efbf3c1b-adb7-4c06-a375-af67e68f5025">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_476e16ba-fdb0-493b-b096-3c31776fc6d6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e88dc36d-4f46-47aa-b7d9-b99dd2e776f7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e88dc36d-4f46-47aa-b7d9-b99dd2e776f7_0_">
                      <gml:posList srsDimension="3">511089.240 5417396.570 262.500 511087.720 5417396.390 262.500 511087.720 5417396.390 265.650 511089.240 5417396.570 265.650 511089.240 5417396.570 262.500</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_43c7f75c-3309-4ae6-b814-9845f4aacf6f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e78b336d-79c2-419d-a782-3ca7c3cf22d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_64fddb63-a9a1-4a51-ba69-d35e193fb8c5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_64fddb63-a9a1-4a51-ba69-d35e193fb8c5_0_">
                      <gml:posList srsDimension="3">511087.720 5417396.390 262.500 511088.280 5417391.810 262.500 511088.280 5417391.810 265.650 511087.720 5417396.390 265.650 511087.720 5417396.390 262.500</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_72f2c415-b92e-46f1-b625-a00287cb5c2f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8e88bc01-823a-46f2-8555-89d6b5691219">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fdd175ce-ec2c-4f69-9724-6fe3cf925ce7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fdd175ce-ec2c-4f69-9724-6fe3cf925ce7_0_">
                      <gml:posList srsDimension="3">511092.780 5417392.390 262.500 511092.030 5417398.630 262.500 511092.030 5417398.630 265.650 511092.780 5417392.390 265.650 511092.780 5417392.390 262.500</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_4d25759d-a7ee-48f7-b1e1-4c751007b9fe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4a3cea05-6186-4406-b100-c9988ea634ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_88b81077-77ac-4b11-969a-8a92879e69a5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_88b81077-77ac-4b11-969a-8a92879e69a5_0_">
                      <gml:posList srsDimension="3">511088.280 5417391.810 262.500 511087.720 5417396.390 262.500 511089.240 5417396.570 262.500 511089.040 5417398.260 262.500 511092.030 5417398.630 262.500 511092.780 5417392.390 262.500 511088.280 5417391.810 262.500</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1910</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_00100010076">
      <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>DEBWL00100010076</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.353</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_39fe8f8c-d217-4f95-a27b-3fc0d50f01dd">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_08163cb1-725c-49a9-9a27-69aa832ea74c">
              <gml:surfaceMember xlink:href="#Srf_2cd6f22c-3bc9-45e5-affb-b30eb057bd2f"/>
              <gml:surfaceMember xlink:href="#Srf_c85a7a9f-d789-406d-a75f-d257562a1c54"/>
              <gml:surfaceMember xlink:href="#Srf_ee682c63-0c13-42a4-bab4-77e0e6e6ee0e"/>
              <gml:surfaceMember xlink:href="#Srf_4c742bd3-0eba-47bd-a1d5-cf75f63c7577"/>
              <gml:surfaceMember xlink:href="#Srf_a13a836c-152e-4b78-b1b0-5beca391c311"/>
              <gml:surfaceMember xlink:href="#Srf_54fff8f8-e41b-4b72-8d65-0f3bf4da8627"/>
              <gml:surfaceMember xlink:href="#Srf_a7ed1d06-35f7-48e5-a029-b88a349f8d77"/>
              <gml:surfaceMember xlink:href="#Srf_62964279-b54d-4069-b7e3-b0201679b530"/>
              <gml:surfaceMember xlink:href="#Srf_5c339360-f3a8-4d2b-90cf-69ee468cbccc"/>
              <gml:surfaceMember xlink:href="#Srf_69ef5120-fb8e-419e-963d-eec9632aeab3"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_eb4a34cc-7b2b-424f-934c-708d2b83c9d5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f28df97b-42ac-4775-9640-8cf293263306">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_69ef5120-fb8e-419e-963d-eec9632aeab3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_69ef5120-fb8e-419e-963d-eec9632aeab3_0_">
                      <gml:posList srsDimension="3">511087.540 5417410.520 258.318 511086.770 5417416.610 258.318 511086.770 5417416.610 263.099 511087.540 5417410.520 263.101 511087.540 5417410.520 258.318</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_0f77aa48-eba0-4f47-8826-3dae8afc8e4f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b27ec0c7-02de-4bd7-bbbf-43e7e388846d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c85a7a9f-d789-406d-a75f-d257562a1c54">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c85a7a9f-d789-406d-a75f-d257562a1c54_0_">
                      <gml:posList srsDimension="3">511087.540 5417410.520 263.101 511086.770 5417416.610 263.099 511080.907 5417415.891 267.651 511081.653 5417409.805 267.671 511087.540 5417410.520 263.101</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_462a4246-e77c-4981-8ca7-2b7370176bc6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a12a1066-60d6-4017-a746-5b22120d489f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_62964279-b54d-4069-b7e3-b0201679b530">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_62964279-b54d-4069-b7e3-b0201679b530_0_">
                      <gml:posList srsDimension="3">511080.907 5417415.891 267.651 511086.770 5417416.610 263.099 511086.770 5417416.610 258.318 511080.907 5417415.891 258.318 511080.907 5417415.891 267.651</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_5bea26cb-d5e9-4237-8caa-c17d36621536">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2e847aad-74e9-46b6-8e84-ca5ac2f1b2bf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5c339360-f3a8-4d2b-90cf-69ee468cbccc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5c339360-f3a8-4d2b-90cf-69ee468cbccc_0_">
                      <gml:posList srsDimension="3">511075.670 5417409.080 258.318 511078.070 5417409.370 258.318 511078.070 5417409.370 264.874 511075.670 5417409.080 263.000 511075.670 5417409.080 258.318</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_7f00670a-db9a-44c8-beb8-cce78b1bef96">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b510c4f0-2605-4ad9-8b17-551ee806acb4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2cd6f22c-3bc9-45e5-affb-b30eb057bd2f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2cd6f22c-3bc9-45e5-affb-b30eb057bd2f_0_">
                      <gml:posList srsDimension="3">511080.907 5417415.891 258.318 511074.940 5417415.160 258.318 511074.940 5417415.160 262.993 511080.907 5417415.891 267.651 511080.907 5417415.891 258.318</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_be50ad49-e6a8-48b3-85ff-7b5066e561aa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71ff49ac-9ed0-4f3b-843c-014fa7cfcee3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a13a836c-152e-4b78-b1b0-5beca391c311">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a13a836c-152e-4b78-b1b0-5beca391c311_0_">
                      <gml:posList srsDimension="3">511078.070 5417409.370 258.318 511081.653 5417409.805 258.318 511081.653 5417409.805 267.671 511078.070 5417409.370 264.874 511078.070 5417409.370 258.318</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_3bf98978-98e4-4fac-afa5-1fc8e4f9afeb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_328736f5-c598-4647-97c3-1ea42061b96e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_54fff8f8-e41b-4b72-8d65-0f3bf4da8627">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_54fff8f8-e41b-4b72-8d65-0f3bf4da8627_0_">
                      <gml:posList srsDimension="3">511074.940 5417415.160 258.318 511075.670 5417409.080 258.318 511075.670 5417409.080 263.000 511074.940 5417415.160 262.993 511074.940 5417415.160 258.318</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_24a768ac-fa0a-41c6-863a-2bb457417105">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cfa11eb7-96df-4678-9e51-f4ff98231c27">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ee682c63-0c13-42a4-bab4-77e0e6e6ee0e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ee682c63-0c13-42a4-bab4-77e0e6e6ee0e_0_">
                      <gml:posList srsDimension="3">511087.540 5417410.520 263.101 511081.653 5417409.805 267.671 511081.653 5417409.805 258.318 511087.540 5417410.520 258.318 511087.540 5417410.520 263.101</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_a115f4d8-b7e5-47fe-be2a-0084d3658951">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0f3418c5-4eae-4212-9bd3-39f4cc5aedf6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a7ed1d06-35f7-48e5-a029-b88a349f8d77">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a7ed1d06-35f7-48e5-a029-b88a349f8d77_0_">
                      <gml:posList srsDimension="3">511075.670 5417409.080 263.000 511078.070 5417409.370 264.874 511081.653 5417409.805 267.671 511080.907 5417415.891 267.651 511074.940 5417415.160 262.993 511075.670 5417409.080 263.000</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_6be9d57c-b3dc-43ba-ac41-76a2961d11d3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1078fb7a-b14f-4b6b-94dc-38857aac8acf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4c742bd3-0eba-47bd-a1d5-cf75f63c7577">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4c742bd3-0eba-47bd-a1d5-cf75f63c7577_0_">
                      <gml:posList srsDimension="3">511078.070 5417409.370 258.318 511075.670 5417409.080 258.318 511074.940 5417415.160 258.318 511080.907 5417415.891 258.318 511086.770 5417416.610 258.318 511087.540 5417410.520 258.318 511081.653 5417409.805 258.318 511078.070 5417409.370 258.318</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1941</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006z">
      <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>DEBWL0010001006z</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.274</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4c59b366-1d2e-4aa9-add2-08e9a438aea5">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d08f1a0e-94fd-4d0a-a302-0d0785a401c0">
              <gml:surfaceMember xlink:href="#Srf_20d061f4-5f8a-4473-a306-0176619bc83c"/>
              <gml:surfaceMember xlink:href="#Srf_cbc04d03-8eca-49fc-86cd-6c25af7031b0"/>
              <gml:surfaceMember xlink:href="#Srf_20de7313-b424-4278-86de-ba80a1c84a5f"/>
              <gml:surfaceMember xlink:href="#Srf_56ed016d-6f8b-4c83-8fad-1d61a492152a"/>
              <gml:surfaceMember xlink:href="#Srf_7bdef3d3-2381-492c-879e-f1f6b876f829"/>
              <gml:surfaceMember xlink:href="#Srf_5d8e573d-2686-4e44-a421-826e8bb3d8aa"/>
              <gml:surfaceMember xlink:href="#Srf_94e78d1c-9941-4dd8-b424-ef537302288f"/>
              <gml:surfaceMember xlink:href="#Srf_c460dcbc-6f91-4265-8e97-da5828b4e61b"/>
              <gml:surfaceMember xlink:href="#Srf_c7cb80ca-cf18-4eb5-8724-f19cee31e18a"/>
              <gml:surfaceMember xlink:href="#Srf_dcb1e78c-d5b1-4f8c-a3a7-ca0fa225e9ee"/>
              <gml:surfaceMember xlink:href="#Srf_33947aee-6289-492e-bb45-e2dee92c5bbe"/>
              <gml:surfaceMember xlink:href="#Srf_b6bdbdbd-8736-4ff5-be37-cdb55d282337"/>
              <gml:surfaceMember xlink:href="#Srf_4e0aa31a-3d15-4152-b9c8-88899071b25b"/>
              <gml:surfaceMember xlink:href="#Srf_ac68813b-cf1d-4e0d-9d2c-e1584124b53f"/>
For faster browsing, not all history is shown. View entire blame