Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
164001
164002
164003
164004
164005
164006
164007
164008
164009
164010
164011
164012
164013
164014
164015
164016
164017
164018
164019
164020
164021
164022
164023
164024
164025
164026
164027
164028
164029
164030
164031
164032
164033
164034
164035
164036
164037
164038
164039
164040
164041
164042
164043
164044
164045
164046
164047
164048
164049
164050
164051
164052
164053
164054
164055
164056
164057
164058
164059
164060
164061
164062
164063
164064
164065
164066
164067
164068
164069
164070
164071
164072
164073
164074
164075
164076
164077
164078
164079
164080
164081
164082
164083
164084
164085
164086
164087
164088
164089
164090
164091
164092
164093
164094
164095
164096
164097
164098
164099
164100
164101
164102
164103
164104
164105
164106
164107
164108
164109
164110
164111
164112
164113
164114
164115
164116
164117
164118
164119
164120
164121
164122
164123
164124
164125
164126
164127
164128
164129
164130
164131
164132
164133
164134
164135
164136
164137
164138
164139
164140
164141
164142
164143
164144
164145
164146
164147
164148
164149
164150
164151
164152
164153
164154
164155
164156
164157
164158
164159
164160
164161
164162
164163
164164
164165
164166
164167
164168
164169
164170
164171
164172
164173
164174
164175
164176
164177
164178
164179
164180
164181
164182
164183
164184
164185
164186
164187
164188
164189
164190
164191
164192
164193
164194
164195
164196
164197
164198
164199
164200
164201
164202
164203
164204
164205
164206
164207
164208
164209
164210
164211
164212
164213
164214
164215
164216
164217
164218
164219
164220
164221
164222
164223
164224
164225
164226
164227
164228
164229
164230
164231
164232
164233
164234
164235
164236
164237
164238
164239
164240
164241
164242
164243
164244
164245
164246
164247
164248
164249
164250
164251
164252
164253
164254
164255
164256
164257
164258
164259
164260
164261
164262
164263
164264
164265
164266
164267
164268
164269
164270
164271
164272
164273
164274
164275
164276
164277
164278
164279
164280
164281
164282
164283
164284
164285
164286
164287
164288
164289
164290
164291
164292
164293
164294
164295
164296
164297
164298
164299
164300
164301
164302
164303
164304
164305
164306
164307
164308
164309
164310
164311
164312
164313
164314
164315
164316
164317
164318
164319
164320
164321
164322
164323
164324
164325
164326
164327
164328
164329
164330
164331
164332
164333
164334
164335
164336
164337
164338
164339
164340
164341
164342
164343
164344
164345
164346
164347
164348
164349
164350
164351
164352
164353
164354
164355
164356
164357
164358
164359
164360
164361
164362
164363
164364
164365
164366
164367
164368
164369
164370
164371
164372
164373
164374
164375
164376
164377
164378
164379
164380
164381
164382
164383
164384
164385
164386
164387
164388
164389
164390
164391
164392
164393
164394
164395
164396
164397
164398
164399
164400
164401
164402
164403
164404
164405
164406
164407
164408
164409
164410
164411
164412
164413
164414
164415
164416
164417
164418
164419
164420
164421
164422
164423
164424
164425
164426
164427
164428
164429
164430
164431
164432
164433
164434
164435
164436
164437
164438
164439
164440
164441
164442
164443
164444
164445
164446
164447
164448
164449
164450
164451
164452
164453
164454
164455
164456
164457
164458
164459
164460
164461
164462
164463
164464
164465
164466
164467
164468
164469
164470
164471
164472
164473
164474
164475
164476
164477
164478
164479
164480
164481
164482
164483
164484
164485
164486
164487
164488
164489
164490
164491
164492
164493
164494
164495
164496
164497
164498
164499
164500
164501
164502
164503
164504
164505
164506
164507
164508
164509
164510
164511
164512
164513
164514
164515
164516
164517
164518
164519
164520
164521
164522
164523
164524
164525
164526
164527
164528
164529
164530
164531
164532
164533
164534
164535
164536
164537
164538
164539
164540
164541
164542
164543
164544
164545
164546
164547
164548
164549
164550
164551
164552
164553
164554
164555
164556
164557
164558
164559
164560
164561
164562
164563
164564
164565
164566
164567
164568
164569
164570
164571
164572
164573
164574
164575
164576
164577
164578
164579
164580
164581
164582
164583
164584
164585
164586
164587
164588
164589
164590
164591
164592
164593
164594
164595
164596
164597
164598
164599
164600
164601
164602
164603
164604
164605
164606
164607
164608
164609
164610
164611
164612
164613
164614
164615
164616
164617
164618
164619
164620
164621
164622
164623
164624
164625
164626
164627
164628
164629
164630
164631
164632
164633
164634
164635
164636
164637
164638
164639
164640
164641
164642
164643
164644
164645
164646
164647
164648
164649
164650
164651
164652
164653
164654
164655
164656
164657
164658
164659
164660
164661
164662
164663
164664
164665
164666
164667
164668
164669
164670
164671
164672
164673
164674
164675
164676
164677
164678
164679
164680
164681
164682
164683
164684
164685
164686
164687
164688
164689
164690
164691
164692
164693
164694
164695
164696
164697
164698
164699
164700
164701
164702
164703
164704
164705
164706
164707
164708
164709
164710
164711
164712
164713
164714
164715
164716
164717
164718
164719
164720
164721
164722
164723
164724
164725
164726
164727
164728
164729
164730
164731
164732
164733
164734
164735
164736
164737
164738
164739
164740
164741
164742
164743
164744
164745
164746
164747
164748
164749
164750
164751
164752
164753
164754
164755
164756
164757
164758
164759
164760
164761
164762
164763
164764
164765
164766
164767
164768
164769
164770
164771
164772
164773
164774
164775
164776
164777
164778
164779
164780
164781
164782
164783
164784
164785
164786
164787
164788
164789
164790
164791
164792
164793
164794
164795
164796
164797
164798
164799
164800
164801
164802
164803
164804
164805
164806
164807
164808
164809
164810
164811
164812
164813
164814
164815
164816
164817
164818
164819
164820
164821
164822
164823
164824
164825
164826
164827
164828
164829
164830
164831
164832
164833
164834
164835
164836
164837
164838
164839
164840
164841
164842
164843
164844
164845
164846
164847
164848
164849
164850
164851
164852
164853
164854
164855
164856
164857
164858
164859
164860
164861
164862
164863
164864
164865
164866
164867
164868
164869
164870
164871
164872
164873
164874
164875
164876
164877
164878
164879
164880
164881
164882
164883
164884
164885
164886
164887
164888
164889
164890
164891
164892
164893
164894
164895
164896
164897
164898
164899
164900
164901
164902
164903
164904
164905
164906
164907
164908
164909
164910
164911
164912
164913
164914
164915
164916
164917
164918
164919
164920
164921
164922
164923
164924
164925
164926
164927
164928
164929
164930
164931
164932
164933
164934
164935
164936
164937
164938
164939
164940
164941
164942
164943
164944
164945
164946
164947
164948
164949
164950
164951
164952
164953
164954
164955
164956
164957
164958
164959
164960
164961
164962
164963
164964
164965
164966
164967
164968
164969
164970
164971
164972
164973
164974
164975
164976
164977
164978
164979
164980
164981
164982
164983
164984
164985
164986
164987
164988
164989
164990
164991
164992
164993
164994
164995
164996
164997
164998
164999
165000
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_564fc7bf-0efc-4f0f-ae32-45d335488c8e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fb24cfbe-58f4-465a-b83c-49ea4f9ed950">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_923d7c69-56b2-41cf-a88b-a79a41f27861">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_923d7c69-56b2-41cf-a88b-a79a41f27861_0_">
                      <gml:posList srsDimension="3">510954.220 5417426.740 258.590 510951.250 5417427.120 258.590 510951.250 5417427.120 261.010 510954.220 5417426.740 261.010 510954.220 5417426.740 258.590</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_2a5f8b15-54f8-4472-be4e-0b2aa457d205">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_83dffc72-7cb5-4eca-8c70-ed005d9519ad">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_38d8b634-1c30-493f-84cb-d0bc7241d1c6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_38d8b634-1c30-493f-84cb-d0bc7241d1c6_0_">
                      <gml:posList srsDimension="3">510951.250 5417427.120 258.590 510950.220 5417419.180 258.590 510950.220 5417419.180 261.010 510951.250 5417427.120 261.010 510951.250 5417427.120 258.590</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1927</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007c">
      <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>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.385</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_5570463b-1eb9-4975-a5fb-d08cad1eb2dd">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_75c4fa41-bdfc-4bd6-865d-d3e5ad158ee3">
              <gml:surfaceMember xlink:href="#Srf_8d053da3-c0e3-4e69-8c4e-f4e8cce3e13b"/>
              <gml:surfaceMember xlink:href="#Srf_12fa831f-409e-4921-a8c9-ee9a60b917ac"/>
              <gml:surfaceMember xlink:href="#Srf_a70706ce-fd00-4adc-b501-866887685b57"/>
              <gml:surfaceMember xlink:href="#Srf_a4477569-ec31-489e-80ca-6baa034dca85"/>
              <gml:surfaceMember xlink:href="#Srf_fc0200ca-b488-4266-9579-995990909393"/>
              <gml:surfaceMember xlink:href="#Srf_40d1aaf9-6c90-4183-ae53-60401454357e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_6b04106f-31e4-4297-bce0-8cb4b994c139">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_decaaefe-9e6a-4e2b-888f-499e0f6e963b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a4477569-ec31-489e-80ca-6baa034dca85">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a4477569-ec31-489e-80ca-6baa034dca85_0_">
                      <gml:posList srsDimension="3">511044.160 5417407.600 258.555 511038.160 5417407.790 258.555 511038.400 5417413.790 258.555 511044.350 5417413.600 258.555 511044.160 5417407.600 258.555</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_3215df88-3480-4ff3-b482-4ca3f39e14ac">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee9cfad6-cdd4-44bc-ae35-6b5501b54ff4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_40d1aaf9-6c90-4183-ae53-60401454357e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_40d1aaf9-6c90-4183-ae53-60401454357e_0_">
                      <gml:posList srsDimension="3">511038.160 5417407.790 260.940 511044.160 5417407.600 260.940 511044.350 5417413.600 260.940 511038.400 5417413.790 260.940 511038.160 5417407.790 260.940</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_b4356fe1-b6f6-4f71-847e-adf5ba39a9d3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_40a1debf-db1e-4483-bec1-577715702ccd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_12fa831f-409e-4921-a8c9-ee9a60b917ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_12fa831f-409e-4921-a8c9-ee9a60b917ac_0_">
                      <gml:posList srsDimension="3">511044.160 5417407.600 258.555 511044.350 5417413.600 258.555 511044.350 5417413.600 260.940 511044.160 5417407.600 260.940 511044.160 5417407.600 258.555</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_da1e5a1b-b130-431c-9b35-ff3988ef4262">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_090f11ba-2ad5-4476-bb3c-2b5eb9ffbf85">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a70706ce-fd00-4adc-b501-866887685b57">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a70706ce-fd00-4adc-b501-866887685b57_0_">
                      <gml:posList srsDimension="3">511044.350 5417413.600 258.555 511038.400 5417413.790 258.555 511038.400 5417413.790 260.940 511044.350 5417413.600 260.940 511044.350 5417413.600 258.555</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_c5b5d00a-0076-423b-a0b0-0eab1ef0fb7f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0d635fca-ff91-464e-b530-731aca4d8266">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fc0200ca-b488-4266-9579-995990909393">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fc0200ca-b488-4266-9579-995990909393_0_">
                      <gml:posList srsDimension="3">511038.400 5417413.790 258.555 511038.160 5417407.790 258.555 511038.160 5417407.790 260.940 511038.400 5417413.790 260.940 511038.400 5417413.790 258.555</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_9d83f33e-5798-4802-89ea-5353d706a1be">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f64f95a7-3935-4625-8725-26b845167b21">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8d053da3-c0e3-4e69-8c4e-f4e8cce3e13b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8d053da3-c0e3-4e69-8c4e-f4e8cce3e13b_0_">
                      <gml:posList srsDimension="3">511038.160 5417407.790 258.555 511044.160 5417407.600 258.555 511044.160 5417407.600 260.940 511038.160 5417407.790 260.940 511038.160 5417407.790 258.555</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2005</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007O">
      <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>DEBWL0010001007O</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">8.965</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a55b4936-0e84-4bbf-9885-d579f1ddb81a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_69af1779-d20d-4871-8f0c-84f5d5c81e42">
              <gml:surfaceMember xlink:href="#Srf_7a1c0974-38c7-406f-a37f-42d0825f83b4"/>
              <gml:surfaceMember xlink:href="#Srf_5c8f0a2e-29f4-4280-99eb-9b45ddd47b1e"/>
              <gml:surfaceMember xlink:href="#Srf_be2c31ba-f365-4260-ad63-e9a4b570b6f3"/>
              <gml:surfaceMember xlink:href="#Srf_fe3fb084-68e9-416a-bd35-e5fd91b7be43"/>
              <gml:surfaceMember xlink:href="#Srf_ee542ca8-944f-4450-8a6d-410f28cb3c36"/>
              <gml:surfaceMember xlink:href="#Srf_f0306b8a-c3c5-4bea-ba51-7b714b69646c"/>
              <gml:surfaceMember xlink:href="#Srf_e932319a-ebba-4d3b-a27f-1df0b612ec15"/>
              <gml:surfaceMember xlink:href="#Srf_022a4426-5283-4085-b0db-6e6221ff1e9d"/>
              <gml:surfaceMember xlink:href="#Srf_6ec4b245-92f8-487a-8b41-4f1d6e63fdf8"/>
              <gml:surfaceMember xlink:href="#Srf_f42634b1-1378-4306-ab7f-ab2509562ee5"/>
              <gml:surfaceMember xlink:href="#Srf_89cc6888-b352-4df3-88c0-96e11cd62477"/>
              <gml:surfaceMember xlink:href="#Srf_3b74150a-6cbb-49df-871b-5487bf794173"/>
              <gml:surfaceMember xlink:href="#Srf_f21297ee-2ff8-423a-8bbc-0f1983b7385d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_588e29bc-5c1d-47be-942a-2400a3ef31a2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c43e6cf5-8913-4c12-aaba-fa16bd7cf94d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f42634b1-1378-4306-ab7f-ab2509562ee5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f42634b1-1378-4306-ab7f-ab2509562ee5_0_">
                      <gml:posList srsDimension="3">510897.900 5417416.800 267.888 510897.700 5417411.695 270.493 510897.700 5417411.695 261.624 510897.900 5417416.800 261.624 510897.900 5417416.800 267.888</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_e5d198a9-655f-44ea-8974-b081bc740ad2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d65dc9ca-b791-4378-b653-21946b97c87c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5c8f0a2e-29f4-4280-99eb-9b45ddd47b1e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5c8f0a2e-29f4-4280-99eb-9b45ddd47b1e_0_">
                      <gml:posList srsDimension="3">510894.960 5417416.910 267.903 510897.900 5417416.800 267.888 510897.900 5417416.800 261.624 510894.960 5417416.910 261.624 510894.960 5417416.910 267.903</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_d47e6128-3109-4668-a11a-3b9b1908acb9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_973a2889-b594-4ceb-abca-2f7e85f2ca43">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e932319a-ebba-4d3b-a27f-1df0b612ec15">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e932319a-ebba-4d3b-a27f-1df0b612ec15_0_">
                      <gml:posList srsDimension="3">510891.070 5417417.050 267.926 510894.960 5417416.910 267.903 510894.960 5417416.910 261.624 510891.070 5417417.050 261.624 510891.070 5417417.050 267.926</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_3cf46c45-f7ce-47f5-af70-63f93ff0d2b5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_38bc5ee9-48c8-4934-b0db-ffaafcaecad3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_022a4426-5283-4085-b0db-6e6221ff1e9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_022a4426-5283-4085-b0db-6e6221ff1e9d_0_">
                      <gml:posList srsDimension="3">510891.070 5417417.050 261.624 510890.890 5417417.060 261.624 510890.890 5417417.060 267.926 510891.070 5417417.050 267.926 510891.070 5417417.050 261.624</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a4203a9a-7b2c-44bc-afd8-7a456849f24f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d4f635ba-cb9c-4b3a-92cd-a999f3eb7edd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_89cc6888-b352-4df3-88c0-96e11cd62477">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_89cc6888-b352-4df3-88c0-96e11cd62477_0_">
                      <gml:posList srsDimension="3">510890.694 5417411.840 270.589 510890.890 5417417.060 267.926 510890.890 5417417.060 261.624 510890.694 5417411.840 261.624 510890.694 5417411.840 270.589</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_f394968d-8860-4381-89c2-90687cb3eca9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b7d2c934-641b-44ff-a26e-0c4b65fa6799">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ee542ca8-944f-4450-8a6d-410f28cb3c36">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ee542ca8-944f-4450-8a6d-410f28cb3c36_0_">
                      <gml:posList srsDimension="3">510897.700 5417411.695 270.493 510890.694 5417411.840 270.589 510890.670 5417411.200 270.514 510890.450 5417405.040 269.788 510897.430 5417404.780 269.678 510897.700 5417411.695 270.493</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_e2cba7dc-20e8-480e-be0e-2805bfa797a1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c174c9a9-d42c-4f63-9b28-299bd76accf1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f0306b8a-c3c5-4bea-ba51-7b714b69646c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f0306b8a-c3c5-4bea-ba51-7b714b69646c_0_">
                      <gml:posList srsDimension="3">510890.694 5417411.840 261.624 510890.670 5417411.200 261.624 510890.670 5417411.200 270.514 510890.694 5417411.840 270.589 510890.694 5417411.840 261.624</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_6c6da9da-a82c-4544-bcdb-4548ad5135ff">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3142b22b-5180-4854-863d-b6e4621c4209">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b74150a-6cbb-49df-871b-5487bf794173">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b74150a-6cbb-49df-871b-5487bf794173_0_">
                      <gml:posList srsDimension="3">510890.890 5417417.060 267.926 510890.694 5417411.840 270.589 510891.070 5417417.050 267.926 510890.890 5417417.060 267.926</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_da952a10-f6a3-487a-8db0-f5d0f4e69e2a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b66099c5-b95e-4b90-b95f-34145ead485f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6ec4b245-92f8-487a-8b41-4f1d6e63fdf8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6ec4b245-92f8-487a-8b41-4f1d6e63fdf8_0_">
                      <gml:posList srsDimension="3">510890.670 5417411.200 261.624 510890.450 5417405.040 261.624 510890.450 5417405.040 269.788 510890.670 5417411.200 270.514 510890.670 5417411.200 261.624</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4cadeffa-f9a0-4f8a-bc24-06d60d7b755e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3c9da4b6-76b9-4012-b164-26b9bd869dbd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be2c31ba-f365-4260-ad63-e9a4b570b6f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be2c31ba-f365-4260-ad63-e9a4b570b6f3_0_">
                      <gml:posList srsDimension="3">510897.430 5417404.780 269.678 510890.450 5417405.040 269.788 510890.450 5417405.040 261.624 510897.430 5417404.780 261.624 510897.430 5417404.780 269.678</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_ea4b010a-ebc3-4b83-afec-df4e0b0d2143">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_aa39c164-42cf-41b9-9a6c-b45a1523cfae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7a1c0974-38c7-406f-a37f-42d0825f83b4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7a1c0974-38c7-406f-a37f-42d0825f83b4_0_">
                      <gml:posList srsDimension="3">510890.694 5417411.840 270.589 510897.700 5417411.695 270.493 510897.900 5417416.800 267.888 510894.960 5417416.910 267.903 510891.070 5417417.050 267.926 510890.694 5417411.840 270.589</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_57cf533b-717c-42d7-bd80-647f2a54316b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_68014637-977d-4cd1-8673-06119d0b9770">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe3fb084-68e9-416a-bd35-e5fd91b7be43">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe3fb084-68e9-416a-bd35-e5fd91b7be43_0_">
                      <gml:posList srsDimension="3">510890.670 5417411.200 261.624 510890.694 5417411.840 261.624 510890.890 5417417.060 261.624 510891.070 5417417.050 261.624 510894.960 5417416.910 261.624 510897.900 5417416.800 261.624 510897.700 5417411.695 261.624 510897.430 5417404.780 261.624 510890.450 5417405.040 261.624 510890.670 5417411.200 261.624</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_e827a76c-cb3c-4606-aa45-c45bade1f0e9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7ba0afd4-4eda-4a79-9035-aeab1b5368d0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f21297ee-2ff8-423a-8bbc-0f1983b7385d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f21297ee-2ff8-423a-8bbc-0f1983b7385d_0_">
                      <gml:posList srsDimension="3">510897.430 5417404.780 261.624 510897.700 5417411.695 261.624 510897.700 5417411.695 270.493 510897.430 5417404.780 269.678 510897.430 5417404.780 261.624</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2007</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007f">
      <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>DEBWL0010001007f</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">13.070</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_75b1f430-db08-43c5-805c-c8d43a971e86">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4d903917-fd78-4c59-b74f-5f98788edeec">
              <gml:surfaceMember xlink:href="#Srf_ededeee9-c73f-4f6c-9666-407e710e40a2"/>
              <gml:surfaceMember xlink:href="#Srf_0e601841-58c5-463a-a842-1dfc418e4eda"/>
              <gml:surfaceMember xlink:href="#Srf_be150ba8-3023-4c6a-82d3-c4e4ce62487f"/>
              <gml:surfaceMember xlink:href="#Srf_20362d67-71af-4bdb-8da1-dbf72266fac7"/>
              <gml:surfaceMember xlink:href="#Srf_d37be58e-2fdf-4a2e-849d-499666b94c98"/>
              <gml:surfaceMember xlink:href="#Srf_77282c2c-2348-4c8a-a2d3-8375d5785787"/>
              <gml:surfaceMember xlink:href="#Srf_74c9b6f3-f4ef-4a40-b482-1a4cc3f3f8c0"/>
              <gml:surfaceMember xlink:href="#Srf_f875120d-a939-4dbb-9bea-38ac39d621d0"/>
              <gml:surfaceMember xlink:href="#Srf_a4949030-ce47-4e90-ac55-3d80b89ced7d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3bf0ad19-3b53-43a3-bc76-b400d598d33f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_025ee090-e7f3-499b-a7b2-4f8673f1e4db">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d37be58e-2fdf-4a2e-849d-499666b94c98">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d37be58e-2fdf-4a2e-849d-499666b94c98_0_">
                      <gml:posList srsDimension="3">511029.679 5417437.785 254.743 511028.990 5417432.110 254.743 511028.990 5417432.110 263.868 511029.679 5417437.785 267.782 511029.679 5417437.785 254.743</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_e8833c9e-9a32-4177-a8f2-4ff1e89739b3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_64790176-5ff7-4ae6-8788-a4f3ef9cc72d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a4949030-ce47-4e90-ac55-3d80b89ced7d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a4949030-ce47-4e90-ac55-3d80b89ced7d_0_">
                      <gml:posList srsDimension="3">511035.420 5417431.320 254.743 511036.116 5417436.981 254.743 511036.116 5417436.981 267.813 511035.420 5417431.320 263.909 511035.420 5417431.320 254.743</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_815b8562-f1f6-4258-98f9-d062ba8d807c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_545e8384-130c-49cf-9d4c-07e89525829e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ededeee9-c73f-4f6c-9666-407e710e40a2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ededeee9-c73f-4f6c-9666-407e710e40a2_0_">
                      <gml:posList srsDimension="3">511028.990 5417432.110 254.743 511035.420 5417431.320 254.743 511035.420 5417431.320 263.909 511028.990 5417432.110 263.868 511028.990 5417432.110 254.743</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_35d10851-fa12-4c4f-a245-f4184d8abfbd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cb41f582-9a5a-49e2-8d43-89982f61fd2b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0e601841-58c5-463a-a842-1dfc418e4eda">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0e601841-58c5-463a-a842-1dfc418e4eda_0_">
                      <gml:posList srsDimension="3">511036.890 5417443.270 261.522 511036.116 5417436.981 267.813 511036.116 5417436.981 254.743 511036.890 5417443.270 254.743 511036.890 5417443.270 261.522</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_64cb0e93-f418-4c0d-8eb8-95dad52a6e87">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_15644416-c9af-4543-b513-84c096a40cb1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77282c2c-2348-4c8a-a2d3-8375d5785787">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77282c2c-2348-4c8a-a2d3-8375d5785787_0_">
                      <gml:posList srsDimension="3">511028.990 5417432.110 254.743 511029.679 5417437.785 254.743 511030.440 5417444.060 254.743 511036.890 5417443.270 254.743 511036.116 5417436.981 254.743 511035.420 5417431.320 254.743 511028.990 5417432.110 254.743</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_e9ccab3f-f419-4f56-8f75-e9819f981524">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_857c687f-846e-4b60-809e-994539ceb5c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_74c9b6f3-f4ef-4a40-b482-1a4cc3f3f8c0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_74c9b6f3-f4ef-4a40-b482-1a4cc3f3f8c0_0_">
                      <gml:posList srsDimension="3">511036.890 5417443.270 254.743 511030.440 5417444.060 254.743 511030.440 5417444.060 261.506 511036.890 5417443.270 261.522 511036.890 5417443.270 254.743</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_33ed6f52-6d7c-43d8-9708-2016d42bcaa3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b4266adc-b41f-4b77-ae95-8064966301c1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be150ba8-3023-4c6a-82d3-c4e4ce62487f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be150ba8-3023-4c6a-82d3-c4e4ce62487f_0_">
                      <gml:posList srsDimension="3">511036.116 5417436.981 267.813 511029.679 5417437.785 267.782 511028.990 5417432.110 263.868 511035.420 5417431.320 263.909 511036.116 5417436.981 267.813</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_28206ed5-161e-4f41-8e1f-c01739f0685c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_abe6f224-6cde-43b7-b9af-f8b7160da3b9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f875120d-a939-4dbb-9bea-38ac39d621d0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f875120d-a939-4dbb-9bea-38ac39d621d0_0_">
                      <gml:posList srsDimension="3">511029.679 5417437.785 267.782 511030.440 5417444.060 261.506 511030.440 5417444.060 254.743 511029.679 5417437.785 254.743 511029.679 5417437.785 267.782</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_9e4ae016-544a-4a45-9db6-317aad0feffa">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57a2a955-f0d3-422e-b976-0d9b886f6162">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_20362d67-71af-4bdb-8da1-dbf72266fac7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_20362d67-71af-4bdb-8da1-dbf72266fac7_0_">
                      <gml:posList srsDimension="3">511036.890 5417443.270 261.522 511030.440 5417444.060 261.506 511029.679 5417437.785 267.782 511036.116 5417436.981 267.813 511036.890 5417443.270 261.522</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1901</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001006y">
      <core:creationDate>2019-01-26</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010001006y</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">9.135</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_67e6a5aa-0b61-44d9-a472-2bf8aebcd52a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_9a8ef38f-3898-4eea-812d-8828312c9360">
              <gml:surfaceMember xlink:href="#Srf_c9568162-8159-4f7a-90c7-041689b6e3a6"/>
              <gml:surfaceMember xlink:href="#Srf_6ff9e8a1-dcc5-4d9a-9188-fa46daf06a8d"/>
              <gml:surfaceMember xlink:href="#Srf_132aa430-91b7-478c-8ae2-a6bd30d2c3e4"/>
              <gml:surfaceMember xlink:href="#Srf_b8dc5a2e-9ccc-44e0-945a-23acda75c2ea"/>
              <gml:surfaceMember xlink:href="#Srf_67a975a5-51c2-49a7-b2f3-bcb6dcd09d3d"/>
              <gml:surfaceMember xlink:href="#Srf_b0cdc905-77a9-4cb5-9f5c-9ee4f92c8537"/>
              <gml:surfaceMember xlink:href="#Srf_8ead9ce1-5e5b-4c0a-9b2a-36462f7a43b7"/>
              <gml:surfaceMember xlink:href="#Srf_801348be-d5c8-4466-837c-576318fa9210"/>
              <gml:surfaceMember xlink:href="#Srf_c8da9994-89b9-4cc9-9805-64b779c2dd35"/>
              <gml:surfaceMember xlink:href="#Srf_ba5e4a16-3407-4ad1-9f13-1144903acf96"/>
              <gml:surfaceMember xlink:href="#Srf_6b8a40d4-ffcd-47cf-9448-61e5d1ac5d9f"/>
              <gml:surfaceMember xlink:href="#Srf_8864748d-a9f8-494b-b839-a0d50e1407d5"/>
              <gml:surfaceMember xlink:href="#Srf_c433242d-2d6c-49c9-9643-c51ed9fa0161"/>
              <gml:surfaceMember xlink:href="#Srf_f4a2be63-3203-44c4-803d-af591cb2a5fe"/>
              <gml:surfaceMember xlink:href="#Srf_87626fa9-419d-4c3b-a949-4c67ee8deeb1"/>
              <gml:surfaceMember xlink:href="#Srf_dbe5288f-4364-4d18-a54a-566f906c7638"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_6efe4465-5cae-4967-b878-0bfcfc942bcc">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c86bb447-0ed2-4917-bfe2-ba06731aadcb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_87626fa9-419d-4c3b-a949-4c67ee8deeb1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_87626fa9-419d-4c3b-a949-4c67ee8deeb1_0_">
                      <gml:posList srsDimension="3">511249.030 5417377.760 262.623 511247.990 5417376.730 262.623 511247.990 5417376.730 267.724 511249.030 5417377.760 268.338 511249.030 5417377.760 262.623</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_5042481a-ce80-4adc-adb8-8edde3b79ff3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_88ae2210-20b6-4844-ab48-4a7d277a6466">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c433242d-2d6c-49c9-9643-c51ed9fa0161">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c433242d-2d6c-49c9-9643-c51ed9fa0161_0_">
                      <gml:posList srsDimension="3">511249.520 5417371.710 262.623 511249.520 5417371.710 268.608 511249.510 5417374.700 268.610 511249.510 5417374.700 262.623 511249.520 5417371.710 262.623</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_ce5c8b62-c8db-4869-8fb7-8ae9c2acecf7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_68cb572e-aa90-4f48-af7e-f26d715a5e07">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6ff9e8a1-dcc5-4d9a-9188-fa46daf06a8d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6ff9e8a1-dcc5-4d9a-9188-fa46daf06a8d_0_">
                      <gml:posList srsDimension="3">511247.990 5417375.700 262.623 511247.990 5417375.700 267.721 511247.990 5417376.730 267.724 511247.990 5417376.730 262.623 511247.990 5417375.700 262.623</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_2cee4f5d-67e7-4958-bf03-b1499674a170">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70382346-cc59-4b9f-a7d0-75e0a8585889">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dbe5288f-4364-4d18-a54a-566f906c7638">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dbe5288f-4364-4d18-a54a-566f906c7638_0_">
                      <gml:posList srsDimension="3">511249.520 5417371.710 262.623 511254.886 5417371.754 262.623 511254.886 5417371.754 271.757 511249.520 5417371.710 268.608 511249.520 5417371.710 262.623</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_c2f36cc6-094d-46dc-aa96-121b9874cd25">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cbf1552c-8875-4078-b6be-7c7dde4554c1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_132aa430-91b7-478c-8ae2-a6bd30d2c3e4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_132aa430-91b7-478c-8ae2-a6bd30d2c3e4_0_">
                      <gml:posList srsDimension="3">511247.990 5417375.700 262.623 511249.030 5417374.700 262.623 511249.030 5417374.700 268.329 511247.990 5417375.700 267.721 511247.990 5417375.700 262.623</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_89eb8312-c5d8-42f7-8b26-7c5d9045f9e0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2c882717-52ff-4e9a-aca1-8433f9bba13f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ba5e4a16-3407-4ad1-9f13-1144903acf96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ba5e4a16-3407-4ad1-9f13-1144903acf96_0_">
                      <gml:posList srsDimension="3">511255.630 5417371.760 271.315 511254.886 5417371.754 271.757 511254.886 5417371.754 262.623 511255.630 5417371.760 262.623 511255.630 5417371.760 271.315</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_4e22898c-9f89-4cf9-8f81-6a1a54d2bbb2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2ed11caf-486e-410e-b9dd-c3f4a8d8abf5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_801348be-d5c8-4466-837c-576318fa9210">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_801348be-d5c8-4466-837c-576318fa9210_0_">
                      <gml:posList srsDimension="3">511249.510 5417374.700 262.623 511249.030 5417374.700 262.623 511247.990 5417375.700 262.623 511247.990 5417376.730 262.623 511249.030 5417377.760 262.623 511249.500 5417377.760 262.623 511254.824 5417377.770 262.623 511260.020 5417377.780 262.623 511260.140 5417371.740 262.623 511255.630 5417371.760 262.623 511254.886 5417371.754 262.623 511249.520 5417371.710 262.623 511249.510 5417374.700 262.623</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_5b88e4fc-0ef0-414a-945f-a8ca3682feb0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4bbd1abd-3f00-4112-bc8e-f7bf333108c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6b8a40d4-ffcd-47cf-9448-61e5d1ac5d9f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6b8a40d4-ffcd-47cf-9448-61e5d1ac5d9f_0_">
                      <gml:posList srsDimension="3">511260.140 5417371.740 268.634 511255.630 5417371.760 271.315 511255.630 5417371.760 262.623 511260.140 5417371.740 262.623 511260.140 5417371.740 268.634</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_cabdac94-e250-413b-9bc6-71a429c72f52">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_428faf1b-2418-4b26-99e6-17e787768d05">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c8da9994-89b9-4cc9-9805-64b779c2dd35">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c8da9994-89b9-4cc9-9805-64b779c2dd35_0_">
                      <gml:posList srsDimension="3">511260.020 5417377.780 268.649 511260.140 5417371.740 268.634 511260.140 5417371.740 262.623 511260.020 5417377.780 262.623 511260.020 5417377.780 268.649</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_a1ac9fe1-a2f0-4adf-a215-e7d7499b6575">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0eb550a5-302f-448e-b7ea-2f21de8b7a29">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f4a2be63-3203-44c4-803d-af591cb2a5fe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f4a2be63-3203-44c4-803d-af591cb2a5fe_0_">
                      <gml:posList srsDimension="3">511249.030 5417374.700 268.329 511249.510 5417374.700 268.610 511249.500 5417377.760 268.613 511249.030 5417377.760 268.338 511247.990 5417376.730 267.724 511247.990 5417375.700 267.721 511249.030 5417374.700 268.329</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_319e3ae1-d840-40b7-b2d9-51bf8f98be7e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b32e2aeb-9b47-49b4-a99d-0ae382d7d049">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b0cdc905-77a9-4cb5-9f5c-9ee4f92c8537">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b0cdc905-77a9-4cb5-9f5c-9ee4f92c8537_0_">
                      <gml:posList srsDimension="3">511254.824 5417377.770 271.738 511260.020 5417377.780 268.649 511260.020 5417377.780 262.623 511254.824 5417377.770 262.623 511254.824 5417377.770 271.738</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_21063aa0-8a79-4da2-992a-b0af883e4b98">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d7d83101-6449-4ad2-bee5-cbe778ded308">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8864748d-a9f8-494b-b839-a0d50e1407d5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8864748d-a9f8-494b-b839-a0d50e1407d5_0_">
                      <gml:posList srsDimension="3">511254.824 5417377.770 271.738 511249.500 5417377.760 268.613 511249.510 5417374.700 268.610 511249.520 5417371.710 268.608 511254.886 5417371.754 271.757 511254.824 5417377.770 271.738</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_81021df7-748e-4185-9aba-a4449fba9fce">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_948c8dcc-5d48-47bc-ada9-ced755ca9778">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8ead9ce1-5e5b-4c0a-9b2a-36462f7a43b7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8ead9ce1-5e5b-4c0a-9b2a-36462f7a43b7_0_">
                      <gml:posList srsDimension="3">511254.824 5417377.770 262.623 511249.500 5417377.760 262.623 511249.500 5417377.760 268.613 511254.824 5417377.770 271.738 511254.824 5417377.770 262.623</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_cb45f884-a0c7-4d23-a3db-5d32ca9aa013">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b356b1a8-fce1-43fc-b230-3322d46552e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b8dc5a2e-9ccc-44e0-945a-23acda75c2ea">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b8dc5a2e-9ccc-44e0-945a-23acda75c2ea_0_">
                      <gml:posList srsDimension="3">511260.020 5417377.780 268.649 511254.824 5417377.770 271.738 511254.886 5417371.754 271.757 511255.630 5417371.760 271.315 511260.140 5417371.740 268.634 511260.020 5417377.780 268.649</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
For faster browsing, not all history is shown. View entire blame