Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
172001
172002
172003
172004
172005
172006
172007
172008
172009
172010
172011
172012
172013
172014
172015
172016
172017
172018
172019
172020
172021
172022
172023
172024
172025
172026
172027
172028
172029
172030
172031
172032
172033
172034
172035
172036
172037
172038
172039
172040
172041
172042
172043
172044
172045
172046
172047
172048
172049
172050
172051
172052
172053
172054
172055
172056
172057
172058
172059
172060
172061
172062
172063
172064
172065
172066
172067
172068
172069
172070
172071
172072
172073
172074
172075
172076
172077
172078
172079
172080
172081
172082
172083
172084
172085
172086
172087
172088
172089
172090
172091
172092
172093
172094
172095
172096
172097
172098
172099
172100
172101
172102
172103
172104
172105
172106
172107
172108
172109
172110
172111
172112
172113
172114
172115
172116
172117
172118
172119
172120
172121
172122
172123
172124
172125
172126
172127
172128
172129
172130
172131
172132
172133
172134
172135
172136
172137
172138
172139
172140
172141
172142
172143
172144
172145
172146
172147
172148
172149
172150
172151
172152
172153
172154
172155
172156
172157
172158
172159
172160
172161
172162
172163
172164
172165
172166
172167
172168
172169
172170
172171
172172
172173
172174
172175
172176
172177
172178
172179
172180
172181
172182
172183
172184
172185
172186
172187
172188
172189
172190
172191
172192
172193
172194
172195
172196
172197
172198
172199
172200
172201
172202
172203
172204
172205
172206
172207
172208
172209
172210
172211
172212
172213
172214
172215
172216
172217
172218
172219
172220
172221
172222
172223
172224
172225
172226
172227
172228
172229
172230
172231
172232
172233
172234
172235
172236
172237
172238
172239
172240
172241
172242
172243
172244
172245
172246
172247
172248
172249
172250
172251
172252
172253
172254
172255
172256
172257
172258
172259
172260
172261
172262
172263
172264
172265
172266
172267
172268
172269
172270
172271
172272
172273
172274
172275
172276
172277
172278
172279
172280
172281
172282
172283
172284
172285
172286
172287
172288
172289
172290
172291
172292
172293
172294
172295
172296
172297
172298
172299
172300
172301
172302
172303
172304
172305
172306
172307
172308
172309
172310
172311
172312
172313
172314
172315
172316
172317
172318
172319
172320
172321
172322
172323
172324
172325
172326
172327
172328
172329
172330
172331
172332
172333
172334
172335
172336
172337
172338
172339
172340
172341
172342
172343
172344
172345
172346
172347
172348
172349
172350
172351
172352
172353
172354
172355
172356
172357
172358
172359
172360
172361
172362
172363
172364
172365
172366
172367
172368
172369
172370
172371
172372
172373
172374
172375
172376
172377
172378
172379
172380
172381
172382
172383
172384
172385
172386
172387
172388
172389
172390
172391
172392
172393
172394
172395
172396
172397
172398
172399
172400
172401
172402
172403
172404
172405
172406
172407
172408
172409
172410
172411
172412
172413
172414
172415
172416
172417
172418
172419
172420
172421
172422
172423
172424
172425
172426
172427
172428
172429
172430
172431
172432
172433
172434
172435
172436
172437
172438
172439
172440
172441
172442
172443
172444
172445
172446
172447
172448
172449
172450
172451
172452
172453
172454
172455
172456
172457
172458
172459
172460
172461
172462
172463
172464
172465
172466
172467
172468
172469
172470
172471
172472
172473
172474
172475
172476
172477
172478
172479
172480
172481
172482
172483
172484
172485
172486
172487
172488
172489
172490
172491
172492
172493
172494
172495
172496
172497
172498
172499
172500
172501
172502
172503
172504
172505
172506
172507
172508
172509
172510
172511
172512
172513
172514
172515
172516
172517
172518
172519
172520
172521
172522
172523
172524
172525
172526
172527
172528
172529
172530
172531
172532
172533
172534
172535
172536
172537
172538
172539
172540
172541
172542
172543
172544
172545
172546
172547
172548
172549
172550
172551
172552
172553
172554
172555
172556
172557
172558
172559
172560
172561
172562
172563
172564
172565
172566
172567
172568
172569
172570
172571
172572
172573
172574
172575
172576
172577
172578
172579
172580
172581
172582
172583
172584
172585
172586
172587
172588
172589
172590
172591
172592
172593
172594
172595
172596
172597
172598
172599
172600
172601
172602
172603
172604
172605
172606
172607
172608
172609
172610
172611
172612
172613
172614
172615
172616
172617
172618
172619
172620
172621
172622
172623
172624
172625
172626
172627
172628
172629
172630
172631
172632
172633
172634
172635
172636
172637
172638
172639
172640
172641
172642
172643
172644
172645
172646
172647
172648
172649
172650
172651
172652
172653
172654
172655
172656
172657
172658
172659
172660
172661
172662
172663
172664
172665
172666
172667
172668
172669
172670
172671
172672
172673
172674
172675
172676
172677
172678
172679
172680
172681
172682
172683
172684
172685
172686
172687
172688
172689
172690
172691
172692
172693
172694
172695
172696
172697
172698
172699
172700
172701
172702
172703
172704
172705
172706
172707
172708
172709
172710
172711
172712
172713
172714
172715
172716
172717
172718
172719
172720
172721
172722
172723
172724
172725
172726
172727
172728
172729
172730
172731
172732
172733
172734
172735
172736
172737
172738
172739
172740
172741
172742
172743
172744
172745
172746
172747
172748
172749
172750
172751
172752
172753
172754
172755
172756
172757
172758
172759
172760
172761
172762
172763
172764
172765
172766
172767
172768
172769
172770
172771
172772
172773
172774
172775
172776
172777
172778
172779
172780
172781
172782
172783
172784
172785
172786
172787
172788
172789
172790
172791
172792
172793
172794
172795
172796
172797
172798
172799
172800
172801
172802
172803
172804
172805
172806
172807
172808
172809
172810
172811
172812
172813
172814
172815
172816
172817
172818
172819
172820
172821
172822
172823
172824
172825
172826
172827
172828
172829
172830
172831
172832
172833
172834
172835
172836
172837
172838
172839
172840
172841
172842
172843
172844
172845
172846
172847
172848
172849
172850
172851
172852
172853
172854
172855
172856
172857
172858
172859
172860
172861
172862
172863
172864
172865
172866
172867
172868
172869
172870
172871
172872
172873
172874
172875
172876
172877
172878
172879
172880
172881
172882
172883
172884
172885
172886
172887
172888
172889
172890
172891
172892
172893
172894
172895
172896
172897
172898
172899
172900
172901
172902
172903
172904
172905
172906
172907
172908
172909
172910
172911
172912
172913
172914
172915
172916
172917
172918
172919
172920
172921
172922
172923
172924
172925
172926
172927
172928
172929
172930
172931
172932
172933
172934
172935
172936
172937
172938
172939
172940
172941
172942
172943
172944
172945
172946
172947
172948
172949
172950
172951
172952
172953
172954
172955
172956
172957
172958
172959
172960
172961
172962
172963
172964
172965
172966
172967
172968
172969
172970
172971
172972
172973
172974
172975
172976
172977
172978
172979
172980
172981
172982
172983
172984
172985
172986
172987
172988
172989
172990
172991
172992
172993
172994
172995
172996
172997
172998
172999
173000
                      <gml:posList srsDimension="3">511104.100 5417363.270 265.313 511102.760 5417363.320 265.313 511102.970 5417369.380 265.313 511109.240 5417369.130 265.313 511109.030 5417362.990 265.313 511104.090 5417363.180 265.313 511104.100 5417363.270 265.313</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_679bb731-74af-4dbe-bd0f-6c42e03e324f">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1fca3f5c-8e51-40b0-a651-92464f7e82f2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_229ed597-2a03-446e-89f7-912b1d8d9088">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_229ed597-2a03-446e-89f7-912b1d8d9088_0_">
                      <gml:posList srsDimension="3">511104.090 5417363.180 265.313 511109.030 5417362.990 265.313 511109.030 5417362.990 268.150 511104.090 5417363.180 268.150 511104.090 5417363.180 265.313</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_2d8a2515-7b57-48a4-af7f-a34c6b7558d6">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5daddaf2-c438-4734-a623-fc95b2358967">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_72526ce5-f767-4b56-be8f-983fe607e470">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_72526ce5-f767-4b56-be8f-983fe607e470_0_">
                      <gml:posList srsDimension="3">511109.030 5417362.990 265.313 511109.240 5417369.130 265.313 511109.240 5417369.130 268.150 511109.030 5417362.990 268.150 511109.030 5417362.990 265.313</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_fe3a3812-9e00-450b-8f2a-43c773134908">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fcca2423-c22c-4c28-b6b5-ca6a48e011db">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f0e649c9-788c-4e96-bcfb-76f8c702e489">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f0e649c9-788c-4e96-bcfb-76f8c702e489_0_">
                      <gml:posList srsDimension="3">511109.240 5417369.130 265.313 511102.970 5417369.380 265.313 511102.970 5417369.380 268.150 511109.240 5417369.130 268.150 511109.240 5417369.130 265.313</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_d5558b40-6739-412a-bcc1-54b171b54198">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_2e14654e-a6a8-4736-bbf8-a8fbf4dcc907">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cd218d29-1af5-4da2-9adc-e6557e01bec9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cd218d29-1af5-4da2-9adc-e6557e01bec9_0_">
                      <gml:posList srsDimension="3">511102.970 5417369.380 265.313 511102.760 5417363.320 265.313 511102.760 5417363.320 268.150 511102.970 5417369.380 268.150 511102.970 5417369.380 265.313</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1923</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_001000gX7RQ">
      <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>DEBWL001000gX7RQ</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.558</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_f54d4105-6ad3-4a70-baad-14abb2bed567">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_77befbcd-e33d-4a5e-bf02-e91ee3a92375">
              <gml:surfaceMember xlink:href="#Srf_648aae59-cbf4-4ffa-b6b4-df25c06c944d"/>
              <gml:surfaceMember xlink:href="#Srf_99accc24-2484-4744-b9c2-3843726d9dcc"/>
              <gml:surfaceMember xlink:href="#Srf_a1b9bcd5-17e3-4853-9a14-0ccb0630ba30"/>
              <gml:surfaceMember xlink:href="#Srf_fe348a28-0519-4d81-895d-f54b914e1d34"/>
              <gml:surfaceMember xlink:href="#Srf_47320ebd-025f-451b-a803-a55f6651d4a0"/>
              <gml:surfaceMember xlink:href="#Srf_6f96a450-7660-4b7f-90a0-cb65c21757e7"/>
              <gml:surfaceMember xlink:href="#Srf_e263d545-8184-4e95-8741-8eb8b17c1127"/>
              <gml:surfaceMember xlink:href="#Srf_1544b19c-1d4e-4568-9533-c0a519ed811f"/>
              <gml:surfaceMember xlink:href="#Srf_63867f47-c7fe-4773-b9f6-f933a5b0867d"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_1d4aff57-b814-422d-9686-729fa3ed03ca">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_af43c18c-d961-48e0-8417-7ed569a1a8c5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a1b9bcd5-17e3-4853-9a14-0ccb0630ba30">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a1b9bcd5-17e3-4853-9a14-0ccb0630ba30_0_">
                      <gml:posList srsDimension="3">510901.990 5417388.340 264.563 510901.510 5417388.360 264.563 510901.620 5417390.520 264.563 510904.540 5417390.390 264.563 510904.400 5417387.590 264.563 510904.210 5417383.240 264.563 510901.780 5417383.340 264.563 510901.990 5417388.340 264.563</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_5944eb17-e6d5-446d-87dd-4ca49a9f748a">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ee78a6f0-f05c-45c0-ad00-c1cf01e642e5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe348a28-0519-4d81-895d-f54b914e1d34">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe348a28-0519-4d81-895d-f54b914e1d34_0_">
                      <gml:posList srsDimension="3">510901.780 5417383.340 264.563 510904.210 5417383.240 264.563 510904.210 5417383.240 266.657 510901.780 5417383.340 266.652 510901.780 5417383.340 264.563</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_317cf347-04ba-46be-8dea-6a5260af075c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_008951d0-0e76-4183-b255-4c1f4a9cf52d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_99accc24-2484-4744-b9c2-3843726d9dcc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_99accc24-2484-4744-b9c2-3843726d9dcc_0_">
                      <gml:posList srsDimension="3">510904.210 5417383.240 264.563 510904.400 5417387.590 264.563 510904.400 5417387.590 266.939 510904.210 5417383.240 266.657 510904.210 5417383.240 264.563</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_0babf92b-9aa6-4ada-b501-7dc728d68681">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f19c1634-b7f7-48c0-9948-d3c78673d3ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e263d545-8184-4e95-8741-8eb8b17c1127">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e263d545-8184-4e95-8741-8eb8b17c1127_0_">
                      <gml:posList srsDimension="3">510904.400 5417387.590 264.563 510904.540 5417390.390 264.563 510904.540 5417390.390 267.121 510904.400 5417387.590 266.939 510904.400 5417387.590 264.563</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_b1937dd1-89ec-439b-9702-e0efff184473">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f50952b1-8029-4313-83e4-4519db544e78">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_63867f47-c7fe-4773-b9f6-f933a5b0867d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_63867f47-c7fe-4773-b9f6-f933a5b0867d_0_">
                      <gml:posList srsDimension="3">510904.540 5417390.390 264.563 510901.620 5417390.520 264.563 510901.620 5417390.520 267.116 510904.540 5417390.390 267.121 510904.540 5417390.390 264.563</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_405678e5-61e1-457e-b0d9-865ddb8475ad">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_35ddf1b8-7e20-481c-85f0-82878d32e0d1">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1544b19c-1d4e-4568-9533-c0a519ed811f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1544b19c-1d4e-4568-9533-c0a519ed811f_0_">
                      <gml:posList srsDimension="3">510901.510 5417388.360 266.976 510901.990 5417388.340 266.977 510901.780 5417383.340 266.652 510904.210 5417383.240 266.657 510904.400 5417387.590 266.939 510904.540 5417390.390 267.121 510901.620 5417390.520 267.116 510901.510 5417388.360 266.976</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_523f5dbe-24d6-4d2a-8e40-622608170a7b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_53123467-0d7a-4bbd-9a6c-a4a40b23beb6">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6f96a450-7660-4b7f-90a0-cb65c21757e7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6f96a450-7660-4b7f-90a0-cb65c21757e7_0_">
                      <gml:posList srsDimension="3">510901.620 5417390.520 264.563 510901.510 5417388.360 264.563 510901.510 5417388.360 266.976 510901.620 5417390.520 267.116 510901.620 5417390.520 264.563</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_144857cc-f5f1-4217-afae-77591b9ae41f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bf88550e-ea6c-4704-9117-f651093e5445">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_648aae59-cbf4-4ffa-b6b4-df25c06c944d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_648aae59-cbf4-4ffa-b6b4-df25c06c944d_0_">
                      <gml:posList srsDimension="3">510901.990 5417388.340 264.563 510901.780 5417383.340 264.563 510901.780 5417383.340 266.652 510901.990 5417388.340 266.977 510901.990 5417388.340 264.563</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_b5ec7445-ec32-4336-a932-8d9426bbd8df">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_751adcd0-8768-410f-a086-6db0209b3a44">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_47320ebd-025f-451b-a803-a55f6651d4a0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_47320ebd-025f-451b-a803-a55f6651d4a0_0_">
                      <gml:posList srsDimension="3">510901.510 5417388.360 264.563 510901.990 5417388.340 264.563 510901.990 5417388.340 266.977 510901.510 5417388.360 266.976 510901.510 5417388.360 264.563</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1971</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_001000gX7RP">
      <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>DEBWL001000gX7RP</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.424</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_0ddfb8f0-38d9-463c-b34c-51e741383f64">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_05f02689-56ce-416f-bd92-61cbdd26f7fa">
              <gml:surfaceMember xlink:href="#Srf_318b3222-2080-4b04-8193-5228dfb2191e"/>
              <gml:surfaceMember xlink:href="#Srf_65273dc1-e4bc-4ab9-9388-dc2f1ca8a152"/>
              <gml:surfaceMember xlink:href="#Srf_f2f5031e-3e23-4e72-871e-1761274abd69"/>
              <gml:surfaceMember xlink:href="#Srf_c30736b3-0d52-47d6-ab99-74f2482bd1df"/>
              <gml:surfaceMember xlink:href="#Srf_77da0a69-30d0-4469-bfac-eed1e35e212b"/>
              <gml:surfaceMember xlink:href="#Srf_8e8002bc-d471-497c-8e65-435bc91f1a8b"/>
              <gml:surfaceMember xlink:href="#Srf_fe936f67-2388-473b-8434-732accf446ae"/>
              <gml:surfaceMember xlink:href="#Srf_477e330a-c691-4d8e-bf92-b11853138a19"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_7b75ec63-da72-4235-8f18-7b405fc5fa94">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_951771a7-6d0f-4d1f-b9b5-ba8dd8627b18">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_65273dc1-e4bc-4ab9-9388-dc2f1ca8a152">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_65273dc1-e4bc-4ab9-9388-dc2f1ca8a152_0_">
                      <gml:posList srsDimension="3">510914.880 5417387.130 264.556 510914.390 5417387.150 264.556 510914.530 5417390.280 264.556 510918.050 5417390.130 264.556 510917.760 5417383.600 264.556 510914.730 5417383.720 264.556 510914.880 5417387.130 264.556</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_35a26248-c8e9-4dc5-80c9-450d46e01915">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_8c03d7e9-129e-4776-9cc3-026cb237aa2d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_77da0a69-30d0-4469-bfac-eed1e35e212b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_77da0a69-30d0-4469-bfac-eed1e35e212b_0_">
                      <gml:posList srsDimension="3">510914.730 5417383.720 264.556 510917.760 5417383.600 264.556 510917.760 5417383.600 266.980 510914.730 5417383.720 266.980 510914.730 5417383.720 264.556</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_5bfe4edf-134b-447e-83f2-c0f9d653e02e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a116a0f0-9fe6-4c4c-85dd-f95bb63cc35e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f2f5031e-3e23-4e72-871e-1761274abd69">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f2f5031e-3e23-4e72-871e-1761274abd69_0_">
                      <gml:posList srsDimension="3">510917.760 5417383.600 264.556 510918.050 5417390.130 264.556 510918.050 5417390.130 266.980 510917.760 5417383.600 266.980 510917.760 5417383.600 264.556</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_aaabf65d-5875-4039-ad3b-1ec2b438ef68">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_249311cd-1845-49dd-af81-54ae0b6f2d4f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_fe936f67-2388-473b-8434-732accf446ae">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_fe936f67-2388-473b-8434-732accf446ae_0_">
                      <gml:posList srsDimension="3">510918.050 5417390.130 264.556 510914.530 5417390.280 264.556 510914.530 5417390.280 266.980 510918.050 5417390.130 266.980 510918.050 5417390.130 264.556</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_7b740ad1-2438-4117-b699-e974641a5d6e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3ad35657-eb99-4e02-a30c-be66261d5ab9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_318b3222-2080-4b04-8193-5228dfb2191e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_318b3222-2080-4b04-8193-5228dfb2191e_0_">
                      <gml:posList srsDimension="3">510914.530 5417390.280 264.556 510914.390 5417387.150 264.556 510914.390 5417387.150 266.980 510914.530 5417390.280 266.980 510914.530 5417390.280 264.556</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_4af659ff-af41-48d2-ac0d-83e5570f87ab">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_436fd265-c1cc-41e9-be38-b03c844df841">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_477e330a-c691-4d8e-bf92-b11853138a19">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_477e330a-c691-4d8e-bf92-b11853138a19_0_">
                      <gml:posList srsDimension="3">510914.390 5417387.150 266.980 510914.880 5417387.130 266.980 510914.730 5417383.720 266.980 510917.760 5417383.600 266.980 510918.050 5417390.130 266.980 510914.530 5417390.280 266.980 510914.390 5417387.150 266.980</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_2ce6714d-cf55-439d-9d13-e7c01dea0c04">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_56a022ed-2607-4e1e-b7f6-b8e5064f39fd">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_8e8002bc-d471-497c-8e65-435bc91f1a8b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_8e8002bc-d471-497c-8e65-435bc91f1a8b_0_">
                      <gml:posList srsDimension="3">510914.390 5417387.150 264.556 510914.880 5417387.130 264.556 510914.880 5417387.130 266.980 510914.390 5417387.150 266.980 510914.390 5417387.150 264.556</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_847f041a-45be-4cb7-9b4c-08dc13aecf54">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_922e285b-f162-4a84-9165-c68a3bc5dfce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c30736b3-0d52-47d6-ab99-74f2482bd1df">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c30736b3-0d52-47d6-ab99-74f2482bd1df_0_">
                      <gml:posList srsDimension="3">510914.880 5417387.130 264.556 510914.730 5417383.720 264.556 510914.730 5417383.720 266.980 510914.880 5417387.130 266.980 510914.880 5417387.130 264.556</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1908</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_001000gYzpg">
      <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>DEBWL001000gYzpg</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.969</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_e412b92d-bb7c-40ac-a8a7-14f3c45c39dc">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_3b3d310e-18f3-4d6e-a8d6-24b3b1f64031">
              <gml:surfaceMember xlink:href="#Srf_79480f3c-afa0-48e6-adac-d992e4cef292"/>
              <gml:surfaceMember xlink:href="#Srf_2fe71707-f168-4035-8c91-6ce41847ad53"/>
              <gml:surfaceMember xlink:href="#Srf_7ce8379c-b8a0-4240-b220-22a0373fa05a"/>
              <gml:surfaceMember xlink:href="#Srf_21d5f31f-2e7f-4932-adeb-d567022b0eee"/>
              <gml:surfaceMember xlink:href="#Srf_6de2b2d7-c52b-46c9-86c7-1fc853c8d724"/>
              <gml:surfaceMember xlink:href="#Srf_5a33e641-6011-4ead-aa82-6d7cdd23292e"/>
              <gml:surfaceMember xlink:href="#Srf_144ce19c-c733-4533-9d44-5d2804495eef"/>
              <gml:surfaceMember xlink:href="#Srf_3c247abe-d563-40ed-99b6-7773f84b6c0b"/>
              <gml:surfaceMember xlink:href="#Srf_2159cd45-8b22-4e50-a6fb-f68d21a3db13"/>
              <gml:surfaceMember xlink:href="#Srf_b5d4285d-2dac-46a2-ba0d-3955156f2011"/>
              <gml:surfaceMember xlink:href="#Srf_cd5167ac-a652-4325-8f45-3699b0994cc4"/>
              <gml:surfaceMember xlink:href="#Srf_35007e83-53d6-4ef0-9201-8eeaf086193f"/>
              <gml:surfaceMember xlink:href="#Srf_f2d33edb-6430-46b7-b5a5-d54b84f991f2"/>
              <gml:surfaceMember xlink:href="#Srf_48d48710-6a67-4340-92aa-3256c32cca88"/>
              <gml:surfaceMember xlink:href="#Srf_3b313983-85b6-45b3-aef1-a2422b5992d3"/>
              <gml:surfaceMember xlink:href="#Srf_92531d13-242b-4909-bc49-04befe14d725"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_cb79aa70-b0cf-48fc-84e2-36783f3b1ac1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_14a67ad5-7d93-4f47-837f-5594c59002a0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_144ce19c-c733-4533-9d44-5d2804495eef">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_144ce19c-c733-4533-9d44-5d2804495eef_0_">
                      <gml:posList srsDimension="3">510995.390 5417192.230 281.260 510995.390 5417192.230 274.030 510995.385 5417186.889 274.030 510995.385 5417186.889 284.996 510995.390 5417192.230 281.260</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_a28bac02-830a-41f5-9c56-5f6fa0343088">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9ce9e471-7ad6-4047-8e4f-10d1b6d4ba3e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6de2b2d7-c52b-46c9-86c7-1fc853c8d724">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6de2b2d7-c52b-46c9-86c7-1fc853c8d724_0_">
                      <gml:posList srsDimension="3">511016.960 5417181.490 281.217 510995.510 5417181.520 281.220 510995.510 5417181.520 274.030 511016.960 5417181.490 274.030 511016.960 5417181.490 281.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_9405db0d-94ec-4956-be0b-84f9d4bd8387">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_930391d8-eca9-47d9-b05c-281fcd36b74d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7ce8379c-b8a0-4240-b220-22a0373fa05a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7ce8379c-b8a0-4240-b220-22a0373fa05a_0_">
                      <gml:posList srsDimension="3">510995.380 5417181.520 274.030 510995.380 5417181.520 281.220 510995.385 5417186.889 284.996 510995.385 5417186.889 274.030 510995.380 5417181.520 274.030</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_7bde8fc8-277a-49b4-ae79-98e79191c548">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_487621db-a291-4fc5-8c26-88e653dd2f5c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_5a33e641-6011-4ead-aa82-6d7cdd23292e">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_5a33e641-6011-4ead-aa82-6d7cdd23292e_0_">
                      <gml:posList srsDimension="3">511016.960 5417181.490 274.030 511017.060 5417181.490 274.030 511017.060 5417181.490 281.217 511016.960 5417181.490 281.217 511016.960 5417181.490 274.030</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_ae9ac45f-2cc7-4222-b60f-0fce93f597b8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_24007680-192f-4036-804e-687fe2365de7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b5d4285d-2dac-46a2-ba0d-3955156f2011">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b5d4285d-2dac-46a2-ba0d-3955156f2011_0_">
                      <gml:posList srsDimension="3">511016.965 5417186.868 285.000 511017.060 5417181.490 281.217 511017.060 5417181.490 274.030 511016.965 5417186.868 274.030 511016.965 5417186.868 285.000</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_2fc6981e-0cfa-474e-8b00-875cdbe42de2">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_de31a5bb-fe51-4802-ad3a-c2dee7b124fe">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2159cd45-8b22-4e50-a6fb-f68d21a3db13">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2159cd45-8b22-4e50-a6fb-f68d21a3db13_0_">
                      <gml:posList srsDimension="3">510995.380 5417181.520 274.030 510995.510 5417181.520 274.030 510995.510 5417181.520 281.220 510995.380 5417181.520 281.220 510995.380 5417181.520 274.030</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_e2d62ffd-fe42-49c4-a1d1-967b0bf32ed6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a8ba7414-328e-459e-8e83-aaee567373ce">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_92531d13-242b-4909-bc49-04befe14d725">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_92531d13-242b-4909-bc49-04befe14d725_0_">
                      <gml:posList srsDimension="3">511016.965 5417186.868 274.030 511016.870 5417192.220 274.030 511016.870 5417192.220 281.256 511016.965 5417186.868 285.000 511016.965 5417186.868 274.030</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_9a1ffa94-a1ee-45a8-9d1a-fe08879b3122">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b47e86a-b7ef-4ca1-be8f-99c35a124b6b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2fe71707-f168-4035-8c91-6ce41847ad53">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2fe71707-f168-4035-8c91-6ce41847ad53_0_">
                      <gml:posList srsDimension="3">510995.380 5417181.520 274.030 510995.385 5417186.889 274.030 510995.390 5417192.230 274.030 511005.110 5417192.230 274.030 511005.110 5417192.330 274.030 511008.290 5417192.330 274.030 511008.290 5417192.220 274.030 511016.870 5417192.220 274.030 511016.965 5417186.868 274.030 511017.060 5417181.490 274.030 511016.960 5417181.490 274.030 510995.510 5417181.520 274.030 510995.380 5417181.520 274.030</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_49b991ef-b10f-4b24-8b9d-01ad353cdca3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b2f4afb7-1ce6-4fde-b985-8527a5f1a36b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cd5167ac-a652-4325-8f45-3699b0994cc4">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cd5167ac-a652-4325-8f45-3699b0994cc4_0_">
                      <gml:posList srsDimension="3">511008.290 5417192.220 281.261 511016.870 5417192.220 281.256 511016.870 5417192.220 274.030 511008.290 5417192.220 274.030 511008.290 5417192.220 281.261</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_59cd264e-c336-4294-a2a2-7c73f5ae7bd1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7f5d886c-0c21-4625-8bd5-01d82501df36">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f2d33edb-6430-46b7-b5a5-d54b84f991f2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f2d33edb-6430-46b7-b5a5-d54b84f991f2_0_">
                      <gml:posList srsDimension="3">511008.290 5417192.330 274.030 511008.290 5417192.330 281.184 511008.290 5417192.220 281.261 511008.290 5417192.220 274.030 511008.290 5417192.330 274.030</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_a4513d32-bd29-4e29-a557-a15373e0b9f6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_89814673-e7c5-46a1-a973-aa2a5c78619d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_48d48710-6a67-4340-92aa-3256c32cca88">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_48d48710-6a67-4340-92aa-3256c32cca88_0_">
                      <gml:posList srsDimension="3">511005.110 5417192.330 281.185 511008.290 5417192.330 281.184 511008.290 5417192.330 274.030 511005.110 5417192.330 274.030 511005.110 5417192.330 281.185</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_674686e0-b9ef-47b8-aa09-34bd8be84dbe">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ac060509-b5d9-41c1-baf2-ebbffd5799b5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3c247abe-d563-40ed-99b6-7773f84b6c0b">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3c247abe-d563-40ed-99b6-7773f84b6c0b_0_">
                      <gml:posList srsDimension="3">510995.510 5417181.520 281.220 510995.385 5417186.889 284.996 510995.380 5417181.520 281.220 510995.510 5417181.520 281.220</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_a59b9b4b-4235-465a-a0fa-90c4cad801c5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b31c49f9-202b-4dd6-b84b-624170a07f61">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_21d5f31f-2e7f-4932-adeb-d567022b0eee">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_21d5f31f-2e7f-4932-adeb-d567022b0eee_0_">
                      <gml:posList srsDimension="3">511005.110 5417192.330 281.185 511005.110 5417192.330 274.030 511005.110 5417192.230 274.030 511005.110 5417192.230 281.255 511005.110 5417192.330 281.185</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_da87c732-6937-46b2-8128-b95b38ca39a8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4910ef86-215e-4df4-baec-061271e20302">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3b313983-85b6-45b3-aef1-a2422b5992d3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3b313983-85b6-45b3-aef1-a2422b5992d3_0_">
                      <gml:posList srsDimension="3">511016.965 5417186.868 285.000 510995.385 5417186.889 284.996 510995.510 5417181.520 281.220 511016.960 5417181.490 281.217 511017.060 5417181.490 281.217 511016.965 5417186.868 285.000</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_83abece8-c82e-4504-9ff2-ce4b64f87663">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_26a25ae3-8523-4a56-b6b9-28dca981faa3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_35007e83-53d6-4ef0-9201-8eeaf086193f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_35007e83-53d6-4ef0-9201-8eeaf086193f_0_">
                      <gml:posList srsDimension="3">510995.390 5417192.230 281.260 511005.110 5417192.230 281.255 511005.110 5417192.230 274.030 510995.390 5417192.230 274.030 510995.390 5417192.230 281.260</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_c6278f6d-9387-44f2-a9e7-1eda76fefe85">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4f8cc4e1-9ac9-41d2-9487-bf5609158771">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_79480f3c-afa0-48e6-adac-d992e4cef292">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_79480f3c-afa0-48e6-adac-d992e4cef292_0_">
                      <gml:posList srsDimension="3">510995.390 5417192.230 281.260 510995.385 5417186.889 284.996 511016.965 5417186.868 285.000 511016.870 5417192.220 281.256 511008.290 5417192.220 281.261 511008.290 5417192.330 281.184 511005.110 5417192.330 281.185 511005.110 5417192.230 281.255 510995.390 5417192.230 281.260</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1940</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_001000gX7RS">
      <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>DEBWL001000gX7RS</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">1.990</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_6318b17b-f926-4912-8fe7-9ad61d027c38">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_59039089-e79a-40d7-a46a-aea03a275c15">
              <gml:surfaceMember xlink:href="#Srf_3e399072-c89d-4f95-9dee-ef0fb5bcbf61"/>
              <gml:surfaceMember xlink:href="#Srf_0f49235c-9ec0-4beb-afa3-60d9c76fded6"/>
              <gml:surfaceMember xlink:href="#Srf_cbf55fa9-e86a-4cbb-b1f1-a8882fbf0590"/>
              <gml:surfaceMember xlink:href="#Srf_c85c6b34-07f7-463a-8855-44fed3a064a0"/>
              <gml:surfaceMember xlink:href="#Srf_87d3ba8f-5026-460a-aaab-2de2d5d4af56"/>
              <gml:surfaceMember xlink:href="#Srf_28ebdaaf-a6bf-4e89-8b41-f93343fcbd45"/>
              <gml:surfaceMember xlink:href="#Srf_2263b0e4-6e63-4e85-b884-35977a4f41ee"/>
              <gml:surfaceMember xlink:href="#Srf_9dbb5506-25b7-451e-b77a-edca28c3ebb0"/>
              <gml:surfaceMember xlink:href="#Srf_8b3f5382-35ea-4ee6-8fcb-7dc87c5a6da4"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_26bd47b3-5199-4d90-b0c3-b6654c233fdf">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_70718d74-f58f-4ebb-bbc9-66f4a95f61fa">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3e399072-c89d-4f95-9dee-ef0fb5bcbf61">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3e399072-c89d-4f95-9dee-ef0fb5bcbf61_0_">
                      <gml:posList srsDimension="3">510901.510 5417388.360 266.982 510896.550 5417388.590 266.965 510896.520 5417387.940 266.922 510896.280 5417381.580 266.498 510901.690 5417381.340 266.518 510901.780 5417383.340 266.651 510901.990 5417388.340 266.984 510901.510 5417388.360 266.982</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_744c1586-cca4-45b0-b8f2-362e1750c0c6">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7e40c340-00c8-4d53-a0ea-71fc109a22f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c85c6b34-07f7-463a-8855-44fed3a064a0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c85c6b34-07f7-463a-8855-44fed3a064a0_0_">
                      <gml:posList srsDimension="3">510901.510 5417388.360 264.994 510896.550 5417388.590 264.994 510896.550 5417388.590 266.965 510901.510 5417388.360 266.982 510901.510 5417388.360 264.994</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_7d023786-1f0b-40d8-85b4-13dcb25ce7f5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5e498fb7-a0b4-4c90-ad91-88f05089c73d">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2263b0e4-6e63-4e85-b884-35977a4f41ee">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2263b0e4-6e63-4e85-b884-35977a4f41ee_0_">
                      <gml:posList srsDimension="3">510896.520 5417387.940 264.994 510896.550 5417388.590 264.994 510901.510 5417388.360 264.994 510901.990 5417388.340 264.994 510901.780 5417383.340 264.994 510901.690 5417381.340 264.994 510896.280 5417381.580 264.994 510896.520 5417387.940 264.994</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_bb4563be-e99e-4a25-abd5-d98904571944">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_324356a1-a8aa-490b-b5f7-4e6c2e13114f">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_87d3ba8f-5026-460a-aaab-2de2d5d4af56">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_87d3ba8f-5026-460a-aaab-2de2d5d4af56_0_">
                      <gml:posList srsDimension="3">510901.690 5417381.340 266.518 510901.690 5417381.340 264.994 510901.780 5417383.340 264.994 510901.780 5417383.340 266.651 510901.690 5417381.340 266.518</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_a6c19e19-0195-4f53-b570-9ce50da98077">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_28e4925e-8477-4d74-91d8-3662cc21b5d5">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9dbb5506-25b7-451e-b77a-edca28c3ebb0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9dbb5506-25b7-451e-b77a-edca28c3ebb0_0_">
                      <gml:posList srsDimension="3">510896.520 5417387.940 264.994 510896.520 5417387.940 266.922 510896.550 5417388.590 266.965 510896.550 5417388.590 264.994 510896.520 5417387.940 264.994</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_3413331a-da6b-468f-94ba-662b7a7d5631">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b92b4671-4378-463d-9ad6-cd28bd7bcbd2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f49235c-9ec0-4beb-afa3-60d9c76fded6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f49235c-9ec0-4beb-afa3-60d9c76fded6_0_">
                      <gml:posList srsDimension="3">510901.780 5417383.340 264.994 510901.990 5417388.340 264.994 510901.990 5417388.340 266.984 510901.780 5417383.340 266.651 510901.780 5417383.340 264.994</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_2f2bc9d7-bbb3-4cca-bcdb-b63d267ce220">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b9bc7d0c-11f0-4464-866b-b755ad8533c3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cbf55fa9-e86a-4cbb-b1f1-a8882fbf0590">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cbf55fa9-e86a-4cbb-b1f1-a8882fbf0590_0_">
                      <gml:posList srsDimension="3">510896.520 5417387.940 264.994 510896.280 5417381.580 264.994 510896.280 5417381.580 266.498 510896.520 5417387.940 266.922 510896.520 5417387.940 264.994</gml:posList>
                    </gml:LinearRing>
For faster browsing, not all history is shown. View entire blame