Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
167001
167002
167003
167004
167005
167006
167007
167008
167009
167010
167011
167012
167013
167014
167015
167016
167017
167018
167019
167020
167021
167022
167023
167024
167025
167026
167027
167028
167029
167030
167031
167032
167033
167034
167035
167036
167037
167038
167039
167040
167041
167042
167043
167044
167045
167046
167047
167048
167049
167050
167051
167052
167053
167054
167055
167056
167057
167058
167059
167060
167061
167062
167063
167064
167065
167066
167067
167068
167069
167070
167071
167072
167073
167074
167075
167076
167077
167078
167079
167080
167081
167082
167083
167084
167085
167086
167087
167088
167089
167090
167091
167092
167093
167094
167095
167096
167097
167098
167099
167100
167101
167102
167103
167104
167105
167106
167107
167108
167109
167110
167111
167112
167113
167114
167115
167116
167117
167118
167119
167120
167121
167122
167123
167124
167125
167126
167127
167128
167129
167130
167131
167132
167133
167134
167135
167136
167137
167138
167139
167140
167141
167142
167143
167144
167145
167146
167147
167148
167149
167150
167151
167152
167153
167154
167155
167156
167157
167158
167159
167160
167161
167162
167163
167164
167165
167166
167167
167168
167169
167170
167171
167172
167173
167174
167175
167176
167177
167178
167179
167180
167181
167182
167183
167184
167185
167186
167187
167188
167189
167190
167191
167192
167193
167194
167195
167196
167197
167198
167199
167200
167201
167202
167203
167204
167205
167206
167207
167208
167209
167210
167211
167212
167213
167214
167215
167216
167217
167218
167219
167220
167221
167222
167223
167224
167225
167226
167227
167228
167229
167230
167231
167232
167233
167234
167235
167236
167237
167238
167239
167240
167241
167242
167243
167244
167245
167246
167247
167248
167249
167250
167251
167252
167253
167254
167255
167256
167257
167258
167259
167260
167261
167262
167263
167264
167265
167266
167267
167268
167269
167270
167271
167272
167273
167274
167275
167276
167277
167278
167279
167280
167281
167282
167283
167284
167285
167286
167287
167288
167289
167290
167291
167292
167293
167294
167295
167296
167297
167298
167299
167300
167301
167302
167303
167304
167305
167306
167307
167308
167309
167310
167311
167312
167313
167314
167315
167316
167317
167318
167319
167320
167321
167322
167323
167324
167325
167326
167327
167328
167329
167330
167331
167332
167333
167334
167335
167336
167337
167338
167339
167340
167341
167342
167343
167344
167345
167346
167347
167348
167349
167350
167351
167352
167353
167354
167355
167356
167357
167358
167359
167360
167361
167362
167363
167364
167365
167366
167367
167368
167369
167370
167371
167372
167373
167374
167375
167376
167377
167378
167379
167380
167381
167382
167383
167384
167385
167386
167387
167388
167389
167390
167391
167392
167393
167394
167395
167396
167397
167398
167399
167400
167401
167402
167403
167404
167405
167406
167407
167408
167409
167410
167411
167412
167413
167414
167415
167416
167417
167418
167419
167420
167421
167422
167423
167424
167425
167426
167427
167428
167429
167430
167431
167432
167433
167434
167435
167436
167437
167438
167439
167440
167441
167442
167443
167444
167445
167446
167447
167448
167449
167450
167451
167452
167453
167454
167455
167456
167457
167458
167459
167460
167461
167462
167463
167464
167465
167466
167467
167468
167469
167470
167471
167472
167473
167474
167475
167476
167477
167478
167479
167480
167481
167482
167483
167484
167485
167486
167487
167488
167489
167490
167491
167492
167493
167494
167495
167496
167497
167498
167499
167500
167501
167502
167503
167504
167505
167506
167507
167508
167509
167510
167511
167512
167513
167514
167515
167516
167517
167518
167519
167520
167521
167522
167523
167524
167525
167526
167527
167528
167529
167530
167531
167532
167533
167534
167535
167536
167537
167538
167539
167540
167541
167542
167543
167544
167545
167546
167547
167548
167549
167550
167551
167552
167553
167554
167555
167556
167557
167558
167559
167560
167561
167562
167563
167564
167565
167566
167567
167568
167569
167570
167571
167572
167573
167574
167575
167576
167577
167578
167579
167580
167581
167582
167583
167584
167585
167586
167587
167588
167589
167590
167591
167592
167593
167594
167595
167596
167597
167598
167599
167600
167601
167602
167603
167604
167605
167606
167607
167608
167609
167610
167611
167612
167613
167614
167615
167616
167617
167618
167619
167620
167621
167622
167623
167624
167625
167626
167627
167628
167629
167630
167631
167632
167633
167634
167635
167636
167637
167638
167639
167640
167641
167642
167643
167644
167645
167646
167647
167648
167649
167650
167651
167652
167653
167654
167655
167656
167657
167658
167659
167660
167661
167662
167663
167664
167665
167666
167667
167668
167669
167670
167671
167672
167673
167674
167675
167676
167677
167678
167679
167680
167681
167682
167683
167684
167685
167686
167687
167688
167689
167690
167691
167692
167693
167694
167695
167696
167697
167698
167699
167700
167701
167702
167703
167704
167705
167706
167707
167708
167709
167710
167711
167712
167713
167714
167715
167716
167717
167718
167719
167720
167721
167722
167723
167724
167725
167726
167727
167728
167729
167730
167731
167732
167733
167734
167735
167736
167737
167738
167739
167740
167741
167742
167743
167744
167745
167746
167747
167748
167749
167750
167751
167752
167753
167754
167755
167756
167757
167758
167759
167760
167761
167762
167763
167764
167765
167766
167767
167768
167769
167770
167771
167772
167773
167774
167775
167776
167777
167778
167779
167780
167781
167782
167783
167784
167785
167786
167787
167788
167789
167790
167791
167792
167793
167794
167795
167796
167797
167798
167799
167800
167801
167802
167803
167804
167805
167806
167807
167808
167809
167810
167811
167812
167813
167814
167815
167816
167817
167818
167819
167820
167821
167822
167823
167824
167825
167826
167827
167828
167829
167830
167831
167832
167833
167834
167835
167836
167837
167838
167839
167840
167841
167842
167843
167844
167845
167846
167847
167848
167849
167850
167851
167852
167853
167854
167855
167856
167857
167858
167859
167860
167861
167862
167863
167864
167865
167866
167867
167868
167869
167870
167871
167872
167873
167874
167875
167876
167877
167878
167879
167880
167881
167882
167883
167884
167885
167886
167887
167888
167889
167890
167891
167892
167893
167894
167895
167896
167897
167898
167899
167900
167901
167902
167903
167904
167905
167906
167907
167908
167909
167910
167911
167912
167913
167914
167915
167916
167917
167918
167919
167920
167921
167922
167923
167924
167925
167926
167927
167928
167929
167930
167931
167932
167933
167934
167935
167936
167937
167938
167939
167940
167941
167942
167943
167944
167945
167946
167947
167948
167949
167950
167951
167952
167953
167954
167955
167956
167957
167958
167959
167960
167961
167962
167963
167964
167965
167966
167967
167968
167969
167970
167971
167972
167973
167974
167975
167976
167977
167978
167979
167980
167981
167982
167983
167984
167985
167986
167987
167988
167989
167990
167991
167992
167993
167994
167995
167996
167997
167998
167999
168000
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_31f68824-6c06-43d7-9dc1-8d82cb7203c3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4b24b410-1b6a-42c7-9878-174ccda36bc9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_267b2542-cd9b-45fb-b4fc-0d6dc3fe7a5e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_267b2542-cd9b-45fb-b4fc-0d6dc3fe7a5e_0_">
                      <gml:posList srsDimension="3">510979.560 5417434.250 256.440 510975.440 5417434.750 256.440 510975.730 5417437.090 256.440 510976.230 5417441.230 256.440 510980.330 5417440.750 256.440 510979.560 5417434.250 256.440</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_2bfa8ecf-ae2e-49da-bcc0-a36c2d4732f7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1237a6fc-32c0-42bd-95b9-8400e87c5008">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_750a2c31-bcfb-40e1-80d5-b7e11ab3dbfc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_750a2c31-bcfb-40e1-80d5-b7e11ab3dbfc_0_">
                      <gml:posList srsDimension="3">510980.330 5417440.750 256.440 510976.230 5417441.230 256.440 510976.230 5417441.230 260.650 510980.330 5417440.750 260.650 510980.330 5417440.750 256.440</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_f27a8dc8-4c60-4c5e-a86e-2ca904f5f1af">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_091a5b44-aaeb-4a0a-be32-bf846c3ad27d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_32753675-df58-4eb4-901b-0dc5fd6b8eb4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_32753675-df58-4eb4-901b-0dc5fd6b8eb4_0_">
                      <gml:posList srsDimension="3">510976.230 5417441.230 256.440 510975.730 5417437.090 256.440 510975.730 5417437.090 260.650 510976.230 5417441.230 260.650 510976.230 5417441.230 256.440</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_37117c41-5726-4307-801e-b7bf62ad87c5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2d4c3477-26a3-4d02-8c2a-0db9d8a24e44">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8e20e667-8413-4ae0-ab2d-16495fa43bbf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8e20e667-8413-4ae0-ab2d-16495fa43bbf_0_">
                      <gml:posList srsDimension="3">510975.730 5417437.090 256.440 510975.440 5417434.750 256.440 510975.440 5417434.750 260.650 510975.730 5417437.090 260.650 510975.730 5417437.090 256.440</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_0025efdd-2925-4097-a206-e15d2e975a32">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee5a4d2b-330f-465c-9923-295ce157e131">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6a8c504d-f2d7-483e-ba33-58b3b7d327a4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6a8c504d-f2d7-483e-ba33-58b3b7d327a4_0_">
                      <gml:posList srsDimension="3">510975.440 5417434.750 260.650 510979.560 5417434.250 260.650 510980.330 5417440.750 260.650 510976.230 5417441.230 260.650 510975.730 5417437.090 260.650 510975.440 5417434.750 260.650</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_adcde984-4b75-4216-926b-635105985ac2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d8898ded-309c-4a01-87c4-043f56db2077">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_93832b8e-e621-4e8d-9b28-7674e949b1aa">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_93832b8e-e621-4e8d-9b28-7674e949b1aa_0_">
                      <gml:posList srsDimension="3">510975.440 5417434.750 256.440 510979.560 5417434.250 256.440 510979.560 5417434.250 260.650 510975.440 5417434.750 260.650 510975.440 5417434.750 256.440</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1913</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007z">
      <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>DEBWL0010001007z</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.231</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0f7c6f9f-caca-4444-b7ff-38c12d379731">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4001086e-a14c-4039-aa75-78586c039118">
              <gml:surfaceMember xlink:href="#Srf_2ff45f64-f162-4acb-a61e-dda70a38fe3d"/>
              <gml:surfaceMember xlink:href="#Srf_e26a55c9-eab7-437d-8470-3613c746fbb9"/>
              <gml:surfaceMember xlink:href="#Srf_58c7ea0a-032d-4bbe-b2b1-6a709b1980ac"/>
              <gml:surfaceMember xlink:href="#Srf_70a5c936-58a9-475a-bcb8-3c6168c25273"/>
              <gml:surfaceMember xlink:href="#Srf_397eb2f5-d852-42bd-9b6b-a788ed2bf2f3"/>
              <gml:surfaceMember xlink:href="#Srf_7f5b2ed6-073b-462a-9c87-5bd9de172dd6"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_909d0ecb-a261-426c-94ab-bad071d4cda0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02a72bcb-727d-4c14-ac4f-e48b4bfb0808">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2ff45f64-f162-4acb-a61e-dda70a38fe3d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2ff45f64-f162-4acb-a61e-dda70a38fe3d_0_">
                      <gml:posList srsDimension="3">511005.410 5417402.560 259.139 511005.650 5417408.550 259.139 511005.650 5417408.550 261.370 511005.410 5417402.560 261.370 511005.410 5417402.560 259.139</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_4980a2ec-cab1-41cb-8f44-e1a4a934dc85">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b00eccfe-7a5e-4cce-9ae9-db77388ecc0e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e26a55c9-eab7-437d-8470-3613c746fbb9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e26a55c9-eab7-437d-8470-3613c746fbb9_0_">
                      <gml:posList srsDimension="3">511005.410 5417402.560 259.139 511002.410 5417402.680 259.139 511002.650 5417408.670 259.139 511005.650 5417408.550 259.139 511005.410 5417402.560 259.139</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_cc2f197d-8de1-405a-a93c-f8bc0b098b57">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d382d579-33b1-49f2-9983-c589e5dc69fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_58c7ea0a-032d-4bbe-b2b1-6a709b1980ac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_58c7ea0a-032d-4bbe-b2b1-6a709b1980ac_0_">
                      <gml:posList srsDimension="3">511005.650 5417408.550 259.139 511002.650 5417408.670 259.139 511002.650 5417408.670 261.370 511005.650 5417408.550 261.370 511005.650 5417408.550 259.139</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_4685b206-277d-4888-9f62-57f9338bfbe2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3a67507e-4e6f-44c9-b873-c6e291d0fcfd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_397eb2f5-d852-42bd-9b6b-a788ed2bf2f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_397eb2f5-d852-42bd-9b6b-a788ed2bf2f3_0_">
                      <gml:posList srsDimension="3">511002.650 5417408.670 259.139 511002.410 5417402.680 259.139 511002.410 5417402.680 261.370 511002.650 5417408.670 261.370 511002.650 5417408.670 259.139</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_1278abdb-2c4d-46be-bf3f-32167d87ff74">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a4de30f0-40d5-474a-bb51-ae26c1e85260">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7f5b2ed6-073b-462a-9c87-5bd9de172dd6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7f5b2ed6-073b-462a-9c87-5bd9de172dd6_0_">
                      <gml:posList srsDimension="3">511002.410 5417402.680 259.139 511005.410 5417402.560 259.139 511005.410 5417402.560 261.370 511002.410 5417402.680 261.370 511002.410 5417402.680 259.139</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_f22afdc7-39cd-4ccc-8462-605da24494c4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_29be097b-d099-4e68-b62f-5ecc49ca75da">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_70a5c936-58a9-475a-bcb8-3c6168c25273">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_70a5c936-58a9-475a-bcb8-3c6168c25273_0_">
                      <gml:posList srsDimension="3">511002.410 5417402.680 261.370 511005.410 5417402.560 261.370 511005.650 5417408.550 261.370 511002.650 5417408.670 261.370 511002.410 5417402.680 261.370</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1978</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007i">
      <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>DEBWL0010001007i</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">12.944</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_ff3f86c1-25a2-4e41-8738-e2507662c36c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_8edf529c-6141-413f-92c2-d6cc2089c693">
              <gml:surfaceMember xlink:href="#Srf_987f5d88-a80e-47f0-a7a4-992db916a2f8"/>
              <gml:surfaceMember xlink:href="#Srf_beaf0ff8-b4b9-4ab8-ae9d-38383b5f6070"/>
              <gml:surfaceMember xlink:href="#Srf_10b8d3f6-e2bc-4194-a6b6-c4b5218ca1b2"/>
              <gml:surfaceMember xlink:href="#Srf_809eb211-466d-4238-83a1-12bb020a409d"/>
              <gml:surfaceMember xlink:href="#Srf_7b923bf4-ba9c-48b3-be5e-6e72a7c178f3"/>
              <gml:surfaceMember xlink:href="#Srf_a0c3fa5c-ddc3-4166-90d7-1f0add451653"/>
              <gml:surfaceMember xlink:href="#Srf_660d5d87-1801-4dcd-90c2-fd6944c5c567"/>
              <gml:surfaceMember xlink:href="#Srf_49cadf83-951a-45e5-9f97-695773729b9d"/>
              <gml:surfaceMember xlink:href="#Srf_cf62aa42-6d65-4388-bdc7-d2a574cc2204"/>
              <gml:surfaceMember xlink:href="#Srf_e641b695-3241-4a38-b48b-a82a687f244f"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_deac206e-f0aa-40af-b758-cb878068b27e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_99c7362a-7e58-4de2-ab27-d57cfcb76dd1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_49cadf83-951a-45e5-9f97-695773729b9d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_49cadf83-951a-45e5-9f97-695773729b9d_0_">
                      <gml:posList srsDimension="3">511008.631 5417438.740 268.273 511009.350 5417444.930 262.091 511009.350 5417444.930 255.329 511008.631 5417438.740 255.329 511008.631 5417438.740 268.273</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_bb694d11-5da8-4094-8bfc-72220fd3eb4e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c2f3edf4-70a1-4632-960d-a28299aea0f4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_beaf0ff8-b4b9-4ab8-ae9d-38383b5f6070">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_beaf0ff8-b4b9-4ab8-ae9d-38383b5f6070_0_">
                      <gml:posList srsDimension="3">511014.380 5417432.180 255.329 511014.700 5417435.010 255.329 511014.700 5417435.010 266.171 511014.380 5417432.180 264.178 511014.380 5417432.180 255.329</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_04d0d892-45b7-4d68-806a-c8f16a4ae741">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7856f93b-2cc4-436c-9108-0b020040ba44">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cf62aa42-6d65-4388-bdc7-d2a574cc2204">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cf62aa42-6d65-4388-bdc7-d2a574cc2204_0_">
                      <gml:posList srsDimension="3">511008.631 5417438.740 255.329 511007.960 5417432.970 255.329 511007.960 5417432.970 264.208 511008.631 5417438.740 268.273 511008.631 5417438.740 255.329</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_2bd56bed-5ec8-46f3-b47d-a177cbda667c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f7004eb5-9e7a-4ae6-8935-a1feec107ff1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_987f5d88-a80e-47f0-a7a4-992db916a2f8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_987f5d88-a80e-47f0-a7a4-992db916a2f8_0_">
                      <gml:posList srsDimension="3">511014.700 5417435.010 255.329 511015.076 5417437.957 255.329 511015.076 5417437.957 268.250 511014.700 5417435.010 266.171 511014.700 5417435.010 255.329</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_7021e498-69b1-4935-8c49-9df488585ff2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e8149ac2-1639-44cd-8a07-c1543fc43223">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_809eb211-466d-4238-83a1-12bb020a409d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_809eb211-466d-4238-83a1-12bb020a409d_0_">
                      <gml:posList srsDimension="3">511008.631 5417438.740 268.273 511007.960 5417432.970 264.208 511014.380 5417432.180 264.178 511014.700 5417435.010 266.171 511015.076 5417437.957 268.250 511008.631 5417438.740 268.273</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_13b8efe1-cf06-4155-9b5f-50d20e16f8ec">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d056e440-5539-4cbb-ab8b-d9993dca04cb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_10b8d3f6-e2bc-4194-a6b6-c4b5218ca1b2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_10b8d3f6-e2bc-4194-a6b6-c4b5218ca1b2_0_">
                      <gml:posList srsDimension="3">511015.860 5417444.110 262.095 511015.076 5417437.957 268.250 511015.076 5417437.957 255.329 511015.860 5417444.110 255.329 511015.860 5417444.110 262.095</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_6d7c2ea4-8f55-4670-b3ef-46085e41caa5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70310894-adaf-48c3-afca-93979336334e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7b923bf4-ba9c-48b3-be5e-6e72a7c178f3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7b923bf4-ba9c-48b3-be5e-6e72a7c178f3_0_">
                      <gml:posList srsDimension="3">511014.380 5417432.180 264.178 511007.960 5417432.970 264.208 511007.960 5417432.970 255.329 511014.380 5417432.180 255.329 511014.380 5417432.180 264.178</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_2d9bb84c-5224-4680-8e0c-1ff2c5bbb41b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1367be89-ea77-446a-89c5-21b046ffabf1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a0c3fa5c-ddc3-4166-90d7-1f0add451653">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a0c3fa5c-ddc3-4166-90d7-1f0add451653_0_">
                      <gml:posList srsDimension="3">511015.860 5417444.110 255.329 511009.350 5417444.930 255.329 511009.350 5417444.930 262.091 511015.860 5417444.110 262.095 511015.860 5417444.110 255.329</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_e137a06f-8894-4409-8482-7cbe4fa371a6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7ca54a00-85ce-4e8c-ae99-60ce16e3de8d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e641b695-3241-4a38-b48b-a82a687f244f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e641b695-3241-4a38-b48b-a82a687f244f_0_">
                      <gml:posList srsDimension="3">511015.860 5417444.110 262.095 511009.350 5417444.930 262.091 511008.631 5417438.740 268.273 511015.076 5417437.957 268.250 511015.860 5417444.110 262.095</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_4a7cc2a4-498c-4fb9-a7f5-433ed3cf4097">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8f0c8a8f-3f69-4684-b766-3ad9ae3a9a33">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_660d5d87-1801-4dcd-90c2-fd6944c5c567">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_660d5d87-1801-4dcd-90c2-fd6944c5c567_0_">
                      <gml:posList srsDimension="3">511007.960 5417432.970 255.329 511008.631 5417438.740 255.329 511009.350 5417444.930 255.329 511015.860 5417444.110 255.329 511015.076 5417437.957 255.329 511014.700 5417435.010 255.329 511014.380 5417432.180 255.329 511007.960 5417432.970 255.329</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1966</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007l">
      <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>DEBWL0010001007l</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">12.916</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_fa6615f2-0795-4bc9-a1c5-b4faf1d040fe">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_247d914c-d40f-417a-a0e6-57358dd818a1">
              <gml:surfaceMember xlink:href="#Srf_7930de80-acec-43f4-baf2-3e0a274de9ae"/>
              <gml:surfaceMember xlink:href="#Srf_01c3e0f3-d97b-4a3e-8845-e5f5ea51ec1d"/>
              <gml:surfaceMember xlink:href="#Srf_07bdb37e-a464-45ea-9a1e-dee6911901de"/>
              <gml:surfaceMember xlink:href="#Srf_0f77b335-ed88-4e8b-92fc-27dcd29ffbbc"/>
              <gml:surfaceMember xlink:href="#Srf_4f81e499-17d6-4f8e-b14c-560263959eac"/>
              <gml:surfaceMember xlink:href="#Srf_0eb4340f-f551-4472-ad03-af77d4e31aac"/>
              <gml:surfaceMember xlink:href="#Srf_8f442945-c70a-4c59-8796-da4a115ac22f"/>
              <gml:surfaceMember xlink:href="#Srf_faae4b72-e662-4abd-a296-4a79b2d2936c"/>
              <gml:surfaceMember xlink:href="#Srf_793522c6-f7e0-45b1-860e-4441aebaf1ad"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_b4f80604-0079-4122-b225-1c7216300ac2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3e4c343e-4164-4904-bb30-89b302510a66">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7930de80-acec-43f4-baf2-3e0a274de9ae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7930de80-acec-43f4-baf2-3e0a274de9ae_0_">
                      <gml:posList srsDimension="3">511008.630 5417438.733 268.268 511002.160 5417439.526 268.243 511001.470 5417433.770 264.186 511007.960 5417432.970 264.209 511008.630 5417438.733 268.268</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_446c81be-cdd5-48d5-afd6-083ba1955db0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_67664b8f-3461-491b-bffb-489fb86c1472">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4f81e499-17d6-4f8e-b14c-560263959eac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4f81e499-17d6-4f8e-b14c-560263959eac_0_">
                      <gml:posList srsDimension="3">511002.160 5417439.526 268.243 511002.900 5417445.700 262.078 511002.900 5417445.700 255.352 511002.160 5417439.526 255.352 511002.160 5417439.526 268.243</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_5b6e13fb-8c2a-4c03-bb9f-eef1a7fd285f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8cdfc51e-6721-4d1e-8d46-d340703bbb82">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f77b335-ed88-4e8b-92fc-27dcd29ffbbc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f77b335-ed88-4e8b-92fc-27dcd29ffbbc_0_">
                      <gml:posList srsDimension="3">511009.350 5417444.930 262.084 511002.900 5417445.700 262.078 511002.160 5417439.526 268.243 511008.630 5417438.733 268.268 511009.350 5417444.930 262.084</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_77a5f4da-2d9d-4a30-9ada-5ca2558bb807">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_466aa988-2cd5-464a-9bda-c84dc426bd4d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_faae4b72-e662-4abd-a296-4a79b2d2936c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_faae4b72-e662-4abd-a296-4a79b2d2936c_0_">
                      <gml:posList srsDimension="3">511002.160 5417439.526 255.352 511001.470 5417433.770 255.352 511001.470 5417433.770 264.186 511002.160 5417439.526 268.243 511002.160 5417439.526 255.352</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_63b2fcd6-54b7-4cf9-8e43-6381c0163aca">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3d39b405-d91a-46d3-b630-2e88207d345c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0eb4340f-f551-4472-ad03-af77d4e31aac">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0eb4340f-f551-4472-ad03-af77d4e31aac_0_">
                      <gml:posList srsDimension="3">511007.960 5417432.970 255.352 511008.630 5417438.733 255.352 511008.630 5417438.733 268.268 511007.960 5417432.970 264.209 511007.960 5417432.970 255.352</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_223c8cea-04aa-4c68-aeaf-1f0e57468d01">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9ab4d34-c773-4884-8e19-2a881ac8167a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_07bdb37e-a464-45ea-9a1e-dee6911901de">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_07bdb37e-a464-45ea-9a1e-dee6911901de_0_">
                      <gml:posList srsDimension="3">511009.350 5417444.930 262.084 511008.630 5417438.733 268.268 511008.630 5417438.733 255.352 511009.350 5417444.930 255.352 511009.350 5417444.930 262.084</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_103cff02-2dbf-443f-902a-c97c4948db3f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_983c0c13-05eb-4283-a3a0-0788ea6f6ed7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8f442945-c70a-4c59-8796-da4a115ac22f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8f442945-c70a-4c59-8796-da4a115ac22f_0_">
                      <gml:posList srsDimension="3">511001.470 5417433.770 255.352 511007.960 5417432.970 255.352 511007.960 5417432.970 264.209 511001.470 5417433.770 264.186 511001.470 5417433.770 255.352</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_c4e008aa-f0bb-4214-b55d-8394b7e2ba35">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_25c347ab-031d-4f91-8145-0263fa48a369">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_793522c6-f7e0-45b1-860e-4441aebaf1ad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_793522c6-f7e0-45b1-860e-4441aebaf1ad_0_">
                      <gml:posList srsDimension="3">511001.470 5417433.770 255.352 511002.160 5417439.526 255.352 511002.900 5417445.700 255.352 511009.350 5417444.930 255.352 511008.630 5417438.733 255.352 511007.960 5417432.970 255.352 511001.470 5417433.770 255.352</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_a1998516-bde6-4f11-bf2f-4319feb816f9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_25d5b839-09d1-4569-a7f3-855445c29f6b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_01c3e0f3-d97b-4a3e-8845-e5f5ea51ec1d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_01c3e0f3-d97b-4a3e-8845-e5f5ea51ec1d_0_">
                      <gml:posList srsDimension="3">511009.350 5417444.930 255.352 511002.900 5417445.700 255.352 511002.900 5417445.700 262.078 511009.350 5417444.930 262.084 511009.350 5417444.930 255.352</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1995</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007w">
      <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>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_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.285</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_5a8f51dd-1eb6-48cd-95b6-6c98f548d2ee">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f3564bbe-24fa-45e3-a91c-bd86dca6e581">
              <gml:surfaceMember xlink:href="#Srf_2c8e9499-1d78-431c-93da-911f117b4a42"/>
              <gml:surfaceMember xlink:href="#Srf_e51fd493-a197-4163-83c0-96199c9253f9"/>
              <gml:surfaceMember xlink:href="#Srf_b946f1ba-d49c-4c89-91d9-0b06e1dad3ef"/>
              <gml:surfaceMember xlink:href="#Srf_ed60dfcb-302c-43d3-9f52-47e080c8d2e8"/>
              <gml:surfaceMember xlink:href="#Srf_fbbd160f-3149-4834-b8b6-2185dd1843fd"/>
              <gml:surfaceMember xlink:href="#Srf_773ed73a-6324-4279-a4a8-32a1a2388455"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5ae32e99-daaf-4359-a512-d0567fa3fe0b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6551ca1e-3fec-4c5f-8dee-12d454b5a0c5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e51fd493-a197-4163-83c0-96199c9253f9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e51fd493-a197-4163-83c0-96199c9253f9_0_">
                      <gml:posList srsDimension="3">511011.640 5417408.310 259.045 511011.410 5417402.320 259.045 511011.410 5417402.320 261.330 511011.640 5417408.310 261.330 511011.640 5417408.310 259.045</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_71b69b76-4a8e-4272-8793-e6a9551788eb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e687ad68-403c-4221-a03c-15dd050e9986">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2c8e9499-1d78-431c-93da-911f117b4a42">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2c8e9499-1d78-431c-93da-911f117b4a42_0_">
                      <gml:posList srsDimension="3">511014.630 5417408.200 261.330 511011.640 5417408.310 261.330 511011.410 5417402.320 261.330 511014.400 5417402.200 261.330 511014.630 5417408.200 261.330</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_b192d4ba-6f3c-4d50-92fe-67a2d5e84755">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_445e5163-fbc8-44dc-8224-b5e877d5051a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_773ed73a-6324-4279-a4a8-32a1a2388455">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_773ed73a-6324-4279-a4a8-32a1a2388455_0_">
                      <gml:posList srsDimension="3">511011.410 5417402.320 259.045 511014.400 5417402.200 259.045 511014.400 5417402.200 261.330 511011.410 5417402.320 261.330 511011.410 5417402.320 259.045</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_47ba8e94-987a-4815-8319-c8b40133ea3a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5f0de86f-5d81-4cbb-a82e-3bfdd5e12b24">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fbbd160f-3149-4834-b8b6-2185dd1843fd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fbbd160f-3149-4834-b8b6-2185dd1843fd_0_">
                      <gml:posList srsDimension="3">511011.640 5417408.310 259.045 511014.630 5417408.200 259.045 511014.400 5417402.200 259.045 511011.410 5417402.320 259.045 511011.640 5417408.310 259.045</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_6b0e2f00-9b5e-417a-a39a-ce9abddef93e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3163b02a-07ce-46e2-803d-86f465975534">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed60dfcb-302c-43d3-9f52-47e080c8d2e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed60dfcb-302c-43d3-9f52-47e080c8d2e8_0_">
                      <gml:posList srsDimension="3">511014.400 5417402.200 259.045 511014.630 5417408.200 259.045 511014.630 5417408.200 261.330 511014.400 5417402.200 261.330 511014.400 5417402.200 259.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_5aeb2c7c-a78a-4553-8763-8e37c167fc4d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f27684fa-428b-4845-a4d5-986573eb25b9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b946f1ba-d49c-4c89-91d9-0b06e1dad3ef">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b946f1ba-d49c-4c89-91d9-0b06e1dad3ef_0_">
                      <gml:posList srsDimension="3">511014.630 5417408.200 259.045 511011.640 5417408.310 259.045 511011.640 5417408.310 261.330 511014.630 5417408.200 261.330 511014.630 5417408.200 259.045</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2012</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007m">
      <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>DEBWL0010001007m</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.011</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_9a7c8730-7c28-47b8-9d10-a9e477cc3a3e">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_12bcc364-5c1e-49a3-8df6-4964e40bbe70">
              <gml:surfaceMember xlink:href="#Srf_4c242581-d64f-498d-8f1e-892da2d29706"/>
              <gml:surfaceMember xlink:href="#Srf_8ea743dd-77ca-4330-ba62-30b91df8fbbe"/>
              <gml:surfaceMember xlink:href="#Srf_2b873dd3-bf65-4f6c-8172-04600112d098"/>
              <gml:surfaceMember xlink:href="#Srf_51cdf77a-79ee-4239-842f-f235cd598dae"/>
              <gml:surfaceMember xlink:href="#Srf_536da1de-c631-4a23-b242-6b9dc85b9a40"/>
              <gml:surfaceMember xlink:href="#Srf_63c3a1e5-3609-4f56-b3af-5017a0825b9c"/>
              <gml:surfaceMember xlink:href="#Srf_83308ec2-3aa8-4dbe-a1b2-d7175e480d45"/>
              <gml:surfaceMember xlink:href="#Srf_5e4cdd58-e4ba-4368-90d4-4930a1ffeabd"/>
              <gml:surfaceMember xlink:href="#Srf_013a1d51-cadd-4ee7-b9ad-99e7f9d65213"/>
              <gml:surfaceMember xlink:href="#Srf_3b1db787-0d0f-4c87-b087-c5b34870f2bd"/>
              <gml:surfaceMember xlink:href="#Srf_b95f9f3f-20d0-43f7-baf6-9a4a904feab3"/>
              <gml:surfaceMember xlink:href="#Srf_d3148e40-f628-41f1-b908-c5e96860066c"/>
              <gml:surfaceMember xlink:href="#Srf_004efafe-698e-42f8-95f6-14901c1d51df"/>
              <gml:surfaceMember xlink:href="#Srf_b251f6ec-cf1d-4082-bab5-4a8118baad48"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f1d90a36-2341-4fcf-849b-1fc34bf660c5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c12cf2ea-00e7-49ae-a75a-1d3da8ef28e7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8ea743dd-77ca-4330-ba62-30b91df8fbbe">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8ea743dd-77ca-4330-ba62-30b91df8fbbe_0_">
                      <gml:posList srsDimension="3">510979.560 5417434.250 255.901 510979.810 5417434.220 255.901 510979.810 5417434.220 262.950 510979.560 5417434.250 262.949 510979.560 5417434.250 255.901</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_4bde7684-9c3d-42fd-a07c-9f6abd8c76c1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6be8cebc-c522-4b59-a498-53dd1508531e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b1db787-0d0f-4c87-b087-c5b34870f2bd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b1db787-0d0f-4c87-b087-c5b34870f2bd_0_">
                      <gml:posList srsDimension="3">510985.020 5417433.590 255.901 510984.440 5417433.140 255.901 510980.270 5417433.640 255.901 510979.810 5417434.220 255.901 510979.560 5417434.250 255.901 510980.177 5417439.455 255.901 510980.330 5417440.750 255.901 510980.810 5417444.420 255.901 510993.540 5417442.860 255.901 510992.924 5417437.835 255.901 510992.290 5417432.670 255.901 510985.020 5417433.590 255.901</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_cb871556-4920-453f-b7ac-4a6555d00695">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_87217e6e-623f-42e3-9f41-85289db97f83">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_51cdf77a-79ee-4239-842f-f235cd598dae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_51cdf77a-79ee-4239-842f-f235cd598dae_0_">
                      <gml:posList srsDimension="3">510984.440 5417433.140 255.901 510985.020 5417433.590 255.901 510985.020 5417433.590 262.955 510984.440 5417433.140 262.663 510984.440 5417433.140 255.901</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_b773766a-27b1-4f55-8b18-fdf0a4b5330f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e3aa9d7f-bf9d-4ee9-ac23-621e05acb7c5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_536da1de-c631-4a23-b242-6b9dc85b9a40">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_536da1de-c631-4a23-b242-6b9dc85b9a40_0_">
                      <gml:posList srsDimension="3">510992.290 5417432.670 262.940 510985.020 5417433.590 262.955 510985.020 5417433.590 255.901 510992.290 5417432.670 255.901 510992.290 5417432.670 262.940</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_d7df789b-dcb0-4ef3-8f2f-ff3d2261a7b2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
For faster browsing, not all history is shown. View entire blame