Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
165001
165002
165003
165004
165005
165006
165007
165008
165009
165010
165011
165012
165013
165014
165015
165016
165017
165018
165019
165020
165021
165022
165023
165024
165025
165026
165027
165028
165029
165030
165031
165032
165033
165034
165035
165036
165037
165038
165039
165040
165041
165042
165043
165044
165045
165046
165047
165048
165049
165050
165051
165052
165053
165054
165055
165056
165057
165058
165059
165060
165061
165062
165063
165064
165065
165066
165067
165068
165069
165070
165071
165072
165073
165074
165075
165076
165077
165078
165079
165080
165081
165082
165083
165084
165085
165086
165087
165088
165089
165090
165091
165092
165093
165094
165095
165096
165097
165098
165099
165100
165101
165102
165103
165104
165105
165106
165107
165108
165109
165110
165111
165112
165113
165114
165115
165116
165117
165118
165119
165120
165121
165122
165123
165124
165125
165126
165127
165128
165129
165130
165131
165132
165133
165134
165135
165136
165137
165138
165139
165140
165141
165142
165143
165144
165145
165146
165147
165148
165149
165150
165151
165152
165153
165154
165155
165156
165157
165158
165159
165160
165161
165162
165163
165164
165165
165166
165167
165168
165169
165170
165171
165172
165173
165174
165175
165176
165177
165178
165179
165180
165181
165182
165183
165184
165185
165186
165187
165188
165189
165190
165191
165192
165193
165194
165195
165196
165197
165198
165199
165200
165201
165202
165203
165204
165205
165206
165207
165208
165209
165210
165211
165212
165213
165214
165215
165216
165217
165218
165219
165220
165221
165222
165223
165224
165225
165226
165227
165228
165229
165230
165231
165232
165233
165234
165235
165236
165237
165238
165239
165240
165241
165242
165243
165244
165245
165246
165247
165248
165249
165250
165251
165252
165253
165254
165255
165256
165257
165258
165259
165260
165261
165262
165263
165264
165265
165266
165267
165268
165269
165270
165271
165272
165273
165274
165275
165276
165277
165278
165279
165280
165281
165282
165283
165284
165285
165286
165287
165288
165289
165290
165291
165292
165293
165294
165295
165296
165297
165298
165299
165300
165301
165302
165303
165304
165305
165306
165307
165308
165309
165310
165311
165312
165313
165314
165315
165316
165317
165318
165319
165320
165321
165322
165323
165324
165325
165326
165327
165328
165329
165330
165331
165332
165333
165334
165335
165336
165337
165338
165339
165340
165341
165342
165343
165344
165345
165346
165347
165348
165349
165350
165351
165352
165353
165354
165355
165356
165357
165358
165359
165360
165361
165362
165363
165364
165365
165366
165367
165368
165369
165370
165371
165372
165373
165374
165375
165376
165377
165378
165379
165380
165381
165382
165383
165384
165385
165386
165387
165388
165389
165390
165391
165392
165393
165394
165395
165396
165397
165398
165399
165400
165401
165402
165403
165404
165405
165406
165407
165408
165409
165410
165411
165412
165413
165414
165415
165416
165417
165418
165419
165420
165421
165422
165423
165424
165425
165426
165427
165428
165429
165430
165431
165432
165433
165434
165435
165436
165437
165438
165439
165440
165441
165442
165443
165444
165445
165446
165447
165448
165449
165450
165451
165452
165453
165454
165455
165456
165457
165458
165459
165460
165461
165462
165463
165464
165465
165466
165467
165468
165469
165470
165471
165472
165473
165474
165475
165476
165477
165478
165479
165480
165481
165482
165483
165484
165485
165486
165487
165488
165489
165490
165491
165492
165493
165494
165495
165496
165497
165498
165499
165500
165501
165502
165503
165504
165505
165506
165507
165508
165509
165510
165511
165512
165513
165514
165515
165516
165517
165518
165519
165520
165521
165522
165523
165524
165525
165526
165527
165528
165529
165530
165531
165532
165533
165534
165535
165536
165537
165538
165539
165540
165541
165542
165543
165544
165545
165546
165547
165548
165549
165550
165551
165552
165553
165554
165555
165556
165557
165558
165559
165560
165561
165562
165563
165564
165565
165566
165567
165568
165569
165570
165571
165572
165573
165574
165575
165576
165577
165578
165579
165580
165581
165582
165583
165584
165585
165586
165587
165588
165589
165590
165591
165592
165593
165594
165595
165596
165597
165598
165599
165600
165601
165602
165603
165604
165605
165606
165607
165608
165609
165610
165611
165612
165613
165614
165615
165616
165617
165618
165619
165620
165621
165622
165623
165624
165625
165626
165627
165628
165629
165630
165631
165632
165633
165634
165635
165636
165637
165638
165639
165640
165641
165642
165643
165644
165645
165646
165647
165648
165649
165650
165651
165652
165653
165654
165655
165656
165657
165658
165659
165660
165661
165662
165663
165664
165665
165666
165667
165668
165669
165670
165671
165672
165673
165674
165675
165676
165677
165678
165679
165680
165681
165682
165683
165684
165685
165686
165687
165688
165689
165690
165691
165692
165693
165694
165695
165696
165697
165698
165699
165700
165701
165702
165703
165704
165705
165706
165707
165708
165709
165710
165711
165712
165713
165714
165715
165716
165717
165718
165719
165720
165721
165722
165723
165724
165725
165726
165727
165728
165729
165730
165731
165732
165733
165734
165735
165736
165737
165738
165739
165740
165741
165742
165743
165744
165745
165746
165747
165748
165749
165750
165751
165752
165753
165754
165755
165756
165757
165758
165759
165760
165761
165762
165763
165764
165765
165766
165767
165768
165769
165770
165771
165772
165773
165774
165775
165776
165777
165778
165779
165780
165781
165782
165783
165784
165785
165786
165787
165788
165789
165790
165791
165792
165793
165794
165795
165796
165797
165798
165799
165800
165801
165802
165803
165804
165805
165806
165807
165808
165809
165810
165811
165812
165813
165814
165815
165816
165817
165818
165819
165820
165821
165822
165823
165824
165825
165826
165827
165828
165829
165830
165831
165832
165833
165834
165835
165836
165837
165838
165839
165840
165841
165842
165843
165844
165845
165846
165847
165848
165849
165850
165851
165852
165853
165854
165855
165856
165857
165858
165859
165860
165861
165862
165863
165864
165865
165866
165867
165868
165869
165870
165871
165872
165873
165874
165875
165876
165877
165878
165879
165880
165881
165882
165883
165884
165885
165886
165887
165888
165889
165890
165891
165892
165893
165894
165895
165896
165897
165898
165899
165900
165901
165902
165903
165904
165905
165906
165907
165908
165909
165910
165911
165912
165913
165914
165915
165916
165917
165918
165919
165920
165921
165922
165923
165924
165925
165926
165927
165928
165929
165930
165931
165932
165933
165934
165935
165936
165937
165938
165939
165940
165941
165942
165943
165944
165945
165946
165947
165948
165949
165950
165951
165952
165953
165954
165955
165956
165957
165958
165959
165960
165961
165962
165963
165964
165965
165966
165967
165968
165969
165970
165971
165972
165973
165974
165975
165976
165977
165978
165979
165980
165981
165982
165983
165984
165985
165986
165987
165988
165989
165990
165991
165992
165993
165994
165995
165996
165997
165998
165999
166000
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_00a25e1a-ecf0-48fd-8c8f-efa2c7551929">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c90817c1-4ff2-45cc-8ea4-e5e90bb217ed">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_67a975a5-51c2-49a7-b2f3-bcb6dcd09d3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_67a975a5-51c2-49a7-b2f3-bcb6dcd09d3d_0_">
                      <gml:posList srsDimension="3">511249.500 5417377.760 262.623 511249.030 5417377.760 262.623 511249.030 5417377.760 268.338 511249.500 5417377.760 268.613 511249.500 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_aee86528-2967-4c82-872e-cc9b451a2b58">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a8d6403a-b7d2-43e1-bf1e-ce39e603ebd2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9568162-8159-4f7a-90c7-041689b6e3a6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9568162-8159-4f7a-90c7-041689b6e3a6_0_">
                      <gml:posList srsDimension="3">511249.030 5417374.700 262.623 511249.510 5417374.700 262.623 511249.510 5417374.700 268.610 511249.030 5417374.700 268.329 511249.030 5417374.700 262.623</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1983</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007E">
      <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>DEBWL0010001007E</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.972</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_31ff1219-863e-4108-8114-5301896181b9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f1a54651-a3ce-41a1-990b-990f6498ac50">
              <gml:surfaceMember xlink:href="#Srf_4a2d1c16-057c-40d7-b092-427d294c120d"/>
              <gml:surfaceMember xlink:href="#Srf_f814cdd8-976a-448b-9539-c737557c2cbb"/>
              <gml:surfaceMember xlink:href="#Srf_16842dab-37c3-4903-962c-4f9210dd3df9"/>
              <gml:surfaceMember xlink:href="#Srf_c626c77d-36cd-44ba-9741-bde56ede7832"/>
              <gml:surfaceMember xlink:href="#Srf_1d8299ea-c3ab-443b-96d9-babe2146d33b"/>
              <gml:surfaceMember xlink:href="#Srf_7a526b65-1e8f-4b98-875f-098c67ef4ac2"/>
              <gml:surfaceMember xlink:href="#Srf_97d9ec5f-2d5a-4aeb-b432-1dca67806248"/>
              <gml:surfaceMember xlink:href="#Srf_add05672-b6c2-4a91-9348-54a91567938e"/>
              <gml:surfaceMember xlink:href="#Srf_2d23f7c5-7eab-4006-bb17-003c8f46f59b"/>
              <gml:surfaceMember xlink:href="#Srf_6d5c3507-28ed-4093-a2c0-52f259bcc49d"/>
              <gml:surfaceMember xlink:href="#Srf_b9344161-94e0-4cf5-8ae5-49564c1d9844"/>
              <gml:surfaceMember xlink:href="#Srf_818ef2c6-ef0d-4216-b37f-495f03a98267"/>
              <gml:surfaceMember xlink:href="#Srf_4150c98c-42ea-4547-87e4-e918ec272669"/>
              <gml:surfaceMember xlink:href="#Srf_9c8cc134-d54b-49b8-a409-bf070839b1e8"/>
              <gml:surfaceMember xlink:href="#Srf_88db5ed5-203e-4d30-939a-cb9ceae5bc0b"/>
              <gml:surfaceMember xlink:href="#Srf_809a9f82-01a5-4b3e-9129-bd25101d34f9"/>
              <gml:surfaceMember xlink:href="#Srf_ae19bc87-af48-472e-b82c-68e67deded65"/>
              <gml:surfaceMember xlink:href="#Srf_5c629770-4026-41a0-a7b8-6743412acce7"/>
              <gml:surfaceMember xlink:href="#Srf_be9c4dca-7473-415f-91f0-77eea1f07daf"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5ea59b61-74c3-4823-a16c-f1cd17670f93">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_daf9f4df-8f48-4fb4-9e20-49dfd02829d0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9c8cc134-d54b-49b8-a409-bf070839b1e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9c8cc134-d54b-49b8-a409-bf070839b1e8_0_">
                      <gml:posList srsDimension="3">510967.770 5417406.880 259.118 510968.018 5417413.076 259.118 510968.018 5417413.076 270.085 510967.770 5417406.880 265.815 510967.770 5417406.880 259.118</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_7d174b52-77d8-44bf-b059-9fcc8eb879fc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f089ccde-04ba-4bcf-9739-7d51b002c6a9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2d23f7c5-7eab-4006-bb17-003c8f46f59b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2d23f7c5-7eab-4006-bb17-003c8f46f59b_0_">
                      <gml:posList srsDimension="3">510956.518 5417413.542 259.118 510956.420 5417410.830 259.118 510956.420 5417410.830 268.222 510956.518 5417413.542 270.090 510956.518 5417413.542 259.118</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_5572d7d8-3a0f-460e-8bf5-1a85dc5e9d40">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9485baf-d00c-406f-9651-b7ab2ced0bf2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5c629770-4026-41a0-a7b8-6743412acce7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5c629770-4026-41a0-a7b8-6743412acce7_0_">
                      <gml:posList srsDimension="3">510968.050 5417413.890 269.514 510968.018 5417413.076 270.085 510968.018 5417413.076 259.118 510968.050 5417413.890 259.118 510968.050 5417413.890 269.514</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_269702ae-eb2f-46d9-b1ab-ab0488c7a527">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_69992d21-2679-47ba-abad-0f6e0064ce1f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7a526b65-1e8f-4b98-875f-098c67ef4ac2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7a526b65-1e8f-4b98-875f-098c67ef4ac2_0_">
                      <gml:posList srsDimension="3">510957.380 5417409.800 267.539 510956.420 5417410.830 268.222 510956.420 5417410.830 259.118 510957.380 5417409.800 259.118 510957.380 5417409.800 267.539</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_db9b16f7-3038-4987-99e8-094024158d9e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e88bd4e0-8c61-4c81-a433-9f58bccdeef8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_16842dab-37c3-4903-962c-4f9210dd3df9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_16842dab-37c3-4903-962c-4f9210dd3df9_0_">
                      <gml:posList srsDimension="3">510968.230 5417418.380 266.364 510968.050 5417413.890 269.514 510968.050 5417413.890 259.118 510968.230 5417418.380 259.118 510968.230 5417418.380 266.364</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_b28e0edc-5320-419a-b07b-c7fedee04671">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_179238f3-6ead-4a12-ae8a-0929faf7ebe3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1d8299ea-c3ab-443b-96d9-babe2146d33b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1d8299ea-c3ab-443b-96d9-babe2146d33b_0_">
                      <gml:posList srsDimension="3">510957.380 5417409.800 259.118 510962.840 5417409.600 259.118 510962.840 5417409.600 267.551 510957.380 5417409.800 267.539 510957.380 5417409.800 259.118</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_dd6a3f00-48e1-4712-ae9c-33c5e85ef9ac">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f72f2aa8-5453-452b-a6a2-75ecd5b83c26">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_818ef2c6-ef0d-4216-b37f-495f03a98267">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_818ef2c6-ef0d-4216-b37f-495f03a98267_0_">
                      <gml:posList srsDimension="3">510965.490 5417418.480 266.373 510968.230 5417418.380 266.364 510968.230 5417418.380 259.118 510965.490 5417418.480 259.118 510965.490 5417418.480 266.373</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_867aad8e-2890-4778-b349-ae9e870e941f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_372e9077-fa14-4ecb-91f1-63293c3d3cfc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6d5c3507-28ed-4093-a2c0-52f259bcc49d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6d5c3507-28ed-4093-a2c0-52f259bcc49d_0_">
                      <gml:posList srsDimension="3">510962.840 5417409.600 259.118 510962.750 5417407.070 259.118 510962.750 5417407.070 265.808 510962.840 5417409.600 267.551 510962.840 5417409.600 259.118</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_50f77b45-40a9-447a-abe5-721e51c4358e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e3df00b8-176b-4ddc-84af-caa89c24642f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be9c4dca-7473-415f-91f0-77eea1f07daf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be9c4dca-7473-415f-91f0-77eea1f07daf_0_">
                      <gml:posList srsDimension="3">510965.530 5417419.480 265.671 510965.490 5417418.480 266.373 510965.490 5417418.480 259.118 510965.530 5417419.480 259.118 510965.530 5417419.480 265.671</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_b82c486c-1a35-402e-82dc-6b53f486458f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_22eb68ca-4436-43b9-8253-4fd349e95765">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ae19bc87-af48-472e-b82c-68e67deded65">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ae19bc87-af48-472e-b82c-68e67deded65_0_">
                      <gml:posList srsDimension="3">510956.760 5417419.830 265.679 510965.530 5417419.480 265.671 510965.530 5417419.480 259.118 510956.760 5417419.830 259.118 510956.760 5417419.830 265.679</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_299de19c-4078-4bb7-bc09-382667912a7f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e8444f4b-9701-4104-8e67-bc6ec7902f5f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b9344161-94e0-4cf5-8ae5-49564c1d9844">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b9344161-94e0-4cf5-8ae5-49564c1d9844_0_">
                      <gml:posList srsDimension="3">510962.750 5417407.070 259.118 510967.770 5417406.880 259.118 510967.770 5417406.880 265.815 510962.750 5417407.070 265.808 510962.750 5417407.070 259.118</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_364cff47-7f44-4ada-a8ce-3d6275650493">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9b2f0c57-c7e5-48c0-a9fc-165a876a671c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_88db5ed5-203e-4d30-939a-cb9ceae5bc0b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_88db5ed5-203e-4d30-939a-cb9ceae5bc0b_0_">
                      <gml:posList srsDimension="3">510955.720 5417418.870 266.381 510956.760 5417419.830 265.679 510956.760 5417419.830 259.118 510955.720 5417418.870 259.118 510955.720 5417418.870 266.381</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_3fb05fb3-5498-4e99-8899-fd5722b8f6e7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b366dc6-bf41-4f18-bbce-783f8f5ba395">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c626c77d-36cd-44ba-9741-bde56ede7832">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c626c77d-36cd-44ba-9741-bde56ede7832_0_">
                      <gml:posList srsDimension="3">510956.420 5417410.830 259.118 510956.518 5417413.542 259.118 510956.600 5417415.800 259.118 510955.640 5417416.830 259.118 510955.720 5417418.870 259.118 510956.760 5417419.830 259.118 510965.530 5417419.480 259.118 510965.490 5417418.480 259.118 510968.230 5417418.380 259.118 510968.050 5417413.890 259.118 510968.018 5417413.076 259.118 510967.770 5417406.880 259.118 510962.750 5417407.070 259.118 510962.840 5417409.600 259.118 510957.380 5417409.800 259.118 510956.420 5417410.830 259.118</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_dd52429d-d72e-4408-840e-2e111e07523d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3dc4e029-05f3-40dd-8e50-3e894d6c63ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4150c98c-42ea-4547-87e4-e918ec272669">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4150c98c-42ea-4547-87e4-e918ec272669_0_">
                      <gml:posList srsDimension="3">510956.518 5417413.542 270.090 510956.420 5417410.830 268.222 510957.380 5417409.800 267.539 510962.840 5417409.600 267.551 510956.518 5417413.542 270.090</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_bad4f779-64ad-4c62-aa91-0cdefc0d1667">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_078dcf99-0948-4131-bec3-80dc6ff3fa13">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4a2d1c16-057c-40d7-b092-427d294c120d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4a2d1c16-057c-40d7-b092-427d294c120d_0_">
                      <gml:posList srsDimension="3">510955.640 5417416.830 267.812 510955.720 5417418.870 266.381 510955.720 5417418.870 259.118 510955.640 5417416.830 259.118 510955.640 5417416.830 267.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_7cd9e4ef-14fe-4e5c-ad80-12a6da58b934">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7fd6ea89-089f-478b-8f19-ff38dc629daa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_add05672-b6c2-4a91-9348-54a91567938e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_add05672-b6c2-4a91-9348-54a91567938e_0_">
                      <gml:posList srsDimension="3">510968.018 5417413.076 270.085 510956.518 5417413.542 270.090 510962.840 5417409.600 267.551 510962.750 5417407.070 265.808 510967.770 5417406.880 265.815 510968.018 5417413.076 270.085</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_6a03fd6d-f86c-46c2-a579-d1d62faf7c36">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_082c580f-f715-4465-b313-218a6b3b8883">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_809a9f82-01a5-4b3e-9129-bd25101d34f9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_809a9f82-01a5-4b3e-9129-bd25101d34f9_0_">
                      <gml:posList srsDimension="3">510955.640 5417416.830 259.118 510956.600 5417415.800 259.118 510956.600 5417415.800 268.506 510955.640 5417416.830 267.812 510955.640 5417416.830 259.118</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_eba5ac96-e316-4359-86f9-95e44fce3e3a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_777aae7d-8c59-4c0c-908a-0447196a1786">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f814cdd8-976a-448b-9539-c737557c2cbb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f814cdd8-976a-448b-9539-c737557c2cbb_0_">
                      <gml:posList srsDimension="3">510955.640 5417416.830 267.812 510956.600 5417415.800 268.506 510956.518 5417413.542 270.090 510968.018 5417413.076 270.085 510968.050 5417413.890 269.514 510968.230 5417418.380 266.364 510965.490 5417418.480 266.373 510965.530 5417419.480 265.671 510956.760 5417419.830 265.679 510955.720 5417418.870 266.381 510955.640 5417416.830 267.812</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_127290d5-1239-49a6-a500-bb4b1a3e412e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f1c1649a-6910-4474-a7f1-82e5c04d371f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_97d9ec5f-2d5a-4aeb-b432-1dca67806248">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_97d9ec5f-2d5a-4aeb-b432-1dca67806248_0_">
                      <gml:posList srsDimension="3">510956.518 5417413.542 270.090 510956.600 5417415.800 268.506 510956.600 5417415.800 259.118 510956.518 5417413.542 259.118 510956.518 5417413.542 270.090</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_0010001007k">
      <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>DEBWL0010001007k</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.548</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_05c59dc8-dd43-4ed2-9393-a5ae6f3c4e9c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f66e8a3c-82ff-4aa0-b42e-e45b9a5b39ad">
              <gml:surfaceMember xlink:href="#Srf_b846047f-3724-43c5-90cb-70d5af522c01"/>
              <gml:surfaceMember xlink:href="#Srf_a01c13fe-40b1-48b4-8939-be729e994be1"/>
              <gml:surfaceMember xlink:href="#Srf_b200dd17-0c19-43af-9d5a-2362438eff80"/>
              <gml:surfaceMember xlink:href="#Srf_74b34818-a99d-43e8-a83c-d76a52f090a3"/>
              <gml:surfaceMember xlink:href="#Srf_1457de16-7ddb-43fb-a783-ab47833f3d96"/>
              <gml:surfaceMember xlink:href="#Srf_09c4e033-d1d1-4bdd-8088-b009f097c61b"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_a7aeb0e8-1bbf-43d3-8f2b-fc4f83deb792">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_701dd6f0-9873-46ac-b6ae-67a8768cb53d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a01c13fe-40b1-48b4-8939-be729e994be1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a01c13fe-40b1-48b4-8939-be729e994be1_0_">
                      <gml:posList srsDimension="3">510997.010 5417429.750 256.782 510999.780 5417429.420 256.782 510999.780 5417429.420 260.330 510997.010 5417429.750 260.330 510997.010 5417429.750 256.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_8b6a8f6d-18e6-4aff-8054-e1d7e02cecc0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f2d2ba55-9625-4b72-b1b6-58750091cdfe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_74b34818-a99d-43e8-a83c-d76a52f090a3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_74b34818-a99d-43e8-a83c-d76a52f090a3_0_">
                      <gml:posList srsDimension="3">510997.010 5417429.750 260.330 510999.780 5417429.420 260.330 511000.470 5417435.140 260.330 510997.710 5417435.470 260.330 510997.010 5417429.750 260.330</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_5340cbed-c5e4-460d-9dcd-2c29b993d178">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af201f8f-f8d0-4d71-8548-b91ca7acdb47">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_09c4e033-d1d1-4bdd-8088-b009f097c61b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_09c4e033-d1d1-4bdd-8088-b009f097c61b_0_">
                      <gml:posList srsDimension="3">510999.780 5417429.420 256.782 510997.010 5417429.750 256.782 510997.710 5417435.470 256.782 511000.470 5417435.140 256.782 510999.780 5417429.420 256.782</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_f58643b5-421d-486e-aead-f1b8bef23ddb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bb3ad850-6e58-44d1-b46c-040c068c8677">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1457de16-7ddb-43fb-a783-ab47833f3d96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1457de16-7ddb-43fb-a783-ab47833f3d96_0_">
                      <gml:posList srsDimension="3">510999.780 5417429.420 256.782 511000.470 5417435.140 256.782 511000.470 5417435.140 260.330 510999.780 5417429.420 260.330 510999.780 5417429.420 256.782</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_bcfe62b3-7b2a-4ab5-8699-281a026768e5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_15595a55-273c-4023-a546-315cd005fb3d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b200dd17-0c19-43af-9d5a-2362438eff80">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b200dd17-0c19-43af-9d5a-2362438eff80_0_">
                      <gml:posList srsDimension="3">511000.470 5417435.140 256.782 510997.710 5417435.470 256.782 510997.710 5417435.470 260.330 511000.470 5417435.140 260.330 511000.470 5417435.140 256.782</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_dc3dc575-5fb9-42cb-82d4-e31ee268e68f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a9e72cf3-e6da-4aa8-a15f-5a85ca2f4bf0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b846047f-3724-43c5-90cb-70d5af522c01">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b846047f-3724-43c5-90cb-70d5af522c01_0_">
                      <gml:posList srsDimension="3">510997.710 5417435.470 256.782 510997.010 5417429.750 256.782 510997.010 5417429.750 260.330 510997.710 5417435.470 260.330 510997.710 5417435.470 256.782</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1921</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007a">
      <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>DEBWL0010001007a</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">3.205</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_98baa834-12c8-487b-8657-3de10ca8a411">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4e7a74a6-64f3-439b-9d64-d145340b9c58">
              <gml:surfaceMember xlink:href="#Srf_8fbb8dd6-27ec-4769-b39e-a3934e415c77"/>
              <gml:surfaceMember xlink:href="#Srf_5a66caab-cd0d-479e-8f29-8c9b6fb73b67"/>
              <gml:surfaceMember xlink:href="#Srf_c3c479cc-07f8-4dd8-9e07-a793e2c62322"/>
              <gml:surfaceMember xlink:href="#Srf_e2fe3f73-c6f1-4265-a799-24b796968e3d"/>
              <gml:surfaceMember xlink:href="#Srf_73b4924c-24d6-4bee-8e26-0a0eb0e79af9"/>
              <gml:surfaceMember xlink:href="#Srf_1ba8bc0c-fde0-4e27-bb0b-16d26d25c946"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_1938885c-dee3-43e3-817d-2b72522e2420">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ebdeb7b7-7650-4801-9b2d-68b7136a4d9c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8fbb8dd6-27ec-4769-b39e-a3934e415c77">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8fbb8dd6-27ec-4769-b39e-a3934e415c77_0_">
                      <gml:posList srsDimension="3">511066.490 5417398.630 262.045 511069.490 5417398.560 262.045 511069.350 5417392.610 262.045 511066.390 5417392.690 262.045 511066.490 5417398.630 262.045</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_545690fa-440a-483c-bf98-a1aca800f4b8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8084f2a2-155a-4cc8-9821-060a1667ee3a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c3c479cc-07f8-4dd8-9e07-a793e2c62322">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c3c479cc-07f8-4dd8-9e07-a793e2c62322_0_">
                      <gml:posList srsDimension="3">511069.490 5417398.560 265.250 511066.490 5417398.630 265.250 511066.390 5417392.690 265.250 511069.350 5417392.610 265.250 511069.490 5417398.560 265.250</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_e62ebb40-83c0-4125-9bc1-c7d10ee10f54">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b1b38177-3481-4e7c-93d5-3074b8e78177">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1ba8bc0c-fde0-4e27-bb0b-16d26d25c946">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1ba8bc0c-fde0-4e27-bb0b-16d26d25c946_0_">
                      <gml:posList srsDimension="3">511069.350 5417392.610 262.045 511069.490 5417398.560 262.045 511069.490 5417398.560 265.250 511069.350 5417392.610 265.250 511069.350 5417392.610 262.045</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_237431c9-8a71-4966-afb0-a41d416960c5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_44d23a7c-0143-48d1-a2b3-efa0afde7551">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_73b4924c-24d6-4bee-8e26-0a0eb0e79af9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_73b4924c-24d6-4bee-8e26-0a0eb0e79af9_0_">
                      <gml:posList srsDimension="3">511069.490 5417398.560 262.045 511066.490 5417398.630 262.045 511066.490 5417398.630 265.250 511069.490 5417398.560 265.250 511069.490 5417398.560 262.045</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_a03cc685-3699-4edc-afff-fa0dfb388f33">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fcc14716-3bcb-4a6d-ad54-71e3b6c8f230">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e2fe3f73-c6f1-4265-a799-24b796968e3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e2fe3f73-c6f1-4265-a799-24b796968e3d_0_">
                      <gml:posList srsDimension="3">511066.490 5417398.630 262.045 511066.390 5417392.690 262.045 511066.390 5417392.690 265.250 511066.490 5417398.630 265.250 511066.490 5417398.630 262.045</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_43c88f48-1acc-45d2-b3f7-3e7dd36434af">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8e92a16a-7e7f-417e-8f69-7a9a294ebb6e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5a66caab-cd0d-479e-8f29-8c9b6fb73b67">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5a66caab-cd0d-479e-8f29-8c9b6fb73b67_0_">
                      <gml:posList srsDimension="3">511066.390 5417392.690 262.045 511069.350 5417392.610 262.045 511069.350 5417392.610 265.250 511066.390 5417392.690 265.250 511066.390 5417392.690 262.045</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_0010001007W">
      <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>DEBWL0010001007W</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.940</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_c12a5ec1-1dab-4bc8-a21f-4b78430c4f49">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_15ee9e6d-4e95-404a-b437-0a11fa902d12">
              <gml:surfaceMember xlink:href="#Srf_0355f9bf-9e20-4855-9b24-116b0c4534a6"/>
              <gml:surfaceMember xlink:href="#Srf_d8f9780d-dfb5-4838-b6d2-aba2ddc2dbbd"/>
              <gml:surfaceMember xlink:href="#Srf_7cf4efa5-119b-4ae4-b3c4-749b7e363bbd"/>
              <gml:surfaceMember xlink:href="#Srf_bab3368d-fd25-4c1c-82aa-da314a0061c5"/>
              <gml:surfaceMember xlink:href="#Srf_d7df463d-84ad-4298-96ef-09bf26eab8e2"/>
              <gml:surfaceMember xlink:href="#Srf_5a2a82a1-de01-46fb-b1e4-6eec49d4f3ab"/>
              <gml:surfaceMember xlink:href="#Srf_5ba6d546-8787-473d-91ef-0169f1988644"/>
              <gml:surfaceMember xlink:href="#Srf_e9a67c19-d25d-40c6-b833-36668f8e08a3"/>
              <gml:surfaceMember xlink:href="#Srf_532800e5-0f82-4395-af25-b031932d01a0"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_79e5b3cf-a223-4b5b-9e0e-0f90e595f8fc">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_15310e2c-a8d7-4f0d-abe6-790ff9ea0940">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_532800e5-0f82-4395-af25-b031932d01a0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_532800e5-0f82-4395-af25-b031932d01a0_0_">
                      <gml:posList srsDimension="3">510936.044 5417430.308 258.618 510935.440 5417425.260 258.618 510935.440 5417425.260 264.261 510936.044 5417430.308 267.559 510936.044 5417430.308 258.618</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_dbb004b6-3450-4438-8bbf-9626338949de">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_54982d9b-9a9b-4b55-baec-3f685989b296">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5a2a82a1-de01-46fb-b1e4-6eec49d4f3ab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5a2a82a1-de01-46fb-b1e4-6eec49d4f3ab_0_">
                      <gml:posList srsDimension="3">510936.044 5417430.308 267.559 510946.394 5417429.045 267.551 510947.010 5417434.070 264.279 510936.640 5417435.290 264.315 510936.044 5417430.308 267.559</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_d613212b-edf6-4798-b6e3-92b5538d3156">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_33218a70-65e7-45c6-ba7d-02a66e7a3a71">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bab3368d-fd25-4c1c-82aa-da314a0061c5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bab3368d-fd25-4c1c-82aa-da314a0061c5_0_">
                      <gml:posList srsDimension="3">510935.440 5417425.260 258.618 510945.780 5417424.030 258.618 510945.780 5417424.030 264.273 510935.440 5417425.260 264.261 510935.440 5417425.260 258.618</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_d94ed1a2-9444-4d4a-8fb1-d1eaff9d515a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4ceb3399-5b91-4f79-ab7d-f8e6d53625e4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d7df463d-84ad-4298-96ef-09bf26eab8e2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d7df463d-84ad-4298-96ef-09bf26eab8e2_0_">
                      <gml:posList srsDimension="3">510945.780 5417424.030 258.618 510946.394 5417429.045 258.618 510946.394 5417429.045 267.551 510945.780 5417424.030 264.273 510945.780 5417424.030 258.618</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_b7c2e023-dade-4b9a-afec-7ca106dd6770">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d455079-8b0b-4da9-b927-4a07b3db523c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0355f9bf-9e20-4855-9b24-116b0c4534a6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0355f9bf-9e20-4855-9b24-116b0c4534a6_0_">
                      <gml:posList srsDimension="3">510945.780 5417424.030 258.618 510935.440 5417425.260 258.618 510936.044 5417430.308 258.618 510936.640 5417435.290 258.618 510947.010 5417434.070 258.618 510946.394 5417429.045 258.618 510945.780 5417424.030 258.618</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_a7ad7a01-df63-47b8-a3e0-8b065bfc6b1f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e3a9ae17-57a9-4665-8626-669d484c78d4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d8f9780d-dfb5-4838-b6d2-aba2ddc2dbbd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d8f9780d-dfb5-4838-b6d2-aba2ddc2dbbd_0_">
                      <gml:posList srsDimension="3">510947.010 5417434.070 264.279 510946.394 5417429.045 267.551 510946.394 5417429.045 258.618 510947.010 5417434.070 258.618 510947.010 5417434.070 264.279</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_884723fd-c061-499e-90f7-b9eb6f0e9f3c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08416c1f-5de4-4e6c-85f9-a6fed94ff069">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e9a67c19-d25d-40c6-b833-36668f8e08a3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e9a67c19-d25d-40c6-b833-36668f8e08a3_0_">
                      <gml:posList srsDimension="3">510936.640 5417435.290 264.315 510947.010 5417434.070 264.279 510947.010 5417434.070 258.618 510936.640 5417435.290 258.618 510936.640 5417435.290 264.315</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_6edbd92a-f6dd-425d-852e-e4fb19de19f5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d0e4954f-aa9d-41b8-bc4c-6094cace8a31">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7cf4efa5-119b-4ae4-b3c4-749b7e363bbd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7cf4efa5-119b-4ae4-b3c4-749b7e363bbd_0_">
                      <gml:posList srsDimension="3">510935.440 5417425.260 264.261 510945.780 5417424.030 264.273 510946.394 5417429.045 267.551 510936.044 5417430.308 267.559 510935.440 5417425.260 264.261</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_e2c456f8-e02c-42d9-a17d-36d73c9fc53b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2efb2345-9ce4-4a9b-aad3-617c7a64f0ba">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5ba6d546-8787-473d-91ef-0169f1988644">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5ba6d546-8787-473d-91ef-0169f1988644_0_">
                      <gml:posList srsDimension="3">510936.044 5417430.308 267.559 510936.640 5417435.290 264.315 510936.640 5417435.290 258.618 510936.044 5417430.308 258.618 510936.044 5417430.308 267.559</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1970</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007g">
      <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>DEBWL0010001007g</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.741</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_23ce3f45-bc01-4299-a534-3a397ed974e7">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_eedc3465-8f13-4cf1-b5aa-5f4381440210">
              <gml:surfaceMember xlink:href="#Srf_23fa6a41-b660-441c-806c-b9bf651fe93e"/>
              <gml:surfaceMember xlink:href="#Srf_5db782e9-aae2-42e8-9dd5-559ffa16cd96"/>
For faster browsing, not all history is shown. View entire blame