Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
97001
97002
97003
97004
97005
97006
97007
97008
97009
97010
97011
97012
97013
97014
97015
97016
97017
97018
97019
97020
97021
97022
97023
97024
97025
97026
97027
97028
97029
97030
97031
97032
97033
97034
97035
97036
97037
97038
97039
97040
97041
97042
97043
97044
97045
97046
97047
97048
97049
97050
97051
97052
97053
97054
97055
97056
97057
97058
97059
97060
97061
97062
97063
97064
97065
97066
97067
97068
97069
97070
97071
97072
97073
97074
97075
97076
97077
97078
97079
97080
97081
97082
97083
97084
97085
97086
97087
97088
97089
97090
97091
97092
97093
97094
97095
97096
97097
97098
97099
97100
97101
97102
97103
97104
97105
97106
97107
97108
97109
97110
97111
97112
97113
97114
97115
97116
97117
97118
97119
97120
97121
97122
97123
97124
97125
97126
97127
97128
97129
97130
97131
97132
97133
97134
97135
97136
97137
97138
97139
97140
97141
97142
97143
97144
97145
97146
97147
97148
97149
97150
97151
97152
97153
97154
97155
97156
97157
97158
97159
97160
97161
97162
97163
97164
97165
97166
97167
97168
97169
97170
97171
97172
97173
97174
97175
97176
97177
97178
97179
97180
97181
97182
97183
97184
97185
97186
97187
97188
97189
97190
97191
97192
97193
97194
97195
97196
97197
97198
97199
97200
97201
97202
97203
97204
97205
97206
97207
97208
97209
97210
97211
97212
97213
97214
97215
97216
97217
97218
97219
97220
97221
97222
97223
97224
97225
97226
97227
97228
97229
97230
97231
97232
97233
97234
97235
97236
97237
97238
97239
97240
97241
97242
97243
97244
97245
97246
97247
97248
97249
97250
97251
97252
97253
97254
97255
97256
97257
97258
97259
97260
97261
97262
97263
97264
97265
97266
97267
97268
97269
97270
97271
97272
97273
97274
97275
97276
97277
97278
97279
97280
97281
97282
97283
97284
97285
97286
97287
97288
97289
97290
97291
97292
97293
97294
97295
97296
97297
97298
97299
97300
97301
97302
97303
97304
97305
97306
97307
97308
97309
97310
97311
97312
97313
97314
97315
97316
97317
97318
97319
97320
97321
97322
97323
97324
97325
97326
97327
97328
97329
97330
97331
97332
97333
97334
97335
97336
97337
97338
97339
97340
97341
97342
97343
97344
97345
97346
97347
97348
97349
97350
97351
97352
97353
97354
97355
97356
97357
97358
97359
97360
97361
97362
97363
97364
97365
97366
97367
97368
97369
97370
97371
97372
97373
97374
97375
97376
97377
97378
97379
97380
97381
97382
97383
97384
97385
97386
97387
97388
97389
97390
97391
97392
97393
97394
97395
97396
97397
97398
97399
97400
97401
97402
97403
97404
97405
97406
97407
97408
97409
97410
97411
97412
97413
97414
97415
97416
97417
97418
97419
97420
97421
97422
97423
97424
97425
97426
97427
97428
97429
97430
97431
97432
97433
97434
97435
97436
97437
97438
97439
97440
97441
97442
97443
97444
97445
97446
97447
97448
97449
97450
97451
97452
97453
97454
97455
97456
97457
97458
97459
97460
97461
97462
97463
97464
97465
97466
97467
97468
97469
97470
97471
97472
97473
97474
97475
97476
97477
97478
97479
97480
97481
97482
97483
97484
97485
97486
97487
97488
97489
97490
97491
97492
97493
97494
97495
97496
97497
97498
97499
97500
97501
97502
97503
97504
97505
97506
97507
97508
97509
97510
97511
97512
97513
97514
97515
97516
97517
97518
97519
97520
97521
97522
97523
97524
97525
97526
97527
97528
97529
97530
97531
97532
97533
97534
97535
97536
97537
97538
97539
97540
97541
97542
97543
97544
97545
97546
97547
97548
97549
97550
97551
97552
97553
97554
97555
97556
97557
97558
97559
97560
97561
97562
97563
97564
97565
97566
97567
97568
97569
97570
97571
97572
97573
97574
97575
97576
97577
97578
97579
97580
97581
97582
97583
97584
97585
97586
97587
97588
97589
97590
97591
97592
97593
97594
97595
97596
97597
97598
97599
97600
97601
97602
97603
97604
97605
97606
97607
97608
97609
97610
97611
97612
97613
97614
97615
97616
97617
97618
97619
97620
97621
97622
97623
97624
97625
97626
97627
97628
97629
97630
97631
97632
97633
97634
97635
97636
97637
97638
97639
97640
97641
97642
97643
97644
97645
97646
97647
97648
97649
97650
97651
97652
97653
97654
97655
97656
97657
97658
97659
97660
97661
97662
97663
97664
97665
97666
97667
97668
97669
97670
97671
97672
97673
97674
97675
97676
97677
97678
97679
97680
97681
97682
97683
97684
97685
97686
97687
97688
97689
97690
97691
97692
97693
97694
97695
97696
97697
97698
97699
97700
97701
97702
97703
97704
97705
97706
97707
97708
97709
97710
97711
97712
97713
97714
97715
97716
97717
97718
97719
97720
97721
97722
97723
97724
97725
97726
97727
97728
97729
97730
97731
97732
97733
97734
97735
97736
97737
97738
97739
97740
97741
97742
97743
97744
97745
97746
97747
97748
97749
97750
97751
97752
97753
97754
97755
97756
97757
97758
97759
97760
97761
97762
97763
97764
97765
97766
97767
97768
97769
97770
97771
97772
97773
97774
97775
97776
97777
97778
97779
97780
97781
97782
97783
97784
97785
97786
97787
97788
97789
97790
97791
97792
97793
97794
97795
97796
97797
97798
97799
97800
97801
97802
97803
97804
97805
97806
97807
97808
97809
97810
97811
97812
97813
97814
97815
97816
97817
97818
97819
97820
97821
97822
97823
97824
97825
97826
97827
97828
97829
97830
97831
97832
97833
97834
97835
97836
97837
97838
97839
97840
97841
97842
97843
97844
97845
97846
97847
97848
97849
97850
97851
97852
97853
97854
97855
97856
97857
97858
97859
97860
97861
97862
97863
97864
97865
97866
97867
97868
97869
97870
97871
97872
97873
97874
97875
97876
97877
97878
97879
97880
97881
97882
97883
97884
97885
97886
97887
97888
97889
97890
97891
97892
97893
97894
97895
97896
97897
97898
97899
97900
97901
97902
97903
97904
97905
97906
97907
97908
97909
97910
97911
97912
97913
97914
97915
97916
97917
97918
97919
97920
97921
97922
97923
97924
97925
97926
97927
97928
97929
97930
97931
97932
97933
97934
97935
97936
97937
97938
97939
97940
97941
97942
97943
97944
97945
97946
97947
97948
97949
97950
97951
97952
97953
97954
97955
97956
97957
97958
97959
97960
97961
97962
97963
97964
97965
97966
97967
97968
97969
97970
97971
97972
97973
97974
97975
97976
97977
97978
97979
97980
97981
97982
97983
97984
97985
97986
97987
97988
97989
97990
97991
97992
97993
97994
97995
97996
97997
97998
97999
98000
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ea60e8ae-ba5f-41a0-ab0b-fd14c148573b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ea60e8ae-ba5f-41a0-ab0b-fd14c148573b_0_">
                      <gml:posList srsDimension="3">511153.261 5417318.278 278.288 511153.430 5417313.130 275.232 511153.430 5417313.130 268.563 511153.261 5417318.278 268.563 511153.261 5417318.278 278.288</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1907</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZHl">
      <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>DEBWL0010000ZZHl</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.579</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_47b7fb83-849e-41fb-b3ac-2e04ebb993eb">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_cdaf58bc-ebe0-4aea-b775-c2932a7e26a6">
              <gml:surfaceMember xlink:href="#Srf_262c86e3-7af2-4e83-9d4f-4dcb9592f1c0"/>
              <gml:surfaceMember xlink:href="#Srf_40c9fda2-dee8-4b35-8ab0-1d14f476bc11"/>
              <gml:surfaceMember xlink:href="#Srf_f123ad39-979c-4b6b-b904-3565298ce82f"/>
              <gml:surfaceMember xlink:href="#Srf_9fde6cb4-2490-4cfc-af7e-759aac2c1ed4"/>
              <gml:surfaceMember xlink:href="#Srf_82ec835a-bbae-4f5b-82bf-4fed8813a592"/>
              <gml:surfaceMember xlink:href="#Srf_860aee5d-ff4a-4f20-b6ce-1a3b6092c7c1"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_fab0b87a-4e9d-4a11-aee6-f5d8b85f2647">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f55311f9-c36a-41df-bae4-32c276480cdb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_40c9fda2-dee8-4b35-8ab0-1d14f476bc11">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_40c9fda2-dee8-4b35-8ab0-1d14f476bc11_0_">
                      <gml:posList srsDimension="3">511154.590 5417290.210 270.356 511157.380 5417290.300 270.356 511157.380 5417290.300 272.935 511154.590 5417290.210 272.935 511154.590 5417290.210 270.356</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_4999fb4f-0c63-42de-8df2-dead7f8a6aa5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8b5e3603-88f6-4dd2-8046-dab751b34722">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9fde6cb4-2490-4cfc-af7e-759aac2c1ed4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9fde6cb4-2490-4cfc-af7e-759aac2c1ed4_0_">
                      <gml:posList srsDimension="3">511157.380 5417290.300 270.356 511157.210 5417295.800 270.356 511157.210 5417295.800 272.935 511157.380 5417290.300 272.935 511157.380 5417290.300 270.356</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_87eaedd4-b570-4010-886f-12368a05d501">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8956abb9-99c6-42b9-a2a2-d599d1a4a90c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_860aee5d-ff4a-4f20-b6ce-1a3b6092c7c1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_860aee5d-ff4a-4f20-b6ce-1a3b6092c7c1_0_">
                      <gml:posList srsDimension="3">511157.210 5417295.800 270.356 511154.420 5417295.720 270.356 511154.420 5417295.720 272.935 511157.210 5417295.800 272.935 511157.210 5417295.800 270.356</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_15eb6a0a-3e5a-4546-98a0-93fb794fd40e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_52554c0b-e981-4e0b-b34b-2f9f28bc239f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_82ec835a-bbae-4f5b-82bf-4fed8813a592">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_82ec835a-bbae-4f5b-82bf-4fed8813a592_0_">
                      <gml:posList srsDimension="3">511154.420 5417295.720 270.356 511154.590 5417290.210 270.356 511154.590 5417290.210 272.935 511154.420 5417295.720 272.935 511154.420 5417295.720 270.356</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_37b3dcd1-22a9-4f0a-bc84-98b9c6dc7d8c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e001e6e0-b75e-4973-9cd6-e2b7066c1ff1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_262c86e3-7af2-4e83-9d4f-4dcb9592f1c0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_262c86e3-7af2-4e83-9d4f-4dcb9592f1c0_0_">
                      <gml:posList srsDimension="3">511154.420 5417295.720 270.356 511157.210 5417295.800 270.356 511157.380 5417290.300 270.356 511154.590 5417290.210 270.356 511154.420 5417295.720 270.356</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_cb86166d-fc3b-4bc9-8f2e-3c63f3869562">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a27db0bd-af89-482f-8d6e-67d46464d49e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f123ad39-979c-4b6b-b904-3565298ce82f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f123ad39-979c-4b6b-b904-3565298ce82f_0_">
                      <gml:posList srsDimension="3">511157.210 5417295.800 272.935 511154.420 5417295.720 272.935 511154.590 5417290.210 272.935 511157.380 5417290.300 272.935 511157.210 5417295.800 272.935</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1930</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZHm">
      <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>DEBWL0010000ZZHm</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.630</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4d0678c8-2f6d-49be-8f89-f0a1223d0374">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_66e3a846-d674-42ed-9211-52f9fc868b77">
              <gml:surfaceMember xlink:href="#Srf_a7a15f9f-a282-43e2-9b11-774721bbceaf"/>
              <gml:surfaceMember xlink:href="#Srf_8b9ca6fd-279f-4c37-8a80-1d18ff7ab77e"/>
              <gml:surfaceMember xlink:href="#Srf_ca50e673-98d3-4000-b32c-81d3480906d5"/>
              <gml:surfaceMember xlink:href="#Srf_6dfbe427-d5e9-4417-a8b0-943390eb9f30"/>
              <gml:surfaceMember xlink:href="#Srf_fa148794-d1da-4856-bc1f-2460ba501df4"/>
              <gml:surfaceMember xlink:href="#Srf_151946b1-ae90-4855-91e2-854a1d4ed1bc"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_9f523a00-914c-4f57-b595-6efa8a9e44dc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8805c4c5-7b4c-45df-bac0-902f6d4259f0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fa148794-d1da-4856-bc1f-2460ba501df4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fa148794-d1da-4856-bc1f-2460ba501df4_0_">
                      <gml:posList srsDimension="3">511157.210 5417295.800 270.330 511157.380 5417290.300 270.330 511157.380 5417290.300 272.960 511157.210 5417295.800 272.960 511157.210 5417295.800 270.330</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_80ee62f9-f31e-4c9b-86fa-a0f3b6a0fea3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_47191b4f-7536-426c-92aa-75d6b898f24d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_151946b1-ae90-4855-91e2-854a1d4ed1bc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_151946b1-ae90-4855-91e2-854a1d4ed1bc_0_">
                      <gml:posList srsDimension="3">511157.210 5417295.800 270.330 511160.020 5417295.890 270.330 511160.190 5417290.380 270.330 511157.380 5417290.300 270.330 511157.210 5417295.800 270.330</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_e21b2977-7696-4baf-a891-b05e9438f255">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2260cf06-e4a8-4127-8a3e-7f398476a1ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8b9ca6fd-279f-4c37-8a80-1d18ff7ab77e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8b9ca6fd-279f-4c37-8a80-1d18ff7ab77e_0_">
                      <gml:posList srsDimension="3">511160.020 5417295.890 272.960 511157.210 5417295.800 272.960 511157.380 5417290.300 272.960 511160.190 5417290.380 272.960 511160.020 5417295.890 272.960</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_769f471e-de4d-446f-9d35-a171d1c8aaec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f18b3c88-4579-4478-8ba6-71b819cc6197">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ca50e673-98d3-4000-b32c-81d3480906d5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ca50e673-98d3-4000-b32c-81d3480906d5_0_">
                      <gml:posList srsDimension="3">511157.380 5417290.300 270.330 511160.190 5417290.380 270.330 511160.190 5417290.380 272.960 511157.380 5417290.300 272.960 511157.380 5417290.300 270.330</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_9057e3f3-729e-4e16-9402-0abd085068f8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d438ecf7-aab0-4c5f-a472-144dda0775a7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6dfbe427-d5e9-4417-a8b0-943390eb9f30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6dfbe427-d5e9-4417-a8b0-943390eb9f30_0_">
                      <gml:posList srsDimension="3">511160.190 5417290.380 270.330 511160.020 5417295.890 270.330 511160.020 5417295.890 272.960 511160.190 5417290.380 272.960 511160.190 5417290.380 270.330</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_a5ebdffb-9db4-479c-8540-a0c198ff3e68">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b51ebc8-bf87-4068-8482-7dea5e071335">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a7a15f9f-a282-43e2-9b11-774721bbceaf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a7a15f9f-a282-43e2-9b11-774721bbceaf_0_">
                      <gml:posList srsDimension="3">511160.020 5417295.890 270.330 511157.210 5417295.800 270.330 511157.210 5417295.800 272.960 511160.020 5417295.890 272.960 511160.020 5417295.890 270.330</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1900</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZHy">
      <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>DEBWL0010000ZZHy</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.498</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_915f20d0-c9a4-45a3-a2d8-6f300cbcb12d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_86e4fc31-c468-4eac-be29-a2f1982e6939">
              <gml:surfaceMember xlink:href="#Srf_9c4ad7ab-c2da-4ca6-a76c-e85ee21b88c3"/>
              <gml:surfaceMember xlink:href="#Srf_4efd016d-a5b0-43f8-8d0d-8c4b17719fd7"/>
              <gml:surfaceMember xlink:href="#Srf_398d320a-5411-40e7-91e6-9b64fd7dbfc3"/>
              <gml:surfaceMember xlink:href="#Srf_3b692460-24f0-4a62-a131-f5dc684db534"/>
              <gml:surfaceMember xlink:href="#Srf_c8b9a2ce-e32d-405a-a463-1bfdfc26f7bb"/>
              <gml:surfaceMember xlink:href="#Srf_2dd89e7f-14a7-4772-a412-05268393f546"/>
              <gml:surfaceMember xlink:href="#Srf_72000c2a-b4c3-4e14-8acd-bd882bd401cc"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f487f24b-8314-4166-bef5-5c11f26d4f8b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f9922bde-1951-4e14-a1ea-7714e7070d18">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_72000c2a-b4c3-4e14-8acd-bd882bd401cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_72000c2a-b4c3-4e14-8acd-bd882bd401cc_0_">
                      <gml:posList srsDimension="3">511060.650 5417325.050 268.812 511060.430 5417318.550 268.812 511060.430 5417318.550 271.310 511060.650 5417325.050 271.310 511060.650 5417325.050 268.812</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_eb1e8693-b1de-435f-947c-9d74ee286e08">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_614b520f-6c87-4e80-b4bf-3b324e5fc70e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c8b9a2ce-e32d-405a-a463-1bfdfc26f7bb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c8b9a2ce-e32d-405a-a463-1bfdfc26f7bb_0_">
                      <gml:posList srsDimension="3">511060.410 5417318.050 268.812 511060.410 5417318.050 271.310 511060.430 5417318.550 271.310 511060.430 5417318.550 268.812 511060.410 5417318.050 268.812</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_445aad40-0860-46a9-a1a0-8e2b60e03105">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cdbc9356-3498-485c-bed5-30f8bab44bc1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9c4ad7ab-c2da-4ca6-a76c-e85ee21b88c3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9c4ad7ab-c2da-4ca6-a76c-e85ee21b88c3_0_">
                      <gml:posList srsDimension="3">511060.410 5417318.050 268.812 511063.630 5417317.950 268.812 511063.630 5417317.950 271.310 511060.410 5417318.050 271.310 511060.410 5417318.050 268.812</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_bef6492e-6ec9-4699-8521-bce348c080f9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f14f3ef0-ce24-4bf3-8cff-26ab5dff140e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b692460-24f0-4a62-a131-f5dc684db534">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b692460-24f0-4a62-a131-f5dc684db534_0_">
                      <gml:posList srsDimension="3">511060.410 5417318.050 271.310 511063.630 5417317.950 271.310 511063.850 5417324.940 271.310 511060.650 5417325.050 271.310 511060.430 5417318.550 271.310 511060.410 5417318.050 271.310</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_dde92a2b-1f68-46cb-9e77-56e14fb4a500">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3456edb1-2741-4d7c-a897-9eb7f7675859">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4efd016d-a5b0-43f8-8d0d-8c4b17719fd7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4efd016d-a5b0-43f8-8d0d-8c4b17719fd7_0_">
                      <gml:posList srsDimension="3">511063.630 5417317.950 268.812 511060.410 5417318.050 268.812 511060.430 5417318.550 268.812 511060.650 5417325.050 268.812 511063.850 5417324.940 268.812 511063.630 5417317.950 268.812</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_a0ab64f2-c293-4264-bbff-1fb977e7cba6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f3d7c2a7-6f35-44de-adb2-1b237091c379">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2dd89e7f-14a7-4772-a412-05268393f546">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2dd89e7f-14a7-4772-a412-05268393f546_0_">
                      <gml:posList srsDimension="3">511063.630 5417317.950 268.812 511063.850 5417324.940 268.812 511063.850 5417324.940 271.310 511063.630 5417317.950 271.310 511063.630 5417317.950 268.812</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_83b02289-dd4a-4568-ac10-7ec3f6b60eb6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_03ece2f7-8e59-41ab-a636-a9029c346ec4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_398d320a-5411-40e7-91e6-9b64fd7dbfc3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_398d320a-5411-40e7-91e6-9b64fd7dbfc3_0_">
                      <gml:posList srsDimension="3">511063.850 5417324.940 268.812 511060.650 5417325.050 268.812 511060.650 5417325.050 271.310 511063.850 5417324.940 271.310 511063.850 5417324.940 268.812</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2015</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZHb">
      <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>DEBWL0010000ZZHb</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">11.311</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0729ddb0-7f4d-4483-8be4-82edb13466fa">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_47000e8f-2963-4d68-af9e-bd5fd32d53dc">
              <gml:surfaceMember xlink:href="#Srf_14a781b1-5085-484f-ac1a-155c2fff2e2e"/>
              <gml:surfaceMember xlink:href="#Srf_3773f668-88f4-4c4d-863e-b31abf10f30c"/>
              <gml:surfaceMember xlink:href="#Srf_6b7d57df-1ba6-40df-8d13-2cd11b5554fb"/>
              <gml:surfaceMember xlink:href="#Srf_59644ce5-8005-4f38-a741-3e4ed2bb1ee3"/>
              <gml:surfaceMember xlink:href="#Srf_101b9f89-a6f2-4f3e-a863-a1d865788e5b"/>
              <gml:surfaceMember xlink:href="#Srf_8468ca70-8ebe-46b6-829a-5e47bbe0c36f"/>
              <gml:surfaceMember xlink:href="#Srf_7bdac7ed-dbb2-47c3-be1e-6cd253ae9a05"/>
              <gml:surfaceMember xlink:href="#Srf_9369f13b-9143-47a2-9380-69c9c04a3bed"/>
              <gml:surfaceMember xlink:href="#Srf_c49c764e-8c55-4c74-8e43-102d59b3bba3"/>
              <gml:surfaceMember xlink:href="#Srf_bc683706-c19e-45cd-9665-14f4ac97aeaf"/>
              <gml:surfaceMember xlink:href="#Srf_fe69bdb4-acc5-481a-86cb-78f6959afd01"/>
              <gml:surfaceMember xlink:href="#Srf_0607b8a2-9704-4513-9c69-be954d4d54ed"/>
              <gml:surfaceMember xlink:href="#Srf_55a8e4e8-a6ad-4080-8897-a16fb080cfe4"/>
              <gml:surfaceMember xlink:href="#Srf_5ff59ee2-b4c8-472b-96f2-3cf1d944df5d"/>
              <gml:surfaceMember xlink:href="#Srf_abd87b75-ac84-4edc-a810-dfd663000d7d"/>
              <gml:surfaceMember xlink:href="#Srf_5a2be452-3f90-4047-ac78-b959ff690705"/>
              <gml:surfaceMember xlink:href="#Srf_f00eeccd-b8fa-43cc-9df7-e9269c570098"/>
              <gml:surfaceMember xlink:href="#Srf_d1d9943a-f809-4de5-b13e-9a0d7803eba5"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_fe1230bc-614d-4276-9824-309671b92626">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1b8e036d-78b6-42b7-ac1a-ab1c9625c2a4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_101b9f89-a6f2-4f3e-a863-a1d865788e5b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_101b9f89-a6f2-4f3e-a863-a1d865788e5b_0_">
                      <gml:posList srsDimension="3">511142.700 5417257.858 282.741 511142.570 5417263.780 278.588 511124.550 5417263.320 278.555 511124.691 5417257.382 282.719 511142.700 5417257.858 282.741</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_84734702-5793-4c22-b342-477fd050b477">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_21d7a7de-4126-4492-bcfb-7f6c5ece087b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_14a781b1-5085-484f-ac1a-155c2fff2e2e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_14a781b1-5085-484f-ac1a-155c2fff2e2e_0_">
                      <gml:posList srsDimension="3">511124.830 5417251.550 278.690 511124.691 5417257.382 282.719 511124.691 5417257.382 271.430 511124.830 5417251.550 271.430 511124.830 5417251.550 278.690</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_95766b5b-ba88-4a60-bbbe-b30959b95ed0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_292b3aca-f765-4a92-b343-f56959bd6081">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bc683706-c19e-45cd-9665-14f4ac97aeaf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bc683706-c19e-45cd-9665-14f4ac97aeaf_0_">
                      <gml:posList srsDimension="3">511142.570 5417263.780 271.430 511124.550 5417263.320 271.430 511124.550 5417263.320 278.555 511142.570 5417263.780 278.588 511142.570 5417263.780 271.430</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_4952e0eb-22a7-4b82-b792-0e140bb8af99">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0a78d5a3-958d-40c9-a022-a4d6a08a6ff1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5a2be452-3f90-4047-ac78-b959ff690705">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5a2be452-3f90-4047-ac78-b959ff690705_0_">
                      <gml:posList srsDimension="3">511124.830 5417251.550 271.430 511125.130 5417251.560 271.430 511125.130 5417251.560 278.692 511124.830 5417251.550 278.690 511124.830 5417251.550 271.430</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_700dc8b3-bdb9-4c14-8b0a-746c267ac94f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a52752a-5d78-4cad-b790-150e5b8eb4cf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7bdac7ed-dbb2-47c3-be1e-6cd253ae9a05">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7bdac7ed-dbb2-47c3-be1e-6cd253ae9a05_0_">
                      <gml:posList srsDimension="3">511124.550 5417263.320 271.430 511124.691 5417257.382 271.430 511124.691 5417257.382 282.719 511124.550 5417263.320 278.555 511124.550 5417263.320 271.430</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_440f0037-0ac5-4022-a65c-9778d9fa2a10">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3cb8f288-487d-4a50-9a78-5d638af8ddda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_59644ce5-8005-4f38-a741-3e4ed2bb1ee3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_59644ce5-8005-4f38-a741-3e4ed2bb1ee3_0_">
                      <gml:posList srsDimension="3">511125.100 5417252.810 271.430 511125.130 5417251.560 271.430 511124.830 5417251.550 271.430 511124.691 5417257.382 271.430 511124.550 5417263.320 271.430 511142.570 5417263.780 271.430 511142.700 5417257.858 271.430 511142.830 5417251.980 271.430 511142.550 5417251.970 271.430 511142.520 5417253.220 271.430 511138.520 5417253.130 271.430 511138.550 5417251.880 271.430 511129.050 5417251.650 271.430 511129.020 5417252.900 271.430 511125.100 5417252.810 271.430</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_fb75fccc-6f6a-43ef-b9a9-1ff8fef4bd91">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_81c66725-4304-4478-9c78-fb95bd91bd62">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6b7d57df-1ba6-40df-8d13-2cd11b5554fb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6b7d57df-1ba6-40df-8d13-2cd11b5554fb_0_">
                      <gml:posList srsDimension="3">511125.100 5417252.810 279.556 511125.130 5417251.560 278.692 511125.130 5417251.560 271.430 511125.100 5417252.810 271.430 511125.100 5417252.810 279.556</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_ae0d176a-be00-4dfd-b6ca-fb42a162c9f6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f737802d-1ddf-4366-b49e-1f9b54d42963">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0607b8a2-9704-4513-9c69-be954d4d54ed">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0607b8a2-9704-4513-9c69-be954d4d54ed_0_">
                      <gml:posList srsDimension="3">511129.020 5417252.900 279.551 511125.100 5417252.810 279.556 511125.100 5417252.810 271.430 511129.020 5417252.900 271.430 511129.020 5417252.900 279.551</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_1c0651ec-7241-4844-be75-d5d05172afef">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_96530d4a-9724-4ff6-bde6-2763ef3ef67b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5ff59ee2-b4c8-472b-96f2-3cf1d944df5d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5ff59ee2-b4c8-472b-96f2-3cf1d944df5d_0_">
                      <gml:posList srsDimension="3">511129.050 5417251.650 278.687 511129.020 5417252.900 279.551 511129.020 5417252.900 271.430 511129.050 5417251.650 271.430 511129.050 5417251.650 278.687</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_1b23129a-5141-49cd-a0d9-4be396027875">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b3e20499-2eab-4de2-a71c-7bd720b52bc4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3773f668-88f4-4c4d-863e-b31abf10f30c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3773f668-88f4-4c4d-863e-b31abf10f30c_0_">
                      <gml:posList srsDimension="3">511138.550 5417251.880 278.684 511129.050 5417251.650 278.687 511129.050 5417251.650 271.430 511138.550 5417251.880 271.430 511138.550 5417251.880 278.684</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_95659dfd-2aaa-468b-a478-fb9595d161af">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_34b87f57-589d-414f-ac0a-56db281781af">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe69bdb4-acc5-481a-86cb-78f6959afd01">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe69bdb4-acc5-481a-86cb-78f6959afd01_0_">
                      <gml:posList srsDimension="3">511138.520 5417253.130 279.548 511138.550 5417251.880 278.684 511138.550 5417251.880 271.430 511138.520 5417253.130 271.430 511138.520 5417253.130 279.548</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_137f0714-b11d-4efc-b2cf-4f6bb98bf3e9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1fbabb9d-1db3-4987-88d3-84329f4d7c02">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_55a8e4e8-a6ad-4080-8897-a16fb080cfe4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_55a8e4e8-a6ad-4080-8897-a16fb080cfe4_0_">
                      <gml:posList srsDimension="3">511142.520 5417253.220 279.542 511138.520 5417253.130 279.548 511138.520 5417253.130 271.430 511142.520 5417253.220 271.430 511142.520 5417253.220 279.542</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_9bc1eb55-63ad-4116-8acb-34eea1497c3d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0c45f96b-0448-487e-b546-9d4cda8f07d7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_abd87b75-ac84-4edc-a810-dfd663000d7d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_abd87b75-ac84-4edc-a810-dfd663000d7d_0_">
                      <gml:posList srsDimension="3">511142.550 5417251.970 278.678 511142.520 5417253.220 279.542 511142.520 5417253.220 271.430 511142.550 5417251.970 271.430 511142.550 5417251.970 278.678</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_ea8d0af4-c1eb-46d6-b6e6-313a8b928b47">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1809e074-b18a-41a6-ae25-1781548b2fc3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c49c764e-8c55-4c74-8e43-102d59b3bba3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c49c764e-8c55-4c74-8e43-102d59b3bba3_0_">
                      <gml:posList srsDimension="3">511142.550 5417251.970 271.430 511142.830 5417251.980 271.430 511142.830 5417251.980 278.680 511142.550 5417251.970 278.678 511142.550 5417251.970 271.430</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_6014b237-6b94-4638-90c7-045a3607db23">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ef4dfb48-10ea-470a-b278-20532c28924c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f00eeccd-b8fa-43cc-9df7-e9269c570098">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f00eeccd-b8fa-43cc-9df7-e9269c570098_0_">
                      <gml:posList srsDimension="3">511125.130 5417251.560 278.692 511125.100 5417252.810 279.556 511129.020 5417252.900 279.551 511129.050 5417251.650 278.687 511138.550 5417251.880 278.684 511138.520 5417253.130 279.548 511124.691 5417257.382 282.719 511124.830 5417251.550 278.690 511125.130 5417251.560 278.692</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_e6b16463-df0e-4c26-973d-9d19f545e6a8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d35600bd-c378-4b40-8985-ae64713a66ee">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9369f13b-9143-47a2-9380-69c9c04a3bed">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9369f13b-9143-47a2-9380-69c9c04a3bed_0_">
                      <gml:posList srsDimension="3">511142.700 5417257.858 282.741 511142.830 5417251.980 278.680 511142.830 5417251.980 271.430 511142.700 5417257.858 271.430 511142.700 5417257.858 282.741</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_a9d2c9c9-7413-495a-a045-f4e532026517">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b572a37-b49e-47e8-a636-4356c801bda4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d1d9943a-f809-4de5-b13e-9a0d7803eba5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d1d9943a-f809-4de5-b13e-9a0d7803eba5_0_">
                      <gml:posList srsDimension="3">511142.700 5417257.858 282.741 511124.691 5417257.382 282.719 511138.520 5417253.130 279.548 511142.520 5417253.220 279.542 511142.550 5417251.970 278.678 511142.830 5417251.980 278.680 511142.700 5417257.858 282.741</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_dc38e2cf-8c86-4071-ace7-051fe9305437">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af0dc571-dcbe-4bd8-958f-77066fd2a849">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8468ca70-8ebe-46b6-829a-5e47bbe0c36f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8468ca70-8ebe-46b6-829a-5e47bbe0c36f_0_">
                      <gml:posList srsDimension="3">511142.700 5417257.858 271.430 511142.570 5417263.780 271.430 511142.570 5417263.780 278.588 511142.700 5417257.858 282.741 511142.700 5417257.858 271.430</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1943</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZHX">
      <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>DEBWL0010000ZZHX</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">10.079</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d699af55-ff66-40bc-ac17-60f958329f86">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6a1110cf-c9b8-43e7-8327-d511625fefd1">
              <gml:surfaceMember xlink:href="#Srf_11d98496-1517-442f-bb10-463e1c6db30c"/>
              <gml:surfaceMember xlink:href="#Srf_47c0eb1f-1753-4932-ade5-756d51cd1829"/>
              <gml:surfaceMember xlink:href="#Srf_450518b0-88b2-40fe-854d-0f0f31d03e20"/>
              <gml:surfaceMember xlink:href="#Srf_f623b398-f467-40fa-a0f2-7a1d9632a26b"/>
              <gml:surfaceMember xlink:href="#Srf_cd73170f-9260-46a3-82af-24cbe9f10025"/>
              <gml:surfaceMember xlink:href="#Srf_9a363c20-380f-426c-af8a-bff6b48b19df"/>
              <gml:surfaceMember xlink:href="#Srf_4007758a-164e-41e0-a8c1-bc5390c24d21"/>
              <gml:surfaceMember xlink:href="#Srf_4a8092ed-c7ea-4dbf-9128-d31cbac2ae60"/>
              <gml:surfaceMember xlink:href="#Srf_e808c704-5232-41c0-983c-0019ec049d2b"/>
              <gml:surfaceMember xlink:href="#Srf_15168424-5c00-47a9-be22-7a40077d09ae"/>
              <gml:surfaceMember xlink:href="#Srf_146af801-70d9-48a7-b15c-c877ab294a9d"/>
              <gml:surfaceMember xlink:href="#Srf_b5de6e36-5c88-481b-a4d1-8cd96f2b5668"/>
              <gml:surfaceMember xlink:href="#Srf_a8ff2e84-6c97-464f-930f-407049c7d372"/>
              <gml:surfaceMember xlink:href="#Srf_69a6de2f-565a-4ea4-bd63-1c9b41de4300"/>
              <gml:surfaceMember xlink:href="#Srf_f02f6603-9fb6-4632-b394-2ebcd47dfabb"/>
              <gml:surfaceMember xlink:href="#Srf_569513cd-5f49-4a97-8f55-de007a5057df"/>
              <gml:surfaceMember xlink:href="#Srf_aa209516-bcb5-45d8-a687-b1e0cdcaa246"/>
              <gml:surfaceMember xlink:href="#Srf_b941e525-fe79-4611-aede-ad6c1197aa38"/>
              <gml:surfaceMember xlink:href="#Srf_887cfee8-aece-4145-8f0d-e99a5d1786c8"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4d2c2b76-3377-4066-911d-8d3d7ef8e8cb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fb9c9b68-14ce-455e-93b0-209b79fc87dc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4a8092ed-c7ea-4dbf-9128-d31cbac2ae60">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4a8092ed-c7ea-4dbf-9128-d31cbac2ae60_0_">
                      <gml:posList srsDimension="3">510916.130 5417280.280 281.542 510915.409 5417280.294 282.042 510915.409 5417280.294 271.962 510916.130 5417280.280 271.962 510916.130 5417280.280 281.542</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_56d31f5e-2adf-49c0-96ef-bbf64c2a5258">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_668a1e7c-1bcb-4328-960c-9b199c50a652">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_887cfee8-aece-4145-8f0d-e99a5d1786c8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_887cfee8-aece-4145-8f0d-e99a5d1786c8_0_">
                      <gml:posList srsDimension="3">510916.130 5417280.280 281.542 510916.130 5417280.280 271.962 510916.130 5417280.400 271.962 510916.130 5417280.400 281.544 510916.130 5417280.280 281.542</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_b8796e33-25a7-46be-8874-97cd463d8899">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_348a9212-40e9-4ffe-98bf-6e720bf6de49">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9a363c20-380f-426c-af8a-bff6b48b19df">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9a363c20-380f-426c-af8a-bff6b48b19df_0_">
                      <gml:posList srsDimension="3">510920.150 5417280.320 278.758 510916.130 5417280.400 281.544 510916.130 5417280.400 271.962 510920.150 5417280.320 271.962 510920.150 5417280.320 278.758</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_660d075d-6d3f-4f11-96df-bd4c2772599e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cc110f3e-b3fa-457d-ba09-7508f668b4ff">
              <gml:surfaceMember>
For faster browsing, not all history is shown. View entire blame