Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
143001
143002
143003
143004
143005
143006
143007
143008
143009
143010
143011
143012
143013
143014
143015
143016
143017
143018
143019
143020
143021
143022
143023
143024
143025
143026
143027
143028
143029
143030
143031
143032
143033
143034
143035
143036
143037
143038
143039
143040
143041
143042
143043
143044
143045
143046
143047
143048
143049
143050
143051
143052
143053
143054
143055
143056
143057
143058
143059
143060
143061
143062
143063
143064
143065
143066
143067
143068
143069
143070
143071
143072
143073
143074
143075
143076
143077
143078
143079
143080
143081
143082
143083
143084
143085
143086
143087
143088
143089
143090
143091
143092
143093
143094
143095
143096
143097
143098
143099
143100
143101
143102
143103
143104
143105
143106
143107
143108
143109
143110
143111
143112
143113
143114
143115
143116
143117
143118
143119
143120
143121
143122
143123
143124
143125
143126
143127
143128
143129
143130
143131
143132
143133
143134
143135
143136
143137
143138
143139
143140
143141
143142
143143
143144
143145
143146
143147
143148
143149
143150
143151
143152
143153
143154
143155
143156
143157
143158
143159
143160
143161
143162
143163
143164
143165
143166
143167
143168
143169
143170
143171
143172
143173
143174
143175
143176
143177
143178
143179
143180
143181
143182
143183
143184
143185
143186
143187
143188
143189
143190
143191
143192
143193
143194
143195
143196
143197
143198
143199
143200
143201
143202
143203
143204
143205
143206
143207
143208
143209
143210
143211
143212
143213
143214
143215
143216
143217
143218
143219
143220
143221
143222
143223
143224
143225
143226
143227
143228
143229
143230
143231
143232
143233
143234
143235
143236
143237
143238
143239
143240
143241
143242
143243
143244
143245
143246
143247
143248
143249
143250
143251
143252
143253
143254
143255
143256
143257
143258
143259
143260
143261
143262
143263
143264
143265
143266
143267
143268
143269
143270
143271
143272
143273
143274
143275
143276
143277
143278
143279
143280
143281
143282
143283
143284
143285
143286
143287
143288
143289
143290
143291
143292
143293
143294
143295
143296
143297
143298
143299
143300
143301
143302
143303
143304
143305
143306
143307
143308
143309
143310
143311
143312
143313
143314
143315
143316
143317
143318
143319
143320
143321
143322
143323
143324
143325
143326
143327
143328
143329
143330
143331
143332
143333
143334
143335
143336
143337
143338
143339
143340
143341
143342
143343
143344
143345
143346
143347
143348
143349
143350
143351
143352
143353
143354
143355
143356
143357
143358
143359
143360
143361
143362
143363
143364
143365
143366
143367
143368
143369
143370
143371
143372
143373
143374
143375
143376
143377
143378
143379
143380
143381
143382
143383
143384
143385
143386
143387
143388
143389
143390
143391
143392
143393
143394
143395
143396
143397
143398
143399
143400
143401
143402
143403
143404
143405
143406
143407
143408
143409
143410
143411
143412
143413
143414
143415
143416
143417
143418
143419
143420
143421
143422
143423
143424
143425
143426
143427
143428
143429
143430
143431
143432
143433
143434
143435
143436
143437
143438
143439
143440
143441
143442
143443
143444
143445
143446
143447
143448
143449
143450
143451
143452
143453
143454
143455
143456
143457
143458
143459
143460
143461
143462
143463
143464
143465
143466
143467
143468
143469
143470
143471
143472
143473
143474
143475
143476
143477
143478
143479
143480
143481
143482
143483
143484
143485
143486
143487
143488
143489
143490
143491
143492
143493
143494
143495
143496
143497
143498
143499
143500
143501
143502
143503
143504
143505
143506
143507
143508
143509
143510
143511
143512
143513
143514
143515
143516
143517
143518
143519
143520
143521
143522
143523
143524
143525
143526
143527
143528
143529
143530
143531
143532
143533
143534
143535
143536
143537
143538
143539
143540
143541
143542
143543
143544
143545
143546
143547
143548
143549
143550
143551
143552
143553
143554
143555
143556
143557
143558
143559
143560
143561
143562
143563
143564
143565
143566
143567
143568
143569
143570
143571
143572
143573
143574
143575
143576
143577
143578
143579
143580
143581
143582
143583
143584
143585
143586
143587
143588
143589
143590
143591
143592
143593
143594
143595
143596
143597
143598
143599
143600
143601
143602
143603
143604
143605
143606
143607
143608
143609
143610
143611
143612
143613
143614
143615
143616
143617
143618
143619
143620
143621
143622
143623
143624
143625
143626
143627
143628
143629
143630
143631
143632
143633
143634
143635
143636
143637
143638
143639
143640
143641
143642
143643
143644
143645
143646
143647
143648
143649
143650
143651
143652
143653
143654
143655
143656
143657
143658
143659
143660
143661
143662
143663
143664
143665
143666
143667
143668
143669
143670
143671
143672
143673
143674
143675
143676
143677
143678
143679
143680
143681
143682
143683
143684
143685
143686
143687
143688
143689
143690
143691
143692
143693
143694
143695
143696
143697
143698
143699
143700
143701
143702
143703
143704
143705
143706
143707
143708
143709
143710
143711
143712
143713
143714
143715
143716
143717
143718
143719
143720
143721
143722
143723
143724
143725
143726
143727
143728
143729
143730
143731
143732
143733
143734
143735
143736
143737
143738
143739
143740
143741
143742
143743
143744
143745
143746
143747
143748
143749
143750
143751
143752
143753
143754
143755
143756
143757
143758
143759
143760
143761
143762
143763
143764
143765
143766
143767
143768
143769
143770
143771
143772
143773
143774
143775
143776
143777
143778
143779
143780
143781
143782
143783
143784
143785
143786
143787
143788
143789
143790
143791
143792
143793
143794
143795
143796
143797
143798
143799
143800
143801
143802
143803
143804
143805
143806
143807
143808
143809
143810
143811
143812
143813
143814
143815
143816
143817
143818
143819
143820
143821
143822
143823
143824
143825
143826
143827
143828
143829
143830
143831
143832
143833
143834
143835
143836
143837
143838
143839
143840
143841
143842
143843
143844
143845
143846
143847
143848
143849
143850
143851
143852
143853
143854
143855
143856
143857
143858
143859
143860
143861
143862
143863
143864
143865
143866
143867
143868
143869
143870
143871
143872
143873
143874
143875
143876
143877
143878
143879
143880
143881
143882
143883
143884
143885
143886
143887
143888
143889
143890
143891
143892
143893
143894
143895
143896
143897
143898
143899
143900
143901
143902
143903
143904
143905
143906
143907
143908
143909
143910
143911
143912
143913
143914
143915
143916
143917
143918
143919
143920
143921
143922
143923
143924
143925
143926
143927
143928
143929
143930
143931
143932
143933
143934
143935
143936
143937
143938
143939
143940
143941
143942
143943
143944
143945
143946
143947
143948
143949
143950
143951
143952
143953
143954
143955
143956
143957
143958
143959
143960
143961
143962
143963
143964
143965
143966
143967
143968
143969
143970
143971
143972
143973
143974
143975
143976
143977
143978
143979
143980
143981
143982
143983
143984
143985
143986
143987
143988
143989
143990
143991
143992
143993
143994
143995
143996
143997
143998
143999
144000
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6c97c44d-4a6b-48ad-bb71-64caa975279c_0_">
                      <gml:posList srsDimension="3">511125.240 5417359.260 266.249 511131.230 5417358.540 266.249 511130.750 5417352.720 266.249 511124.740 5417353.220 266.249 511125.240 5417359.260 266.249</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1929</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMd">
      <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>DEBWL0010000ZZMd</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.468</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_9db500e7-1c08-422d-811f-87b149cb49a9">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b34af0d7-8b56-4e16-9028-0afdc4e967ca">
              <gml:surfaceMember xlink:href="#Srf_800bd31b-eb50-42cf-bc9d-8efbdbe7370e"/>
              <gml:surfaceMember xlink:href="#Srf_6e60356d-b4f7-4a28-9a7a-1fe17f9f8aba"/>
              <gml:surfaceMember xlink:href="#Srf_7d1af103-c591-4708-a494-6421b06219a1"/>
              <gml:surfaceMember xlink:href="#Srf_a7627023-ec81-4e8f-ae80-a23dcc2a39d1"/>
              <gml:surfaceMember xlink:href="#Srf_42a476f3-4ad4-4785-ba0c-3aaa6a9cef69"/>
              <gml:surfaceMember xlink:href="#Srf_20864eb8-1d79-4770-8f23-17f9b630b430"/>
              <gml:surfaceMember xlink:href="#Srf_798073b9-5bfc-4a92-8bd0-b3b998519967"/>
              <gml:surfaceMember xlink:href="#Srf_c7e61ccb-7cf3-45d2-9fd0-3665c45d7e32"/>
              <gml:surfaceMember xlink:href="#Srf_d96ad303-8885-4ee4-b1ba-75ae7c0ed141"/>
              <gml:surfaceMember xlink:href="#Srf_5527796e-0240-492a-bf1b-abb2e748453b"/>
              <gml:surfaceMember xlink:href="#Srf_2fc3a77b-3566-4f03-a91d-42f8c0d0757c"/>
              <gml:surfaceMember xlink:href="#Srf_550c1987-9672-4d4b-92a1-de43663c625a"/>
              <gml:surfaceMember xlink:href="#Srf_6bd71074-c595-4f24-a81e-9a2c882360ce"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_8c19cc18-5ebe-4cd2-9c49-58eefbb8afb5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6676a06a-d0b6-4f6e-9bf3-a656ee036a7f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6bd71074-c595-4f24-a81e-9a2c882360ce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6bd71074-c595-4f24-a81e-9a2c882360ce_0_">
                      <gml:posList srsDimension="3">511080.880 5417380.530 268.827 511080.714 5417375.798 273.888 511080.714 5417375.798 263.448 511080.880 5417380.530 263.448 511080.880 5417380.530 268.827</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_225a1912-b8ee-496c-a79a-8020032081b5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7c7bd79b-d6ce-42be-945d-0e05bc385530">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_42a476f3-4ad4-4785-ba0c-3aaa6a9cef69">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_42a476f3-4ad4-4785-ba0c-3aaa6a9cef69_0_">
                      <gml:posList srsDimension="3">511080.540 5417371.000 268.839 511071.430 5417371.330 268.872 511071.430 5417371.330 263.448 511080.540 5417371.000 263.448 511080.540 5417371.000 268.839</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_dac9103d-4aea-4392-97ae-15853d682e2b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5204bdbe-0385-4103-8d84-09d01ca3cecd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_798073b9-5bfc-4a92-8bd0-b3b998519967">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_798073b9-5bfc-4a92-8bd0-b3b998519967_0_">
                      <gml:posList srsDimension="3">511080.880 5417380.530 263.448 511080.620 5417380.540 263.448 511080.620 5417380.540 268.827 511080.880 5417380.530 268.827 511080.880 5417380.530 263.448</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_0d164148-a166-4861-9026-da40fbc4bb20">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_00eeaaf8-4a7d-4725-a0c1-c649de0cca48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5527796e-0240-492a-bf1b-abb2e748453b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5527796e-0240-492a-bf1b-abb2e748453b_0_">
                      <gml:posList srsDimension="3">511080.714 5417375.798 263.448 511080.650 5417373.980 263.448 511080.540 5417371.000 263.448 511071.430 5417371.330 263.448 511071.574 5417376.124 263.448 511071.660 5417378.990 263.448 511077.430 5417378.760 263.448 511077.510 5417380.680 263.448 511080.620 5417380.540 263.448 511080.880 5417380.530 263.448 511080.714 5417375.798 263.448</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_b54be04f-ea82-40fb-ac6d-21c7954a8e4d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8d686a09-a0e3-4f05-bb17-f39210378206">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_20864eb8-1d79-4770-8f23-17f9b630b430">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_20864eb8-1d79-4770-8f23-17f9b630b430_0_">
                      <gml:posList srsDimension="3">511080.620 5417380.540 263.448 511077.510 5417380.680 263.448 511077.510 5417380.680 268.806 511080.620 5417380.540 268.827 511080.620 5417380.540 263.448</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_054fab98-0d80-45fc-8487-eb15f06ee2d9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dc0ce8e6-7b63-4129-9613-7e56819d9bba">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6e60356d-b4f7-4a28-9a7a-1fe17f9f8aba">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6e60356d-b4f7-4a28-9a7a-1fe17f9f8aba_0_">
                      <gml:posList srsDimension="3">511077.430 5417378.760 270.860 511077.510 5417380.680 268.806 511077.510 5417380.680 263.448 511077.430 5417378.760 263.448 511077.430 5417378.760 270.860</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_ccc10c0f-3d12-4b34-bd45-9ff95a45093b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_727c6485-27fb-48c2-9505-378813feb7a6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7d1af103-c591-4708-a494-6421b06219a1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7d1af103-c591-4708-a494-6421b06219a1_0_">
                      <gml:posList srsDimension="3">511077.430 5417378.760 263.448 511071.660 5417378.990 263.448 511071.660 5417378.990 270.852 511077.430 5417378.760 270.860 511077.430 5417378.760 263.448</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_b46ee3c9-615b-4fe8-8bba-c28c40f254e7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_76b4d531-940d-4dc9-898e-8d0839496ff0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_550c1987-9672-4d4b-92a1-de43663c625a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_550c1987-9672-4d4b-92a1-de43663c625a_0_">
                      <gml:posList srsDimension="3">511080.650 5417373.980 271.975 511080.714 5417375.798 273.888 511071.574 5417376.124 273.916 511071.430 5417371.330 268.872 511080.540 5417371.000 268.839 511080.650 5417373.980 271.975</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_c64ac2ed-ea1b-4415-9bcc-4ddf243b2904">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f7ae5ce8-fc48-41b4-ab88-8aae4135748b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a7627023-ec81-4e8f-ae80-a23dcc2a39d1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a7627023-ec81-4e8f-ae80-a23dcc2a39d1_0_">
                      <gml:posList srsDimension="3">511071.574 5417376.124 273.916 511071.660 5417378.990 270.852 511071.660 5417378.990 263.448 511071.574 5417376.124 263.448 511071.574 5417376.124 273.916</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_8294ec1a-da16-4e5e-9812-cf9cefe42ea2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6ce2e6c1-125b-4eaa-9633-e5dc50920760">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d96ad303-8885-4ee4-b1ba-75ae7c0ed141">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d96ad303-8885-4ee4-b1ba-75ae7c0ed141_0_">
                      <gml:posList srsDimension="3">511071.660 5417378.990 270.852 511071.574 5417376.124 273.916 511080.714 5417375.798 273.888 511080.880 5417380.530 268.827 511080.620 5417380.540 268.827 511077.510 5417380.680 268.806 511077.430 5417378.760 270.860 511071.660 5417378.990 270.852</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_546ce0fc-41e7-4c44-b4d7-0e7ba7d52b8c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9eea0835-ffec-45cb-b583-b013886f7bf4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_800bd31b-eb50-42cf-bc9d-8efbdbe7370e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_800bd31b-eb50-42cf-bc9d-8efbdbe7370e_0_">
                      <gml:posList srsDimension="3">511080.540 5417371.000 263.448 511080.650 5417373.980 263.448 511080.650 5417373.980 271.975 511080.540 5417371.000 268.839 511080.540 5417371.000 263.448</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_90600666-bd6a-4e99-9f55-7536334cfb7f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cb8de08f-bbd6-49b0-ba23-e896c843198c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2fc3a77b-3566-4f03-a91d-42f8c0d0757c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2fc3a77b-3566-4f03-a91d-42f8c0d0757c_0_">
                      <gml:posList srsDimension="3">511071.574 5417376.124 263.448 511071.430 5417371.330 263.448 511071.430 5417371.330 268.872 511071.574 5417376.124 273.916 511071.574 5417376.124 263.448</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_fa9fb899-c88c-4ba0-a0d4-02db9abc7fa5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c4b5e6c9-751b-4718-a1b3-50e773cc1ddc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c7e61ccb-7cf3-45d2-9fd0-3665c45d7e32">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c7e61ccb-7cf3-45d2-9fd0-3665c45d7e32_0_">
                      <gml:posList srsDimension="3">511080.650 5417373.980 263.448 511080.714 5417375.798 263.448 511080.714 5417375.798 273.888 511080.650 5417373.980 271.975 511080.650 5417373.980 263.448</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1960</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMc">
      <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>DEBWL0010000ZZMc</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.176</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_61824048-0b94-47bc-b8b9-3b5cfb11a92d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_2a639329-1404-4315-a89c-a403c2fca771">
              <gml:surfaceMember xlink:href="#Srf_b7011255-0e35-4f36-a90c-e24c39e27696"/>
              <gml:surfaceMember xlink:href="#Srf_695d7264-4be1-4f42-bdcc-d17f61e62056"/>
              <gml:surfaceMember xlink:href="#Srf_49cad370-4e65-480c-97ad-65b6f58b5028"/>
              <gml:surfaceMember xlink:href="#Srf_e79c9b60-75b3-4a03-a3c5-b50e2642a69d"/>
              <gml:surfaceMember xlink:href="#Srf_8fef60c4-eced-4d4f-9de4-a845a8e481d4"/>
              <gml:surfaceMember xlink:href="#Srf_c9497816-3d28-48fa-8b7d-85ab078b64b7"/>
              <gml:surfaceMember xlink:href="#Srf_afc2bb92-a196-4c33-a175-11cd482bcd9f"/>
              <gml:surfaceMember xlink:href="#Srf_950cf027-eb86-4038-b104-334732860e78"/>
              <gml:surfaceMember xlink:href="#Srf_e932bb33-9a5b-4496-ab62-83611d7b52b8"/>
              <gml:surfaceMember xlink:href="#Srf_cd2471df-781f-4385-b7c9-14f92b426c2a"/>
              <gml:surfaceMember xlink:href="#Srf_36e55810-df99-48b1-9c55-c23e3302dbc2"/>
              <gml:surfaceMember xlink:href="#Srf_c8935e76-7b12-4faa-bf65-b8089e40afc2"/>
              <gml:surfaceMember xlink:href="#Srf_f2ef1623-4392-423e-b115-46719f9a3e55"/>
              <gml:surfaceMember xlink:href="#Srf_bbf9b38f-9a44-4479-856d-94d8ce726f86"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_23fc8af1-a0e5-431d-a278-77ab8833fdfe">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d6c55a06-d46a-4158-a786-f2eb35c45bad">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e79c9b60-75b3-4a03-a3c5-b50e2642a69d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e79c9b60-75b3-4a03-a3c5-b50e2642a69d_0_">
                      <gml:posList srsDimension="3">511060.520 5417379.260 272.101 511056.740 5417379.410 272.075 511056.630 5417376.562 273.985 511071.574 5417376.135 273.978 511071.660 5417378.990 272.064 511071.830 5417381.030 270.694 511060.590 5417381.380 270.680 511060.520 5417379.260 272.101</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_9feb31aa-5b73-43bd-81ea-a7db9c581849">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_522fde02-9047-4273-9c49-1baa88478086">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e932bb33-9a5b-4496-ab62-83611d7b52b8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e932bb33-9a5b-4496-ab62-83611d7b52b8_0_">
                      <gml:posList srsDimension="3">511056.630 5417376.562 273.985 511056.740 5417379.410 272.075 511056.740 5417379.410 262.809 511056.630 5417376.562 262.809 511056.630 5417376.562 273.985</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_a9367e82-1de3-42f8-8e22-2e400934cfd7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5a2f8c92-5b57-4c48-8f7a-a6059a487faf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_950cf027-eb86-4038-b104-334732860e78">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_950cf027-eb86-4038-b104-334732860e78_0_">
                      <gml:posList srsDimension="3">511060.370 5417373.310 262.809 511060.310 5417371.680 262.809 511060.310 5417371.680 270.746 511060.370 5417373.310 271.852 511060.370 5417373.310 262.809</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_d8716c2f-a3be-483c-80ed-65522c3d3770">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8661608f-4cdf-4e50-84fd-a0a7a583fdb8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bbf9b38f-9a44-4479-856d-94d8ce726f86">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bbf9b38f-9a44-4479-856d-94d8ce726f86_0_">
                      <gml:posList srsDimension="3">511056.630 5417376.562 262.809 511056.510 5417373.430 262.809 511056.510 5417373.430 271.860 511056.630 5417376.562 273.985 511056.630 5417376.562 262.809</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_2b595ce0-2e9e-436d-891f-0593c921df6d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_30ddff1a-20c1-41d5-bd61-4a96c6bc4421">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c8935e76-7b12-4faa-bf65-b8089e40afc2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c8935e76-7b12-4faa-bf65-b8089e40afc2_0_">
                      <gml:posList srsDimension="3">511071.430 5417371.330 270.719 511060.310 5417371.680 270.746 511060.310 5417371.680 262.809 511071.430 5417371.330 262.809 511071.430 5417371.330 270.719</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_8ae3dbdf-28a6-4c78-87b1-b715f6ed4c54">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_961e8822-8112-47f5-8680-88ad8145465b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cd2471df-781f-4385-b7c9-14f92b426c2a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cd2471df-781f-4385-b7c9-14f92b426c2a_0_">
                      <gml:posList srsDimension="3">511060.370 5417373.310 271.852 511056.510 5417373.430 271.860 511056.510 5417373.430 262.809 511060.370 5417373.310 262.809 511060.370 5417373.310 271.852</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_413b4ae1-9874-4a41-b9f7-a1d995d9a6e1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_de62c58c-ecff-42ad-993a-fccc71696b53">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9497816-3d28-48fa-8b7d-85ab078b64b7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9497816-3d28-48fa-8b7d-85ab078b64b7_0_">
                      <gml:posList srsDimension="3">511071.430 5417371.330 262.809 511071.574 5417376.135 262.809 511071.574 5417376.135 273.978 511071.430 5417371.330 270.719 511071.430 5417371.330 262.809</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_10811c6d-8529-4218-9fe5-8db28e831817">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e6c46bc6-7521-4364-bc61-d662f1f48eca">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_695d7264-4be1-4f42-bdcc-d17f61e62056">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_695d7264-4be1-4f42-bdcc-d17f61e62056_0_">
                      <gml:posList srsDimension="3">511071.430 5417371.330 262.809 511060.310 5417371.680 262.809 511060.370 5417373.310 262.809 511056.510 5417373.430 262.809 511056.630 5417376.562 262.809 511056.740 5417379.410 262.809 511060.520 5417379.260 262.809 511060.590 5417381.380 262.809 511071.830 5417381.030 262.809 511071.660 5417378.990 262.809 511071.574 5417376.135 262.809 511071.430 5417371.330 262.809</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_370ee75a-2057-4cc8-b53e-f8f04941f165">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_99bf86f5-a979-473c-be5c-508507e26a09">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_36e55810-df99-48b1-9c55-c23e3302dbc2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_36e55810-df99-48b1-9c55-c23e3302dbc2_0_">
                      <gml:posList srsDimension="3">511071.660 5417378.990 272.064 511071.574 5417376.135 273.978 511071.574 5417376.135 262.809 511071.660 5417378.990 262.809 511071.660 5417378.990 272.064</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_edbe8a7f-9317-4589-90fd-d9edb7e0f150">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_186a0601-f9fc-431d-a824-269859f73600">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b7011255-0e35-4f36-a90c-e24c39e27696">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b7011255-0e35-4f36-a90c-e24c39e27696_0_">
                      <gml:posList srsDimension="3">511071.830 5417381.030 270.694 511071.660 5417378.990 272.064 511071.660 5417378.990 262.809 511071.830 5417381.030 262.809 511071.830 5417381.030 270.694</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_5a02cb83-1f1c-4205-935a-b887eb5db9c2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8a0c7bd6-d1a0-4f12-be19-90c72c7c056c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_afc2bb92-a196-4c33-a175-11cd482bcd9f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_afc2bb92-a196-4c33-a175-11cd482bcd9f_0_">
                      <gml:posList srsDimension="3">511071.830 5417381.030 262.809 511060.590 5417381.380 262.809 511060.590 5417381.380 270.680 511071.830 5417381.030 270.694 511071.830 5417381.030 262.809</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_2d24e95d-824a-4ae2-996c-bd905800d811">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9e234075-444f-41c1-b7b4-9815b7dc7f82">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f2ef1623-4392-423e-b115-46719f9a3e55">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f2ef1623-4392-423e-b115-46719f9a3e55_0_">
                      <gml:posList srsDimension="3">511060.520 5417379.260 272.101 511060.590 5417381.380 270.680 511060.590 5417381.380 262.809 511060.520 5417379.260 262.809 511060.520 5417379.260 272.101</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_90dcf6dc-fd95-48cf-bce5-1a1fb93cb5a1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_631ff899-0221-4605-870d-314d6902e2aa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_49cad370-4e65-480c-97ad-65b6f58b5028">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_49cad370-4e65-480c-97ad-65b6f58b5028_0_">
                      <gml:posList srsDimension="3">511060.310 5417371.680 270.746 511071.430 5417371.330 270.719 511071.574 5417376.135 273.978 511056.630 5417376.562 273.985 511056.510 5417373.430 271.860 511060.370 5417373.310 271.852 511060.310 5417371.680 270.746</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_89a4947c-0f3b-4497-beb0-c70cb749c1fd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da9ac34b-29e3-407d-a614-b109ddc0a637">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8fef60c4-eced-4d4f-9de4-a845a8e481d4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8fef60c4-eced-4d4f-9de4-a845a8e481d4_0_">
                      <gml:posList srsDimension="3">511060.520 5417379.260 262.809 511056.740 5417379.410 262.809 511056.740 5417379.410 272.075 511060.520 5417379.260 272.101 511060.520 5417379.260 262.809</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1978</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMu">
      <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>DEBWL0010000ZZMu</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.405</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_20130004-ef78-401c-b6a8-1ae6c351c628">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_59f11a90-7e4a-41ff-a5be-15999bc51ec2">
              <gml:surfaceMember xlink:href="#Srf_b3c5d873-1660-414c-afd7-aedf17b520f8"/>
              <gml:surfaceMember xlink:href="#Srf_2e97be18-26cb-4dfa-8ac1-85835d499a90"/>
              <gml:surfaceMember xlink:href="#Srf_de141c61-f896-4a81-96e9-b34be69b92f4"/>
              <gml:surfaceMember xlink:href="#Srf_3920fdf3-51cd-448b-8e39-01f77c54a83f"/>
              <gml:surfaceMember xlink:href="#Srf_cf0205b1-b076-4b2b-a9fd-9ea154f78162"/>
              <gml:surfaceMember xlink:href="#Srf_aa79aa6d-a327-476d-8317-a6b1b9ff1098"/>
              <gml:surfaceMember xlink:href="#Srf_7dece37d-d7cb-482c-bc23-817f991f9798"/>
              <gml:surfaceMember xlink:href="#Srf_3858d5a8-6dbe-473b-ae12-f424053ae142"/>
              <gml:surfaceMember xlink:href="#Srf_88471cf6-ba70-4cdd-b9e6-09e5e3afa335"/>
              <gml:surfaceMember xlink:href="#Srf_afdd648b-8020-488d-a71b-54051cf69ed6"/>
              <gml:surfaceMember xlink:href="#Srf_00981ce9-1035-4eba-98d5-c3f47b880a7c"/>
              <gml:surfaceMember xlink:href="#Srf_7cb4d90e-483b-49bb-a088-f1d9474142a6"/>
              <gml:surfaceMember xlink:href="#Srf_80034482-7197-4f56-831d-19a5d7becd5f"/>
              <gml:surfaceMember xlink:href="#Srf_aabdbb46-855c-438e-ba85-39f275b59ccb"/>
              <gml:surfaceMember xlink:href="#Srf_59c135c0-1a58-4d65-831b-0e33334abbf3"/>
              <gml:surfaceMember xlink:href="#Srf_3fb4b722-eca8-4905-93ec-f622996cdf2b"/>
              <gml:surfaceMember xlink:href="#Srf_30f27b96-c4c4-43c2-a8cc-e6688e151d8c"/>
              <gml:surfaceMember xlink:href="#Srf_bd7bdf8d-8e22-4dc2-b495-ce8b1736318d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b85b61da-4489-4ee9-aec5-1df6e69b6dce">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3b698552-a897-46bf-80b6-016fbf16ad48">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bd7bdf8d-8e22-4dc2-b495-ce8b1736318d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bd7bdf8d-8e22-4dc2-b495-ce8b1736318d_0_">
                      <gml:posList srsDimension="3">511122.480 5417347.140 276.836 511122.230 5417347.160 276.837 511122.230 5417347.160 266.740 511122.480 5417347.140 266.740 511122.480 5417347.140 276.836</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_0caac421-afe7-449a-88db-ab7e43823575">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f13b83c1-6f90-4b61-9f83-4e0ede70de45">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_59c135c0-1a58-4d65-831b-0e33334abbf3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_59c135c0-1a58-4d65-831b-0e33334abbf3_0_">
                      <gml:posList srsDimension="3">511133.480 5417340.990 266.740 511133.780 5417340.970 266.740 511133.780 5417340.970 274.471 511133.480 5417340.990 274.468 511133.480 5417340.990 266.740</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_1173e3b1-6ac5-4111-8636-f715d2011ad2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f43e9aab-16ae-4bab-84b6-59292c70b602">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aabdbb46-855c-438e-ba85-39f275b59ccb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aabdbb46-855c-438e-ba85-39f275b59ccb_0_">
                      <gml:posList srsDimension="3">511122.434 5417346.609 277.146 511122.480 5417347.140 276.836 511122.480 5417347.140 266.740 511122.434 5417346.609 266.740 511122.434 5417346.609 277.146</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_5c14b6a0-a700-43ee-9db9-9f0aaeaf100f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_117fac8e-8364-4846-b767-bc18d0180361">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_afdd648b-8020-488d-a71b-54051cf69ed6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_afdd648b-8020-488d-a71b-54051cf69ed6_0_">
                      <gml:posList srsDimension="3">511133.780 5417340.970 266.740 511134.165 5417345.597 266.740 511134.165 5417345.597 277.140 511133.780 5417340.970 274.471 511133.780 5417340.970 266.740</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_3754d5b9-251c-44e9-9f35-0a2385df05a2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_69f1d445-b83b-42f7-95bb-c19b2080551b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_30f27b96-c4c4-43c2-a8cc-e6688e151d8c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_30f27b96-c4c4-43c2-a8cc-e6688e151d8c_0_">
                      <gml:posList srsDimension="3">511122.434 5417346.609 266.740 511121.940 5417340.950 266.740 511121.940 5417340.950 273.880 511122.434 5417346.609 277.146 511122.434 5417346.609 266.740</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_7a664c24-aaaf-4518-8963-da79f457140f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b8d5ef2a-ee56-459e-ae4e-da1c5396c70c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2e97be18-26cb-4dfa-8ac1-85835d499a90">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2e97be18-26cb-4dfa-8ac1-85835d499a90_0_">
                      <gml:posList srsDimension="3">511121.940 5417340.950 266.740 511130.520 5417340.230 266.740 511130.520 5417340.230 273.888 511121.940 5417340.950 273.880 511121.940 5417340.950 266.740</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_13a77044-a808-4943-a408-30a50ef01b48">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_95630b4b-f6b9-450d-838e-7f7a52bd4485">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7cb4d90e-483b-49bb-a088-f1d9474142a6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7cb4d90e-483b-49bb-a088-f1d9474142a6_0_">
                      <gml:posList srsDimension="3">511134.240 5417346.500 276.613 511134.165 5417345.597 277.140 511134.165 5417345.597 266.740 511134.240 5417346.500 266.740 511134.240 5417346.500 276.613</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_de0ebd36-bce8-459d-ba97-fde6b2a83faf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8f9ddb4e-b443-4142-ab60-cc26e550bbcf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cf0205b1-b076-4b2b-a9fd-9ea154f78162">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cf0205b1-b076-4b2b-a9fd-9ea154f78162_0_">
                      <gml:posList srsDimension="3">511134.590 5417350.720 274.153 511134.240 5417346.500 276.613 511134.240 5417346.500 266.740 511134.590 5417350.720 266.740 511134.590 5417350.720 274.153</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_ce8b1e8d-e757-4f45-91ca-fd7c4d6daef8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ea4728fc-4ad7-4d28-b8bb-fa3f3df99c6c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7dece37d-d7cb-482c-bc23-817f991f9798">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7dece37d-d7cb-482c-bc23-817f991f9798_0_">
                      <gml:posList srsDimension="3">511133.480 5417340.990 266.740 511130.600 5417341.230 266.740 511130.520 5417340.230 266.740 511121.940 5417340.950 266.740 511122.434 5417346.609 266.740 511122.480 5417347.140 266.740 511122.230 5417347.160 266.740 511122.610 5417351.480 266.740 511125.610 5417351.220 266.740 511125.630 5417351.480 266.740 511134.590 5417350.720 266.740 511134.240 5417346.500 266.740 511134.165 5417345.597 266.740 511133.780 5417340.970 266.740 511133.480 5417340.990 266.740</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_0f3d4a1e-73d1-4dee-9ceb-3379f4adf9d2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_75741b08-bfb2-4ee8-a5e7-28ec26dc33e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_00981ce9-1035-4eba-98d5-c3f47b880a7c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_00981ce9-1035-4eba-98d5-c3f47b880a7c_0_">
                      <gml:posList srsDimension="3">511134.165 5417345.597 277.140 511122.434 5417346.609 277.146 511121.940 5417340.950 273.880 511130.520 5417340.230 273.888 511130.600 5417341.230 274.464 511133.480 5417340.990 274.468 511133.780 5417340.970 274.471 511134.165 5417345.597 277.140</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_f993d2f8-4f28-40ee-8614-15e8248e999e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_07775107-0936-494d-a3b6-82533d5ca960">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa79aa6d-a327-476d-8317-a6b1b9ff1098">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa79aa6d-a327-476d-8317-a6b1b9ff1098_0_">
                      <gml:posList srsDimension="3">511125.630 5417351.480 274.165 511134.590 5417350.720 274.153 511134.590 5417350.720 266.740 511125.630 5417351.480 266.740 511125.630 5417351.480 274.165</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_898100d3-68e4-4bb3-9d38-ecd2008f5057">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b0ec7305-b5b3-4fe0-aa5e-787d882058aa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3858d5a8-6dbe-473b-ae12-f424053ae142">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3858d5a8-6dbe-473b-ae12-f424053ae142_0_">
                      <gml:posList srsDimension="3">511122.434 5417346.609 277.146 511125.610 5417351.220 274.317 511122.610 5417351.480 274.318 511122.230 5417347.160 276.837 511122.480 5417347.140 276.836 511122.434 5417346.609 277.146</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_2bf873ad-5fc0-4c80-96e0-21e4646447f4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_88d3a283-3373-41e1-868f-56f66040086d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_88471cf6-ba70-4cdd-b9e6-09e5e3afa335">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_88471cf6-ba70-4cdd-b9e6-09e5e3afa335_0_">
                      <gml:posList srsDimension="3">511125.610 5417351.220 274.317 511125.630 5417351.480 274.165 511125.630 5417351.480 266.740 511125.610 5417351.220 266.740 511125.610 5417351.220 274.317</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_a19f1702-a279-48cb-bb25-55dda2336c19">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9f9643d1-b238-464f-91ea-cf57a9862c30">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3fb4b722-eca8-4905-93ec-f622996cdf2b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3fb4b722-eca8-4905-93ec-f622996cdf2b_0_">
                      <gml:posList srsDimension="3">511134.590 5417350.720 274.153 511125.630 5417351.480 274.165 511125.610 5417351.220 274.317 511122.434 5417346.609 277.146 511134.165 5417345.597 277.140 511134.240 5417346.500 276.613 511134.590 5417350.720 274.153</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_2966ca56-4e16-44c9-9c7d-2685fff06758">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0bcd8974-11b4-482b-b2ae-4a7a3b61a7a6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80034482-7197-4f56-831d-19a5d7becd5f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80034482-7197-4f56-831d-19a5d7becd5f_0_">
                      <gml:posList srsDimension="3">511122.610 5417351.480 274.318 511125.610 5417351.220 274.317 511125.610 5417351.220 266.740 511122.610 5417351.480 266.740 511122.610 5417351.480 274.318</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_9744cdbe-d913-4e7a-ae3c-1d2a010b6ee6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ca4234d5-3fd2-4eab-86d1-7d0fbdc07c23">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de141c61-f896-4a81-96e9-b34be69b92f4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de141c61-f896-4a81-96e9-b34be69b92f4_0_">
                      <gml:posList srsDimension="3">511130.520 5417340.230 266.740 511130.600 5417341.230 266.740 511130.600 5417341.230 274.464 511130.520 5417340.230 273.888 511130.520 5417340.230 266.740</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_859aca9c-77e3-46bd-b476-c46a0165af63">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6a5f13e8-0e52-4b79-8d6c-f6fcbc585d21">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b3c5d873-1660-414c-afd7-aedf17b520f8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b3c5d873-1660-414c-afd7-aedf17b520f8_0_">
                      <gml:posList srsDimension="3">511122.230 5417347.160 276.837 511122.610 5417351.480 274.318 511122.610 5417351.480 266.740 511122.230 5417347.160 266.740 511122.230 5417347.160 276.837</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_9178fcff-bff9-4840-8d8c-66e1debabbbf">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e215a06f-e1f0-4646-80d6-559e2bac4290">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3920fdf3-51cd-448b-8e39-01f77c54a83f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3920fdf3-51cd-448b-8e39-01f77c54a83f_0_">
                      <gml:posList srsDimension="3">511130.600 5417341.230 266.740 511133.480 5417340.990 266.740 511133.480 5417340.990 274.468 511130.600 5417341.230 274.464 511130.600 5417341.230 266.740</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1945</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZMj">
      <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>DEBWL0010000ZZMj</core:name>
        </core:externalObject>
For faster browsing, not all history is shown. View entire blame