Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
101001
101002
101003
101004
101005
101006
101007
101008
101009
101010
101011
101012
101013
101014
101015
101016
101017
101018
101019
101020
101021
101022
101023
101024
101025
101026
101027
101028
101029
101030
101031
101032
101033
101034
101035
101036
101037
101038
101039
101040
101041
101042
101043
101044
101045
101046
101047
101048
101049
101050
101051
101052
101053
101054
101055
101056
101057
101058
101059
101060
101061
101062
101063
101064
101065
101066
101067
101068
101069
101070
101071
101072
101073
101074
101075
101076
101077
101078
101079
101080
101081
101082
101083
101084
101085
101086
101087
101088
101089
101090
101091
101092
101093
101094
101095
101096
101097
101098
101099
101100
101101
101102
101103
101104
101105
101106
101107
101108
101109
101110
101111
101112
101113
101114
101115
101116
101117
101118
101119
101120
101121
101122
101123
101124
101125
101126
101127
101128
101129
101130
101131
101132
101133
101134
101135
101136
101137
101138
101139
101140
101141
101142
101143
101144
101145
101146
101147
101148
101149
101150
101151
101152
101153
101154
101155
101156
101157
101158
101159
101160
101161
101162
101163
101164
101165
101166
101167
101168
101169
101170
101171
101172
101173
101174
101175
101176
101177
101178
101179
101180
101181
101182
101183
101184
101185
101186
101187
101188
101189
101190
101191
101192
101193
101194
101195
101196
101197
101198
101199
101200
101201
101202
101203
101204
101205
101206
101207
101208
101209
101210
101211
101212
101213
101214
101215
101216
101217
101218
101219
101220
101221
101222
101223
101224
101225
101226
101227
101228
101229
101230
101231
101232
101233
101234
101235
101236
101237
101238
101239
101240
101241
101242
101243
101244
101245
101246
101247
101248
101249
101250
101251
101252
101253
101254
101255
101256
101257
101258
101259
101260
101261
101262
101263
101264
101265
101266
101267
101268
101269
101270
101271
101272
101273
101274
101275
101276
101277
101278
101279
101280
101281
101282
101283
101284
101285
101286
101287
101288
101289
101290
101291
101292
101293
101294
101295
101296
101297
101298
101299
101300
101301
101302
101303
101304
101305
101306
101307
101308
101309
101310
101311
101312
101313
101314
101315
101316
101317
101318
101319
101320
101321
101322
101323
101324
101325
101326
101327
101328
101329
101330
101331
101332
101333
101334
101335
101336
101337
101338
101339
101340
101341
101342
101343
101344
101345
101346
101347
101348
101349
101350
101351
101352
101353
101354
101355
101356
101357
101358
101359
101360
101361
101362
101363
101364
101365
101366
101367
101368
101369
101370
101371
101372
101373
101374
101375
101376
101377
101378
101379
101380
101381
101382
101383
101384
101385
101386
101387
101388
101389
101390
101391
101392
101393
101394
101395
101396
101397
101398
101399
101400
101401
101402
101403
101404
101405
101406
101407
101408
101409
101410
101411
101412
101413
101414
101415
101416
101417
101418
101419
101420
101421
101422
101423
101424
101425
101426
101427
101428
101429
101430
101431
101432
101433
101434
101435
101436
101437
101438
101439
101440
101441
101442
101443
101444
101445
101446
101447
101448
101449
101450
101451
101452
101453
101454
101455
101456
101457
101458
101459
101460
101461
101462
101463
101464
101465
101466
101467
101468
101469
101470
101471
101472
101473
101474
101475
101476
101477
101478
101479
101480
101481
101482
101483
101484
101485
101486
101487
101488
101489
101490
101491
101492
101493
101494
101495
101496
101497
101498
101499
101500
101501
101502
101503
101504
101505
101506
101507
101508
101509
101510
101511
101512
101513
101514
101515
101516
101517
101518
101519
101520
101521
101522
101523
101524
101525
101526
101527
101528
101529
101530
101531
101532
101533
101534
101535
101536
101537
101538
101539
101540
101541
101542
101543
101544
101545
101546
101547
101548
101549
101550
101551
101552
101553
101554
101555
101556
101557
101558
101559
101560
101561
101562
101563
101564
101565
101566
101567
101568
101569
101570
101571
101572
101573
101574
101575
101576
101577
101578
101579
101580
101581
101582
101583
101584
101585
101586
101587
101588
101589
101590
101591
101592
101593
101594
101595
101596
101597
101598
101599
101600
101601
101602
101603
101604
101605
101606
101607
101608
101609
101610
101611
101612
101613
101614
101615
101616
101617
101618
101619
101620
101621
101622
101623
101624
101625
101626
101627
101628
101629
101630
101631
101632
101633
101634
101635
101636
101637
101638
101639
101640
101641
101642
101643
101644
101645
101646
101647
101648
101649
101650
101651
101652
101653
101654
101655
101656
101657
101658
101659
101660
101661
101662
101663
101664
101665
101666
101667
101668
101669
101670
101671
101672
101673
101674
101675
101676
101677
101678
101679
101680
101681
101682
101683
101684
101685
101686
101687
101688
101689
101690
101691
101692
101693
101694
101695
101696
101697
101698
101699
101700
101701
101702
101703
101704
101705
101706
101707
101708
101709
101710
101711
101712
101713
101714
101715
101716
101717
101718
101719
101720
101721
101722
101723
101724
101725
101726
101727
101728
101729
101730
101731
101732
101733
101734
101735
101736
101737
101738
101739
101740
101741
101742
101743
101744
101745
101746
101747
101748
101749
101750
101751
101752
101753
101754
101755
101756
101757
101758
101759
101760
101761
101762
101763
101764
101765
101766
101767
101768
101769
101770
101771
101772
101773
101774
101775
101776
101777
101778
101779
101780
101781
101782
101783
101784
101785
101786
101787
101788
101789
101790
101791
101792
101793
101794
101795
101796
101797
101798
101799
101800
101801
101802
101803
101804
101805
101806
101807
101808
101809
101810
101811
101812
101813
101814
101815
101816
101817
101818
101819
101820
101821
101822
101823
101824
101825
101826
101827
101828
101829
101830
101831
101832
101833
101834
101835
101836
101837
101838
101839
101840
101841
101842
101843
101844
101845
101846
101847
101848
101849
101850
101851
101852
101853
101854
101855
101856
101857
101858
101859
101860
101861
101862
101863
101864
101865
101866
101867
101868
101869
101870
101871
101872
101873
101874
101875
101876
101877
101878
101879
101880
101881
101882
101883
101884
101885
101886
101887
101888
101889
101890
101891
101892
101893
101894
101895
101896
101897
101898
101899
101900
101901
101902
101903
101904
101905
101906
101907
101908
101909
101910
101911
101912
101913
101914
101915
101916
101917
101918
101919
101920
101921
101922
101923
101924
101925
101926
101927
101928
101929
101930
101931
101932
101933
101934
101935
101936
101937
101938
101939
101940
101941
101942
101943
101944
101945
101946
101947
101948
101949
101950
101951
101952
101953
101954
101955
101956
101957
101958
101959
101960
101961
101962
101963
101964
101965
101966
101967
101968
101969
101970
101971
101972
101973
101974
101975
101976
101977
101978
101979
101980
101981
101982
101983
101984
101985
101986
101987
101988
101989
101990
101991
101992
101993
101994
101995
101996
101997
101998
101999
102000
      <bldg:yearOfConstruction>2000</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZI0">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZI0</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.796</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_238abf5e-231f-4e30-a80d-57636a26a851">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_70758a19-3dbd-4bbe-89e4-7da405e0034f">
              <gml:surfaceMember xlink:href="#Srf_7646dc74-e9ef-41ba-9cde-baad35311724"/>
              <gml:surfaceMember xlink:href="#Srf_de0475f1-94f2-4faa-bf9a-c83085c0ef91"/>
              <gml:surfaceMember xlink:href="#Srf_787fbe31-f8fc-4109-863e-28648aacb871"/>
              <gml:surfaceMember xlink:href="#Srf_765f3e70-3fc0-486a-90cf-318bffead6cc"/>
              <gml:surfaceMember xlink:href="#Srf_05c4943e-a97e-4047-a818-e091748df152"/>
              <gml:surfaceMember xlink:href="#Srf_ae935869-84b3-407d-979e-25efede55bd4"/>
              <gml:surfaceMember xlink:href="#Srf_f61e470a-138a-4d5d-9597-af4a503568d8"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_7053fbfa-b770-4ccb-a543-d5a5fdcc8a93">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_89288108-d7c1-475d-be9f-a39b6c062872">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_765f3e70-3fc0-486a-90cf-318bffead6cc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_765f3e70-3fc0-486a-90cf-318bffead6cc_0_">
                      <gml:posList srsDimension="3">510926.980 5417281.570 272.747 510926.980 5417281.570 275.327 510926.960 5417278.150 275.522 510926.960 5417278.150 272.747 510926.980 5417281.570 272.747</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_86b823d1-9253-4950-9330-ad8020ca1523">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5dd9f786-41f0-43e7-9df6-1976d924b77c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f61e470a-138a-4d5d-9597-af4a503568d8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f61e470a-138a-4d5d-9597-af4a503568d8_0_">
                      <gml:posList srsDimension="3">510927.010 5417284.680 272.747 510927.010 5417284.680 275.149 510926.980 5417281.570 275.327 510926.980 5417281.570 272.747 510927.010 5417284.680 272.747</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_825c1961-277b-404c-aaef-0150fc9ddf4f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0d29a0d4-4a3a-4b35-8fd6-7f19dbd7fe73">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de0475f1-94f2-4faa-bf9a-c83085c0ef91">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de0475f1-94f2-4faa-bf9a-c83085c0ef91_0_">
                      <gml:posList srsDimension="3">510923.720 5417284.710 275.169 510927.010 5417284.680 275.149 510927.010 5417284.680 272.747 510923.720 5417284.710 272.747 510923.720 5417284.710 275.169</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_25be8c29-5c92-4b42-89b1-1ea16d3a473c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2b587447-f4cd-44fb-bcd7-f05d33393273">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_787fbe31-f8fc-4109-863e-28648aacb871">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_787fbe31-f8fc-4109-863e-28648aacb871_0_">
                      <gml:posList srsDimension="3">510923.650 5417278.150 275.543 510923.720 5417284.710 275.169 510923.720 5417284.710 272.747 510923.650 5417278.150 272.747 510923.650 5417278.150 275.543</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_689f08f3-df45-4ecf-b424-d9d2dd86c7d7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_88a3e5f8-baf4-4da8-bf0d-742c47f89be8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7646dc74-e9ef-41ba-9cde-baad35311724">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7646dc74-e9ef-41ba-9cde-baad35311724_0_">
                      <gml:posList srsDimension="3">510926.960 5417278.150 275.522 510923.650 5417278.150 275.543 510923.650 5417278.150 272.747 510926.960 5417278.150 272.747 510926.960 5417278.150 275.522</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_f4038716-5667-412a-aaa7-032845693b6f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6d02e754-700c-4477-ad07-1314a7de426f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ae935869-84b3-407d-979e-25efede55bd4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ae935869-84b3-407d-979e-25efede55bd4_0_">
                      <gml:posList srsDimension="3">510923.720 5417284.710 275.169 510923.650 5417278.150 275.543 510926.960 5417278.150 275.522 510926.980 5417281.570 275.327 510927.010 5417284.680 275.149 510923.720 5417284.710 275.169</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_a860ce4e-2761-4ec7-a723-5dfa3b1a4120">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_490dfc56-6410-4d8e-bc78-1695d43840b9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_05c4943e-a97e-4047-a818-e091748df152">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_05c4943e-a97e-4047-a818-e091748df152_0_">
                      <gml:posList srsDimension="3">510923.650 5417278.150 272.747 510923.720 5417284.710 272.747 510927.010 5417284.680 272.747 510926.980 5417281.570 272.747 510926.960 5417278.150 272.747 510923.650 5417278.150 272.747</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2019</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZI2">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZI2</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">12.594</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_42bfacd6-0199-45aa-a4cc-d0c61cd7483d">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_66982f9f-be7a-4951-9285-3e0e98ae8af4">
              <gml:surfaceMember xlink:href="#Srf_1d031ec6-e77c-4a6b-8f37-887bfd11f79f"/>
              <gml:surfaceMember xlink:href="#Srf_5108966a-d5ac-4182-b669-8295a7707116"/>
              <gml:surfaceMember xlink:href="#Srf_7545f6e5-7ffc-41c3-81e2-37273edd76b8"/>
              <gml:surfaceMember xlink:href="#Srf_e21a7383-6139-4c77-b4bd-54386039a717"/>
              <gml:surfaceMember xlink:href="#Srf_7bde6c9b-1d72-4683-a212-195fee82537f"/>
              <gml:surfaceMember xlink:href="#Srf_222a956a-7f9a-43a9-9da5-f59903a9da2a"/>
              <gml:surfaceMember xlink:href="#Srf_67c75c5d-bb75-4579-a09f-fcba2d6fdf1e"/>
              <gml:surfaceMember xlink:href="#Srf_19c42bc9-de92-40d0-a9ca-f7092d46a200"/>
              <gml:surfaceMember xlink:href="#Srf_a684250a-34cb-4e96-ba25-d54b97c69ebc"/>
              <gml:surfaceMember xlink:href="#Srf_4b4b9213-6d44-435a-a491-1aa46c6edf8d"/>
              <gml:surfaceMember xlink:href="#Srf_24b600f3-49f0-4e95-8bcc-e5cf3937da9a"/>
              <gml:surfaceMember xlink:href="#Srf_3715f2ba-3eb5-4094-bfc5-3e643f4c3a3f"/>
              <gml:surfaceMember xlink:href="#Srf_ed7105a4-69a3-41a2-b6a7-98212ec0d547"/>
              <gml:surfaceMember xlink:href="#Srf_7eceffac-1ba6-4389-80b7-abc7b537f3e3"/>
              <gml:surfaceMember xlink:href="#Srf_ab90ea7f-b5c4-4d7e-a659-9747b38c1d51"/>
              <gml:surfaceMember xlink:href="#Srf_7b83f1a2-7cc6-48e1-98b3-f89bbc2f5221"/>
              <gml:surfaceMember xlink:href="#Srf_5e5501f1-f4a7-4112-8599-98888b6d95b4"/>
              <gml:surfaceMember xlink:href="#Srf_34ba8f93-79f7-4f0b-b0bc-087bf718d40e"/>
              <gml:surfaceMember xlink:href="#Srf_7c67aaa6-ff86-456e-b787-cda52713840f"/>
              <gml:surfaceMember xlink:href="#Srf_f179c66b-1b05-4d13-9534-c4fc65c4182b"/>
              <gml:surfaceMember xlink:href="#Srf_f77e5204-94c2-4652-9cbe-2efed62bda97"/>
              <gml:surfaceMember xlink:href="#Srf_601baff5-d586-4ce0-9325-6b8ad3b5c34b"/>
              <gml:surfaceMember xlink:href="#Srf_adbe13a1-79f2-4fc7-af98-16af5fc8409e"/>
              <gml:surfaceMember xlink:href="#Srf_de0e2c4b-6c11-4e1e-b72f-21c9181903ab"/>
              <gml:surfaceMember xlink:href="#Srf_a98098ea-a6bb-48b6-b3ed-f65796c72707"/>
              <gml:surfaceMember xlink:href="#Srf_b0a7bf85-72bb-4e75-90dc-44689ef82725"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_c2437c62-4cca-443f-9098-f79404e97e7c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74b19471-9b41-438b-ac9c-f703530e4707">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b0a7bf85-72bb-4e75-90dc-44689ef82725">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b0a7bf85-72bb-4e75-90dc-44689ef82725_0_">
                      <gml:posList srsDimension="3">510966.940 5417282.230 279.881 510961.850 5417282.340 279.885 510961.850 5417282.340 270.820 510966.940 5417282.230 270.820 510966.940 5417282.230 279.881</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_f887393f-f465-4977-a15b-03544aed7a8f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_90b1dd4b-3a19-4695-92f3-972ae0e86567">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4b4b9213-6d44-435a-a491-1aa46c6edf8d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4b4b9213-6d44-435a-a491-1aa46c6edf8d_0_">
                      <gml:posList srsDimension="3">510966.940 5417282.230 270.820 510966.910 5417280.830 270.820 510966.910 5417280.830 278.859 510966.940 5417282.230 279.881 510966.940 5417282.230 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_95515654-e5c4-456b-94d2-f351f82b8164">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dfa79efc-9f26-41e0-9f4a-25b2004410af">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de0e2c4b-6c11-4e1e-b72f-21c9181903ab">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de0e2c4b-6c11-4e1e-b72f-21c9181903ab_0_">
                      <gml:posList srsDimension="3">510967.240 5417280.820 278.856 510966.910 5417280.830 278.859 510966.910 5417280.830 270.820 510967.240 5417280.820 270.820 510967.240 5417280.820 278.856</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_da425757-f206-43fd-943c-4aa557bd9db6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e4fe8739-bac4-4b4b-8a3b-b448973ae0d9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e21a7383-6139-4c77-b4bd-54386039a717">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e21a7383-6139-4c77-b4bd-54386039a717_0_">
                      <gml:posList srsDimension="3">510967.240 5417280.820 270.820 510967.378 5417287.065 270.820 510967.378 5417287.065 283.414 510967.240 5417280.820 278.856 510967.240 5417280.820 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4a1cf790-6e5a-4c21-9880-b6f7b8f3aa9b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_905cebbb-7181-4ca4-8e7e-944aa76b6b35">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7b83f1a2-7cc6-48e1-98b3-f89bbc2f5221">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7b83f1a2-7cc6-48e1-98b3-f89bbc2f5221_0_">
                      <gml:posList srsDimension="3">510967.410 5417288.500 282.384 510967.378 5417287.065 283.414 510967.378 5417287.065 270.820 510967.410 5417288.500 270.820 510967.410 5417288.500 282.384</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_61c1e23d-6041-46ed-9094-83c34cb209c0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a9602e52-35c5-4a15-84ef-84fa55c0d009">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7c67aaa6-ff86-456e-b787-cda52713840f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7c67aaa6-ff86-456e-b787-cda52713840f_0_">
                      <gml:posList srsDimension="3">510967.350 5417288.500 282.385 510967.410 5417288.500 282.384 510967.410 5417288.500 270.820 510967.350 5417288.500 270.820 510967.350 5417288.500 282.385</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_fb9eb783-3398-4861-a2ed-c779bf375c67">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_832c93f8-a94b-4e3d-b96d-c0dcd979f4b7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3715f2ba-3eb5-4094-bfc5-3e643f4c3a3f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3715f2ba-3eb5-4094-bfc5-3e643f4c3a3f_0_">
                      <gml:posList srsDimension="3">510967.440 5417293.060 279.112 510967.350 5417288.500 282.385 510967.350 5417288.500 270.820 510967.440 5417293.060 270.820 510967.440 5417293.060 279.112</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_0352cf60-0e28-4209-a8cc-20cb7d520964">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9cea15e6-62d3-4b69-8393-80509aaa8f81">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7545f6e5-7ffc-41c3-81e2-37273edd76b8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7545f6e5-7ffc-41c3-81e2-37273edd76b8_0_">
                      <gml:posList srsDimension="3">510967.500 5417293.060 279.111 510967.440 5417293.060 279.112 510967.440 5417293.060 270.820 510967.500 5417293.060 270.820 510967.500 5417293.060 279.111</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_37b2d155-db26-4734-beb3-823bf1e3522f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3df43e56-ece9-44fa-87bb-eed5d3026a3c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_222a956a-7f9a-43a9-9da5-f59903a9da2a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_222a956a-7f9a-43a9-9da5-f59903a9da2a_0_">
                      <gml:posList srsDimension="3">510967.510 5417293.340 270.820 510967.510 5417293.340 278.910 510967.500 5417293.060 279.111 510967.500 5417293.060 270.820 510967.510 5417293.340 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_3d5bc227-22bf-4460-879a-5fdbeacbb5f5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b2684038-1809-4301-bbaa-d1aeecbca93b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_34ba8f93-79f7-4f0b-b0bc-087bf718d40e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_34ba8f93-79f7-4f0b-b0bc-087bf718d40e_0_">
                      <gml:posList srsDimension="3">510967.510 5417293.340 270.820 510956.880 5417293.580 270.820 510956.880 5417293.580 278.893 510967.510 5417293.340 278.910 510967.510 5417293.340 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f6a71468-f823-40bb-b0ea-65862a750e3a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9084ca07-fae7-4e80-b9cb-3abc5dc41807">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_adbe13a1-79f2-4fc7-af98-16af5fc8409e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_adbe13a1-79f2-4fc7-af98-16af5fc8409e_0_">
                      <gml:posList srsDimension="3">510956.880 5417293.580 278.893 510956.880 5417293.580 270.820 510956.880 5417293.470 270.820 510956.880 5417293.470 278.972 510956.880 5417293.580 278.893</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_15036b5a-3ffa-4c73-a3c8-d2c44edec4f7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8f3e0004-926d-4d84-98ca-34e8c704a5ec">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7bde6c9b-1d72-4683-a212-195fee82537f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7bde6c9b-1d72-4683-a212-195fee82537f_0_">
                      <gml:posList srsDimension="3">510956.880 5417293.470 270.820 510954.370 5417293.520 270.820 510954.370 5417293.520 278.972 510956.880 5417293.470 278.972 510956.880 5417293.470 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5339cc46-8a4b-4259-af2f-a3c2e80094c3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7c6197c3-ca37-4ed1-84f3-86398452153e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5e5501f1-f4a7-4112-8599-98888b6d95b4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5e5501f1-f4a7-4112-8599-98888b6d95b4_0_">
                      <gml:posList srsDimension="3">510954.370 5417293.630 270.820 510954.370 5417293.630 278.893 510954.370 5417293.520 278.972 510954.370 5417293.520 270.820 510954.370 5417293.630 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_10e9d943-14e3-44e9-9855-a097707c3569">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b067b25-276f-4b95-b6cc-022ca1a73647">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a98098ea-a6bb-48b6-b3ed-f65796c72707">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a98098ea-a6bb-48b6-b3ed-f65796c72707_0_">
                      <gml:posList srsDimension="3">510954.370 5417293.630 270.820 510946.220 5417293.810 270.820 510946.220 5417293.810 278.882 510954.370 5417293.630 278.893 510954.370 5417293.630 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_0a541c60-6c7e-4ff4-84db-2042cee7f57c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ca607634-57ee-4a96-9d98-87e60206b378">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1d031ec6-e77c-4a6b-8f37-887bfd11f79f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1d031ec6-e77c-4a6b-8f37-887bfd11f79f_0_">
                      <gml:posList srsDimension="3">510946.250 5417281.270 278.872 510946.280 5417282.820 280.003 510949.910 5417282.750 280.006 510946.099 5417287.498 283.413 510945.980 5417281.280 278.875 510946.250 5417281.270 278.872</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_503e09c9-a59f-46c5-bd7a-db6b3a9dc76a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_97ccb761-7cdd-4677-aca6-702ccace4902">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_24b600f3-49f0-4e95-8bcc-e5cf3937da9a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_24b600f3-49f0-4e95-8bcc-e5cf3937da9a_0_">
                      <gml:posList srsDimension="3">510967.378 5417287.065 283.414 510946.099 5417287.498 283.413 510949.910 5417282.750 280.006 510949.880 5417281.200 278.875 510961.820 5417280.940 278.863 510961.850 5417282.340 279.885 510966.940 5417282.230 279.881 510966.910 5417280.830 278.859 510967.240 5417280.820 278.856 510967.378 5417287.065 283.414</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_16b704e4-4490-400e-8fa4-19aa6b392625">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_da24d5fc-20c5-4a18-9e27-e9f950031996">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7eceffac-1ba6-4389-80b7-abc7b537f3e3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7eceffac-1ba6-4389-80b7-abc7b537f3e3_0_">
                      <gml:posList srsDimension="3">510946.099 5417287.498 283.413 510946.220 5417293.810 278.882 510946.220 5417293.810 270.820 510946.099 5417287.498 270.820 510946.099 5417287.498 283.413</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_837ee4ef-29fc-4b0f-bb50-444243205a0e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_090fc938-2e74-4ffa-906d-3a2f87f426a1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ab90ea7f-b5c4-4d7e-a659-9747b38c1d51">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ab90ea7f-b5c4-4d7e-a659-9747b38c1d51_0_">
                      <gml:posList srsDimension="3">510946.099 5417287.498 270.820 510945.980 5417281.280 270.820 510945.980 5417281.280 278.875 510946.099 5417287.498 283.413 510946.099 5417287.498 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_548c006d-b7db-4c01-8a70-07cb6f8b2923">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af48d5c2-9c53-465a-9493-a866a8103e42">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f77e5204-94c2-4652-9cbe-2efed62bda97">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f77e5204-94c2-4652-9cbe-2efed62bda97_0_">
                      <gml:posList srsDimension="3">510946.220 5417293.810 278.882 510946.099 5417287.498 283.413 510967.378 5417287.065 283.414 510967.410 5417288.500 282.384 510967.350 5417288.500 282.385 510967.440 5417293.060 279.112 510967.500 5417293.060 279.111 510967.510 5417293.340 278.910 510956.880 5417293.580 278.893 510956.880 5417293.470 278.972 510954.370 5417293.520 278.972 510954.370 5417293.630 278.893 510946.220 5417293.810 278.882</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_50cb345a-9d93-494b-bed9-61d2a8b28b86">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8298da07-f06b-404f-8ef5-96bcd19a7808">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_67c75c5d-bb75-4579-a09f-fcba2d6fdf1e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_67c75c5d-bb75-4579-a09f-fcba2d6fdf1e_0_">
                      <gml:posList srsDimension="3">510946.250 5417281.270 278.872 510945.980 5417281.280 278.875 510945.980 5417281.280 270.820 510946.250 5417281.270 270.820 510946.250 5417281.270 278.872</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_336bc509-1e99-4aef-8ec6-920519f0b196">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0187eff6-6666-477d-b0fd-0f08a96f739a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_601baff5-d586-4ce0-9325-6b8ad3b5c34b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_601baff5-d586-4ce0-9325-6b8ad3b5c34b_0_">
                      <gml:posList srsDimension="3">510946.250 5417281.270 270.820 510946.280 5417282.820 270.820 510946.280 5417282.820 280.003 510946.250 5417281.270 278.872 510946.250 5417281.270 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_9a6946c3-aa4b-4f84-86d4-9b4c7e5e697b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3093dba2-5608-47cf-b2f1-74b868ea08d7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f179c66b-1b05-4d13-9534-c4fc65c4182b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f179c66b-1b05-4d13-9534-c4fc65c4182b_0_">
                      <gml:posList srsDimension="3">510946.280 5417282.820 270.820 510946.250 5417281.270 270.820 510945.980 5417281.280 270.820 510946.099 5417287.498 270.820 510946.220 5417293.810 270.820 510954.370 5417293.630 270.820 510954.370 5417293.520 270.820 510956.880 5417293.470 270.820 510956.880 5417293.580 270.820 510967.510 5417293.340 270.820 510967.500 5417293.060 270.820 510967.440 5417293.060 270.820 510967.350 5417288.500 270.820 510967.410 5417288.500 270.820 510967.378 5417287.065 270.820 510967.240 5417280.820 270.820 510966.910 5417280.830 270.820 510966.940 5417282.230 270.820 510961.850 5417282.340 270.820 510961.820 5417280.940 270.820 510949.880 5417281.200 270.820 510949.910 5417282.750 270.820 510946.280 5417282.820 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5ba597de-b482-44d0-8069-50e3b74dcae4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_08e0ef83-e90d-44ae-b4c9-44747275cc2e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_19c42bc9-de92-40d0-a9ca-f7092d46a200">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_19c42bc9-de92-40d0-a9ca-f7092d46a200_0_">
                      <gml:posList srsDimension="3">510946.280 5417282.820 270.820 510949.910 5417282.750 270.820 510949.910 5417282.750 280.006 510946.280 5417282.820 280.003 510946.280 5417282.820 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_4e4d0e25-fc18-4400-bac6-c76fcfad9e64">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fb1d7551-10e5-4b5e-ab86-c45458e20d16">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5108966a-d5ac-4182-b669-8295a7707116">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5108966a-d5ac-4182-b669-8295a7707116_0_">
                      <gml:posList srsDimension="3">510949.910 5417282.750 270.820 510949.880 5417281.200 270.820 510949.880 5417281.200 278.875 510949.910 5417282.750 280.006 510949.910 5417282.750 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_ea4ae9c5-c983-4eba-871c-65675792d3df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_01b95d8b-03f9-4352-b97f-062423c3ca51">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed7105a4-69a3-41a2-b6a7-98212ec0d547">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed7105a4-69a3-41a2-b6a7-98212ec0d547_0_">
                      <gml:posList srsDimension="3">510961.820 5417280.940 278.863 510949.880 5417281.200 278.875 510949.880 5417281.200 270.820 510961.820 5417280.940 270.820 510961.820 5417280.940 278.863</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_7587f12c-626c-4928-98f5-39f0a5508561">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a2dcf741-51f0-4390-97cf-3dbc6a4cf19d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a684250a-34cb-4e96-ba25-d54b97c69ebc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a684250a-34cb-4e96-ba25-d54b97c69ebc_0_">
                      <gml:posList srsDimension="3">510961.820 5417280.940 270.820 510961.850 5417282.340 270.820 510961.850 5417282.340 279.885 510961.820 5417280.940 278.863 510961.820 5417280.940 270.820</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1907</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZIJ">
      <core:creationDate>2019-01-27</core:creationDate>
      <core:externalReference>
        <core:informationSystem>http://repository.gdi-de.org/schemas/adv/citygml/fdv/art.htm#_9100</core:informationSystem>
        <core:externalObject>
          <core:name>DEBWL0010000ZZIJ</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">8.941</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_2d425a8a-f95a-455b-8807-6fb9f4d2e975">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_4ccde39d-74dc-4684-a7a4-4bd7a771c2aa">
              <gml:surfaceMember xlink:href="#Srf_384f3670-cc0a-4a85-966f-68d169158d3e"/>
              <gml:surfaceMember xlink:href="#Srf_b266e1a7-c417-4342-b2fa-fb77e461a260"/>
              <gml:surfaceMember xlink:href="#Srf_b64c6319-6a41-4320-958a-b64f036ab297"/>
              <gml:surfaceMember xlink:href="#Srf_53dd6160-cd43-4574-90c3-c433c713ac66"/>
              <gml:surfaceMember xlink:href="#Srf_1313eb22-5771-4579-b3bb-cbe3b7cb57ec"/>
              <gml:surfaceMember xlink:href="#Srf_fb52c0ec-c79b-4ff6-81cf-336032800271"/>
              <gml:surfaceMember xlink:href="#Srf_4f8071d2-4c64-493d-a9c2-3fd7bbe9ef2b"/>
              <gml:surfaceMember xlink:href="#Srf_b7c74b69-271e-4685-a92e-0330dba744fb"/>
              <gml:surfaceMember xlink:href="#Srf_157d4bf9-2d82-44c1-92c0-55a2ad264af5"/>
              <gml:surfaceMember xlink:href="#Srf_0c11adab-43d8-4e09-98d0-c69fe3d682cb"/>
              <gml:surfaceMember xlink:href="#Srf_8e9ddfe3-ebdb-4cdc-90d7-2b10067fc3b0"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b64bb409-91cc-4e5a-ae6e-c135b46b89a5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5c348e7a-0114-4fa5-95fe-4a3f711611f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_384f3670-cc0a-4a85-966f-68d169158d3e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_384f3670-cc0a-4a85-966f-68d169158d3e_0_">
                      <gml:posList srsDimension="3">510884.470 5417298.920 271.183 510888.976 5417298.555 271.183 510888.976 5417298.555 280.124 510884.470 5417298.920 277.781 510884.470 5417298.920 271.183</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_d1b080a3-2801-4637-adae-6ca490c04a87">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2666ba15-e7d9-4884-b6b7-fab022156d80">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1313eb22-5771-4579-b3bb-cbe3b7cb57ec">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1313eb22-5771-4579-b3bb-cbe3b7cb57ec_0_">
                      <gml:posList srsDimension="3">510892.970 5417304.550 278.277 510893.960 5417304.480 277.769 510893.960 5417304.480 271.183 510892.970 5417304.550 271.183 510892.970 5417304.550 278.277</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_36927cc6-a28b-4e23-86bf-fe5412f7898c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d083669c-b545-42f3-b690-613cefe21713">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_53dd6160-cd43-4574-90c3-c433c713ac66">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_53dd6160-cd43-4574-90c3-c433c713ac66_0_">
                      <gml:posList srsDimension="3">510888.976 5417298.555 271.183 510884.470 5417298.920 271.183 510884.980 5417305.160 271.183 510886.940 5417305.000 271.183 510889.432 5417304.814 271.183 510892.970 5417304.550 271.183 510893.960 5417304.480 271.183 510893.490 5417298.190 271.183 510888.976 5417298.555 271.183</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_30499a8b-480d-4cb5-a582-3a71aa2e6861">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf4c9232-e138-41c0-9f6e-4d4238acbfa8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fb52c0ec-c79b-4ff6-81cf-336032800271">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fb52c0ec-c79b-4ff6-81cf-336032800271_0_">
                      <gml:posList srsDimension="3">510889.432 5417304.814 280.092 510892.970 5417304.550 278.277 510892.970 5417304.550 271.183 510889.432 5417304.814 271.183 510889.432 5417304.814 280.092</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_66221864-4585-44c8-b862-a93165f62efd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_be407eb8-ccc7-446c-920b-2cddbb73c730">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0c11adab-43d8-4e09-98d0-c69fe3d682cb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0c11adab-43d8-4e09-98d0-c69fe3d682cb_0_">
                      <gml:posList srsDimension="3">510884.470 5417298.920 277.781 510888.976 5417298.555 280.124 510889.432 5417304.814 280.092 510886.940 5417305.000 278.798 510884.980 5417305.160 277.779 510884.470 5417298.920 277.781</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_cc215425-8dd4-4746-b5c0-08fbc77ea240">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_52e28ead-db6d-4a31-b57a-6bc82cae6c0d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_157d4bf9-2d82-44c1-92c0-55a2ad264af5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_157d4bf9-2d82-44c1-92c0-55a2ad264af5_0_">
                      <gml:posList srsDimension="3">510889.432 5417304.814 271.183 510886.940 5417305.000 271.183 510886.940 5417305.000 278.798 510889.432 5417304.814 280.092 510889.432 5417304.814 271.183</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_c8ac21e3-ffe6-454b-8192-637a8976ad69">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_258ab875-a8d5-4364-a725-8d4b1f33789f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b64c6319-6a41-4320-958a-b64f036ab297">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b64c6319-6a41-4320-958a-b64f036ab297_0_">
                      <gml:posList srsDimension="3">510893.960 5417304.480 277.769 510892.970 5417304.550 278.277 510889.432 5417304.814 280.092 510888.976 5417298.555 280.124 510893.490 5417298.190 277.807 510893.960 5417304.480 277.769</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_ef55df10-913f-456c-9c12-3fecacb984ed">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7e136f3f-139d-4ffb-971c-f50292687790">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b266e1a7-c417-4342-b2fa-fb77e461a260">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b266e1a7-c417-4342-b2fa-fb77e461a260_0_">
                      <gml:posList srsDimension="3">510886.940 5417305.000 271.183 510884.980 5417305.160 271.183 510884.980 5417305.160 277.779 510886.940 5417305.000 278.798 510886.940 5417305.000 271.183</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_21f920d0-12d6-40da-9e04-1e1c808c5253">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dbdf957d-3652-4582-b554-8f9dff741e29">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b7c74b69-271e-4685-a92e-0330dba744fb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b7c74b69-271e-4685-a92e-0330dba744fb_0_">
                      <gml:posList srsDimension="3">510893.490 5417298.190 277.807 510888.976 5417298.555 280.124 510888.976 5417298.555 271.183 510893.490 5417298.190 271.183 510893.490 5417298.190 277.807</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_6ce99229-715d-42bd-9d25-fd178bab3821">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cc80cdf9-84ab-4f4a-b910-a6163bc9f4a1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4f8071d2-4c64-493d-a9c2-3fd7bbe9ef2b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4f8071d2-4c64-493d-a9c2-3fd7bbe9ef2b_0_">
                      <gml:posList srsDimension="3">510884.470 5417298.920 277.781 510884.980 5417305.160 277.779 510884.980 5417305.160 271.183 510884.470 5417298.920 271.183 510884.470 5417298.920 277.781</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_caccc7d6-6129-41b5-99cc-4bec9e029ed3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_acc7f111-b14c-4922-8360-2c799c376e61">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8e9ddfe3-ebdb-4cdc-90d7-2b10067fc3b0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8e9ddfe3-ebdb-4cdc-90d7-2b10067fc3b0_0_">
                      <gml:posList srsDimension="3">510893.960 5417304.480 277.769 510893.490 5417298.190 277.807 510893.490 5417298.190 271.183 510893.960 5417304.480 271.183 510893.960 5417304.480 277.769</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1910</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZI9">
      <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>DEBWL0010000ZZI9</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.630</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_e0ac0ab9-b5cd-4c3d-81e8-d6fc51b9ef92">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_2da91490-f852-403d-8513-f2a5317093ef">
              <gml:surfaceMember xlink:href="#Srf_98bd7c04-9409-422e-ac27-431f29a7b89b"/>
              <gml:surfaceMember xlink:href="#Srf_b4c185cf-f24d-4fe3-9d1c-79e70c8cc498"/>
              <gml:surfaceMember xlink:href="#Srf_846cc990-1a0b-4202-bb77-c5715c57540f"/>
              <gml:surfaceMember xlink:href="#Srf_226c423b-a721-45ef-9990-3a7ebdc67fa6"/>
For faster browsing, not all history is shown. View entire blame