Grafenbühl.gml 9.36 MB
Newer Older
Ehlers's avatar
Ehlers committed
45001
45002
45003
45004
45005
45006
45007
45008
45009
45010
45011
45012
45013
45014
45015
45016
45017
45018
45019
45020
45021
45022
45023
45024
45025
45026
45027
45028
45029
45030
45031
45032
45033
45034
45035
45036
45037
45038
45039
45040
45041
45042
45043
45044
45045
45046
45047
45048
45049
45050
45051
45052
45053
45054
45055
45056
45057
45058
45059
45060
45061
45062
45063
45064
45065
45066
45067
45068
45069
45070
45071
45072
45073
45074
45075
45076
45077
45078
45079
45080
45081
45082
45083
45084
45085
45086
45087
45088
45089
45090
45091
45092
45093
45094
45095
45096
45097
45098
45099
45100
45101
45102
45103
45104
45105
45106
45107
45108
45109
45110
45111
45112
45113
45114
45115
45116
45117
45118
45119
45120
45121
45122
45123
45124
45125
45126
45127
45128
45129
45130
45131
45132
45133
45134
45135
45136
45137
45138
45139
45140
45141
45142
45143
45144
45145
45146
45147
45148
45149
45150
45151
45152
45153
45154
45155
45156
45157
45158
45159
45160
45161
45162
45163
45164
45165
45166
45167
45168
45169
45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
45183
45184
45185
45186
45187
45188
45189
45190
45191
45192
45193
45194
45195
45196
45197
45198
45199
45200
45201
45202
45203
45204
45205
45206
45207
45208
45209
45210
45211
45212
45213
45214
45215
45216
45217
45218
45219
45220
45221
45222
45223
45224
45225
45226
45227
45228
45229
45230
45231
45232
45233
45234
45235
45236
45237
45238
45239
45240
45241
45242
45243
45244
45245
45246
45247
45248
45249
45250
45251
45252
45253
45254
45255
45256
45257
45258
45259
45260
45261
45262
45263
45264
45265
45266
45267
45268
45269
45270
45271
45272
45273
45274
45275
45276
45277
45278
45279
45280
45281
45282
45283
45284
45285
45286
45287
45288
45289
45290
45291
45292
45293
45294
45295
45296
45297
45298
45299
45300
45301
45302
45303
45304
45305
45306
45307
45308
45309
45310
45311
45312
45313
45314
45315
45316
45317
45318
45319
45320
45321
45322
45323
45324
45325
45326
45327
45328
45329
45330
45331
45332
45333
45334
45335
45336
45337
45338
45339
45340
45341
45342
45343
45344
45345
45346
45347
45348
45349
45350
45351
45352
45353
45354
45355
45356
45357
45358
45359
45360
45361
45362
45363
45364
45365
45366
45367
45368
45369
45370
45371
45372
45373
45374
45375
45376
45377
45378
45379
45380
45381
45382
45383
45384
45385
45386
45387
45388
45389
45390
45391
45392
45393
45394
45395
45396
45397
45398
45399
45400
45401
45402
45403
45404
45405
45406
45407
45408
45409
45410
45411
45412
45413
45414
45415
45416
45417
45418
45419
45420
45421
45422
45423
45424
45425
45426
45427
45428
45429
45430
45431
45432
45433
45434
45435
45436
45437
45438
45439
45440
45441
45442
45443
45444
45445
45446
45447
45448
45449
45450
45451
45452
45453
45454
45455
45456
45457
45458
45459
45460
45461
45462
45463
45464
45465
45466
45467
45468
45469
45470
45471
45472
45473
45474
45475
45476
45477
45478
45479
45480
45481
45482
45483
45484
45485
45486
45487
45488
45489
45490
45491
45492
45493
45494
45495
45496
45497
45498
45499
45500
45501
45502
45503
45504
45505
45506
45507
45508
45509
45510
45511
45512
45513
45514
45515
45516
45517
45518
45519
45520
45521
45522
45523
45524
45525
45526
45527
45528
45529
45530
45531
45532
45533
45534
45535
45536
45537
45538
45539
45540
45541
45542
45543
45544
45545
45546
45547
45548
45549
45550
45551
45552
45553
45554
45555
45556
45557
45558
45559
45560
45561
45562
45563
45564
45565
45566
45567
45568
45569
45570
45571
45572
45573
45574
45575
45576
45577
45578
45579
45580
45581
45582
45583
45584
45585
45586
45587
45588
45589
45590
45591
45592
45593
45594
45595
45596
45597
45598
45599
45600
45601
45602
45603
45604
45605
45606
45607
45608
45609
45610
45611
45612
45613
45614
45615
45616
45617
45618
45619
45620
45621
45622
45623
45624
45625
45626
45627
45628
45629
45630
45631
45632
45633
45634
45635
45636
45637
45638
45639
45640
45641
45642
45643
45644
45645
45646
45647
45648
45649
45650
45651
45652
45653
45654
45655
45656
45657
45658
45659
45660
45661
45662
45663
45664
45665
45666
45667
45668
45669
45670
45671
45672
45673
45674
45675
45676
45677
45678
45679
45680
45681
45682
45683
45684
45685
45686
45687
45688
45689
45690
45691
45692
45693
45694
45695
45696
45697
45698
45699
45700
45701
45702
45703
45704
45705
45706
45707
45708
45709
45710
45711
45712
45713
45714
45715
45716
45717
45718
45719
45720
45721
45722
45723
45724
45725
45726
45727
45728
45729
45730
45731
45732
45733
45734
45735
45736
45737
45738
45739
45740
45741
45742
45743
45744
45745
45746
45747
45748
45749
45750
45751
45752
45753
45754
45755
45756
45757
45758
45759
45760
45761
45762
45763
45764
45765
45766
45767
45768
45769
45770
45771
45772
45773
45774
45775
45776
45777
45778
45779
45780
45781
45782
45783
45784
45785
45786
45787
45788
45789
45790
45791
45792
45793
45794
45795
45796
45797
45798
45799
45800
45801
45802
45803
45804
45805
45806
45807
45808
45809
45810
45811
45812
45813
45814
45815
45816
45817
45818
45819
45820
45821
45822
45823
45824
45825
45826
45827
45828
45829
45830
45831
45832
45833
45834
45835
45836
45837
45838
45839
45840
45841
45842
45843
45844
45845
45846
45847
45848
45849
45850
45851
45852
45853
45854
45855
45856
45857
45858
45859
45860
45861
45862
45863
45864
45865
45866
45867
45868
45869
45870
45871
45872
45873
45874
45875
45876
45877
45878
45879
45880
45881
45882
45883
45884
45885
45886
45887
45888
45889
45890
45891
45892
45893
45894
45895
45896
45897
45898
45899
45900
45901
45902
45903
45904
45905
45906
45907
45908
45909
45910
45911
45912
45913
45914
45915
45916
45917
45918
45919
45920
45921
45922
45923
45924
45925
45926
45927
45928
45929
45930
45931
45932
45933
45934
45935
45936
45937
45938
45939
45940
45941
45942
45943
45944
45945
45946
45947
45948
45949
45950
45951
45952
45953
45954
45955
45956
45957
45958
45959
45960
45961
45962
45963
45964
45965
45966
45967
45968
45969
45970
45971
45972
45973
45974
45975
45976
45977
45978
45979
45980
45981
45982
45983
45984
45985
45986
45987
45988
45989
45990
45991
45992
45993
45994
45995
45996
45997
45998
45999
46000
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_19b34bb6-bb18-4ff3-8ec9-6102d6215f8b">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f4cd7560-507e-4309-861a-667d72eb7286">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_cbdd299f-7e2a-469f-aa1c-2ccd7d2c598d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_cbdd299f-7e2a-469f-aa1c-2ccd7d2c598d_0_">
                      <gml:posList srsDimension="3">511010.500 5416995.230 267.694 511018.660 5416988.500 267.694 511018.660 5416988.500 275.064 511010.500 5416995.230 275.056 511010.500 5416995.230 267.694</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_03300206-6f52-4cbe-aefc-dff85f0a4c21">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_856cc8fc-ac96-4bb7-8a02-96613cc1072b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c037ff79-7751-4c39-bfb1-8126465bc0a5">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c037ff79-7751-4c39-bfb1-8126465bc0a5_0_">
                      <gml:posList srsDimension="3">511023.770 5416994.770 274.098 511022.580 5416993.250 275.198 511022.580 5416993.250 267.694 511023.770 5416994.770 267.694 511023.770 5416994.770 274.098</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_3198039d-3062-4318-a539-cd1aa80414b3">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_9093c119-d673-48de-a50d-d9e97bc648a3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_783140dd-3134-4494-9990-eecc2fc00130">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_783140dd-3134-4494-9990-eecc2fc00130_0_">
                      <gml:posList srsDimension="3">511010.500 5416995.230 267.694 511012.574 5416997.739 267.694 511015.650 5417001.460 267.694 511023.540 5416994.960 267.694 511023.770 5416994.770 267.694 511022.580 5416993.250 267.694 511020.693 5416990.963 267.694 511018.660 5416988.500 267.694 511010.500 5416995.230 267.694</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>2002</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEM">
      <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>DEBWL0010000ZZEM</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.780</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_62ea4e56-9f99-413a-b6bf-bcc78105d3fd">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_f54ca518-581e-4eac-b57e-e263e5eacdc2">
              <gml:surfaceMember xlink:href="#Srf_32ec2df4-d5f2-4e48-8df0-eded986ca611"/>
              <gml:surfaceMember xlink:href="#Srf_b9c06fea-7204-4cf7-b098-6ea4d2621bf6"/>
              <gml:surfaceMember xlink:href="#Srf_61f9487f-63cd-4946-9c00-bdd1c7778279"/>
              <gml:surfaceMember xlink:href="#Srf_33d939ab-b1b1-431c-918e-85b732307f0f"/>
              <gml:surfaceMember xlink:href="#Srf_361a8df3-d7c0-4976-965e-54c0ebf6ba1f"/>
              <gml:surfaceMember xlink:href="#Srf_329fe818-c9aa-4c47-bac8-ede99f11406d"/>
              <gml:surfaceMember xlink:href="#Srf_3c8e59ee-8db4-414b-b530-877681513cf6"/>
              <gml:surfaceMember xlink:href="#Srf_72471981-a1a5-42e1-90ea-5f3a62168565"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_1dd474bf-9918-4a67-8ec8-cd5e10401715">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_f6e0bc09-1115-4761-9aff-c192010cc150">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_329fe818-c9aa-4c47-bac8-ede99f11406d">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_329fe818-c9aa-4c47-bac8-ede99f11406d_0_">
                      <gml:posList srsDimension="3">511052.010 5416957.720 265.480 511055.060 5416963.700 265.480 511055.060 5416963.700 268.260 511052.010 5416957.720 268.260 511052.010 5416957.720 265.480</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_bc6d31ea-b4ac-460a-a9dc-f9c384985834">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1117bc1e-8031-4a38-a138-30715d18c457">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_b9c06fea-7204-4cf7-b098-6ea4d2621bf6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_b9c06fea-7204-4cf7-b098-6ea4d2621bf6_0_">
                      <gml:posList srsDimension="3">511055.060 5416963.700 265.480 511047.380 5416967.650 265.480 511047.380 5416967.650 268.260 511055.060 5416963.700 268.260 511055.060 5416963.700 265.480</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_21b1f583-12a0-4b0e-bd16-3885ee4890b0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a6062807-0c8b-4ec5-8513-9c20294ee4bc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_61f9487f-63cd-4946-9c00-bdd1c7778279">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_61f9487f-63cd-4946-9c00-bdd1c7778279_0_">
                      <gml:posList srsDimension="3">511047.380 5416967.650 265.480 511044.790 5416962.550 265.480 511044.790 5416962.550 268.260 511047.380 5416967.650 268.260 511047.380 5416967.650 265.480</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_6186c4b7-8867-4da3-ba37-0d226ef250b7">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b5166a5d-415c-4daa-bb60-0d1f958f837b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_72471981-a1a5-42e1-90ea-5f3a62168565">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_72471981-a1a5-42e1-90ea-5f3a62168565_0_">
                      <gml:posList srsDimension="3">511044.790 5416962.550 265.480 511052.360 5416958.660 265.480 511052.360 5416958.660 268.260 511044.790 5416962.550 268.260 511044.790 5416962.550 265.480</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_a67e5c03-96f4-4bc7-8be9-01723d99cce5">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_14dc0884-af10-4a66-848c-3f51c4058099">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3c8e59ee-8db4-414b-b530-877681513cf6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3c8e59ee-8db4-414b-b530-877681513cf6_0_">
                      <gml:posList srsDimension="3">511044.790 5416962.550 268.260 511052.360 5416958.660 268.260 511051.900 5416957.770 268.260 511052.010 5416957.720 268.260 511055.060 5416963.700 268.260 511047.380 5416967.650 268.260 511044.790 5416962.550 268.260</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_32c76125-1579-4363-9c5f-dcac86a772eb">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_d6df4965-1549-43ed-ba61-e5fc15c22a8c">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_361a8df3-d7c0-4976-965e-54c0ebf6ba1f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_361a8df3-d7c0-4976-965e-54c0ebf6ba1f_0_">
                      <gml:posList srsDimension="3">511052.360 5416958.660 265.480 511051.900 5416957.770 265.480 511051.900 5416957.770 268.260 511052.360 5416958.660 268.260 511052.360 5416958.660 265.480</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_7ccc6550-b8c9-429a-87f4-894a04429018">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ddc5d864-69e9-4290-8856-ee34b7d16193">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_33d939ab-b1b1-431c-918e-85b732307f0f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_33d939ab-b1b1-431c-918e-85b732307f0f_0_">
                      <gml:posList srsDimension="3">511052.360 5416958.660 265.480 511044.790 5416962.550 265.480 511047.380 5416967.650 265.480 511055.060 5416963.700 265.480 511052.010 5416957.720 265.480 511051.900 5416957.770 265.480 511052.360 5416958.660 265.480</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_a0cdd48a-dcae-4923-8d03-788f5c896cb0">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a91208c0-d307-49bd-acd6-e1a88ce1b4c8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_32ec2df4-d5f2-4e48-8df0-eded986ca611">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_32ec2df4-d5f2-4e48-8df0-eded986ca611_0_">
                      <gml:posList srsDimension="3">511051.900 5416957.770 265.480 511052.010 5416957.720 265.480 511052.010 5416957.720 268.260 511051.900 5416957.770 268.260 511051.900 5416957.770 265.480</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1982</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEE">
      <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>DEBWL0010000ZZEE</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.474</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_12624517-8cb9-4cc3-bce0-3bf38f8e145a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_6edd6ef4-9abf-4f86-9825-3bdd3384fbc6">
              <gml:surfaceMember xlink:href="#Srf_aa67c496-3477-4ece-a18a-fb7981145c80"/>
              <gml:surfaceMember xlink:href="#Srf_4be0da33-4142-4927-b6b5-ca3eec801af7"/>
              <gml:surfaceMember xlink:href="#Srf_40893878-0349-4e65-b5f4-f1dbdd7fdfa0"/>
              <gml:surfaceMember xlink:href="#Srf_620ca312-fed4-4da6-9605-50a1f57877b6"/>
              <gml:surfaceMember xlink:href="#Srf_4dbd34ad-4866-4399-b41c-ae5c2e1cbb24"/>
              <gml:surfaceMember xlink:href="#Srf_3ebde70d-e0e9-4fe0-82aa-07885b9b7de1"/>
              <gml:surfaceMember xlink:href="#Srf_f502a0d1-8cac-426c-afa9-8a916a39abe6"/>
              <gml:surfaceMember xlink:href="#Srf_a02fa6cb-3817-4e60-bbf5-53ddc50127fc"/>
              <gml:surfaceMember xlink:href="#Srf_a3e6ec92-f660-4077-8a50-9a72fc593658"/>
              <gml:surfaceMember xlink:href="#Srf_7dd147c8-7bf7-4167-a2b2-b42ba140026a"/>
              <gml:surfaceMember xlink:href="#Srf_7e53adf7-5dad-48c5-b927-2de79fbd62c6"/>
              <gml:surfaceMember xlink:href="#Srf_efefbf74-2455-48eb-8e9a-a42e89bc3a5a"/>
              <gml:surfaceMember xlink:href="#Srf_62fd2a1c-8e4d-4820-bf2d-4efd4486a90a"/>
              <gml:surfaceMember xlink:href="#Srf_60497b7c-6778-4ff8-8fef-760584652dc2"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_949991a5-57b6-420c-89fb-ab26e526c5e8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_a8935bf8-cb43-4314-bc22-db74ea4a84b4">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a02fa6cb-3817-4e60-bbf5-53ddc50127fc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a02fa6cb-3817-4e60-bbf5-53ddc50127fc_0_">
                      <gml:posList srsDimension="3">510998.860 5417009.760 268.359 510998.810 5417007.090 268.359 510998.810 5417007.090 277.222 510998.860 5417009.760 279.161 510998.860 5417009.760 268.359</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_e5e5e2e6-b2a3-409a-925a-7a3a47fbbec8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_73f95628-e37e-4c80-97b5-cf605837a8d3">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7e53adf7-5dad-48c5-b927-2de79fbd62c6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7e53adf7-5dad-48c5-b927-2de79fbd62c6_0_">
                      <gml:posList srsDimension="3">510998.884 5417010.669 279.821 510998.860 5417009.760 279.161 510998.810 5417007.090 277.222 511003.220 5417006.960 277.199 511003.200 5417006.060 276.545 511010.860 5417005.880 276.538 511010.860 5417006.100 276.698 511010.934 5417010.417 279.833 510998.884 5417010.669 279.821</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_b6aaad36-a614-4006-b053-79c01b423b9c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7e1a2b38-3570-4e3d-8ec1-23fe962f7783">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_7dd147c8-7bf7-4167-a2b2-b42ba140026a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_7dd147c8-7bf7-4167-a2b2-b42ba140026a_0_">
                      <gml:posList srsDimension="3">511003.220 5417006.960 277.199 510998.810 5417007.090 277.222 510998.810 5417007.090 268.359 511003.220 5417006.960 268.359 511003.220 5417006.960 277.199</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_5bc3f719-2456-42f3-93d1-1e4aeedda500">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cdc46b82-fbe0-466f-bbab-1361b9310afc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3ebde70d-e0e9-4fe0-82aa-07885b9b7de1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3ebde70d-e0e9-4fe0-82aa-07885b9b7de1_0_">
                      <gml:posList srsDimension="3">511011.020 5417015.430 276.375 510998.980 5417015.650 276.384 510999.010 5417015.360 276.584 510998.884 5417010.669 279.821 511010.934 5417010.417 279.833 511011.020 5417015.430 276.375</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_128f6653-701b-463a-9f6e-57dec0d99391">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_625e5895-d2be-4127-b8a5-8a2e66925e25">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_62fd2a1c-8e4d-4820-bf2d-4efd4486a90a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_62fd2a1c-8e4d-4820-bf2d-4efd4486a90a_0_">
                      <gml:posList srsDimension="3">510998.860 5417009.760 268.359 510998.884 5417010.669 268.359 510999.010 5417015.360 268.359 510998.980 5417015.650 268.359 511011.020 5417015.430 268.359 511010.934 5417010.417 268.359 511010.860 5417006.100 268.359 511010.860 5417005.880 268.359 511003.200 5417006.060 268.359 511003.220 5417006.960 268.359 510998.810 5417007.090 268.359 510998.860 5417009.760 268.359</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_873f46d4-8628-4cbe-9a6f-6c9dbb444fa8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_bb16275c-206f-47f0-8aa5-571d169f2615">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4dbd34ad-4866-4399-b41c-ae5c2e1cbb24">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4dbd34ad-4866-4399-b41c-ae5c2e1cbb24_0_">
                      <gml:posList srsDimension="3">511003.220 5417006.960 268.359 511003.200 5417006.060 268.359 511003.200 5417006.060 276.545 511003.220 5417006.960 277.199 511003.220 5417006.960 268.359</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_619560da-ca93-42c1-8f58-6a68d9e54b98">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3def4123-7dd8-48d8-b4d8-2eb30125c878">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f502a0d1-8cac-426c-afa9-8a916a39abe6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f502a0d1-8cac-426c-afa9-8a916a39abe6_0_">
                      <gml:posList srsDimension="3">511010.860 5417005.880 276.538 511003.200 5417006.060 276.545 511003.200 5417006.060 268.359 511010.860 5417005.880 268.359 511010.860 5417005.880 276.538</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_7871c7ad-eb95-4f84-ad2f-bf08d47c439f">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_ff06dbcc-d444-43a1-8fe7-d77b16c5b536">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_4be0da33-4142-4927-b6b5-ca3eec801af7">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_4be0da33-4142-4927-b6b5-ca3eec801af7_0_">
                      <gml:posList srsDimension="3">511010.860 5417005.880 276.538 511010.860 5417005.880 268.359 511010.860 5417006.100 268.359 511010.860 5417006.100 276.698 511010.860 5417005.880 276.538</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_4b1e2a44-c2ba-4868-be87-1e3cf7d9940c">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_3bd6227d-ea5e-4b81-ac0f-a4cfe45d7280">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_a3e6ec92-f660-4077-8a50-9a72fc593658">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_a3e6ec92-f660-4077-8a50-9a72fc593658_0_">
                      <gml:posList srsDimension="3">511010.860 5417006.100 268.359 511010.934 5417010.417 268.359 511010.934 5417010.417 279.833 511010.860 5417006.100 276.698 511010.860 5417006.100 268.359</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_3c11882f-82aa-4c2a-8207-a007b8ef2e56">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_7663b94e-0c3a-40cd-a5fa-d7a10238f1eb">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_efefbf74-2455-48eb-8e9a-a42e89bc3a5a">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_efefbf74-2455-48eb-8e9a-a42e89bc3a5a_0_">
                      <gml:posList srsDimension="3">511011.020 5417015.430 276.375 511010.934 5417010.417 279.833 511010.934 5417010.417 268.359 511011.020 5417015.430 268.359 511011.020 5417015.430 276.375</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_3e195e8c-0b0d-464b-9a93-cccf9748bdd4">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_02dd58e7-2f1b-40d3-8c9a-725bdceb767e">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_620ca312-fed4-4da6-9605-50a1f57877b6">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_620ca312-fed4-4da6-9605-50a1f57877b6_0_">
                      <gml:posList srsDimension="3">510998.980 5417015.650 276.384 511011.020 5417015.430 276.375 511011.020 5417015.430 268.359 510998.980 5417015.650 268.359 510998.980 5417015.650 276.384</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_81eb0b33-d0df-40f4-acde-2b2057277649">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6f5a325a-a0cf-4f15-a5f4-2e2173713771">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_60497b7c-6778-4ff8-8fef-760584652dc2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_60497b7c-6778-4ff8-8fef-760584652dc2_0_">
                      <gml:posList srsDimension="3">510998.980 5417015.650 268.359 510999.010 5417015.360 268.359 510999.010 5417015.360 276.584 510998.980 5417015.650 276.384 510998.980 5417015.650 268.359</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_ebd049c5-9116-4a53-8467-b2c4a39f8548">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_83459ea6-776c-4827-b51e-dee7495426ae">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_40893878-0349-4e65-b5f4-f1dbdd7fdfa0">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_40893878-0349-4e65-b5f4-f1dbdd7fdfa0_0_">
                      <gml:posList srsDimension="3">510998.884 5417010.669 279.821 510999.010 5417015.360 276.584 510999.010 5417015.360 268.359 510998.884 5417010.669 268.359 510998.884 5417010.669 279.821</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_31e81e8a-094c-469e-8cc1-27afb5737a6e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c0b410b2-d4c6-442e-b35e-913e5f0e5e07">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aa67c496-3477-4ece-a18a-fb7981145c80">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aa67c496-3477-4ece-a18a-fb7981145c80_0_">
                      <gml:posList srsDimension="3">510998.884 5417010.669 268.359 510998.860 5417009.760 268.359 510998.860 5417009.760 279.161 510998.884 5417010.669 279.821 510998.884 5417010.669 268.359</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1943</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEC">
      <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>DEBWL0010000ZZEC</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.481</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_231f5b5e-2fe1-4ac9-8848-0c91447bcf6c">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_b4a19f32-7244-4410-bfa1-9a0693a3c201">
              <gml:surfaceMember xlink:href="#Srf_e7423699-3f01-40c5-97fe-cd37aea78cbc"/>
              <gml:surfaceMember xlink:href="#Srf_9def0f29-1e04-40b5-9f8b-dd4716d229bd"/>
              <gml:surfaceMember xlink:href="#Srf_1ead2bf5-6d3a-4a0e-b755-fcba5dfa28cf"/>
              <gml:surfaceMember xlink:href="#Srf_0a586508-333e-46fd-a5cd-3fb83b831a64"/>
              <gml:surfaceMember xlink:href="#Srf_03182045-5065-400e-ab31-63706e64b7db"/>
              <gml:surfaceMember xlink:href="#Srf_13435519-18f7-40a0-81da-e2f288201af2"/>
              <gml:surfaceMember xlink:href="#Srf_441b9313-72b1-43aa-a337-28b7388b95d9"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_f869b04a-d98c-4557-9ada-38dde264bb94">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_e9b968c5-728e-4cc9-8e45-2079771ff9d8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_1ead2bf5-6d3a-4a0e-b755-fcba5dfa28cf">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_1ead2bf5-6d3a-4a0e-b755-fcba5dfa28cf_0_">
                      <gml:posList srsDimension="3">511044.320 5417006.960 270.264 511044.320 5417006.960 272.745 511044.350 5417014.910 272.745 511044.350 5417014.910 270.264 511044.320 5417006.960 270.264</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_1f819fd7-d979-4712-862d-2c961c277a87">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_dd9bf60b-942b-44d9-8344-238c5bd4abe7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_03182045-5065-400e-ab31-63706e64b7db">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_03182045-5065-400e-ab31-63706e64b7db_0_">
                      <gml:posList srsDimension="3">511044.320 5417006.960 270.264 511047.280 5417006.950 270.264 511047.280 5417006.950 272.745 511044.320 5417006.960 272.745 511044.320 5417006.960 270.264</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_f4302ded-beb5-4aa7-a467-5db154e25da7">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_1f169549-7f19-44c8-aba7-c968bed590d0">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_441b9313-72b1-43aa-a337-28b7388b95d9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_441b9313-72b1-43aa-a337-28b7388b95d9_0_">
                      <gml:posList srsDimension="3">511044.320 5417006.960 270.264 511044.350 5417014.910 270.264 511047.360 5417014.870 270.264 511047.290 5417008.540 270.264 511047.280 5417006.950 270.264 511044.320 5417006.960 270.264</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:GroundSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:RoofSurface gml:id="UUID_9b2be3cc-1d34-4449-8892-2237eeb9381c">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_c5be6e23-0de9-4b3f-b605-7e88b9d950b2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_9def0f29-1e04-40b5-9f8b-dd4716d229bd">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_9def0f29-1e04-40b5-9f8b-dd4716d229bd_0_">
                      <gml:posList srsDimension="3">511044.350 5417014.910 272.745 511044.320 5417006.960 272.745 511047.280 5417006.950 272.745 511047.290 5417008.540 272.745 511047.360 5417014.870 272.745 511044.350 5417014.910 272.745</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_cd29c222-70fc-4366-a9f7-1d1609b793ba">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_582d19b9-505b-4d47-bbbf-a74b6ed3f50a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_13435519-18f7-40a0-81da-e2f288201af2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_13435519-18f7-40a0-81da-e2f288201af2_0_">
                      <gml:posList srsDimension="3">511047.280 5417006.950 272.745 511047.280 5417006.950 270.264 511047.290 5417008.540 270.264 511047.290 5417008.540 272.745 511047.280 5417006.950 272.745</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_9fb7b27c-73a1-4ac2-98e0-57d652c40f84">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fae73ce1-dba4-4aa9-9872-fef47321d3e2">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_e7423699-3f01-40c5-97fe-cd37aea78cbc">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_e7423699-3f01-40c5-97fe-cd37aea78cbc_0_">
                      <gml:posList srsDimension="3">511047.290 5417008.540 270.264 511047.360 5417014.870 270.264 511047.360 5417014.870 272.745 511047.290 5417008.540 272.745 511047.290 5417008.540 270.264</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_62c5579e-682a-45a4-9f2d-b70753ccd4ad">
          <core:creationDate>2019-01-26</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_cf6a5896-1e28-4e32-9d12-3ddd36da3e9a">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0a586508-333e-46fd-a5cd-3fb83b831a64">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0a586508-333e-46fd-a5cd-3fb83b831a64_0_">
                      <gml:posList srsDimension="3">511047.360 5417014.870 270.264 511044.350 5417014.910 270.264 511044.350 5417014.910 272.745 511047.360 5417014.870 272.745 511047.360 5417014.870 270.264</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1918</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEW">
      <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>DEBWL0010000ZZEW</core:name>
        </core:externalObject>
      </core:externalReference>
      <gen:stringAttribute name="Gemeindeschluessel">
        <gen:value>08118003</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleDachhoehe">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Geometrietyp2DReferenz">
        <gen:value>3000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleLage">
        <gen:value>1000</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="DatenquelleBodenhoehe">
        <gen:value>1100</gen:value>
      </gen:stringAttribute>
      <gen:stringAttribute name="Grundrissaktualitaet">
        <gen:value>2020-03-23</gen:value>
      </gen:stringAttribute>
      <bldg:function>31001_1010</bldg:function>
      <bldg:roofType>3100</bldg:roofType>
      <bldg:measuredHeight uom="urn:adv:uom:m">11.572</bldg:measuredHeight>
      <bldg:lod2Solid>
        <gml:Solid gml:id="UUID_72983ce7-9539-436b-90a0-d40ef4aacc9a">
          <gml:exterior>
            <gml:CompositeSurface gml:id="UUID_9621203f-2cb1-4ce6-9822-b36df4165cd7">
              <gml:surfaceMember xlink:href="#Srf_aeef21b6-bfd9-449c-b084-3f08544c11e1"/>
              <gml:surfaceMember xlink:href="#Srf_ce900e0a-4f16-4713-bfa8-448ac1cf56e2"/>
              <gml:surfaceMember xlink:href="#Srf_0f66d236-03af-4c67-9f1d-994e8329b07c"/>
              <gml:surfaceMember xlink:href="#Srf_2d073e27-55f2-4f66-8c5b-91c361ba0101"/>
              <gml:surfaceMember xlink:href="#Srf_ed7f0b2e-1244-405c-a101-4f54f8f2588f"/>
              <gml:surfaceMember xlink:href="#Srf_6d9f4321-3299-4839-88f9-3c60a88424ad"/>
              <gml:surfaceMember xlink:href="#Srf_6b19c35b-edec-49ee-9a2d-0add7c4191e8"/>
              <gml:surfaceMember xlink:href="#Srf_033dafa9-0fab-48af-a6f6-1e0a171d3dc3"/>
              <gml:surfaceMember xlink:href="#Srf_c67a0fb3-3d97-49aa-8889-df84bb4dad45"/>
              <gml:surfaceMember xlink:href="#Srf_f1962633-d4e8-42c6-8891-5d5e1ec802b9"/>
              <gml:surfaceMember xlink:href="#Srf_3d3b2268-8d37-4fdb-bc4f-8d82cd480102"/>
            </gml:CompositeSurface>
          </gml:exterior>
        </gml:Solid>
      </bldg:lod2Solid>
      <bldg:boundedBy>
        <bldg:GroundSurface gml:id="UUID_1ec20d1b-092d-4ec9-a2dd-81ea412e8139">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_97496e05-fe16-4846-8e35-1ae2d82302d7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ce900e0a-4f16-4713-bfa8-448ac1cf56e2">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ce900e0a-4f16-4713-bfa8-448ac1cf56e2_0_">
                      <gml:posList srsDimension="3">511207.594 5416961.740 264.616 511207.110 5416966.470 264.616 511218.530 5416967.640 264.616 511218.830 5416967.670 264.616 511219.140 5416964.640 264.616 511219.316 5416962.928 264.616 511219.800 5416958.230 264.616 511208.080 5416957.000 264.616 511207.594 5416961.740 264.616</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_278c4287-1bde-4962-bff3-65551f95c868">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_5b8d3d1a-83e4-4d56-8987-d280d4efcb64">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_3d3b2268-8d37-4fdb-bc4f-8d82cd480102">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_3d3b2268-8d37-4fdb-bc4f-8d82cd480102_0_">
                      <gml:posList srsDimension="3">511219.316 5416962.928 264.616 511219.140 5416964.640 264.616 511219.140 5416964.640 274.977 511219.316 5416962.928 276.181 511219.316 5416962.928 264.616</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_d5f08269-bd3a-4a82-bc06-36daf4aff4f1">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_04c0b435-cee3-4932-bd12-ed7a8297d483">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_2d073e27-55f2-4f66-8c5b-91c361ba0101">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_2d073e27-55f2-4f66-8c5b-91c361ba0101_0_">
                      <gml:posList srsDimension="3">511207.110 5416966.470 272.863 511207.594 5416961.740 276.189 511219.316 5416962.928 276.181 511219.140 5416964.640 274.977 511218.830 5416967.670 272.846 511218.530 5416967.640 272.846 511207.110 5416966.470 272.863</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_5a6b72ce-ddee-46cd-829d-9459dbaeebcd">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b9a1e91b-6e69-4a2e-8d86-4a81dce96ccc">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6d9f4321-3299-4839-88f9-3c60a88424ad">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6d9f4321-3299-4839-88f9-3c60a88424ad_0_">
                      <gml:posList srsDimension="3">511219.140 5416964.640 264.616 511218.830 5416967.670 264.616 511218.830 5416967.670 272.846 511219.140 5416964.640 274.977 511219.140 5416964.640 264.616</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_f5d90c50-b212-400e-8012-0aea3ec13540">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_b2bad956-fd9c-4f58-98aa-56fad08679d9">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_f1962633-d4e8-42c6-8891-5d5e1ec802b9">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_f1962633-d4e8-42c6-8891-5d5e1ec802b9_0_">
                      <gml:posList srsDimension="3">511208.080 5416957.000 272.852 511219.800 5416958.230 272.874 511219.316 5416962.928 276.181 511207.594 5416961.740 276.189 511208.080 5416957.000 272.852</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:RoofSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_e3840ad8-40cb-4709-9e09-2bd2a717e175">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_56d262a9-b687-46a3-8b10-7da5394d4b66">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_0f66d236-03af-4c67-9f1d-994e8329b07c">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_0f66d236-03af-4c67-9f1d-994e8329b07c_0_">
                      <gml:posList srsDimension="3">511218.830 5416967.670 264.616 511218.530 5416967.640 264.616 511218.530 5416967.640 272.846 511218.830 5416967.670 272.846 511218.830 5416967.670 264.616</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_390b47d2-05c4-43e0-9113-d4f3d900ec03">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_06681a63-9f29-409f-853d-91d9e2c138f8">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_aeef21b6-bfd9-449c-b084-3f08544c11e1">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_aeef21b6-bfd9-449c-b084-3f08544c11e1_0_">
                      <gml:posList srsDimension="3">511208.080 5416957.000 272.852 511207.594 5416961.740 276.189 511207.594 5416961.740 264.616 511208.080 5416957.000 264.616 511208.080 5416957.000 272.852</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_b5528923-1af5-45bb-a9c7-b331d2490619">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_fc555296-5ebd-4e01-9312-95feb182dda7">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_ed7f0b2e-1244-405c-a101-4f54f8f2588f">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_ed7f0b2e-1244-405c-a101-4f54f8f2588f_0_">
                      <gml:posList srsDimension="3">511207.110 5416966.470 272.863 511218.530 5416967.640 272.846 511218.530 5416967.640 264.616 511207.110 5416966.470 264.616 511207.110 5416966.470 272.863</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:boundedBy>
        <bldg:WallSurface gml:id="UUID_d843454a-cad8-447c-9063-63bc921e539e">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_075ea52e-5e88-4f29-a9cf-fe009e4abcda">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_6b19c35b-edec-49ee-9a2d-0add7c4191e8">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_6b19c35b-edec-49ee-9a2d-0add7c4191e8_0_">
                      <gml:posList srsDimension="3">511208.080 5416957.000 264.616 511219.800 5416958.230 264.616 511219.800 5416958.230 272.874 511208.080 5416957.000 272.852 511208.080 5416957.000 264.616</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_6ebd5d9d-ff69-4068-ba6a-c7db1701f3d8">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_4eedf839-4379-46fd-8f1c-63e34260e731">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_033dafa9-0fab-48af-a6f6-1e0a171d3dc3">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_033dafa9-0fab-48af-a6f6-1e0a171d3dc3_0_">
                      <gml:posList srsDimension="3">511207.110 5416966.470 264.616 511207.594 5416961.740 264.616 511207.594 5416961.740 276.189 511207.110 5416966.470 272.863 511207.110 5416966.470 264.616</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_66e4b9d2-16fe-4250-8d06-a893355d9517">
          <core:creationDate>2019-01-27</core:creationDate>
          <bldg:lod2MultiSurface>
            <gml:MultiSurface gml:id="UUID_6b150a0a-a8e7-48c4-be71-9fbb43f0f69b">
              <gml:surfaceMember>
                <gml:Polygon gml:id="Srf_c67a0fb3-3d97-49aa-8889-df84bb4dad45">
                  <gml:exterior>
                    <gml:LinearRing gml:id="Srf_c67a0fb3-3d97-49aa-8889-df84bb4dad45_0_">
                      <gml:posList srsDimension="3">511219.316 5416962.928 276.181 511219.800 5416958.230 272.874 511219.800 5416958.230 264.616 511219.316 5416962.928 264.616 511219.316 5416962.928 276.181</gml:posList>
                    </gml:LinearRing>
                  </gml:exterior>
                </gml:Polygon>
              </gml:surfaceMember>
            </gml:MultiSurface>
          </bldg:lod2MultiSurface>
        </bldg:WallSurface>
      </bldg:boundedBy>
      <bldg:yearOfConstruction>1990</bldg:yearOfConstruction>
    </bldg:Building>
  </core:cityObjectMember>
  <core:cityObjectMember>
    <bldg:Building gml:id="DEBW_0010000ZZEK">
      <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>DEBWL0010000ZZEK</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">
For faster browsing, not all history is shown. View entire blame