Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
175001
175002
175003
175004
175005
175006
175007
175008
175009
175010
175011
175012
175013
175014
175015
175016
175017
175018
175019
175020
175021
175022
175023
175024
175025
175026
175027
175028
175029
175030
175031
175032
175033
175034
175035
175036
175037
175038
175039
175040
175041
175042
175043
175044
175045
175046
175047
175048
175049
175050
175051
175052
175053
175054
175055
175056
175057
175058
175059
175060
175061
175062
175063
175064
175065
175066
175067
175068
175069
175070
175071
175072
175073
175074
175075
175076
175077
175078
175079
175080
175081
175082
175083
175084
175085
175086
175087
175088
175089
175090
175091
175092
175093
175094
175095
175096
175097
175098
175099
175100
175101
175102
175103
175104
175105
175106
175107
175108
175109
175110
175111
175112
175113
175114
175115
175116
175117
175118
175119
175120
175121
175122
175123
175124
175125
175126
175127
175128
175129
175130
175131
175132
175133
175134
175135
175136
175137
175138
175139
175140
175141
175142
175143
175144
175145
175146
175147
175148
175149
175150
175151
175152
175153
175154
175155
175156
175157
175158
175159
175160
175161
175162
175163
175164
175165
175166
175167
175168
175169
175170
175171
175172
175173
175174
175175
175176
175177
175178
175179
175180
175181
175182
175183
175184
175185
175186
175187
175188
175189
175190
175191
175192
175193
175194
175195
175196
175197
175198
175199
175200
175201
175202
175203
175204
175205
175206
175207
175208
175209
175210
175211
175212
175213
175214
175215
175216
175217
175218
175219
175220
175221
175222
175223
175224
175225
175226
175227
175228
175229
175230
175231
175232
175233
175234
175235
175236
175237
175238
175239
175240
175241
175242
175243
175244
175245
175246
175247
175248
175249
175250
175251
175252
175253
175254
175255
175256
175257
175258
175259
175260
175261
175262
175263
175264
175265
175266
175267
175268
175269
175270
175271
175272
175273
175274
175275
175276
175277
175278
175279
175280
175281
175282
175283
175284
175285
175286
175287
175288
175289
175290
175291
175292
175293
175294
175295
175296
175297
175298
175299
175300
175301
175302
175303
175304
175305
175306
175307
175308
175309
175310
175311
175312
175313
175314
175315
175316
175317
175318
175319
175320
175321
175322
175323
175324
175325
175326
175327
175328
175329
175330
175331
175332
175333
175334
175335
175336
175337
175338
175339
175340
175341
175342
175343
175344
175345
175346
175347
175348
175349
175350
175351
175352
175353
175354
175355
175356
175357
175358
175359
175360
175361
175362
175363
175364
175365
175366
175367
175368
175369
175370
175371
175372
175373
175374
175375
175376
175377
175378
175379
175380
175381
175382
175383
175384
175385
175386
175387
175388
175389
175390
175391
175392
175393
175394
175395
175396
175397
175398
175399
175400
175401
175402
175403
175404
175405
175406
175407
175408
175409
175410
175411
175412
175413
175414
175415
175416
175417
175418
175419
175420
175421
175422
175423
175424
175425
175426
175427
175428
175429
175430
175431
175432
175433
175434
175435
175436
175437
175438
175439
175440
175441
175442
175443
175444
175445
175446
175447
175448
175449
175450
175451
175452
175453
175454
175455
175456
175457
175458
175459
175460
175461
175462
175463
175464
175465
175466
175467
175468
175469
175470
175471
175472
175473
175474
175475
175476
175477
175478
175479
175480
175481
175482
175483
175484
175485
175486
175487
175488
175489
175490
175491
175492
175493
175494
175495
175496
175497
175498
175499
175500
175501
175502
175503
175504
175505
175506
175507
175508
175509
175510
175511
175512
175513
175514
175515
175516
175517
175518
175519
175520
175521
175522
175523
175524
175525
175526
175527
175528
175529
175530
175531
175532
175533
175534
175535
175536
175537
175538
175539
175540
175541
175542
175543
175544
175545
175546
175547
175548
175549
175550
175551
175552
175553
175554
175555
175556
175557
175558
175559
175560
175561
175562
175563
175564
175565
175566
175567
175568
175569
175570
175571
175572
175573
175574
175575
175576
175577
175578
175579
175580
175581
175582
175583
175584
175585
175586
175587
175588
175589
175590
175591
175592
175593
175594
175595
175596
175597
175598
175599
175600
175601
175602
175603
175604
175605
175606
175607
175608
175609
175610
175611
175612
175613
175614
175615
175616
175617
175618
175619
175620
175621
175622
175623
175624
175625
175626
175627
175628
175629
175630
175631
175632
175633
175634
175635
175636
175637
175638
175639
175640
175641
175642
175643
175644
175645
175646
175647
175648
175649
175650
175651
175652
175653
175654
175655
175656
175657
175658
175659
175660
175661
175662
175663
175664
175665
175666
175667
175668
175669
175670
175671
175672
175673
175674
175675
175676
175677
175678
175679
175680
175681
175682
175683
175684
175685
175686
175687
175688
175689
175690
175691
175692
175693
175694
175695
175696
175697
175698
175699
175700
175701
175702
175703
175704
175705
175706
175707
175708
175709
175710
175711
175712
175713
175714
175715
175716
175717
175718
175719
175720
175721
175722
175723
175724
175725
175726
175727
175728
175729
175730
175731
175732
175733
175734
175735
175736
175737
175738
175739
175740
175741
175742
175743
175744
175745
175746
175747
175748
175749
175750
175751
175752
175753
175754
175755
175756
175757
175758
175759
175760
175761
175762
175763
175764
175765
175766
175767
175768
175769
175770
175771
175772
175773
175774
175775
175776
175777
175778
175779
175780
175781
175782
175783
175784
175785
175786
175787
175788
175789
175790
175791
175792
175793
175794
175795
175796
175797
175798
175799
175800
175801
175802
175803
175804
175805
175806
175807
175808
175809
175810
175811
175812
175813
175814
175815
175816
175817
175818
175819
175820
175821
175822
175823
175824
175825
175826
175827
175828
175829
175830
175831
175832
175833
175834
175835
175836
175837
175838
175839
175840
175841
175842
175843
175844
175845
175846
175847
175848
175849
175850
175851
175852
175853
175854
175855
175856
175857
175858
175859
175860
175861
175862
175863
175864
175865
175866
175867
175868
175869
175870
175871
175872
175873
175874
175875
175876
175877
175878
175879
175880
175881
175882
175883
175884
175885
175886
175887
175888
175889
175890
175891
175892
175893
175894
175895
175896
175897
175898
175899
175900
175901
175902
175903
175904
175905
175906
175907
175908
175909
175910
175911
175912
175913
175914
175915
175916
175917
175918
175919
175920
175921
175922
175923
175924
175925
175926
175927
175928
175929
175930
175931
175932
175933
175934
175935
175936
175937
175938
175939
175940
175941
175942
175943
175944
175945
175946
175947
175948
175949
175950
175951
175952
175953
175954
175955
175956
175957
175958
175959
175960
175961
175962
175963
175964
175965
175966
175967
175968
175969
175970
175971
175972
175973
175974
175975
175976
175977
175978
175979
175980
175981
175982
175983
175984
175985
175986
175987
175988
175989
175990
175991
175992
175993
175994
175995
175996
175997
175998
175999
176000
                      <gml:posList srsDimension="3">511008.810 5418108.880 256.676 511008.427 5418113.079 260.203 511008.427 5418113.079 251.096 511008.810 5418108.880 251.096 511008.810 5418108.880 256.676</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_07cdd0d6-aaf2-465d-887f-5001b85bbc53">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9af0cda1-f1cd-4eaf-8b51-3eef48275d41">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51794c04-c98d-4936-9631-7e1657dd3b73">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51794c04-c98d-4936-9631-7e1657dd3b73_0_">
                      <gml:posList srsDimension="3">511008.050 5418117.220 251.096 511008.427 5418113.079 251.096 511008.427 5418113.079 260.203 511008.050 5418117.220 256.706 511008.050 5418117.220 251.096</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_d09f5e2d-f822-4158-a16f-45a870ad8cf9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d28306ed-306f-4d9f-a649-2360834dd4c1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ededc26f-1c15-4389-bdb4-8d41fc756b3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ededc26f-1c15-4389-bdb4-8d41fc756b3d_0_">
                      <gml:posList srsDimension="3">511008.810 5418108.880 251.096 511017.310 5418109.660 251.096 511017.310 5418109.660 256.705 511008.810 5418108.880 256.676 511008.810 5418108.880 251.096</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_3df361a3-b9d2-4891-80eb-481a28696659">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5cb43c7c-55f3-4729-8860-a1ad3ee0303f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4c8b1b54-59c0-4b6a-8580-6be8514ea826">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4c8b1b54-59c0-4b6a-8580-6be8514ea826_0_">
                      <gml:posList srsDimension="3">511008.427 5418113.079 251.096 511008.050 5418117.220 251.096 511016.540 5418117.990 251.096 511016.922 5418113.859 251.096 511017.310 5418109.660 251.096 511008.810 5418108.880 251.096 511008.427 5418113.079 251.096</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_5964e7bf-182b-4848-b899-416a35c8f8cf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a1e3aa54-6100-4945-9757-e2551136bdc1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d4d19598-76ee-4767-bff5-d937b79f5621">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d4d19598-76ee-4767-bff5-d937b79f5621_0_">
                      <gml:posList srsDimension="3">511016.922 5418113.859 260.233 511017.310 5418109.660 256.705 511017.310 5418109.660 251.096 511016.922 5418113.859 251.096 511016.922 5418113.859 260.233</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_6c4bd0af-d417-45ae-a37f-15b6c8b90cdd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70e276b0-2cc1-43c7-911a-bef78d07a1ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47bf51cc-243a-46fb-ae57-2f263de61805">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47bf51cc-243a-46fb-ae57-2f263de61805_0_">
                      <gml:posList srsDimension="3">511008.050 5418117.220 256.706 511008.427 5418113.079 260.203 511016.922 5418113.859 260.233 511016.540 5418117.990 256.744 511008.050 5418117.220 256.706</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_99f3faba-a483-4dac-9a3e-50a6bfc02756">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_57d363fc-9c2b-4101-8682-6053eddb5551">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1433e99a-71b5-4fea-abbf-61a0040de04d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1433e99a-71b5-4fea-abbf-61a0040de04d_0_">
                      <gml:posList srsDimension="3">511016.922 5418113.859 251.096 511016.540 5418117.990 251.096 511016.540 5418117.990 256.744 511016.922 5418113.859 260.233 511016.922 5418113.859 251.096</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_8b7dc416-3330-4eed-9719-d66e7985cf20">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1f7d8743-032b-46c0-af79-6ac6c7eb266b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_82bf187c-4173-4709-96a1-4914f1a243a3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_82bf187c-4173-4709-96a1-4914f1a243a3_0_">
                      <gml:posList srsDimension="3">511008.427 5418113.079 260.203 511008.810 5418108.880 256.676 511017.310 5418109.660 256.705 511016.922 5418113.859 260.233 511008.427 5418113.079 260.203</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1918</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQu">
      <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>DEBWL0010000ZZQu</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_2140</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">6.348</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_d357422c-ad61-46e6-be5e-60735e891e41">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6068af03-3011-4ea1-a5e3-0958416dbd61">
              <gml:surfaceMember xlink:href="#Srf_420ddd07-3537-47e3-b1ab-93fce6966714"/>
              <gml:surfaceMember xlink:href="#Srf_1646c4c1-f62f-4a22-94b8-066297a95ae7"/>
              <gml:surfaceMember xlink:href="#Srf_efa9453e-3f1b-4f39-8a40-2a96218f37e9"/>
              <gml:surfaceMember xlink:href="#Srf_3ae8e231-ae7a-4e0f-bc3a-f0f957ce06cf"/>
              <gml:surfaceMember xlink:href="#Srf_eea830c3-e987-4811-a221-88ca79dfc1ac"/>
              <gml:surfaceMember xlink:href="#Srf_4166cb81-a73e-4e15-b2fd-6205e905934e"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7729d255-f772-4ff5-855c-a2b38335d3dd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_91bcab70-c93a-474d-bd82-f345d3d5fe0e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_eea830c3-e987-4811-a221-88ca79dfc1ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_eea830c3-e987-4811-a221-88ca79dfc1ac_0_">
                      <gml:posList srsDimension="3">510977.750 5418109.500 251.082 510966.160 5418106.700 251.082 510966.160 5418106.700 257.430 510977.750 5418109.500 257.430 510977.750 5418109.500 251.082</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_a4377242-b017-4ffa-8378-52c8db5f5259">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_965268a2-46f6-4eb8-8d56-04c08e09298d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_efa9453e-3f1b-4f39-8a40-2a96218f37e9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_efa9453e-3f1b-4f39-8a40-2a96218f37e9_0_">
                      <gml:posList srsDimension="3">510966.160 5418106.700 251.082 510969.780 5418091.580 251.082 510969.780 5418091.580 257.430 510966.160 5418106.700 257.430 510966.160 5418106.700 251.082</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_68e6a809-d9bf-4fbe-aac5-8d8e6f373893">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_febe62b3-6d33-4ec7-a0a4-65cd687e4b95">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3ae8e231-ae7a-4e0f-bc3a-f0f957ce06cf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3ae8e231-ae7a-4e0f-bc3a-f0f957ce06cf_0_">
                      <gml:posList srsDimension="3">510969.780 5418091.580 257.430 510980.440 5418094.200 257.430 510977.750 5418109.500 257.430 510966.160 5418106.700 257.430 510969.780 5418091.580 257.430</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_f7921bd5-d4e4-4bb4-ae81-71a0f587c4b0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3f5dbef5-898a-48ba-a160-9a134a9e659a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1646c4c1-f62f-4a22-94b8-066297a95ae7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1646c4c1-f62f-4a22-94b8-066297a95ae7_0_">
                      <gml:posList srsDimension="3">510980.440 5418094.200 251.082 510969.780 5418091.580 251.082 510966.160 5418106.700 251.082 510977.750 5418109.500 251.082 510980.440 5418094.200 251.082</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_b7810af6-a6fc-4883-8df8-7879cf6803e8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8e11f042-6013-4df5-a123-e5a09abcdfe0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4166cb81-a73e-4e15-b2fd-6205e905934e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4166cb81-a73e-4e15-b2fd-6205e905934e_0_">
                      <gml:posList srsDimension="3">510969.780 5418091.580 251.082 510980.440 5418094.200 251.082 510980.440 5418094.200 257.430 510969.780 5418091.580 257.430 510969.780 5418091.580 251.082</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_52b5fbfa-2439-49c8-854a-89d3fe9caa14">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_640d8547-2aad-419f-8ead-b55bc28f216f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_420ddd07-3537-47e3-b1ab-93fce6966714">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_420ddd07-3537-47e3-b1ab-93fce6966714_0_">
                      <gml:posList srsDimension="3">510980.440 5418094.200 251.082 510977.750 5418109.500 251.082 510977.750 5418109.500 257.430 510980.440 5418094.200 257.430 510980.440 5418094.200 251.082</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2001</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQx">
      <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>DEBWL0010000ZZQx</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_2112</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">5.706</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_07441f88-6e05-4d59-b402-b4946c88b914">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_dd9ab0bc-19be-4734-8710-3dc876c5bc30">
              <gml:surfaceMember xlink:href="#Srf_dfcf5485-a40a-4fc4-8e7f-2269fe78f069"/>
              <gml:surfaceMember xlink:href="#Srf_554b11db-b78c-4012-a30a-c4d79ebbb841"/>
              <gml:surfaceMember xlink:href="#Srf_9371e095-d0a2-41d3-afab-d262e8ab6cfa"/>
              <gml:surfaceMember xlink:href="#Srf_bcbc0727-ddff-4ff9-95db-a938ae3226b4"/>
              <gml:surfaceMember xlink:href="#Srf_faa5028e-8e4d-40ef-a822-d54d0add9302"/>
              <gml:surfaceMember xlink:href="#Srf_f92e0dec-88f1-4526-8fe9-ea8457ceceab"/>
              <gml:surfaceMember xlink:href="#Srf_dded1f45-9229-4793-9c73-df690a3779f5"/>
              <gml:surfaceMember xlink:href="#Srf_b2ff9cce-2f2b-42f8-b32e-023dafe72747"/>
              <gml:surfaceMember xlink:href="#Srf_cb2c31cc-ce4e-4960-88a6-b510b0fa127a"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_30cc11b3-fcff-4390-93c0-eb8ca6090127">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02044621-f86f-4cf1-8cd2-26c4e8e16ca7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bcbc0727-ddff-4ff9-95db-a938ae3226b4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bcbc0727-ddff-4ff9-95db-a938ae3226b4_0_">
                      <gml:posList srsDimension="3">511114.710 5418157.370 254.456 511116.940 5418132.970 254.447 511116.940 5418132.970 249.907 511114.710 5418157.370 249.907 511114.710 5418157.370 254.456</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_d066dde6-6206-453b-9dbc-e429ea214995">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c6456cd9-d214-4326-ad0e-7ee29fe5cec2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f92e0dec-88f1-4526-8fe9-ea8457ceceab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f92e0dec-88f1-4526-8fe9-ea8457ceceab_0_">
                      <gml:posList srsDimension="3">511108.012 5418156.756 255.613 511100.310 5418156.050 254.566 511102.540 5418131.650 254.525 511110.344 5418132.365 255.586 511108.012 5418156.756 255.613</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_1d54ea28-ca1f-4664-9708-dd7818a4efd8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1b958c84-6f54-4266-94c4-274cb4d7c9ab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cb2c31cc-ce4e-4960-88a6-b510b0fa127a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cb2c31cc-ce4e-4960-88a6-b510b0fa127a_0_">
                      <gml:posList srsDimension="3">511108.012 5418156.756 255.613 511114.710 5418157.370 254.456 511114.710 5418157.370 249.907 511108.012 5418156.756 249.907 511108.012 5418156.756 255.613</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_032319bf-8a94-41e7-8527-5c02e6cdb38c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1f33ffa8-a983-410c-9450-184256ab1670">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_554b11db-b78c-4012-a30a-c4d79ebbb841">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_554b11db-b78c-4012-a30a-c4d79ebbb841_0_">
                      <gml:posList srsDimension="3">511116.940 5418132.970 254.447 511114.710 5418157.370 254.456 511108.012 5418156.756 255.613 511110.344 5418132.365 255.586 511116.940 5418132.970 254.447</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_97007682-3fa8-4313-88fb-f55062365ff7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e10a7ebf-50e3-4ae8-8569-6f2eb1fcc7f0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dded1f45-9229-4793-9c73-df690a3779f5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dded1f45-9229-4793-9c73-df690a3779f5_0_">
                      <gml:posList srsDimension="3">511108.012 5418156.756 249.907 511100.310 5418156.050 249.907 511100.310 5418156.050 254.566 511108.012 5418156.756 255.613 511108.012 5418156.756 249.907</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_45b29909-1d13-4531-a650-be9a357e35bd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_911881b8-ce8b-49d5-aaa2-3d824a766b07">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b2ff9cce-2f2b-42f8-b32e-023dafe72747">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b2ff9cce-2f2b-42f8-b32e-023dafe72747_0_">
                      <gml:posList srsDimension="3">511102.540 5418131.650 249.907 511110.344 5418132.365 249.907 511110.344 5418132.365 255.586 511102.540 5418131.650 254.525 511102.540 5418131.650 249.907</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_70e20e53-3514-4536-b3d2-38d0cab19428">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c41a0a53-b8c4-4a81-a28a-93dd5c20cd1d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dfcf5485-a40a-4fc4-8e7f-2269fe78f069">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dfcf5485-a40a-4fc4-8e7f-2269fe78f069_0_">
                      <gml:posList srsDimension="3">511102.540 5418131.650 254.525 511100.310 5418156.050 254.566 511100.310 5418156.050 249.907 511102.540 5418131.650 249.907 511102.540 5418131.650 254.525</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_e4b5f185-813c-4d75-b1eb-5462ffa86fc8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f47ccadd-010a-4a0c-aae8-e888081cbef3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_faa5028e-8e4d-40ef-a822-d54d0add9302">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_faa5028e-8e4d-40ef-a822-d54d0add9302_0_">
                      <gml:posList srsDimension="3">511100.310 5418156.050 249.907 511108.012 5418156.756 249.907 511114.710 5418157.370 249.907 511116.940 5418132.970 249.907 511110.344 5418132.365 249.907 511102.540 5418131.650 249.907 511100.310 5418156.050 249.907</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_81edfe53-d12f-41fa-ac0b-cbc51effe75d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_31c2c5a8-2980-4bae-a963-61511cf1b977">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9371e095-d0a2-41d3-afab-d262e8ab6cfa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9371e095-d0a2-41d3-afab-d262e8ab6cfa_0_">
                      <gml:posList srsDimension="3">511116.940 5418132.970 254.447 511110.344 5418132.365 255.586 511110.344 5418132.365 249.907 511116.940 5418132.970 249.907 511116.940 5418132.970 254.447</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1901</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQw">
      <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>DEBWL0010000ZZQw</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_1131</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">16.445</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_8c3e2239-6d7d-450e-b62c-b0fbe57210f1">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_da960ee5-850f-4d6e-84b7-1064c8743fbf">
              <gml:surfaceMember xlink:href="#Srf_d67bdfeb-e5f0-47f7-82a9-d595a866f4dd"/>
              <gml:surfaceMember xlink:href="#Srf_25305ccf-d2f1-4daa-92ba-effe820b6f40"/>
              <gml:surfaceMember xlink:href="#Srf_cd5cd862-2a7e-4582-9b4d-a1faefe53b3f"/>
              <gml:surfaceMember xlink:href="#Srf_dc83c2ea-0cbd-49fe-829c-f27d88e20877"/>
              <gml:surfaceMember xlink:href="#Srf_08c78414-d56f-42e4-a5b7-478d6aad9126"/>
              <gml:surfaceMember xlink:href="#Srf_83035689-b20a-4a42-bd61-a782ecfe1f34"/>
              <gml:surfaceMember xlink:href="#Srf_1f04a7f7-4884-4c52-92d8-419718d9d626"/>
              <gml:surfaceMember xlink:href="#Srf_6f4d94de-4d80-4e60-86b5-8770254c1368"/>
              <gml:surfaceMember xlink:href="#Srf_300fef05-03d6-4b2a-8d23-6e596ec09215"/>
              <gml:surfaceMember xlink:href="#Srf_51108d01-f80c-4222-a82a-78e880618988"/>
              <gml:surfaceMember xlink:href="#Srf_6cb9042b-aac1-4089-8e73-cecb22af1443"/>
              <gml:surfaceMember xlink:href="#Srf_de225bf8-bf43-4149-811e-119d608924ec"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_cd57a4d1-27e4-46ea-9bcd-b79fbfb58d37">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4d4cf83d-3508-4413-bafe-fc6865050a9b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_83035689-b20a-4a42-bd61-a782ecfe1f34">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_83035689-b20a-4a42-bd61-a782ecfe1f34_0_">
                      <gml:posList srsDimension="3">511065.540 5418139.190 247.195 511068.080 5418139.420 247.195 511068.080 5418139.420 263.640 511065.540 5418139.190 263.640 511065.540 5418139.190 247.195</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_64366923-b7db-4821-b83f-7487a3ec3d60">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad611abe-a4e0-406d-a21d-95bc640c6fe0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6cb9042b-aac1-4089-8e73-cecb22af1443">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6cb9042b-aac1-4089-8e73-cecb22af1443_0_">
                      <gml:posList srsDimension="3">511058.290 5418150.280 247.195 511046.770 5418149.230 247.195 511046.770 5418149.230 263.640 511058.290 5418150.280 263.640 511058.290 5418150.280 247.195</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_29e36264-2ed8-4668-8d76-1f49816a2b85">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5766f95f-7e63-4832-a6f3-58edd8c0d066">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_08c78414-d56f-42e4-a5b7-478d6aad9126">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_08c78414-d56f-42e4-a5b7-478d6aad9126_0_">
                      <gml:posList srsDimension="3">511050.000 5418113.830 247.195 511056.100 5418114.380 247.195 511056.100 5418114.380 263.640 511050.000 5418113.830 263.640 511050.000 5418113.830 247.195</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_ee8cb47d-ee98-40b8-90d6-c952ffc7ad9c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8b7c10f0-fa30-4ac7-a8e2-f9571d304f0e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de225bf8-bf43-4149-811e-119d608924ec">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de225bf8-bf43-4149-811e-119d608924ec_0_">
                      <gml:posList srsDimension="3">511068.080 5418139.420 247.195 511066.840 5418153.080 247.195 511066.840 5418153.080 263.640 511068.080 5418139.420 263.640 511068.080 5418139.420 247.195</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_75de7657-6c36-4b75-b803-ac55f6d3d53d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4f0bac2b-69ce-4d3c-8b2c-39b2bc8b4d1c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dc83c2ea-0cbd-49fe-829c-f27d88e20877">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dc83c2ea-0cbd-49fe-829c-f27d88e20877_0_">
                      <gml:posList srsDimension="3">511046.770 5418149.230 247.195 511050.000 5418113.830 247.195 511050.000 5418113.830 263.640 511046.770 5418149.230 263.640 511046.770 5418149.230 247.195</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_b8bd6ffe-bc38-4b27-9aa7-b9df74f0784e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_296238ee-2dff-4742-9553-a0d2f94be2e5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f4d94de-4d80-4e60-86b5-8770254c1368">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f4d94de-4d80-4e60-86b5-8770254c1368_0_">
                      <gml:posList srsDimension="3">511056.100 5418114.380 247.195 511055.900 5418116.600 247.195 511055.900 5418116.600 263.640 511056.100 5418114.380 263.640 511056.100 5418114.380 247.195</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_74b4e2d3-5085-4507-83c3-90d6bac3a817">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2eb081c4-94a9-4baa-ac51-4f901bc6c9f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51108d01-f80c-4222-a82a-78e880618988">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51108d01-f80c-4222-a82a-78e880618988_0_">
                      <gml:posList srsDimension="3">511055.900 5418116.600 247.195 511056.100 5418114.380 247.195 511050.000 5418113.830 247.195 511046.770 5418149.230 247.195 511058.290 5418150.280 247.195 511058.110 5418152.280 247.195 511066.840 5418153.080 247.195 511068.080 5418139.420 247.195 511065.540 5418139.190 247.195 511067.490 5418117.650 247.195 511055.900 5418116.600 247.195</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_beabb0ca-a4fd-43a4-bef9-1a041420995a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ad640d81-b0b2-4fa4-a70e-e97f42325b14">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cd5cd862-2a7e-4582-9b4d-a1faefe53b3f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cd5cd862-2a7e-4582-9b4d-a1faefe53b3f_0_">
                      <gml:posList srsDimension="3">511066.840 5418153.080 247.195 511058.110 5418152.280 247.195 511058.110 5418152.280 263.640 511066.840 5418153.080 263.640 511066.840 5418153.080 247.195</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_4d4738a2-6d0a-4038-b75a-0fad1c2fd29f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_81e0582e-50bf-485a-bf90-eabc2138f668">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_25305ccf-d2f1-4daa-92ba-effe820b6f40">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_25305ccf-d2f1-4daa-92ba-effe820b6f40_0_">
                      <gml:posList srsDimension="3">511067.490 5418117.650 263.640 511055.900 5418116.600 263.640 511055.900 5418116.600 247.195 511067.490 5418117.650 247.195 511067.490 5418117.650 263.640</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_865199d5-757c-45e0-8c31-15136ee72a20">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5aedaff0-2172-4476-a7eb-b3568c6a1c55">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d67bdfeb-e5f0-47f7-82a9-d595a866f4dd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d67bdfeb-e5f0-47f7-82a9-d595a866f4dd_0_">
                      <gml:posList srsDimension="3">511058.110 5418152.280 247.195 511058.290 5418150.280 247.195 511058.290 5418150.280 263.640 511058.110 5418152.280 263.640 511058.110 5418152.280 247.195</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_1a92c754-c59a-4086-9a40-49c76549a1e6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0a8a7f3c-48d6-42ec-8bf6-8972dce4ee7d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_300fef05-03d6-4b2a-8d23-6e596ec09215">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_300fef05-03d6-4b2a-8d23-6e596ec09215_0_">
                      <gml:posList srsDimension="3">511067.490 5418117.650 247.195 511065.540 5418139.190 247.195 511065.540 5418139.190 263.640 511067.490 5418117.650 263.640 511067.490 5418117.650 247.195</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_dfc60939-ed40-4ecc-96b7-0bbc5b04cd98">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0138556f-551e-4995-a3ec-31805ac59b4e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1f04a7f7-4884-4c52-92d8-419718d9d626">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1f04a7f7-4884-4c52-92d8-419718d9d626_0_">
                      <gml:posList srsDimension="3">511056.100 5418114.380 263.640 511055.900 5418116.600 263.640 511067.490 5418117.650 263.640 511065.540 5418139.190 263.640 511068.080 5418139.420 263.640 511066.840 5418153.080 263.640 511058.110 5418152.280 263.640 511058.290 5418150.280 263.640 511046.770 5418149.230 263.640 511050.000 5418113.830 263.640 511056.100 5418114.380 263.640</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2000</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZQy">
      <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>DEBWL0010000ZZQy</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_2020</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.890</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_14eba054-c7ca-4d6f-b86b-c40f045037d7">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_156bbfb7-a672-4285-a19b-06207dbf106c">
              <gml:surfaceMember xlink:href="#Srf_430326cc-baff-4bfd-a76f-b9dce42345fb"/>
              <gml:surfaceMember xlink:href="#Srf_1d9182ad-02f7-4cab-8d97-e584ed21c2de"/>
              <gml:surfaceMember xlink:href="#Srf_6014d212-f412-448e-99c6-29a62a639f60"/>
              <gml:surfaceMember xlink:href="#Srf_b258fa4e-aa3c-40eb-901b-d7419bed2fdd"/>
              <gml:surfaceMember xlink:href="#Srf_10d6e21e-dc8d-4013-ae3d-62ac87746350"/>
              <gml:surfaceMember xlink:href="#Srf_bf9741c1-3073-4f58-b9ab-45b31cfd8143"/>
              <gml:surfaceMember xlink:href="#Srf_9e0c7c67-202a-424e-beda-ce5984701117"/>
              <gml:surfaceMember xlink:href="#Srf_5233947a-621f-464d-8a61-1c34516bda95"/>
              <gml:surfaceMember xlink:href="#Srf_ecb22b42-4df9-458c-9d04-1b5ac4c9bec1"/>
              <gml:surfaceMember xlink:href="#Srf_c14b2245-dec1-432e-8976-1e746e1588b5"/>
              <gml:surfaceMember xlink:href="#Srf_a1b03eac-d4c1-4788-9999-b5673f005aa6"/>
              <gml:surfaceMember xlink:href="#Srf_3646d9ae-9d6b-485d-920f-315529974fd5"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_ccb8f80d-fccb-4265-9258-a0ae5edcd086">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0152a036-a4fe-4e30-afce-5e3166815525">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b258fa4e-aa3c-40eb-901b-d7419bed2fdd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b258fa4e-aa3c-40eb-901b-d7419bed2fdd_0_">
                      <gml:posList srsDimension="3">511216.680 5418156.520 247.820 511216.570 5418157.720 247.820 511216.570 5418157.720 259.710 511216.680 5418156.520 259.710 511216.680 5418156.520 247.820</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_f3a941f6-2bed-4dfb-9b77-e4f950868d67">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9ddbb476-5e43-48eb-8bdf-e150fb704539">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6014d212-f412-448e-99c6-29a62a639f60">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6014d212-f412-448e-99c6-29a62a639f60_0_">
                      <gml:posList srsDimension="3">511205.390 5418156.720 247.820 511199.140 5418156.140 247.820 511199.140 5418156.140 259.710 511205.390 5418156.720 259.710 511205.390 5418156.720 247.820</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_b8234516-2fd5-4414-b7fb-9d982ed9a78a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7ef5d437-225c-487d-9292-7c9909499503">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bf9741c1-3073-4f58-b9ab-45b31cfd8143">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bf9741c1-3073-4f58-b9ab-45b31cfd8143_0_">
                      <gml:posList srsDimension="3">511205.390 5418156.720 259.710 511199.140 5418156.140 259.710 511201.620 5418128.440 259.710 511219.100 5418130.000 259.710 511218.980 5418131.250 259.710 511216.680 5418156.520 259.710 511216.570 5418157.720 259.710 511210.690 5418157.180 259.710 511207.880 5418159.510 259.710 511207.710 5418159.500 259.710 511205.390 5418156.720 259.710</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_1a18462e-90bc-48f6-a20f-6a50dd19186a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9b8f9a49-4fbc-4c2a-b613-c5baec26d159">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9e0c7c67-202a-424e-beda-ce5984701117">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9e0c7c67-202a-424e-beda-ce5984701117_0_">
                      <gml:posList srsDimension="3">511216.570 5418157.720 247.820 511210.690 5418157.180 247.820 511210.690 5418157.180 259.710 511216.570 5418157.720 259.710 511216.570 5418157.720 247.820</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_83a3abf4-e770-48d0-a5c3-eb7c76e64d72">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ecf54005-450d-4c5a-bb75-cf32b4fd1788">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_10d6e21e-dc8d-4013-ae3d-62ac87746350">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_10d6e21e-dc8d-4013-ae3d-62ac87746350_0_">
                      <gml:posList srsDimension="3">511199.140 5418156.140 247.820 511201.620 5418128.440 247.820 511201.620 5418128.440 259.710 511199.140 5418156.140 259.710 511199.140 5418156.140 247.820</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_364ffe24-3ab0-49a1-9bed-5aa5a1edabd4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_232e5c1f-378a-463e-a03c-0e9f7ca3fc94">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1d9182ad-02f7-4cab-8d97-e584ed21c2de">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1d9182ad-02f7-4cab-8d97-e584ed21c2de_0_">
                      <gml:posList srsDimension="3">511201.620 5418128.440 247.820 511219.100 5418130.000 247.820 511219.100 5418130.000 259.710 511201.620 5418128.440 259.710 511201.620 5418128.440 247.820</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_405075e0-990a-42d8-af1a-b55b16008563">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e56dbef-4a54-4858-977d-ec9ae8437ca5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c14b2245-dec1-432e-8976-1e746e1588b5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c14b2245-dec1-432e-8976-1e746e1588b5_0_">
                      <gml:posList srsDimension="3">511210.690 5418157.180 247.820 511207.880 5418159.510 247.820 511207.880 5418159.510 259.710 511210.690 5418157.180 259.710 511210.690 5418157.180 247.820</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_2ea5a03d-121b-4e85-a9ed-f6916e853764">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_65006a4f-b32f-495d-acc6-d65b215f24a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a1b03eac-d4c1-4788-9999-b5673f005aa6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a1b03eac-d4c1-4788-9999-b5673f005aa6_0_">
                      <gml:posList srsDimension="3">511199.140 5418156.140 247.820 511205.390 5418156.720 247.820 511207.710 5418159.500 247.820 511207.880 5418159.510 247.820 511210.690 5418157.180 247.820 511216.570 5418157.720 247.820 511216.680 5418156.520 247.820 511218.980 5418131.250 247.820 511219.100 5418130.000 247.820 511201.620 5418128.440 247.820 511199.140 5418156.140 247.820</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_a9293b8c-b937-4dd7-909e-9737b68458a0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_60a9cbd4-44e8-49c0-a1b2-1c276b8b1830">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ecb22b42-4df9-458c-9d04-1b5ac4c9bec1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ecb22b42-4df9-458c-9d04-1b5ac4c9bec1_0_">
                      <gml:posList srsDimension="3">511219.100 5418130.000 247.820 511218.980 5418131.250 247.820 511218.980 5418131.250 259.710 511219.100 5418130.000 259.710 511219.100 5418130.000 247.820</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_cc0adac9-de19-44d8-a0c1-1d9f51b7fed1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_81713f8c-44b7-493c-85b5-a052390f53f0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5233947a-621f-464d-8a61-1c34516bda95">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5233947a-621f-464d-8a61-1c34516bda95_0_">
                      <gml:posList srsDimension="3">511207.880 5418159.510 247.820 511207.710 5418159.500 247.820 511207.710 5418159.500 259.710 511207.880 5418159.510 259.710 511207.880 5418159.510 247.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
For faster browsing, not all history is shown. View entire blame