Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
70001
70002
70003
70004
70005
70006
70007
70008
70009
70010
70011
70012
70013
70014
70015
70016
70017
70018
70019
70020
70021
70022
70023
70024
70025
70026
70027
70028
70029
70030
70031
70032
70033
70034
70035
70036
70037
70038
70039
70040
70041
70042
70043
70044
70045
70046
70047
70048
70049
70050
70051
70052
70053
70054
70055
70056
70057
70058
70059
70060
70061
70062
70063
70064
70065
70066
70067
70068
70069
70070
70071
70072
70073
70074
70075
70076
70077
70078
70079
70080
70081
70082
70083
70084
70085
70086
70087
70088
70089
70090
70091
70092
70093
70094
70095
70096
70097
70098
70099
70100
70101
70102
70103
70104
70105
70106
70107
70108
70109
70110
70111
70112
70113
70114
70115
70116
70117
70118
70119
70120
70121
70122
70123
70124
70125
70126
70127
70128
70129
70130
70131
70132
70133
70134
70135
70136
70137
70138
70139
70140
70141
70142
70143
70144
70145
70146
70147
70148
70149
70150
70151
70152
70153
70154
70155
70156
70157
70158
70159
70160
70161
70162
70163
70164
70165
70166
70167
70168
70169
70170
70171
70172
70173
70174
70175
70176
70177
70178
70179
70180
70181
70182
70183
70184
70185
70186
70187
70188
70189
70190
70191
70192
70193
70194
70195
70196
70197
70198
70199
70200
70201
70202
70203
70204
70205
70206
70207
70208
70209
70210
70211
70212
70213
70214
70215
70216
70217
70218
70219
70220
70221
70222
70223
70224
70225
70226
70227
70228
70229
70230
70231
70232
70233
70234
70235
70236
70237
70238
70239
70240
70241
70242
70243
70244
70245
70246
70247
70248
70249
70250
70251
70252
70253
70254
70255
70256
70257
70258
70259
70260
70261
70262
70263
70264
70265
70266
70267
70268
70269
70270
70271
70272
70273
70274
70275
70276
70277
70278
70279
70280
70281
70282
70283
70284
70285
70286
70287
70288
70289
70290
70291
70292
70293
70294
70295
70296
70297
70298
70299
70300
70301
70302
70303
70304
70305
70306
70307
70308
70309
70310
70311
70312
70313
70314
70315
70316
70317
70318
70319
70320
70321
70322
70323
70324
70325
70326
70327
70328
70329
70330
70331
70332
70333
70334
70335
70336
70337
70338
70339
70340
70341
70342
70343
70344
70345
70346
70347
70348
70349
70350
70351
70352
70353
70354
70355
70356
70357
70358
70359
70360
70361
70362
70363
70364
70365
70366
70367
70368
70369
70370
70371
70372
70373
70374
70375
70376
70377
70378
70379
70380
70381
70382
70383
70384
70385
70386
70387
70388
70389
70390
70391
70392
70393
70394
70395
70396
70397
70398
70399
70400
70401
70402
70403
70404
70405
70406
70407
70408
70409
70410
70411
70412
70413
70414
70415
70416
70417
70418
70419
70420
70421
70422
70423
70424
70425
70426
70427
70428
70429
70430
70431
70432
70433
70434
70435
70436
70437
70438
70439
70440
70441
70442
70443
70444
70445
70446
70447
70448
70449
70450
70451
70452
70453
70454
70455
70456
70457
70458
70459
70460
70461
70462
70463
70464
70465
70466
70467
70468
70469
70470
70471
70472
70473
70474
70475
70476
70477
70478
70479
70480
70481
70482
70483
70484
70485
70486
70487
70488
70489
70490
70491
70492
70493
70494
70495
70496
70497
70498
70499
70500
70501
70502
70503
70504
70505
70506
70507
70508
70509
70510
70511
70512
70513
70514
70515
70516
70517
70518
70519
70520
70521
70522
70523
70524
70525
70526
70527
70528
70529
70530
70531
70532
70533
70534
70535
70536
70537
70538
70539
70540
70541
70542
70543
70544
70545
70546
70547
70548
70549
70550
70551
70552
70553
70554
70555
70556
70557
70558
70559
70560
70561
70562
70563
70564
70565
70566
70567
70568
70569
70570
70571
70572
70573
70574
70575
70576
70577
70578
70579
70580
70581
70582
70583
70584
70585
70586
70587
70588
70589
70590
70591
70592
70593
70594
70595
70596
70597
70598
70599
70600
70601
70602
70603
70604
70605
70606
70607
70608
70609
70610
70611
70612
70613
70614
70615
70616
70617
70618
70619
70620
70621
70622
70623
70624
70625
70626
70627
70628
70629
70630
70631
70632
70633
70634
70635
70636
70637
70638
70639
70640
70641
70642
70643
70644
70645
70646
70647
70648
70649
70650
70651
70652
70653
70654
70655
70656
70657
70658
70659
70660
70661
70662
70663
70664
70665
70666
70667
70668
70669
70670
70671
70672
70673
70674
70675
70676
70677
70678
70679
70680
70681
70682
70683
70684
70685
70686
70687
70688
70689
70690
70691
70692
70693
70694
70695
70696
70697
70698
70699
70700
70701
70702
70703
70704
70705
70706
70707
70708
70709
70710
70711
70712
70713
70714
70715
70716
70717
70718
70719
70720
70721
70722
70723
70724
70725
70726
70727
70728
70729
70730
70731
70732
70733
70734
70735
70736
70737
70738
70739
70740
70741
70742
70743
70744
70745
70746
70747
70748
70749
70750
70751
70752
70753
70754
70755
70756
70757
70758
70759
70760
70761
70762
70763
70764
70765
70766
70767
70768
70769
70770
70771
70772
70773
70774
70775
70776
70777
70778
70779
70780
70781
70782
70783
70784
70785
70786
70787
70788
70789
70790
70791
70792
70793
70794
70795
70796
70797
70798
70799
70800
70801
70802
70803
70804
70805
70806
70807
70808
70809
70810
70811
70812
70813
70814
70815
70816
70817
70818
70819
70820
70821
70822
70823
70824
70825
70826
70827
70828
70829
70830
70831
70832
70833
70834
70835
70836
70837
70838
70839
70840
70841
70842
70843
70844
70845
70846
70847
70848
70849
70850
70851
70852
70853
70854
70855
70856
70857
70858
70859
70860
70861
70862
70863
70864
70865
70866
70867
70868
70869
70870
70871
70872
70873
70874
70875
70876
70877
70878
70879
70880
70881
70882
70883
70884
70885
70886
70887
70888
70889
70890
70891
70892
70893
70894
70895
70896
70897
70898
70899
70900
70901
70902
70903
70904
70905
70906
70907
70908
70909
70910
70911
70912
70913
70914
70915
70916
70917
70918
70919
70920
70921
70922
70923
70924
70925
70926
70927
70928
70929
70930
70931
70932
70933
70934
70935
70936
70937
70938
70939
70940
70941
70942
70943
70944
70945
70946
70947
70948
70949
70950
70951
70952
70953
70954
70955
70956
70957
70958
70959
70960
70961
70962
70963
70964
70965
70966
70967
70968
70969
70970
70971
70972
70973
70974
70975
70976
70977
70978
70979
70980
70981
70982
70983
70984
70985
70986
70987
70988
70989
70990
70991
70992
70993
70994
70995
70996
70997
70998
70999
71000
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_16cc6c8f-3a44-4dda-b25b-c091338bd149">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_95b3ea0c-4d49-42b6-8912-a6bada65eda2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_76a3d8ca-d1bf-45f0-a5a7-73d28aca58a4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_76a3d8ca-d1bf-45f0-a5a7-73d28aca58a4_0_">
                      <gml:posList srsDimension="3">511179.285 5417045.332 279.794 511179.590 5417041.450 276.939 511179.590 5417041.450 269.147 511179.285 5417045.332 269.147 511179.285 5417045.332 279.794</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_659fea93-0ea7-4fd5-93df-afc0e71a31c5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d897ba9f-c6e4-45d7-bf59-fa35fb7194cd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b8c725eb-17ff-474c-9d0f-ffa6764dec6a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b8c725eb-17ff-474c-9d0f-ffa6764dec6a_0_">
                      <gml:posList srsDimension="3">511179.285 5417045.332 269.147 511178.900 5417050.220 269.147 511178.900 5417050.220 276.207 511179.285 5417045.332 279.794 511179.285 5417045.332 269.147</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_dfdf6f7d-d5c2-4128-ab9d-8d90c0b04738">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9333ad5b-e9cf-455a-bf71-767f7e0e5ca6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_829f1f51-f0fe-4144-aba6-58ff83d48c98">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_829f1f51-f0fe-4144-aba6-58ff83d48c98_0_">
                      <gml:posList srsDimension="3">511176.010 5417049.990 276.217 511178.900 5417050.220 276.207 511178.900 5417050.220 269.147 511176.010 5417049.990 269.147 511176.010 5417049.990 276.217</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_2d257f18-8e10-46b4-a83f-de6198cb441d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2755d5b3-83b6-4bf7-816e-c3fab02bf388">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_621dd8bd-5c60-4553-872d-e398f4d7bb33">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_621dd8bd-5c60-4553-872d-e398f4d7bb33_0_">
                      <gml:posList srsDimension="3">511168.860 5417043.590 279.141 511169.170 5417039.510 276.140 511168.930 5417043.600 279.144 511168.860 5417043.590 279.141</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_64690591-4628-4059-b71e-9a8520d9f9d0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0c67590d-9ea4-416b-bfe8-5fce5f3eb992">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_247df5d9-d014-43f2-9eac-ceacbb499c31">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_247df5d9-d014-43f2-9eac-ceacbb499c31_0_">
                      <gml:posList srsDimension="3">511176.000 5417050.090 269.147 511176.000 5417050.090 276.143 511176.010 5417049.990 276.217 511176.010 5417049.990 269.147 511176.000 5417050.090 269.147</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_8a8ee229-3550-4851-a442-5635aecdc017">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_111e88af-57c9-4933-9bcc-69654da39409">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_bb3d73b6-42db-48cf-904d-364c60ad123b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_bb3d73b6-42db-48cf-904d-364c60ad123b_0_">
                      <gml:posList srsDimension="3">511169.170 5417039.510 276.140 511174.160 5417039.910 276.136 511174.080 5417041.010 276.945 511179.590 5417041.450 276.939 511179.285 5417045.332 279.794 511168.854 5417044.518 279.820 511168.930 5417043.600 279.144 511169.170 5417039.510 276.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_b6f9469d-9f36-4118-9d57-3594bf33834f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74db7a32-68a3-43f8-9c19-f6771bc3b282">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fcf4e4d5-64a7-4d71-8d65-a9bce024c763">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fcf4e4d5-64a7-4d71-8d65-a9bce024c763_0_">
                      <gml:posList srsDimension="3">511168.440 5417049.500 276.162 511176.000 5417050.090 276.143 511176.000 5417050.090 269.147 511168.440 5417049.500 269.147 511168.440 5417049.500 276.162</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_1e9b0c74-0b5b-4cc5-b4a3-c1852debf1c4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bfddca52-d4c4-4295-9e64-d7545699a8dd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_33fe6457-47d3-411c-890f-d3e104ac3ef0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_33fe6457-47d3-411c-890f-d3e104ac3ef0_0_">
                      <gml:posList srsDimension="3">511168.440 5417049.500 276.162 511168.854 5417044.518 279.820 511179.285 5417045.332 279.794 511178.900 5417050.220 276.207 511176.010 5417049.990 276.217 511176.000 5417050.090 276.143 511168.440 5417049.500 276.162</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_e2d8d476-4482-4c73-b230-5ce72c39d572">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a070dd71-5e43-4401-b5a5-fc234d65bbf4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_004a4e60-9041-476d-aae9-e2fa328699e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_004a4e60-9041-476d-aae9-e2fa328699e8_0_">
                      <gml:posList srsDimension="3">511168.440 5417049.500 269.147 511168.854 5417044.518 269.147 511168.854 5417044.518 279.820 511168.440 5417049.500 276.162 511168.440 5417049.500 269.147</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_0c6665a2-238b-49ea-ad14-12622bfd4804">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_03d93e38-1a2a-488d-b039-6d50d5395be6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f23ebc0-65e6-4800-982a-dcc78d1c8364">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f23ebc0-65e6-4800-982a-dcc78d1c8364_0_">
                      <gml:posList srsDimension="3">511168.930 5417043.600 279.144 511168.854 5417044.518 279.820 511168.854 5417044.518 269.147 511168.930 5417043.600 269.147 511168.930 5417043.600 279.144</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_3f3f0736-296b-4326-b9df-e0a50276fe73">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5ce15bf2-adf5-4b60-85a3-9748ab93df40">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b9cb5b92-a80c-4783-b802-6c35bfa7cf57">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b9cb5b92-a80c-4783-b802-6c35bfa7cf57_0_">
                      <gml:posList srsDimension="3">511169.170 5417039.510 269.147 511168.860 5417043.590 269.147 511168.930 5417043.600 269.147 511168.854 5417044.518 269.147 511168.440 5417049.500 269.147 511176.000 5417050.090 269.147 511176.010 5417049.990 269.147 511178.900 5417050.220 269.147 511179.285 5417045.332 269.147 511179.590 5417041.450 269.147 511174.080 5417041.010 269.147 511174.160 5417039.910 269.147 511169.170 5417039.510 269.147</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_9912b2f8-307a-40e6-9c00-73c4979890a5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5e00a526-e1df-4bb6-877d-0df137b60501">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5490c288-51eb-43d8-88c3-dc1dfbfbfd7f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5490c288-51eb-43d8-88c3-dc1dfbfbfd7f_0_">
                      <gml:posList srsDimension="3">511168.930 5417043.600 269.147 511168.860 5417043.590 269.147 511168.860 5417043.590 279.141 511168.930 5417043.600 279.144 511168.930 5417043.600 269.147</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_cfaa852a-df90-46ae-b159-aca16c2bb992">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f57d30f8-3794-4717-901b-48dbad144a9a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8441ed6e-be0c-4040-80d0-8dacc2058c79">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8441ed6e-be0c-4040-80d0-8dacc2058c79_0_">
                      <gml:posList srsDimension="3">511169.170 5417039.510 276.140 511168.860 5417043.590 279.141 511168.860 5417043.590 269.147 511169.170 5417039.510 269.147 511169.170 5417039.510 276.140</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_a32d8ad7-af83-4d21-ab0d-07d0637a0664">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d50c0f18-d92f-481a-8f5f-5b1c2c255afe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9d9764a9-9e47-4320-81ee-9e0c264ac377">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9d9764a9-9e47-4320-81ee-9e0c264ac377_0_">
                      <gml:posList srsDimension="3">511174.160 5417039.910 276.136 511169.170 5417039.510 276.140 511169.170 5417039.510 269.147 511174.160 5417039.910 269.147 511174.160 5417039.910 276.136</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2001</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZG1">
      <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>DEBWL0010000ZZG1</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>2100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.846</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0c72b8a9-5166-4ed4-a436-f904e617317d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4367933a-aa53-4708-a946-2c10f994a645">
              <gml:surfaceMember xlink:href="#Srf_80640789-629e-4ee6-b510-896717136bb5"/>
              <gml:surfaceMember xlink:href="#Srf_167568c4-7c81-4674-9fa2-6c3fc5c148b2"/>
              <gml:surfaceMember xlink:href="#Srf_6ab85483-d0a9-4275-ba19-6c8fd5272e7d"/>
              <gml:surfaceMember xlink:href="#Srf_80e25b72-5e13-44cc-835a-a677362c8599"/>
              <gml:surfaceMember xlink:href="#Srf_dd162418-ad28-429a-aae7-b52b0de09fd7"/>
              <gml:surfaceMember xlink:href="#Srf_c4237878-40be-4f98-9266-47c86c5ce7ad"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4aa1276d-cd66-4691-b540-e4ef90b7e4c8">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cdf2534f-5b1d-4969-bc27-e4a616336022">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6ab85483-d0a9-4275-ba19-6c8fd5272e7d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6ab85483-d0a9-4275-ba19-6c8fd5272e7d_0_">
                      <gml:posList srsDimension="3">511216.070 5417132.430 270.707 511215.670 5417137.970 270.707 511215.670 5417137.970 273.101 511216.070 5417132.430 273.553 511216.070 5417132.430 270.707</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_fab56f40-a64f-42df-ba2b-c0b9da704df1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9facea0-edd3-4a92-82df-16c535eb7045">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_dd162418-ad28-429a-aae7-b52b0de09fd7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_dd162418-ad28-429a-aae7-b52b0de09fd7_0_">
                      <gml:posList srsDimension="3">511215.670 5417137.970 270.707 511212.380 5417137.730 270.707 511212.380 5417137.730 273.098 511215.670 5417137.970 273.101 511215.670 5417137.970 270.707</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_6c2f0133-81cf-4d5e-bfdc-e4e4a007c379">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_37248006-a6e2-46f9-b4ff-484553bce9a2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c4237878-40be-4f98-9266-47c86c5ce7ad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c4237878-40be-4f98-9266-47c86c5ce7ad_0_">
                      <gml:posList srsDimension="3">511212.380 5417137.730 270.707 511212.780 5417132.190 270.707 511212.780 5417132.190 273.550 511212.380 5417137.730 273.098 511212.380 5417137.730 270.707</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_f882cb39-0129-4206-886f-fb137ab9cb8f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5977afa6-5899-427d-af50-b40a04e15b86">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80e25b72-5e13-44cc-835a-a677362c8599">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80e25b72-5e13-44cc-835a-a677362c8599_0_">
                      <gml:posList srsDimension="3">511216.070 5417132.430 270.707 511212.780 5417132.190 270.707 511212.380 5417137.730 270.707 511215.670 5417137.970 270.707 511216.070 5417132.430 270.707</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_36d5db71-6e67-4b1b-85fa-7ad4ac24ab05">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6945385b-a59b-4454-9520-1739f19c8457">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_80640789-629e-4ee6-b510-896717136bb5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_80640789-629e-4ee6-b510-896717136bb5_0_">
                      <gml:posList srsDimension="3">511212.780 5417132.190 273.550 511216.070 5417132.430 273.553 511215.670 5417137.970 273.101 511212.380 5417137.730 273.098 511212.780 5417132.190 273.550</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_82918ed2-a380-487d-9f05-cc73ae942e16">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fe24bc9e-ed6a-4dfa-bb9a-2c12e30cf5d6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_167568c4-7c81-4674-9fa2-6c3fc5c148b2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_167568c4-7c81-4674-9fa2-6c3fc5c148b2_0_">
                      <gml:posList srsDimension="3">511212.780 5417132.190 270.707 511216.070 5417132.430 270.707 511216.070 5417132.430 273.553 511212.780 5417132.190 273.550 511212.780 5417132.190 270.707</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1905</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZFN">
      <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>DEBWL0010000ZZFN</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.299</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_3950459c-b084-451c-8bb1-78c282ea580d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_37fc557d-0839-4ab0-97e5-921d97b77836">
              <gml:surfaceMember xlink:href="#Srf_c9a53341-02c8-4a43-8343-c73ec84fcaad"/>
              <gml:surfaceMember xlink:href="#Srf_95c199a2-3f62-4498-af67-40727b345f75"/>
              <gml:surfaceMember xlink:href="#Srf_f8b4cace-2405-46fb-bb7e-b5d99cc7d565"/>
              <gml:surfaceMember xlink:href="#Srf_a0141cf3-51a9-4181-8e53-d9fe3839fd32"/>
              <gml:surfaceMember xlink:href="#Srf_044c12f8-6870-47cb-b907-a7de2a1705f2"/>
              <gml:surfaceMember xlink:href="#Srf_256ae58c-6868-4129-b00a-61e582155a12"/>
              <gml:surfaceMember xlink:href="#Srf_ac9731c6-2bfa-40fd-bc3f-a949486e21c2"/>
              <gml:surfaceMember xlink:href="#Srf_9eb303fe-138f-4231-a4f9-f82ebbb45780"/>
              <gml:surfaceMember xlink:href="#Srf_35396031-2a23-4e84-8293-3ad260830ba7"/>
              <gml:surfaceMember xlink:href="#Srf_f00a7754-4d6d-4108-8d78-aadf2420b774"/>
              <gml:surfaceMember xlink:href="#Srf_09cc131a-16e8-4ddc-b13d-3c2589ee4167"/>
              <gml:surfaceMember xlink:href="#Srf_2bbf6c89-0467-463e-abe1-b9c6a288ce5d"/>
              <gml:surfaceMember xlink:href="#Srf_a12f17f8-9184-4818-b5da-82071a32e4e1"/>
              <gml:surfaceMember xlink:href="#Srf_e8ca9262-52ac-4391-be4d-f4b7ad3727ce"/>
              <gml:surfaceMember xlink:href="#Srf_0d9bab4d-4778-4874-b47b-f73781462779"/>
              <gml:surfaceMember xlink:href="#Srf_6cf6230d-9039-4693-a87d-0ea1d3845ade"/>
              <gml:surfaceMember xlink:href="#Srf_77574b20-85b2-452d-a89a-0de51c0ab1e6"/>
              <gml:surfaceMember xlink:href="#Srf_597d9132-2a4e-4c94-849c-df5241312aa5"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_16bf1b32-5994-4a32-b628-7f347b342af4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_39939de0-c80a-49f0-bad7-b7d8c4453249">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f8b4cace-2405-46fb-bb7e-b5d99cc7d565">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f8b4cace-2405-46fb-bb7e-b5d99cc7d565_0_">
                      <gml:posList srsDimension="3">511236.526 5417097.438 279.868 511236.670 5417093.530 276.811 511236.670 5417093.530 269.569 511236.526 5417097.438 269.569 511236.526 5417097.438 279.868</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_4e2bf4c8-4450-4134-85b2-9e7ff7a739b2">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_71fa7577-51c9-4f2b-a0b9-0399f91af53e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2bbf6c89-0467-463e-abe1-b9c6a288ce5d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2bbf6c89-0467-463e-abe1-b9c6a288ce5d_0_">
                      <gml:posList srsDimension="3">511236.526 5417097.438 269.569 511236.380 5417101.420 269.569 511236.380 5417101.420 276.806 511236.526 5417097.438 279.868 511236.526 5417097.438 269.569</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_94aabc36-3855-4433-81c4-3b2992759b91">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_36ed99a5-c305-40db-ba89-6a7c8b34b0c4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6cf6230d-9039-4693-a87d-0ea1d3845ade">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6cf6230d-9039-4693-a87d-0ea1d3845ade_0_">
                      <gml:posList srsDimension="3">511227.090 5417093.160 276.788 511228.190 5417093.200 276.788 511230.880 5417093.310 276.799 511231.030 5417089.500 273.819 511236.340 5417089.700 273.827 511236.190 5417093.510 276.808 511236.670 5417093.530 276.811 511236.526 5417097.438 279.868 511226.958 5417097.088 279.860 511227.090 5417093.160 276.788</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_fab1c235-5da4-4970-99a4-5987fc053a6f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a947ec94-12d8-4c29-9c6d-258c9e3806e0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35396031-2a23-4e84-8293-3ad260830ba7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35396031-2a23-4e84-8293-3ad260830ba7_0_">
                      <gml:posList srsDimension="3">511229.580 5417101.160 276.808 511236.380 5417101.420 276.806 511236.380 5417101.420 269.569 511229.580 5417101.160 269.569 511229.580 5417101.160 276.808</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_efd4f5e2-9853-43d0-97b1-d855cef58bf9">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5c62d555-202c-4c04-ae4f-b97b3624b9e8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f00a7754-4d6d-4108-8d78-aadf2420b774">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f00a7754-4d6d-4108-8d78-aadf2420b774_0_">
                      <gml:posList srsDimension="3">511226.910 5417098.530 278.751 511226.958 5417097.088 279.860 511236.526 5417097.438 279.868 511236.380 5417101.420 276.806 511229.580 5417101.160 276.808 511229.570 5417101.480 276.562 511226.860 5417101.410 276.537 511226.810 5417101.410 276.536 511226.910 5417098.530 278.751</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_90eaccd3-15d2-4d17-b70c-f36285ea6475">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b04d0574-4cf3-4507-b757-2c8e4879ab36">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77574b20-85b2-452d-a89a-0de51c0ab1e6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77574b20-85b2-452d-a89a-0de51c0ab1e6_0_">
                      <gml:posList srsDimension="3">511229.570 5417101.480 269.569 511229.570 5417101.480 276.562 511229.580 5417101.160 276.808 511229.580 5417101.160 269.569 511229.570 5417101.480 269.569</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_19ec6290-0722-4061-afdf-7524ca5b130c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d1f3642c-f925-4427-ab3a-2dadd7af2ff7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9eb303fe-138f-4231-a4f9-f82ebbb45780">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9eb303fe-138f-4231-a4f9-f82ebbb45780_0_">
                      <gml:posList srsDimension="3">511226.910 5417098.530 269.569 511226.958 5417097.088 269.569 511226.958 5417097.088 279.860 511226.910 5417098.530 278.751 511226.910 5417098.530 269.569</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_7a994467-681d-4233-a922-afa4d6def239">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_864be474-66bc-48cb-a491-1d566c90c6a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_256ae58c-6868-4129-b00a-61e582155a12">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_256ae58c-6868-4129-b00a-61e582155a12_0_">
                      <gml:posList srsDimension="3">511227.090 5417093.160 276.788 511226.958 5417097.088 279.860 511226.958 5417097.088 269.569 511227.090 5417093.160 269.569 511227.090 5417093.160 276.788</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_4cd599e3-4b73-418f-ac74-2b45a8325086">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8307b02e-2dfc-4f49-8d79-c7a8bfa9b72e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0d9bab4d-4778-4874-b47b-f73781462779">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0d9bab4d-4778-4874-b47b-f73781462779_0_">
                      <gml:posList srsDimension="3">511229.570 5417101.480 269.569 511226.860 5417101.410 269.569 511226.860 5417101.410 276.537 511229.570 5417101.480 276.562 511229.570 5417101.480 269.569</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_d2e47857-74ca-42a5-9064-86ec353a7597">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_115986b5-e8ce-4f6e-b2c9-3ffc02646029">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a12f17f8-9184-4818-b5da-82071a32e4e1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a12f17f8-9184-4818-b5da-82071a32e4e1_0_">
                      <gml:posList srsDimension="3">511227.090 5417093.160 269.569 511228.190 5417093.200 269.569 511228.190 5417093.200 276.788 511227.090 5417093.160 276.788 511227.090 5417093.160 269.569</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_96bcd99d-297d-4925-9eaa-8769c05b5ba0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_962d23e6-e4d8-4545-ba0b-4fbe48d2f028">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ac9731c6-2bfa-40fd-bc3f-a949486e21c2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ac9731c6-2bfa-40fd-bc3f-a949486e21c2_0_">
                      <gml:posList srsDimension="3">511228.190 5417093.200 269.569 511230.880 5417093.310 269.569 511230.880 5417093.310 276.799 511228.190 5417093.200 276.788 511228.190 5417093.200 269.569</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_4891e18b-6508-41a7-8a3c-fb69f2bbc81f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa233ca6-8e02-40dc-9e94-44442e92dc2d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_09cc131a-16e8-4ddc-b13d-3c2589ee4167">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_09cc131a-16e8-4ddc-b13d-3c2589ee4167_0_">
                      <gml:posList srsDimension="3">511226.860 5417101.410 269.569 511226.810 5417101.410 269.569 511226.810 5417101.410 276.536 511226.860 5417101.410 276.537 511226.860 5417101.410 269.569</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_5b9d40a7-fa58-4637-9223-4cc7654fec26">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ec51c558-8eb2-421e-a72b-a33c7f5530b4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_597d9132-2a4e-4c94-849c-df5241312aa5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_597d9132-2a4e-4c94-849c-df5241312aa5_0_">
                      <gml:posList srsDimension="3">511226.810 5417101.410 269.569 511226.910 5417098.530 269.569 511226.910 5417098.530 278.751 511226.810 5417101.410 276.536 511226.810 5417101.410 269.569</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_10c867ed-2ad8-4291-afe0-35796ca6d882">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_856b3005-7e59-4180-8bff-29d9b2686caa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a0141cf3-51a9-4181-8e53-d9fe3839fd32">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a0141cf3-51a9-4181-8e53-d9fe3839fd32_0_">
                      <gml:posList srsDimension="3">511231.030 5417089.500 273.819 511230.880 5417093.310 276.799 511230.880 5417093.310 269.569 511231.030 5417089.500 269.569 511231.030 5417089.500 273.819</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_9f401110-9d1f-463f-bc75-d89b7f52bacb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_00b81587-8b5c-45e3-9a49-33a9577b9838">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_044c12f8-6870-47cb-b907-a7de2a1705f2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_044c12f8-6870-47cb-b907-a7de2a1705f2_0_">
                      <gml:posList srsDimension="3">511228.190 5417093.200 269.569 511227.090 5417093.160 269.569 511226.958 5417097.088 269.569 511226.910 5417098.530 269.569 511226.810 5417101.410 269.569 511226.860 5417101.410 269.569 511229.570 5417101.480 269.569 511229.580 5417101.160 269.569 511236.380 5417101.420 269.569 511236.526 5417097.438 269.569 511236.670 5417093.530 269.569 511236.190 5417093.510 269.569 511236.340 5417089.700 269.569 511231.030 5417089.500 269.569 511230.880 5417093.310 269.569 511228.190 5417093.200 269.569</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_27c7f5c8-b35a-4501-97a1-3dc894892b59">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_024ad765-72fb-4984-92f7-128b93114a38">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e8ca9262-52ac-4391-be4d-f4b7ad3727ce">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e8ca9262-52ac-4391-be4d-f4b7ad3727ce_0_">
                      <gml:posList srsDimension="3">511231.030 5417089.500 269.569 511236.340 5417089.700 269.569 511236.340 5417089.700 273.827 511231.030 5417089.500 273.819 511231.030 5417089.500 269.569</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_7c9b0836-1cfb-4dab-875a-0696ba3792a4">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_01ab9059-6a18-4c3d-a2f0-71f380539239">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9a53341-02c8-4a43-8343-c73ec84fcaad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9a53341-02c8-4a43-8343-c73ec84fcaad_0_">
                      <gml:posList srsDimension="3">511236.190 5417093.510 276.808 511236.340 5417089.700 273.827 511236.340 5417089.700 269.569 511236.190 5417093.510 269.569 511236.190 5417093.510 276.808</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_b2683e03-5706-416b-9125-2ad0c5c7277b">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4055414c-af3a-4141-ad5a-80ae21499a95">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_95c199a2-3f62-4498-af67-40727b345f75">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_95c199a2-3f62-4498-af67-40727b345f75_0_">
                      <gml:posList srsDimension="3">511236.190 5417093.510 269.569 511236.670 5417093.530 269.569 511236.670 5417093.530 276.811 511236.190 5417093.510 276.808 511236.190 5417093.510 269.569</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2010</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZGE">
      <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>DEBWL0010000ZZGE</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>9999</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">8.482</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_f6ee145f-d378-40bd-9237-6be80ebe5461">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_d2c09369-d2ea-4553-b9a5-c14d2a19c7c9">
              <gml:surfaceMember xlink:href="#UUID_ae3a2e80-1401-4f3a-a8a9-4bb6286d3e19"/>
              <gml:surfaceMember xlink:href="#UUID_83208c8a-9419-4c9f-9181-1ae8b363c49e"/>
              <gml:surfaceMember xlink:href="#UUID_85dfd450-ebcd-4d46-83a4-0bcdd30b9d84"/>
              <gml:surfaceMember xlink:href="#UUID_b2d76d17-58eb-4049-9157-11f1dba39982"/>
              <gml:surfaceMember xlink:href="#UUID_1375aa57-abb6-4af9-baf2-daebfbc715a7"/>
              <gml:surfaceMember xlink:href="#UUID_44c228a7-0e58-4493-8dca-a24b509fd495"/>
              <gml:surfaceMember xlink:href="#UUID_bb063e0a-fe7a-4e39-ae7f-2bec42ccdf77"/>
              <gml:surfaceMember xlink:href="#UUID_438e3358-a7b9-4c95-ae66-39b4e7e41749"/>
              <gml:surfaceMember xlink:href="#UUID_a5c45f2c-916c-41fd-92f0-79dc704e7faf"/>
              <gml:surfaceMember xlink:href="#UUID_c6ae9448-8a24-462f-8e7b-4c1581cd4633"/>
              <gml:surfaceMember xlink:href="#UUID_073692f3-42bb-4dde-ab4d-b7198437d1c3"/>
              <gml:surfaceMember xlink:href="#UUID_a8fe6930-cac8-400c-a81f-2c8aa1af397e"/>
              <gml:surfaceMember xlink:href="#UUID_a086dcba-9296-44db-9276-44be23117a82"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4475b3f9-2e8c-4dc1-bf18-d8dc135e7ea6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_940e76cd-3f7d-4715-8705-f46b71a119d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_073692f3-42bb-4dde-ab4d-b7198437d1c3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_073692f3-42bb-4dde-ab4d-b7198437d1c3_0_">
                      <gml:posList srsDimension="3">511156.200 5417224.230 271.288 511158.610 5417217.080 271.288 511158.610 5417217.080 279.770 511156.200 5417224.230 279.770 511156.200 5417224.230 271.288</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_e9328156-f073-434f-9afc-7b90ac524241">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6e935fc0-8557-4f44-a2dd-49329c2fd130">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_b2d76d17-58eb-4049-9157-11f1dba39982">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_b2d76d17-58eb-4049-9157-11f1dba39982_0_">
                      <gml:posList srsDimension="3">511158.610 5417217.080 271.288 511162.930 5417217.930 271.288 511162.930 5417217.930 279.770 511158.610 5417217.080 279.770 511158.610 5417217.080 271.288</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_fd9b1b0b-4131-4ccd-8e2a-0555d105c3bb">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_39db36ac-397e-4331-b1f2-0acffce2231f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_438e3358-a7b9-4c95-ae66-39b4e7e41749">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_438e3358-a7b9-4c95-ae66-39b4e7e41749_0_">
                      <gml:posList srsDimension="3">511162.930 5417217.930 271.288 511161.530 5417225.000 271.288 511161.530 5417225.000 279.770 511162.930 5417217.930 279.770 511162.930 5417217.930 271.288</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_50010df6-3660-48e4-9dad-47a2c7a0d036">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_29aa1733-9465-4bba-bd44-081311e79d8a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_a8fe6930-cac8-400c-a81f-2c8aa1af397e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_a8fe6930-cac8-400c-a81f-2c8aa1af397e_0_">
                      <gml:posList srsDimension="3">511161.530 5417225.000 271.288 511161.650 5417225.030 271.288 511161.650 5417225.030 279.770 511161.530 5417225.000 279.770 511161.530 5417225.000 271.288</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_91825d82-c799-47ca-9847-dade62be481c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4c2bbf2-3265-4136-a801-1b6e6763d0ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_ae3a2e80-1401-4f3a-a8a9-4bb6286d3e19">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_ae3a2e80-1401-4f3a-a8a9-4bb6286d3e19_0_">
                      <gml:posList srsDimension="3">511161.650 5417225.030 271.288 511161.300 5417226.790 271.288 511161.300 5417226.790 279.770 511161.650 5417225.030 279.770 511161.650 5417225.030 271.288</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_3d724505-3137-452f-988d-69eb94cb2005">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e05429f2-affb-4e89-bc31-daa52022fc70">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_1375aa57-abb6-4af9-baf2-daebfbc715a7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_1375aa57-abb6-4af9-baf2-daebfbc715a7_0_">
                      <gml:posList srsDimension="3">511161.300 5417226.790 271.288 511167.950 5417228.100 271.288 511167.950 5417228.100 279.770 511161.300 5417226.790 279.770 511161.300 5417226.790 271.288</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_24c4650d-9f60-405b-b775-f775092a2f19">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fdb9af67-8e54-4993-b1a7-d84e65b1ace6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_a5c45f2c-916c-41fd-92f0-79dc704e7faf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_a5c45f2c-916c-41fd-92f0-79dc704e7faf_0_">
                      <gml:posList srsDimension="3">511167.950 5417228.100 271.288 511166.590 5417235.020 271.288 511166.590 5417235.020 279.770 511167.950 5417228.100 279.770 511167.950 5417228.100 271.288</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_d2721ac4-4d7c-4a9e-b956-f4e20fa5e656">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ed4d0507-9b7a-4f30-9dcc-de8a4819d8f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_a086dcba-9296-44db-9276-44be23117a82">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_a086dcba-9296-44db-9276-44be23117a82_0_">
                      <gml:posList srsDimension="3">511166.590 5417235.020 271.288 511155.920 5417232.910 271.288 511155.920 5417232.910 279.770 511166.590 5417235.020 279.770 511166.590 5417235.020 271.288</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_12474353-ae3b-4e41-812c-091f1f9871a5">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9c44273-7acc-4ce2-b308-d2d49ddd3634">
              <gml:surfaceMember>
                <gml:Polygon gml:id="UUID_85dfd450-ebcd-4d46-83a4-0bcdd30b9d84">
                  <gml:exterior>
                    <gml:LinearRing gml:id="UUID_85dfd450-ebcd-4d46-83a4-0bcdd30b9d84_0_">
                      <gml:posList srsDimension="3">511155.920 5417232.910 271.288 511156.350 5417230.650 271.288 511156.350 5417230.650 279.770 511155.920 5417232.910 279.770 511155.920 5417232.910 271.288</gml:posList>
For faster browsing, not all history is shown. View entire blame