Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
166001
166002
166003
166004
166005
166006
166007
166008
166009
166010
166011
166012
166013
166014
166015
166016
166017
166018
166019
166020
166021
166022
166023
166024
166025
166026
166027
166028
166029
166030
166031
166032
166033
166034
166035
166036
166037
166038
166039
166040
166041
166042
166043
166044
166045
166046
166047
166048
166049
166050
166051
166052
166053
166054
166055
166056
166057
166058
166059
166060
166061
166062
166063
166064
166065
166066
166067
166068
166069
166070
166071
166072
166073
166074
166075
166076
166077
166078
166079
166080
166081
166082
166083
166084
166085
166086
166087
166088
166089
166090
166091
166092
166093
166094
166095
166096
166097
166098
166099
166100
166101
166102
166103
166104
166105
166106
166107
166108
166109
166110
166111
166112
166113
166114
166115
166116
166117
166118
166119
166120
166121
166122
166123
166124
166125
166126
166127
166128
166129
166130
166131
166132
166133
166134
166135
166136
166137
166138
166139
166140
166141
166142
166143
166144
166145
166146
166147
166148
166149
166150
166151
166152
166153
166154
166155
166156
166157
166158
166159
166160
166161
166162
166163
166164
166165
166166
166167
166168
166169
166170
166171
166172
166173
166174
166175
166176
166177
166178
166179
166180
166181
166182
166183
166184
166185
166186
166187
166188
166189
166190
166191
166192
166193
166194
166195
166196
166197
166198
166199
166200
166201
166202
166203
166204
166205
166206
166207
166208
166209
166210
166211
166212
166213
166214
166215
166216
166217
166218
166219
166220
166221
166222
166223
166224
166225
166226
166227
166228
166229
166230
166231
166232
166233
166234
166235
166236
166237
166238
166239
166240
166241
166242
166243
166244
166245
166246
166247
166248
166249
166250
166251
166252
166253
166254
166255
166256
166257
166258
166259
166260
166261
166262
166263
166264
166265
166266
166267
166268
166269
166270
166271
166272
166273
166274
166275
166276
166277
166278
166279
166280
166281
166282
166283
166284
166285
166286
166287
166288
166289
166290
166291
166292
166293
166294
166295
166296
166297
166298
166299
166300
166301
166302
166303
166304
166305
166306
166307
166308
166309
166310
166311
166312
166313
166314
166315
166316
166317
166318
166319
166320
166321
166322
166323
166324
166325
166326
166327
166328
166329
166330
166331
166332
166333
166334
166335
166336
166337
166338
166339
166340
166341
166342
166343
166344
166345
166346
166347
166348
166349
166350
166351
166352
166353
166354
166355
166356
166357
166358
166359
166360
166361
166362
166363
166364
166365
166366
166367
166368
166369
166370
166371
166372
166373
166374
166375
166376
166377
166378
166379
166380
166381
166382
166383
166384
166385
166386
166387
166388
166389
166390
166391
166392
166393
166394
166395
166396
166397
166398
166399
166400
166401
166402
166403
166404
166405
166406
166407
166408
166409
166410
166411
166412
166413
166414
166415
166416
166417
166418
166419
166420
166421
166422
166423
166424
166425
166426
166427
166428
166429
166430
166431
166432
166433
166434
166435
166436
166437
166438
166439
166440
166441
166442
166443
166444
166445
166446
166447
166448
166449
166450
166451
166452
166453
166454
166455
166456
166457
166458
166459
166460
166461
166462
166463
166464
166465
166466
166467
166468
166469
166470
166471
166472
166473
166474
166475
166476
166477
166478
166479
166480
166481
166482
166483
166484
166485
166486
166487
166488
166489
166490
166491
166492
166493
166494
166495
166496
166497
166498
166499
166500
166501
166502
166503
166504
166505
166506
166507
166508
166509
166510
166511
166512
166513
166514
166515
166516
166517
166518
166519
166520
166521
166522
166523
166524
166525
166526
166527
166528
166529
166530
166531
166532
166533
166534
166535
166536
166537
166538
166539
166540
166541
166542
166543
166544
166545
166546
166547
166548
166549
166550
166551
166552
166553
166554
166555
166556
166557
166558
166559
166560
166561
166562
166563
166564
166565
166566
166567
166568
166569
166570
166571
166572
166573
166574
166575
166576
166577
166578
166579
166580
166581
166582
166583
166584
166585
166586
166587
166588
166589
166590
166591
166592
166593
166594
166595
166596
166597
166598
166599
166600
166601
166602
166603
166604
166605
166606
166607
166608
166609
166610
166611
166612
166613
166614
166615
166616
166617
166618
166619
166620
166621
166622
166623
166624
166625
166626
166627
166628
166629
166630
166631
166632
166633
166634
166635
166636
166637
166638
166639
166640
166641
166642
166643
166644
166645
166646
166647
166648
166649
166650
166651
166652
166653
166654
166655
166656
166657
166658
166659
166660
166661
166662
166663
166664
166665
166666
166667
166668
166669
166670
166671
166672
166673
166674
166675
166676
166677
166678
166679
166680
166681
166682
166683
166684
166685
166686
166687
166688
166689
166690
166691
166692
166693
166694
166695
166696
166697
166698
166699
166700
166701
166702
166703
166704
166705
166706
166707
166708
166709
166710
166711
166712
166713
166714
166715
166716
166717
166718
166719
166720
166721
166722
166723
166724
166725
166726
166727
166728
166729
166730
166731
166732
166733
166734
166735
166736
166737
166738
166739
166740
166741
166742
166743
166744
166745
166746
166747
166748
166749
166750
166751
166752
166753
166754
166755
166756
166757
166758
166759
166760
166761
166762
166763
166764
166765
166766
166767
166768
166769
166770
166771
166772
166773
166774
166775
166776
166777
166778
166779
166780
166781
166782
166783
166784
166785
166786
166787
166788
166789
166790
166791
166792
166793
166794
166795
166796
166797
166798
166799
166800
166801
166802
166803
166804
166805
166806
166807
166808
166809
166810
166811
166812
166813
166814
166815
166816
166817
166818
166819
166820
166821
166822
166823
166824
166825
166826
166827
166828
166829
166830
166831
166832
166833
166834
166835
166836
166837
166838
166839
166840
166841
166842
166843
166844
166845
166846
166847
166848
166849
166850
166851
166852
166853
166854
166855
166856
166857
166858
166859
166860
166861
166862
166863
166864
166865
166866
166867
166868
166869
166870
166871
166872
166873
166874
166875
166876
166877
166878
166879
166880
166881
166882
166883
166884
166885
166886
166887
166888
166889
166890
166891
166892
166893
166894
166895
166896
166897
166898
166899
166900
166901
166902
166903
166904
166905
166906
166907
166908
166909
166910
166911
166912
166913
166914
166915
166916
166917
166918
166919
166920
166921
166922
166923
166924
166925
166926
166927
166928
166929
166930
166931
166932
166933
166934
166935
166936
166937
166938
166939
166940
166941
166942
166943
166944
166945
166946
166947
166948
166949
166950
166951
166952
166953
166954
166955
166956
166957
166958
166959
166960
166961
166962
166963
166964
166965
166966
166967
166968
166969
166970
166971
166972
166973
166974
166975
166976
166977
166978
166979
166980
166981
166982
166983
166984
166985
166986
166987
166988
166989
166990
166991
166992
166993
166994
166995
166996
166997
166998
166999
167000
              <gml:surfaceMember xlink:href="#Srf_a9aba5e1-642d-463b-9d6d-5f5ad2b5a4ed"/>
              <gml:surfaceMember xlink:href="#Srf_69626472-6215-44bc-834e-f66a35f3c2d6"/>
              <gml:surfaceMember xlink:href="#Srf_481edcc6-f2af-4dc8-bda3-e82b9301ea04"/>
              <gml:surfaceMember xlink:href="#Srf_4156be3d-4af1-410b-aaaf-bc3ceafa5656"/>
              <gml:surfaceMember xlink:href="#Srf_ec242e16-0704-40c8-8ff3-7fb4167b8690"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_bd34ab5c-00b5-4ec6-9bea-824257556edd">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_03161378-da11-4e58-bdbe-4ef5e7f17639">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_481edcc6-f2af-4dc8-bda3-e82b9301ea04">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_481edcc6-f2af-4dc8-bda3-e82b9301ea04_0_">
                      <gml:posList srsDimension="3">511022.650 5417434.060 257.579 511019.870 5417434.410 257.579 511019.870 5417434.410 260.320 511022.650 5417434.060 260.320 511022.650 5417434.060 257.579</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_e269b96e-8c94-4b8e-9091-c5a0e02985a0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cbb7a669-3a06-4b81-a5f2-b68198ea84bb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_69626472-6215-44bc-834e-f66a35f3c2d6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_69626472-6215-44bc-834e-f66a35f3c2d6_0_">
                      <gml:posList srsDimension="3">511019.870 5417434.410 257.579 511019.150 5417428.680 257.579 511019.150 5417428.680 260.320 511019.870 5417434.410 260.320 511019.870 5417434.410 257.579</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_ef257885-bc12-43d4-a25e-9af67cda0295">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d890999e-e286-4bfa-83dc-59133a22da47">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_23fa6a41-b660-441c-806c-b9bf651fe93e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_23fa6a41-b660-441c-806c-b9bf651fe93e_0_">
                      <gml:posList srsDimension="3">511019.870 5417434.410 260.320 511019.150 5417428.680 260.320 511021.940 5417428.340 260.320 511022.500 5417432.900 260.320 511022.650 5417434.060 260.320 511019.870 5417434.410 260.320</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_d90593c5-2f1f-489c-a141-f1aa1a440a6a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d0bf7567-106c-4c45-8782-e8ab46074773">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a9aba5e1-642d-463b-9d6d-5f5ad2b5a4ed">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a9aba5e1-642d-463b-9d6d-5f5ad2b5a4ed_0_">
                      <gml:posList srsDimension="3">511019.150 5417428.680 257.579 511021.940 5417428.340 257.579 511021.940 5417428.340 260.320 511019.150 5417428.680 260.320 511019.150 5417428.680 257.579</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_5f1fc601-4278-4d36-a334-2a6c027c303e">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c449db94-2313-4565-815b-08748b4484d6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ec242e16-0704-40c8-8ff3-7fb4167b8690">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ec242e16-0704-40c8-8ff3-7fb4167b8690_0_">
                      <gml:posList srsDimension="3">511021.940 5417428.340 257.579 511022.500 5417432.900 257.579 511022.500 5417432.900 260.320 511021.940 5417428.340 260.320 511021.940 5417428.340 257.579</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_ef77199d-a775-40b4-90ba-937630006da3">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c7803710-b81e-4765-8f1b-d5f1727466ab">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5db782e9-aae2-42e8-9dd5-559ffa16cd96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5db782e9-aae2-42e8-9dd5-559ffa16cd96_0_">
                      <gml:posList srsDimension="3">511019.150 5417428.680 257.579 511019.870 5417434.410 257.579 511022.650 5417434.060 257.579 511022.500 5417432.900 257.579 511021.940 5417428.340 257.579 511019.150 5417428.680 257.579</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_d090e71e-7d1e-4cae-bdfc-5a755d28fe6f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eb28a27c-f686-4d92-8a8e-c76ea54e9557">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4156be3d-4af1-410b-aaaf-bc3ceafa5656">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4156be3d-4af1-410b-aaaf-bc3ceafa5656_0_">
                      <gml:posList srsDimension="3">511022.500 5417432.900 257.579 511022.650 5417434.060 257.579 511022.650 5417434.060 260.320 511022.500 5417432.900 260.320 511022.500 5417432.900 257.579</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2007</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007e">
      <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>DEBWL0010001007e</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.519</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a41be0a1-56a6-461e-8b0c-65585626daa7">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_15d19945-d73d-4a7f-a8ee-8af04a7cbf30">
              <gml:surfaceMember xlink:href="#Srf_5cbdf974-3c59-4869-b50a-3ca017fe4314"/>
              <gml:surfaceMember xlink:href="#Srf_f6129092-f643-4822-ab52-10dba21bb3c0"/>
              <gml:surfaceMember xlink:href="#Srf_53845fff-cc75-49bb-a07e-c6506d8c3d5e"/>
              <gml:surfaceMember xlink:href="#Srf_ac16c8f8-813b-4b5b-b3cf-c00996f0fb19"/>
              <gml:surfaceMember xlink:href="#Srf_7773c00c-30d7-4071-9e50-830b9a313c3a"/>
              <gml:surfaceMember xlink:href="#Srf_b822156c-c6a9-4370-96a3-43048fc0b422"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b3d690b1-c93c-44f2-97ed-2b14c8095a6f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_92435ec7-8cde-4dfd-88d6-9c76132f24fe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f6129092-f643-4822-ab52-10dba21bb3c0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f6129092-f643-4822-ab52-10dba21bb3c0_0_">
                      <gml:posList srsDimension="3">511039.640 5417433.210 257.311 511036.870 5417433.520 257.311 511036.870 5417433.520 259.830 511039.640 5417433.210 259.830 511039.640 5417433.210 257.311</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_62be46e7-6843-4bc7-96c8-8a11341b48ad">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_701dca09-4100-44be-bc8e-f18564951cbe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7773c00c-30d7-4071-9e50-830b9a313c3a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7773c00c-30d7-4071-9e50-830b9a313c3a_0_">
                      <gml:posList srsDimension="3">511036.870 5417433.520 257.311 511036.220 5417427.800 257.311 511036.220 5417427.800 259.830 511036.870 5417433.520 259.830 511036.870 5417433.520 257.311</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_863b0c25-647c-4b81-899f-2457346bda5d">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3dfc5104-ee97-4913-8f72-2a95f4672ce5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5cbdf974-3c59-4869-b50a-3ca017fe4314">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5cbdf974-3c59-4869-b50a-3ca017fe4314_0_">
                      <gml:posList srsDimension="3">511036.220 5417427.800 259.830 511038.990 5417427.490 259.830 511039.640 5417433.210 259.830 511036.870 5417433.520 259.830 511036.220 5417427.800 259.830</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_85135f4a-dbd3-493a-9b68-12b3e420c590">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f1e03861-b3f1-4598-b107-1dc7ae89f7b6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_53845fff-cc75-49bb-a07e-c6506d8c3d5e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_53845fff-cc75-49bb-a07e-c6506d8c3d5e_0_">
                      <gml:posList srsDimension="3">511036.220 5417427.800 257.311 511038.990 5417427.490 257.311 511038.990 5417427.490 259.830 511036.220 5417427.800 259.830 511036.220 5417427.800 257.311</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_e2ceef7f-180f-4c8b-aab4-68f0f851ef5f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d02259eb-2830-4b57-9e2c-4e52651d7996">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ac16c8f8-813b-4b5b-b3cf-c00996f0fb19">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ac16c8f8-813b-4b5b-b3cf-c00996f0fb19_0_">
                      <gml:posList srsDimension="3">511038.990 5417427.490 257.311 511036.220 5417427.800 257.311 511036.870 5417433.520 257.311 511039.640 5417433.210 257.311 511038.990 5417427.490 257.311</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_fe1e72f9-4211-4718-ada1-4e779f2d1b2a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_83fb40f4-2acb-420f-9758-470b3515b6c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b822156c-c6a9-4370-96a3-43048fc0b422">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b822156c-c6a9-4370-96a3-43048fc0b422_0_">
                      <gml:posList srsDimension="3">511038.990 5417427.490 257.311 511039.640 5417433.210 257.311 511039.640 5417433.210 259.830 511038.990 5417427.490 259.830 511038.990 5417427.490 257.311</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1900</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007D">
      <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>DEBWL0010001007D</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.028</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_4f4adedf-65cb-4aa4-9949-6588c690283f">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_94887d70-8f83-4178-94b6-c09ad12e978e">
              <gml:surfaceMember xlink:href="#Srf_09773c5b-aa69-490e-9ea0-75faa87f2cae"/>
              <gml:surfaceMember xlink:href="#Srf_0e6032d5-3c4b-4798-a816-d1c2a83c5be9"/>
              <gml:surfaceMember xlink:href="#Srf_4ee03978-f861-42cf-bd24-fc2737fb1168"/>
              <gml:surfaceMember xlink:href="#Srf_cb52d070-add5-4bf3-a58c-d8c9abbd18af"/>
              <gml:surfaceMember xlink:href="#Srf_c3f18f2d-e46c-4919-be52-b35e8cdb5e26"/>
              <gml:surfaceMember xlink:href="#Srf_c9cae300-0fb8-48e9-86e4-6c85626567c7"/>
              <gml:surfaceMember xlink:href="#Srf_9ea8772a-4da2-4e55-8669-c9c5ad850465"/>
              <gml:surfaceMember xlink:href="#Srf_b02aa478-1323-404f-bad7-9c68d8fc6116"/>
              <gml:surfaceMember xlink:href="#Srf_5bc9de3b-02b7-4a72-b653-866097fafb96"/>
              <gml:surfaceMember xlink:href="#Srf_77456000-6742-4560-a2cd-b96b904b5764"/>
              <gml:surfaceMember xlink:href="#Srf_b4817ce8-46dc-4b99-a9ad-cf5495211d89"/>
              <gml:surfaceMember xlink:href="#Srf_adbb9cfe-71c7-4022-aa6d-c19bb45eed1c"/>
              <gml:surfaceMember xlink:href="#Srf_09d754a1-0e69-4eed-830d-c7ded1c5099a"/>
              <gml:surfaceMember xlink:href="#Srf_15cba206-8c53-4e65-bb2c-056988b9ddbb"/>
              <gml:surfaceMember xlink:href="#Srf_6869fb54-43e6-44fc-b5fd-1e6223536ee4"/>
              <gml:surfaceMember xlink:href="#Srf_204150bc-48ab-42f7-8e0f-60b3c697bda2"/>
              <gml:surfaceMember xlink:href="#Srf_59bd3386-e62c-4b63-9c49-2a8c7ff06a0d"/>
              <gml:surfaceMember xlink:href="#Srf_3fa18511-b9a0-459d-8766-2d0d0f284632"/>
              <gml:surfaceMember xlink:href="#Srf_e0303012-267b-4718-be4d-1d6d67a3c6f0"/>
              <gml:surfaceMember xlink:href="#Srf_de967e3a-6c70-42cb-a0d9-fea469acf4ec"/>
              <gml:surfaceMember xlink:href="#Srf_32e814fd-3b15-4c4a-8398-831fa7a54d6d"/>
              <gml:surfaceMember xlink:href="#Srf_8f45f954-3496-4b23-a5d3-2aa633003b5b"/>
              <gml:surfaceMember xlink:href="#Srf_1b1f31ca-16bb-42ab-967b-3a7ace2d50eb"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_70673861-9f8d-489e-a904-c48cf1406b5a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_eee67897-4b45-457e-9f89-f901e7a85a86">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8f45f954-3496-4b23-a5d3-2aa633003b5b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8f45f954-3496-4b23-a5d3-2aa633003b5b_0_">
                      <gml:posList srsDimension="3">510974.280 5417411.330 268.284 510974.210 5417409.710 269.217 510974.469 5417409.426 269.374 510975.690 5417412.260 267.720 510975.320 5417412.280 267.716 510974.280 5417411.330 268.284</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_961a1822-37a3-4735-8ceb-bd67c2652980">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bc21081b-fb42-4e04-9ff1-6f1594344562">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_59bd3386-e62c-4b63-9c49-2a8c7ff06a0d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_59bd3386-e62c-4b63-9c49-2a8c7ff06a0d_0_">
                      <gml:posList srsDimension="3">510975.690 5417412.260 259.350 510975.320 5417412.280 259.350 510975.320 5417412.280 267.716 510975.690 5417412.260 267.720 510975.690 5417412.260 259.350</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_7923d058-9e54-4071-9a07-fd0bcd8938b0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4f42f74f-c865-4fd8-b814-302aa42caf03">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0e6032d5-3c4b-4798-a816-d1c2a83c5be9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0e6032d5-3c4b-4798-a816-d1c2a83c5be9_0_">
                      <gml:posList srsDimension="3">510988.020 5417405.760 259.350 510988.151 5417408.905 259.350 510988.151 5417408.905 269.378 510988.020 5417405.760 267.556 510988.020 5417405.760 259.350</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_81824df0-9dc8-4852-a9cb-165449349d1a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_100a9f3c-19d5-4767-9371-c3d01a849022">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c3f18f2d-e46c-4919-be52-b35e8cdb5e26">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c3f18f2d-e46c-4919-be52-b35e8cdb5e26_0_">
                      <gml:posList srsDimension="3">510975.790 5417414.770 266.275 510975.690 5417412.260 267.720 510974.469 5417409.426 269.374 510988.151 5417408.905 269.378 510988.270 5417411.760 267.735 510984.920 5417411.900 267.727 510984.990 5417413.640 266.726 510981.650 5417413.780 266.718 510981.680 5417414.520 266.292 510975.790 5417414.770 266.275</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_abc08004-bb0b-45fc-868c-76b196fced08">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d9b55586-3d22-48de-b5e7-9aa684908ce7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cb52d070-add5-4bf3-a58c-d8c9abbd18af">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cb52d070-add5-4bf3-a58c-d8c9abbd18af_0_">
                      <gml:posList srsDimension="3">510974.280 5417411.330 268.284 510975.320 5417412.280 267.716 510975.320 5417412.280 259.350 510974.280 5417411.330 259.350 510974.280 5417411.330 268.284</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_1bc9d25f-4923-497f-8f36-10d0c11dbaa2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5222cc86-599c-4229-b0aa-a4c05da2afe3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4ee03978-f861-42cf-bd24-fc2737fb1168">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4ee03978-f861-42cf-bd24-fc2737fb1168_0_">
                      <gml:posList srsDimension="3">510988.270 5417411.760 267.735 510988.151 5417408.905 269.378 510988.151 5417408.905 259.350 510988.270 5417411.760 259.350 510988.270 5417411.760 267.735</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_4156c6fe-2f7c-4044-9f43-5ae7ff6911de">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8bbf8c2f-2eb7-4bdd-918a-b1202e0122f7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6869fb54-43e6-44fc-b5fd-1e6223536ee4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6869fb54-43e6-44fc-b5fd-1e6223536ee4_0_">
                      <gml:posList srsDimension="3">510974.210 5417409.710 269.217 510974.280 5417411.330 268.284 510974.280 5417411.330 259.350 510974.210 5417409.710 259.350 510974.210 5417409.710 269.217</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_b765453d-8b80-4a93-9cf4-3943512cdaad">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_313a6299-8f0a-4d7d-8239-8de2d3cdc128">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b4817ce8-46dc-4b99-a9ad-cf5495211d89">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b4817ce8-46dc-4b99-a9ad-cf5495211d89_0_">
                      <gml:posList srsDimension="3">510988.270 5417411.760 259.350 510984.920 5417411.900 259.350 510984.920 5417411.900 267.727 510988.270 5417411.760 267.735 510988.270 5417411.760 259.350</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_270c4533-b201-42a5-a574-97d07b9f86e9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e23550e6-9182-43b0-afcb-7381c9b75fdf">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e0303012-267b-4718-be4d-1d6d67a3c6f0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e0303012-267b-4718-be4d-1d6d67a3c6f0_0_">
                      <gml:posList srsDimension="3">510975.160 5417408.670 268.952 510974.469 5417409.426 269.374 510974.469 5417409.426 259.350 510975.160 5417408.670 259.350 510975.160 5417408.670 268.952</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_8154386b-7e0c-4b1f-9f09-4ae315e0f5d6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_525261a2-71e1-4d8a-99fb-7be846f5a10d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b02aa478-1323-404f-bad7-9c68d8fc6116">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b02aa478-1323-404f-bad7-9c68d8fc6116_0_">
                      <gml:posList srsDimension="3">510974.210 5417409.710 259.350 510974.469 5417409.426 259.350 510974.469 5417409.426 269.374 510974.210 5417409.710 269.217 510974.210 5417409.710 259.350</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_14fb5d9c-0a84-4c4c-84e1-95bb911d4de5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b74f28cd-2d8e-4ef6-a766-cae9360376f3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9ea8772a-4da2-4e55-8669-c9c5ad850465">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9ea8772a-4da2-4e55-8669-c9c5ad850465_0_">
                      <gml:posList srsDimension="3">510984.990 5417413.640 266.726 510984.920 5417411.900 267.727 510984.920 5417411.900 259.350 510984.990 5417413.640 259.350 510984.990 5417413.640 266.726</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_43bec95b-bea4-485a-acf2-130f628c2a7d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0841cb77-4649-4fe2-9c35-19027821afa4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1b1f31ca-16bb-42ab-967b-3a7ace2d50eb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1b1f31ca-16bb-42ab-967b-3a7ace2d50eb_0_">
                      <gml:posList srsDimension="3">510975.550 5417408.650 259.350 510975.160 5417408.670 259.350 510974.469 5417409.426 259.350 510974.210 5417409.710 259.350 510974.280 5417411.330 259.350 510975.320 5417412.280 259.350 510975.690 5417412.260 259.350 510975.790 5417414.770 259.350 510981.680 5417414.520 259.350 510981.650 5417413.780 259.350 510984.990 5417413.640 259.350 510984.920 5417411.900 259.350 510988.270 5417411.760 259.350 510988.151 5417408.905 259.350 510988.020 5417405.760 259.350 510984.660 5417405.900 259.350 510984.570 5417403.690 259.350 510975.360 5417404.080 259.350 510975.550 5417408.650 259.350</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_4cec5c71-3afa-409b-96c6-4ad781b1a03c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9a8b37e6-6783-4b08-afef-f090459db369">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_de967e3a-6c70-42cb-a0d9-fea469acf4ec">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_de967e3a-6c70-42cb-a0d9-fea469acf4ec_0_">
                      <gml:posList srsDimension="3">510975.550 5417408.650 268.950 510975.160 5417408.670 268.952 510975.160 5417408.670 259.350 510975.550 5417408.650 259.350 510975.550 5417408.650 268.950</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_591d9b60-9c25-4b76-ab2d-bb199ed93076">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f64fb2fe-59a2-4f66-bc64-f6a17d82e5e7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_09773c5b-aa69-490e-9ea0-75faa87f2cae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_09773c5b-aa69-490e-9ea0-75faa87f2cae_0_">
                      <gml:posList srsDimension="3">510984.990 5417413.640 259.350 510981.650 5417413.780 259.350 510981.650 5417413.780 266.718 510984.990 5417413.640 266.726 510984.990 5417413.640 259.350</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_c422a154-c1b2-4d44-87d6-5e7f1e5d5f08">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6720b468-c9f5-4a58-a8b5-a5d2804a40d1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_adbb9cfe-71c7-4022-aa6d-c19bb45eed1c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_adbb9cfe-71c7-4022-aa6d-c19bb45eed1c_0_">
                      <gml:posList srsDimension="3">510975.550 5417408.650 259.350 510975.360 5417404.080 259.350 510975.360 5417404.080 266.303 510975.550 5417408.650 268.950 510975.550 5417408.650 259.350</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_ff0b1514-d366-4b1f-90c9-2349521d8a29">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3501facd-feea-49e3-bcc0-db2077d3ea83">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_15cba206-8c53-4e65-bb2c-056988b9ddbb">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_15cba206-8c53-4e65-bb2c-056988b9ddbb_0_">
                      <gml:posList srsDimension="3">510981.680 5417414.520 266.292 510981.650 5417413.780 266.718 510981.650 5417413.780 259.350 510981.680 5417414.520 259.350 510981.680 5417414.520 266.292</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_089be0d8-4c01-49a8-a6f9-80ae068ba816">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6c141d38-a2c4-4ecd-8300-20ec453748fb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3fa18511-b9a0-459d-8766-2d0d0f284632">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3fa18511-b9a0-459d-8766-2d0d0f284632_0_">
                      <gml:posList srsDimension="3">510975.160 5417408.670 268.952 510975.550 5417408.650 268.950 510974.469 5417409.426 269.374 510975.160 5417408.670 268.952</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_21f89910-b308-4a84-8dc8-dd472d4d19ee">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ca539f70-ba05-467c-a91f-835591535977">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_09d754a1-0e69-4eed-830d-c7ded1c5099a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_09d754a1-0e69-4eed-830d-c7ded1c5099a_0_">
                      <gml:posList srsDimension="3">510984.570 5417403.690 266.282 510975.360 5417404.080 266.303 510975.360 5417404.080 259.350 510984.570 5417403.690 259.350 510984.570 5417403.690 266.282</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_58fd3a6e-8ff5-4220-a559-b40632ebc7f9">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a9ac1a0c-f1e6-4c94-b9c9-d5e7072a9915">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5bc9de3b-02b7-4a72-b653-866097fafb96">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5bc9de3b-02b7-4a72-b653-866097fafb96_0_">
                      <gml:posList srsDimension="3">510981.680 5417414.520 259.350 510975.790 5417414.770 259.350 510975.790 5417414.770 266.275 510981.680 5417414.520 266.292 510981.680 5417414.520 259.350</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_5e510db0-230d-47b7-a771-2a6f73cf9531">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_63b26a9d-85e3-44e4-9c67-75e2f474327d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c9cae300-0fb8-48e9-86e4-6c85626567c7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c9cae300-0fb8-48e9-86e4-6c85626567c7_0_">
                      <gml:posList srsDimension="3">510975.550 5417408.650 268.950 510975.360 5417404.080 266.303 510984.570 5417403.690 266.282 510984.660 5417405.900 267.562 510988.020 5417405.760 267.556 510988.151 5417408.905 269.378 510974.469 5417409.426 269.374 510975.550 5417408.650 268.950</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_564511af-e146-499f-902e-4c780a91a9c6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fa77ecb6-56d0-41e2-ab69-45dc91c206ac">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_204150bc-48ab-42f7-8e0f-60b3c697bda2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_204150bc-48ab-42f7-8e0f-60b3c697bda2_0_">
                      <gml:posList srsDimension="3">510984.570 5417403.690 259.350 510984.660 5417405.900 259.350 510984.660 5417405.900 267.562 510984.570 5417403.690 266.282 510984.570 5417403.690 259.350</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_2e0e8e13-75be-4ced-a627-6cfaf7d6e61d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ef14c150-ed13-4c39-bf65-f9610b53df87">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_32e814fd-3b15-4c4a-8398-831fa7a54d6d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_32e814fd-3b15-4c4a-8398-831fa7a54d6d_0_">
                      <gml:posList srsDimension="3">510975.690 5417412.260 267.720 510975.790 5417414.770 266.275 510975.790 5417414.770 259.350 510975.690 5417412.260 259.350 510975.690 5417412.260 267.720</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_db925f35-7d21-4ee3-ad8c-4d98ae1def23">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3c3fb970-9600-487a-88a2-5a3bbcea686e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77456000-6742-4560-a2cd-b96b904b5764">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77456000-6742-4560-a2cd-b96b904b5764_0_">
                      <gml:posList srsDimension="3">510988.020 5417405.760 267.556 510984.660 5417405.900 267.562 510984.660 5417405.900 259.350 510988.020 5417405.760 259.350 510988.020 5417405.760 267.556</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1947</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007j">
      <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>DEBWL0010001007j</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">2.510</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_a28881dc-87cb-4d5c-aa98-d7fae4f12435">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b6b6b121-d044-4d2d-a8a5-62570541152b">
              <gml:surfaceMember xlink:href="#Srf_d0c50a44-494c-48aa-aae9-83511a8612c1"/>
              <gml:surfaceMember xlink:href="#Srf_ca4e55e0-f279-4159-bbb9-b4abea36ced9"/>
              <gml:surfaceMember xlink:href="#Srf_543b0004-af6e-4628-84c3-f80234348c4d"/>
              <gml:surfaceMember xlink:href="#Srf_be030299-8eec-4c62-a0c4-e35e9d4b5078"/>
              <gml:surfaceMember xlink:href="#Srf_af62fbae-a685-41aa-8dc7-0c51472ec994"/>
              <gml:surfaceMember xlink:href="#Srf_f4ade2ef-9b2f-4411-bf0f-073a989af582"/>
              <gml:surfaceMember xlink:href="#Srf_2a0a8247-d3cf-4479-9f24-36b30b744529"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_bfa87970-148b-422b-bcd6-8ca8a1c2ef7a">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_974a2d7b-c3b1-4a9b-9fe8-95bfc1f44cca">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_af62fbae-a685-41aa-8dc7-0c51472ec994">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_af62fbae-a685-41aa-8dc7-0c51472ec994_0_">
                      <gml:posList srsDimension="3">511014.020 5417429.290 257.840 511016.820 5417428.980 257.840 511016.820 5417428.980 260.350 511014.020 5417429.290 260.350 511014.020 5417429.290 257.840</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_343bed3e-3df0-43da-93cd-53731d5b52a6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_74e43c6a-7e74-4055-ae63-771366cc54f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f4ade2ef-9b2f-4411-bf0f-073a989af582">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f4ade2ef-9b2f-4411-bf0f-073a989af582_0_">
                      <gml:posList srsDimension="3">511014.020 5417429.290 260.350 511016.820 5417428.980 260.350 511017.470 5417434.690 260.350 511014.700 5417435.010 260.350 511014.380 5417432.180 260.350 511014.020 5417429.290 260.350</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_377b6f1d-20e1-47e7-887c-f46e0b9016c0">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0388fe8b-a09d-42f4-af4e-db5b2a81c792">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_d0c50a44-494c-48aa-aae9-83511a8612c1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_d0c50a44-494c-48aa-aae9-83511a8612c1_0_">
                      <gml:posList srsDimension="3">511016.820 5417428.980 257.840 511014.020 5417429.290 257.840 511014.380 5417432.180 257.840 511014.700 5417435.010 257.840 511017.470 5417434.690 257.840 511016.820 5417428.980 257.840</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_86415c51-ec02-4926-867f-1c8fc0861789">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_54965b60-2b3b-4708-88e7-a3e447452f50">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_543b0004-af6e-4628-84c3-f80234348c4d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_543b0004-af6e-4628-84c3-f80234348c4d_0_">
                      <gml:posList srsDimension="3">511016.820 5417428.980 257.840 511017.470 5417434.690 257.840 511017.470 5417434.690 260.350 511016.820 5417428.980 260.350 511016.820 5417428.980 257.840</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_406eb143-6189-4626-aa51-17c5b044d0d1">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_0628cdba-8dda-4152-a001-34214d2c4b4c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_be030299-8eec-4c62-a0c4-e35e9d4b5078">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_be030299-8eec-4c62-a0c4-e35e9d4b5078_0_">
                      <gml:posList srsDimension="3">511017.470 5417434.690 257.840 511014.700 5417435.010 257.840 511014.700 5417435.010 260.350 511017.470 5417434.690 260.350 511017.470 5417434.690 257.840</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_01e230d7-8835-4fed-b469-14bf97754165">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5688ce02-2c25-4b20-b142-355174078220">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ca4e55e0-f279-4159-bbb9-b4abea36ced9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ca4e55e0-f279-4159-bbb9-b4abea36ced9_0_">
                      <gml:posList srsDimension="3">511014.700 5417435.010 257.840 511014.380 5417432.180 257.840 511014.380 5417432.180 260.350 511014.700 5417435.010 260.350 511014.700 5417435.010 257.840</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_e2b5608c-a68d-46f3-9691-23339dd83b13">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a5109861-ad21-456f-9f36-5d36fed0b744">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2a0a8247-d3cf-4479-9f24-36b30b744529">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2a0a8247-d3cf-4479-9f24-36b30b744529_0_">
                      <gml:posList srsDimension="3">511014.380 5417432.180 257.840 511014.020 5417429.290 257.840 511014.020 5417429.290 260.350 511014.380 5417432.180 260.350 511014.380 5417432.180 257.840</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2018</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010001007n">
      <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>DEBWL0010001007n</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_2463</bldg:function>
      <bldg:roofType>1000</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">4.210</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_8a7afdd6-e631-486e-83fe-f858226f9c23">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_0975717f-c06d-42d6-8976-220bb28a7f6e">
              <gml:surfaceMember xlink:href="#Srf_267b2542-cd9b-45fb-b4fc-0d6dc3fe7a5e"/>
              <gml:surfaceMember xlink:href="#Srf_6a8c504d-f2d7-483e-ba33-58b3b7d327a4"/>
              <gml:surfaceMember xlink:href="#Srf_8e20e667-8413-4ae0-ab2d-16495fa43bbf"/>
              <gml:surfaceMember xlink:href="#Srf_32753675-df58-4eb4-901b-0dc5fd6b8eb4"/>
              <gml:surfaceMember xlink:href="#Srf_750a2c31-bcfb-40e1-80d5-b7e11ab3dbfc"/>
              <gml:surfaceMember xlink:href="#Srf_ed914427-8db4-4f2d-aa26-035c56b4addd"/>
              <gml:surfaceMember xlink:href="#Srf_93832b8e-e621-4e8d-9b28-7674e949b1aa"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_5da3da34-b443-4291-937f-d27886a8b52d">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_13111844-7675-4eb4-87da-c5df1becca22">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed914427-8db4-4f2d-aa26-035c56b4addd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed914427-8db4-4f2d-aa26-035c56b4addd_0_">
                      <gml:posList srsDimension="3">510979.560 5417434.250 256.440 510980.330 5417440.750 256.440 510980.330 5417440.750 260.650 510979.560 5417434.250 260.650 510979.560 5417434.250 256.440</gml:posList>
For faster browsing, not all history is shown. View entire blame