This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
EA_EADD_OBS_DS_AREA_2_3_4_FULL_20191205.xml
1763 lines (1757 loc) · 83.5 KB
/
EA_EADD_OBS_DS_AREA_2_3_4_FULL_20191205.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example created by Wolfgang Scheucher, SOLITEC Software Solutions GmbH -->
<!-- Copyright (c) 2018, EUROCONTROL
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the names of EUROCONTROL or FAA nor the names of their contributors may be used to endorse or promote products derived from this specification without specific prior written permission.
THIS FICTITIOUS DATA SET IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Editorial note: this license is an instance of the BSD license template as provided by the Open Source Initiative: http://www.opensource.org/licenses/bsd-license.php-->
<message:AIXMBasicMessage
xmlns:message="http://www.aixm.aero/schema/5.1/message"
xmlns:gts="http://www.isotc211.org/2005/gts"
xmlns:gco="http://www.isotc211.org/2005/gco"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:gss="http://www.isotc211.org/2005/gss"
xmlns:aixm="http://www.aixm.aero/schema/5.1"
xmlns:gsr="http://www.isotc211.org/2005/gsr"
xmlns:gmd="http://www.isotc211.org/2005/gmd"
xmlns:event="http://www.aixm.aero/schema/5.1/event"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.aixm.aero/schema/5.1/message http://www.aixm.aero/schema/5.1/message/AIXM_BasicMessage.xsd" gml:id="M0000001">
<gml:boundedBy>
<gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326">
<gml:lowerCorner>51.9631093055556 -31.2910399444444</gml:lowerCorner>
<gml:upperCorner>52.7764601111111 -32.200547777778</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<aixm:messageMetadata>
<gmd:MD_Metadata id="MD_DONLON_OBS_DS_AREA2_3_4">
<!-- MD_Metadata.contact > CI_ResponsibleParty (i.e. Metadata point of contact). Mandatory by ISO 19115 (2003).
It should be marked as "inapplicable" (<gmd:contact/gco:nilReason="inapplicable"/>) or be used to give the organisation name and email address of the party who added the metadata. -->
<gmd:contact>
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>Data initially created by Solitec Software Solutions(solitec.com); currently maintained by Eurocontrol.</gco:CharacterString>
</gmd:organisationName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:address>
<gmd:CI_Address>
<gmd:electronicMailAddress>
<gco:CharacterString>[email protected]</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<gmd:CI_RoleCode codeList="https://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:contact>
<!-- MD_Metadata.dateStamp (Metadata date stamp). Mandatory by by ISO 19115 (2003).
It should be marked as "inapplicable" (<gmd:dateStamp gco:nilReason="inapplicable"/>) or used to record a date. -->
<gmd:dateStamp>
<gco:DateTime>2019-11-28T00:00:00Z</gco:DateTime>
</gmd:dateStamp>
<gmd:identificationInfo>
<gmd:MD_DataIdentification>
<gmd:citation>
<gmd:CI_Citation>
<!-- MD_Metadata > MD_DataIdentification.citation > CI_Citation.title. Mandatory by ISO 19115 (2003).
Name by which the cited resource is known (i.e. name of the dataset). -->
<gmd:title>
<gco:CharacterString>Obstacle data set sample for EADD Area 2(a-d), Area 3 and Area 4 (Eff Date: 2019-12-05); Initial data set</gco:CharacterString>
</gmd:title>
<!-- MD_Metadata > MD_DataIdentification.citation > CI_Citation.date (Dataset reference date). Required by PANS-AIM:
Chapter 5.3.2 "the date and time when the data set was provided" (Publication date).
Note: In addtion the creation and/or revision date (defined in ED-98) of the data set may be provided as metadata as well, although not required by ICAO nor by ISO 19115 (2003).-->
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:DateTime>2019-11-28T00:00:00Z</gco:DateTime>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="https://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
<!-- Revision date of data set. -->
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:DateTime>2019-11-21T00:00:00Z</gco:DateTime>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="https://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation">creation</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:citation>
<!-- MD_Metadata > MD_DataIdentification.abstract (Abstract describing the dataset). Mandatory by ISO 19115 (2003).
A short description of what data based on what requirements are provided within the data set
(e.g. compliance with ICAO Provisons or, if applicapbe, deviations could be more or less stringent obstacle collection requirements). -->
<!-- OPEN QUESTION: Horizontal & Vertical Confidence Level required by PANS-AIM Table A6-2. May it be coded in the abstract?. -->
<gmd:abstract>
<gco:CharacterString>DONLON Obstacle data set sample for EADD Area 2(a-d) Area 3 and Area 4 (Full initial data set) in AIXM 5.1 format.
.) Area 2a, Area 2b, Area 2c, Area 2d and Area 3 data are collected and published according to ICAO Annex 15 (16th Edition, July 2018) requirements.
.) Obstacle data are provided for Area 4 for obstacles over 1 metre in height (above ground level) for all runways where precision approach Category II or III operations have been established.
Horizontal and Vertical Confidence Level for all data is 90%.
</gco:CharacterString>
</gmd:abstract>
<!-- MD_Metadata > MD_DataIdentification.pointOfContact > CI_ResponsibleParty. (Dataset responsible party). Required by PANS-AIM:
5.3.2 "the names of the organization or entities providing the data set";
Table A6-2 Obstacle attributes "Data source idenitifier" -->
<gmd:pointOfContact>
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>Data initially created by Solitec Software Solutions(solitec.com); currently maintained by Eurocontrol.</gco:CharacterString>
</gmd:organisationName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:phone>
<gmd:CI_Telephone>
<gmd:voice>
<gco:CharacterString>+32 02...</gco:CharacterString>
</gmd:voice>
</gmd:CI_Telephone>
</gmd:phone>
<gmd:address>
<gmd:CI_Address>
<gmd:electronicMailAddress>
<gco:CharacterString>[email protected]</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
<gmd:onlineResource>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://github.com/aixm/donlon</gmd:URL>
</gmd:linkage>
<gmd:name>
<gco:CharacterString>aixm donlon</gco:CharacterString>
</gmd:name>
</gmd:CI_OnlineResource>
</gmd:onlineResource>
</gmd:CI_Contact>
</gmd:contactInfo>
<!-- MD_Metadata > MD_DataIdentification.pointOfContact > CI_ResponsibleParty.role (function performed by the responsible party). Mandatory by ISO 19115 (2003). -->
<gmd:role>
<gmd:CI_RoleCode codeList="https://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="publisher">publisher</gmd:CI_RoleCode>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
<!-- MD_Metadata > MD_DataIdentification.resourceConstraints > MD_Constraints. Required by PANS-AIM:
5.3.2 "any limitations with regard to the use of the data set."
In addtion also these elements may be coded:
gmd:accessConstraints (e.g. "license") to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource or metadata
gmd:classification (e.g. "restricted"). -->
<gmd:resourceConstraints>
<gmd:MD_Constraints>
<gmd:useLimitation>
<gco:CharacterString>To be used for demonstration purposes only! Any operational usage is prohibited!</gco:CharacterString>
</gmd:useLimitation>
</gmd:MD_Constraints>
</gmd:resourceConstraints>
<!-- MD_Metadata > MD_DataIdentification.language. (Language(s) used within the dataset). Mandatory by ISO 19115(2003). -->
<gmd:language>
<gco:CharacterString>eng</gco:CharacterString>
</gmd:language>
<!-- MD_Metadata > MD_DataIdentification.topicCategory. (Main theme(s) of the dataset). Mandatory by ISO 19115(2003).
Default for ICAO data sets is "transportation".-->
<gmd:topicCategory>
<gmd:MD_TopicCategoryCode>transportation</gmd:MD_TopicCategoryCode>
</gmd:topicCategory>
<!-- MD_Metadata > MD_DataIdentification.extent > EX_Extent.geographicElement. (geographic area of the dataset). Required by PANS-AIM:
Table A6-2: "Area of coverage".
One of the three options must be provided:
gmd:EX_GeographicBoundingBox or;
gmd:EX_BoundingPolygon or;
gmd:EX_GeographicDescription -->
<!-- NOTE: Acc. to TOD Manual Edition 2.3 "the area of coverage should be provided for the whole data set and then for each area."
For simplification reasons only the complication of all the areas is provided. -->
<gmd:extent>
<gmd:EX_Extent>
<gmd:description>
<gco:CharacterString>Area of coverage (Area 2, 3 and 4 of EADD)</gco:CharacterString>
</gmd:description>
<gmd:geographicElement>
<gmd:EX_GeographicBoundingBox>
<gmd:westBoundLongitude>
<gco:Decimal>-32.200547777778</gco:Decimal>
</gmd:westBoundLongitude>
<gmd:eastBoundLongitude>
<gco:Decimal>-31.2910399444444</gco:Decimal>
</gmd:eastBoundLongitude>
<gmd:southBoundLatitude>
<gco:Decimal>52.7764601111111</gco:Decimal>
</gmd:southBoundLatitude>
<gmd:northBoundLatitude>
<gco:Decimal>51.9631093055556</gco:Decimal>
</gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
</gmd:geographicElement>
<gmd:geographicElement>
<gmd:EX_GeographicDescription>
<gmd:geographicIdentifier>
<gmd:MD_Identifier>
<gmd:code>
<gco:CharacterString>TMA DONLON</gco:CharacterString>
</gmd:code>
</gmd:MD_Identifier>
</gmd:geographicIdentifier>
</gmd:EX_GeographicDescription>
</gmd:geographicElement>
</gmd:EX_Extent>
</gmd:extent>
<!-- MD_Metadata > MD_DataIdentification.extent > EX_Extent.temporalElement. (time period covered by the content of the dataset). Required by PANS-AIM:
5.3.2 "validity of the data set"
When the end of validity is unknown use indeterminatePosition="unknown". -->
<gmd:extent>
<gmd:EX_Extent>
<gmd:description>
<gco:CharacterString>Validity of data set</gco:CharacterString>
</gmd:description>
<gmd:temporalElement>
<gmd:EX_TemporalExtent>
<gmd:extent>
<gml:TimePeriod gml:id="period1">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"></gml:endPosition>
</gml:TimePeriod>
</gmd:extent>
</gmd:EX_TemporalExtent>
</gmd:temporalElement>
</gmd:EX_Extent>
</gmd:extent>
</gmd:MD_DataIdentification>
</gmd:identificationInfo>
<!-- MD_Metadata > DQ_DataQuality > LI_Lineage.statement (general explanation of the data producer’s knowledge about the lineage of a dataset).
Required by PANS-AIM: Table A6-2 "Integrity". -->
<gmd:dataQualityInfo>
<gmd:DQ_DataQuality>
<gmd:scope>
<!-- MD_Metadata > DQ_DataQuality > DQ_scope.level. mandatory by ISO 19115 (2003). -->
<gmd:DQ_Scope>
<gmd:level>
<gmd:MD_ScopeCode codeList="https://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="dataset">dataset</gmd:MD_ScopeCode>
</gmd:level>
</gmd:DQ_Scope>
</gmd:scope>
<gmd:lineage>
<gmd:LI_Lineage>
<gmd:statement>
<gco:CharacterString>Data integrity level essential is assured.</gco:CharacterString>
</gmd:statement>
</gmd:LI_Lineage>
</gmd:lineage>
</gmd:DQ_DataQuality>
</gmd:dataQualityInfo>
</gmd:MD_Metadata>
</aixm:messageMetadata>
<!-- SINGLE PART OBSTACLE (Windsock) Area 3.
This sample obstacle contains all AIXM properties (with annotations if needed)
Note: Not all of them are required by PANS-AIM for an Obstacle data set.
The other obstacle examples in this file contain only those properties considered to be required by PANS-AIM (incl. coding of nil value if applicable). -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.66e649c8-aaba-4fac-9432-7ee33f90e2d5">
<gml:identifier codeSpace="urn:uuid:">66e649c8-aaba-4fac-9432-7ee33f90e2d5</gml:identifier>
<!-- validTime and featureLifetime is used to code PANS-AIM Table A-6.2 "Effectivity".
NOTE: In case of temporary obstacles, also VerticalStructurePart.timeInterval.Timesheet may be needed to fulfill this requirement. -->
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1001">
<gml:validTime>
<gml:TimePeriod gml:id="lt120130">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="lt120131">
<gml:beginPosition>2009-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<!-- VerticalStructure.name is used to code PANS-AIM Table A-6.2 "Obstacle Identifier"; ENR 5.4/AD 2.10 "obstacle identification or designation".-->
<aixm:name>OBS-EADD-1001</aixm:name>
<!-- type required by PANS-AIM Table A6-2 and ENR 5.4,AD 2/3.10 -->
<aixm:type>OTHER:WINDSOCK</aixm:type>
<!-- lighted required by PANS-AIM Table A6-2 -->
<aixm:lighted>YES</aixm:lighted>
<!-- marking required by PANS-AIM Table A6-2 and ENR 5.4, AD 2/3.10.
NOTE: AIXM 5.1(.1) provides only the property MarkingICAOStandard but no 'general' marking property .
In case the obstacle is marked but not acc. to ICAO standard, code "an annotation:
propertyName=markingICAOStandard,
purpose=“REMARK”,
translatedNote.LinguisticNote.note=”marked=YES”.
the other marking attributes such as markingFirstColour if applicable (as defined in CP AIXM-233). -->
<!-- markingICAOStandard is not expclicitly required by PANS-AIM -->
<aixm:markingICAOStandard>YES</aixm:markingICAOStandard>
<!-- group not required by PANS-AIM -->
<aixm:group>NO</aixm:group>
<!-- horizontalExtent required by PANS-AIM Table A6-2
NOTE: Only applicable for point and line obstacles (e.g. the extend of the guy wires of the mast)
NOTE: It may also be used for an obstacle with polygon shape but georgaphical defined by its centre point, (e.g. a building) to provide a simplified polygon extend.
NOTE: Either radius or lenght and width shall be used to describe the horizontal extend. -->
<aixm:length xsi:nil="true" nilReason="inapplicable"/>
<aixm:width xsi:nil="true" nilReason="inapplicable"/>
<aixm:radius uom="M">9.3</aixm:radius>
<!-- lightingICAOStandard and synchronisedLighting is not expclicitly required by PANS-AIM -->
<aixm:lightingICAOStandard xsi:nil="true" nilReason="inapplicable"/>
<aixm:synchronisedLighting xsi:nil="true" nilReason="inapplicable"/>
<!-- marker not required by PANS-AIM -->
<aixm:marker xsi:nil="true" nilReason="inapplicable"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="V-af4ee6d6">
<!-- Height is an optional attribute in PANS-AIM Table A-6-2.
Height is listed in ENR 5.4 and AD2/3.10.
Note: Height is mandatory in RTCA/EUROCAE ED-98C/DO-276C -->
<!-- NOTE: In case of a single part obstacle the verticalExtent is the height (above ground) of the obstacle.
In case of a multi part obstacle it may not be the height above ground, as per definition verticalExtent is the height of the obstacle part from its bottom. -->
<aixm:verticalExtent uom="M">6.5</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">0.5</aixm:verticalExtentAccuracy>
<!-- In case of single part obstacle type of verticalStrcuture shall be the same as for the part.
In case of multi part obstacles types may have different values. -->
<aixm:type>OTHER:WINDSOCK</aixm:type>
<!-- constructionStatus not requried by PANS-AIM but contained in ED-98. -->
<aixm:constructionStatus>COMPLETED</aixm:constructionStatus>
<!-- PANS-AIM table A6-2 only requires information if an obstcle is marked.
Marking pattern and colour is not explicitly required by PANS-AIM. -->
<aixm:markingPattern>HBANDS</aixm:markingPattern>
<aixm:markingFirstColour>RED</aixm:markingFirstColour>
<aixm:markingSecondColour>WHITE</aixm:markingSecondColour>
<!-- mobile optional in PANS-AIM Table A6-2("operations") -->
<aixm:mobile>NO</aixm:mobile>
<!-- frangible not required by PANS-AIM -->
<aixm:frangible>NO</aixm:frangible>
<!-- visibleMaterial not required by PANS-AIM but contained in Appendix 1 "Aeronautical Data Catalogue" ("Material")-->
<aixm:visibleMaterial xsi:nil="true" nilReason="inapplicable"/>
<!-- part designator is not required by PANS-AIM (see VerticalStructure.name) but may be used for multiple part obstacles. -->
<aixm:designator xsi:nil="true" nilReason="inapplicable"/>
<!-- horizontalProjection required by PANS-AIM Table A6-2 "horizontal position" and ENR 5.4,AD 2/3.10 "obstacle position" -->
<aixm:horizontalProjection_location>
<!-- Geometry type required by PANS-AIM Table A6-2 results from the horizontalProjection choice.-->
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="p1121">
<gml:pos>52.37444444 -31.94361111</gml:pos>
<!-- horizontalAccuracy required by PANS-AIM Table A6-2 -->
<aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">31.5</aixm:elevation>
<!-- geoidUndulation not required by PANS-AIM -->
<aixm:geoidUndulation xsi:nil="true" nilReason="inapplicable"/>
<!-- verticalDatum required by PANS-AIM Table A6-2 "Vertical reference system" -->
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<!-- verticalAccuracy required by PANS-AIM Table A6-2 -->
<aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
<aixm:lighting>
<aixm:LightElement gml:id="le0001">
<!-- PANS-AIM table A-6-2 only requires information if an obstcale is lighted.
However, colour and type are properties listed in the PANS-AIM Appendix 1 "Aeronautical Data Catalogue" and ENR 5.4, AD2/3.10.
intensityLevel, intensity and availability is not explicitly required by PANS-AIM.
(Note that there is also a lightingAvailability element for the VerticalStructure.) -->
<aixm:colour>RED</aixm:colour>
<aixm:intensityLevel xsi:nil="true" nilReason="inapplicable"/>
<aixm:intensity xsi:nil="true" nilReason="inapplicable"/>
<aixm:type xsi:nil="true" nilReason="inapplicable"/>
<!-- regarding availability, see also lightingAvailability, below. -->
<aixm:availability xsi:nil="true" nilReason="inapplicable"/>
</aixm:LightElement>
</aixm:lighting>
</aixm:VerticalStructurePart>
</aixm:part>
<!-- Operator/Owner not required by PANS-AIM but contained in Appendix 1 "Aeronautical Data Catalogue".
In AIXM 5.1(1) it may only be coded as Note for an Obstacle data set.
Note: For data provided by the data orginator this information will be rather coded as metadata.-->
<aixm:annotation>
<aixm:Note gml:id="n0001">
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln0001">
<aixm:note>Obstacle Owner: AIRPORT DONLON, Donlon Street 100, 2020 DOLNLON, Phone: +00123456789, email: [email protected]</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
<!-- "Horizontal Resolution" required by PANS-AIM. -->
<aixm:annotation>
<aixm:Note gml:id="n0004">
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln0004">
<aixm:note>Horizontal resolution is 1/10 sec.</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
<!-- "Vertical Resolution" required by PANS-AIM. -->
<aixm:annotation>
<aixm:Note gml:id="n0005">
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln0005">
<aixm:note>Vertical resolution is 0.1 m.</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
<!-- lightingAvailability not explicitly required by PANS-AIM.
NOTE: There is also the availability property for the LightElement of the VerticalStructurePart. -->
<aixm:lightingAvailability xsi:nil="true" nilReason="inapplicable"/>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- SINGLE PART OBSTACLE (Crane) Area 2c (Both Runways!)-->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.df421db4-3698-4003-9d71-93ca57e70ffc">
<gml:identifier codeSpace="urn:uuid:">df421db4-3698-4003-9d71-93ca57e70ffc</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1002">
<!-- OPEN QUESTION: Is it realistic that in a DS there are
a) Obstacle with different effective dates?
b. Obstacles with kown end date (not only validTime but also featureLifetime? -->
<gml:validTime>
<gml:TimePeriod gml:id="ID_374">
<gml:beginPosition>2019-12-11T05:30:00Z</gml:beginPosition>
<gml:endPosition>2019-12-30T18:30:00Z</gml:endPosition>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="lt_374">
<gml:beginPosition>2019-12-11T05:30:00Z</gml:beginPosition>
<gml:endPosition>2019-12-30T18:30:00Z</gml:endPosition>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-1002</aixm:name>
<aixm:type>CRANE</aixm:type>
<aixm:lighted>YES</aixm:lighted>
<aixm:length xsi:nil="true" nilReason="inapplicable"/>
<aixm:width xsi:nil="true" nilReason="inapplicable"/>
<aixm:radius uom="M">29.0</aixm:radius>
<aixm:part>
<aixm:VerticalStructurePart gml:id="ID_375">
<aixm:annotation>
<aixm:Note gml:id="ID_379">
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ID_380">
<aixm:note>150 M EAST OF CONTROL TOWER</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
<aixm:verticalExtent uom="M">26.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">3</aixm:verticalExtentAccuracy>
<aixm:type>CRANE</aixm:type>
<aixm:horizontalProjection_location>
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ID_376">
<gml:pos>52.3727777777778 -31.9422222222222</gml:pos>
<aixm:horizontalAccuracy uom="M">5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">56.0</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">3</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:annotation>
<aixm:Note gml:id="n0000">
<aixm:propertyName>markingICAOStandard</aixm:propertyName>
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln0000">
<aixm:note>marked=UNKNOWN</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- TEMPORARY OBSTCALE (Crane) Area 2b for 27R & Area 2c for RWY 09R/27L! -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.aa0c0b1e-3e9c-4564-b858-ace28b473c0a">
<gml:identifier codeSpace="urn:uuid:">aa0c0b1e-3e9c-4564-b858-ace28b473c0a</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1003">
<!-- OPEN QUESTION: Will be New Obstacles issued via NOTAM (digital) be added to the Digital data set, if yes how (BASELINE will become new sequence number)? Any rules? Align with Digital NOTAM Examples? -->
<gml:validTime>
<gml:TimePeriod gml:id="ID_394">
<gml:beginPosition>2019-12-11T04:30:00Z</gml:beginPosition>
<gml:endPosition>2019-12-19T14:30:00Z</gml:endPosition>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="lt_394">
<gml:beginPosition>2019-12-11T04:30:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EAD-1003</aixm:name>
<aixm:type>CRANE</aixm:type>
<aixm:lighted>NO</aixm:lighted>
<aixm:markingICAOStandard>YES</aixm:markingICAOStandard>
<aixm:radius xsi:nil="true" nilReason="unknown"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="ID_395">
<aixm:timeInterval>
<aixm:Timesheet gml:id="ID_396">
<aixm:timeReference>UTC</aixm:timeReference>
<aixm:day>ANY</aixm:day>
<aixm:startTime>04:30</aixm:startTime>
<aixm:endTime>14:30</aixm:endTime>
<aixm:daylightSavingAdjust>NO</aixm:daylightSavingAdjust>
</aixm:Timesheet>
</aixm:timeInterval>
<aixm:verticalExtent uom="FT">148.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">3</aixm:verticalExtentAccuracy>
<aixm:type>CRANE</aixm:type>
<aixm:horizontalProjection_location>
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ID_397">
<gml:pos>52.37944444 -31.90361111</gml:pos>
<aixm:horizontalAccuracy uom="M">5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">178.0</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">3</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
</aixm:VerticalStructurePart>
</aixm:part>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- NAVAID OBSTACLE. Area 2b 09L (NDB SCN) -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.83985f79-91f0-4f79-b9ba-87251e67ae9d">
<gml:identifier codeSpace="urn:uuid:">83985f79-91f0-4f79-b9ba-87251e67ae9d</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1004">
<gml:validTime>
<gml:TimePeriod gml:id="tp0003-1">
<gml:beginPosition>2019-09-12T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="tp0003-2">
<gml:beginPosition>2019-09-12T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-1004 (NDB SCONE)</aixm:name>
<aixm:type>NAVAID</aixm:type>
<aixm:lighted>YES</aixm:lighted>
<aixm:markingICAOStandard>YES</aixm:markingICAOStandard>
<aixm:length xsi:nil="true" nilReason="inapplicable"/>
<aixm:width xsi:nil="true" nilReason="inapplicable"/>
<aixm:radius xsi:nil="true" nilReason="unknown"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="vsp0003-1">
<aixm:verticalExtent uom="M">25.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">3</aixm:verticalExtentAccuracy>
<aixm:type>NAVAID</aixm:type>
<aixm:horizontalProjection_location>
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ep0003-1">
<gml:pos>52.371667 -32.028333</gml:pos>
<aixm:horizontalAccuracy uom="M">5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">70.0</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">3</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
<aixm:lighting>
<aixm:LightElement gml:id="le0003-1">
<aixm:colour>RED</aixm:colour>
<aixm:type>OTHER:FLASHING</aixm:type>
</aixm:LightElement>
</aixm:lighting>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:hostedNavaidEquipment xlink:href="urn:uuid:2e921fdb-2853-4fbe-a721-909e93fbe477" xlink:title="NDB SCONE (SCN)"/>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- NAVAID OBSTACLE. Area 2a RWY 09L/27R and Area 3 (Glidepath) -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.c9bc6ea4-2b5e-4a71-af8a-eec2e4ff3dc3">
<gml:identifier codeSpace="urn:uuid:">c9bc6ea4-2b5e-4a71-af8a-eec2e4ff3dc3</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1005">
<gml:validTime>
<gml:TimePeriod gml:id="tp00013-1">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="tp00013-2">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-1005 (GP 27R)</aixm:name>
<aixm:type>NAVAID</aixm:type>
<aixm:lighted>YES</aixm:lighted>
<aixm:markingICAOStandard>YES</aixm:markingICAOStandard>
<aixm:length xsi:nil="true" nilReason="inapplicable"/>
<aixm:width xsi:nil="true" nilReason="inapplicable"/>
<aixm:radius xsi:nil="true" nilReason="unknown"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="vsp00013-1">
<aixm:verticalExtent uom="M">5.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">0.5</aixm:verticalExtentAccuracy>
<aixm:type>NAVAID</aixm:type>
<aixm:frangible>YES</aixm:frangible>
<aixm:horizontalProjection_location>
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ep00013-1">
<gml:pos>52.378444 -31.926778</gml:pos>
<aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">35.0</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
<aixm:lighting>
<aixm:LightElement gml:id="le00013-1">
<aixm:colour>RED</aixm:colour>
</aixm:LightElement>
</aixm:lighting>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:hostedNavaidEquipment xlink:href="urn:uuid:4c46c5be-b033-4673-ac70-48a5d72793d2" xlink:title="Glidepath 27R"/>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- MOBILE OBSTACLE (Railroad) Area 2b and Area 4 27R -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.8a6626f9-0739-4ec2-ae56-4a8af45ec9fe">
<gml:identifier codeSpace="urn:uuid:">8a6626f9-0739-4ec2-ae56-4a8af45ec9fe</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1006">
<gml:validTime>
<gml:TimePeriod gml:id="tp0002-1">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="tp0002-2">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-1006 (DONLON LIGHT RAIL)</aixm:name>
<aixm:type>OTHER:RAILROAD</aixm:type>
<aixm:lighted>NO</aixm:lighted>
<aixm:radius xsi:nil="true" nilReason="inapplicable"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="vsp0002-1">
<aixm:verticalExtent uom="M">12.5</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">1</aixm:verticalExtentAccuracy>
<aixm:type>OTHER:RAILROAD</aixm:type>
<aixm:mobile>YES</aixm:mobile>
<aixm:horizontalProjection_linearExtent>
<aixm:ElevatedCurve srsName="urn:ogc:def:crs:EPSG::4326" gml:id="crv12456">
<gml:segments>
<gml:GeodesicString>
<gml:posList>52.37805556 -31.91388889 52.37944444 -31.91388889</gml:posList>
</gml:GeodesicString>
</gml:segments>
<aixm:horizontalAccuracy uom="M">2.5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">28.5</aixm:elevation>
<aixm:geoidUndulation xsi:nil="true" nilReason="inapplicable"/>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">1</aixm:verticalAccuracy>
</aixm:ElevatedCurve>
</aixm:horizontalProjection_linearExtent>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:annotation>
<aixm:Note gml:id="n000sd">
<aixm:propertyName>markingICAOStandard</aixm:propertyName>
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln000s">
<aixm:note>marked=NO</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- POLYGON STRUCTURE PROVIDED AS POINT OBSTACLE WITH HORIZ. EXTENT (Building) in Area 2b and Area 4 27R.-->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.1371b29a-2ba6-44c8-8da3-711e5488fdb7">
<gml:identifier codeSpace="urn:uuid:">uuid.1371b29a-2ba6-44c8-8da3-711e5488fdb7</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1007">
<gml:validTime>
<gml:TimePeriod gml:id="tp0004-1">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>2</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="tp0004-2">
<gml:beginPosition>2009-01-01T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-1007</aixm:name>
<aixm:type>BUILDING</aixm:type>
<aixm:lighted>NO</aixm:lighted>
<aixm:length uom="M">23.0</aixm:length>
<aixm:width uom="M">12.0</aixm:width>
<aixm:radius xsi:nil="true" nilReason="inapplicable"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="vsp0004-1">
<aixm:verticalExtent>36.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">1</aixm:verticalExtentAccuracy>
<aixm:type>BUILDING</aixm:type>
<aixm:horizontalProjection_location>
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ep0004-1">
<gml:pos>52.37861111 -31.91166667</gml:pos>
<aixm:horizontalAccuracy uom="M">2.5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">45</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">1</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:annotation>
<aixm:Note gml:id="n00200">
<aixm:propertyName>markingICAOStandard</aixm:propertyName>
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln02000">
<aixm:note>marked=YES</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- WINDPARK LOCATED IN AREA 1 AND AREA 2d (POLYGON). Contained in 2 Data Sets. -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.499c5bb4-de1e-49fc-8db1-11ffa84406d6">
<gml:identifier codeSpace="urn:uuid:">499c5bb4-de1e-49fc-8db1-11ffa84406d6</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-0012">
<gml:validTime>
<gml:TimePeriod gml:id="tp00022-1">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="tp00022-2">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>DONLON NORTHEAST I</aixm:name>
<aixm:type>WINDMILL_FARMS</aixm:type>
<aixm:lighted>YES</aixm:lighted>
<aixm:markingICAOStandard>YES</aixm:markingICAOStandard>
<aixm:group>YES</aixm:group>
<aixm:length xsi:nil="true" nilReason="inapplicable"/>
<aixm:width xsi:nil="true" nilReason="inapplicable"/>
<aixm:radius xsi:nil="true" nilReason="inapplicable"/>
<aixm:lightingICAOStandard>YES</aixm:lightingICAOStandard>
<aixm:synchronisedLighting>YES</aixm:synchronisedLighting>
<aixm:part>
<aixm:VerticalStructurePart gml:id="vsp0002-9">
<aixm:verticalExtent uom="M">119.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">3</aixm:verticalExtentAccuracy>
<aixm:markingPattern>HBANDS</aixm:markingPattern>
<aixm:markingFirstColour>RED</aixm:markingFirstColour>
<aixm:markingSecondColour>WHITE</aixm:markingSecondColour>
<aixm:horizontalProjection_surfaceExtent>
<aixm:ElevatedSurface srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ep00023-1">
<gml:patches>
<gml:PolygonPatch>
<gml:exterior>
<gml:Ring>
<gml:curveMember>
<gml:Curve gml:id="c0001">
<gml:segments>
<gml:GeodesicString>
<gml:posList>52.36171388888889 -31.73756666666666
52.31271388888889 -31.74756666666666
52.31371388888889 -31.75756666666666
52.36371388888889 -31.75756666666666
52.36171388888889 -31.73756666666666</gml:posList>
</gml:GeodesicString>
</gml:segments>
</gml:Curve>
</gml:curveMember>
</gml:Ring>
</gml:exterior>
</gml:PolygonPatch>
</gml:patches>
<aixm:horizontalAccuracy uom="M">5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">215.0</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">3</aixm:verticalAccuracy>
</aixm:ElevatedSurface>
</aixm:horizontalProjection_surfaceExtent>
<aixm:lighting>
<aixm:LightElement gml:id="le00022-1">
<aixm:colour>RED</aixm:colour>
<aixm:intensityLevel>LIM</aixm:intensityLevel>
<aixm:type>OTHER:FLASHING</aixm:type>
</aixm:LightElement>
</aixm:lighting>
</aixm:VerticalStructurePart>
</aixm:part>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- SINGLE PART OBSTACLE (Natural Highpoint) Area 2b 27R -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.cd0bfb54-81b9-491e-880b-7f85fe2dbfb8">
<gml:identifier codeSpace="urn:uuid:">cd0bfb54-81b9-491e-880b-7f85fe2dbfb8</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1008">
<gml:validTime>
<gml:TimePeriod gml:id="ID_3714">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>1</aixm:sequenceNumber>
<aixm:correctionNumber>0</aixm:correctionNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="lt_3714">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-1008</aixm:name>
<aixm:type>NATURAL_HIGHPOINT</aixm:type>
<aixm:lighted>NO</aixm:lighted>
<aixm:part>
<aixm:VerticalStructurePart gml:id="ID_3715">
<aixm:verticalExtent uom="M">3.5</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">3</aixm:verticalExtentAccuracy>
<aixm:type>NATURAL_HIGHPOINT</aixm:type>
<aixm:horizontalProjection_location>
<aixm:ElevatedPoint srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ID_3176">
<gml:pos>52.37833333 -31.92027778</gml:pos>
<aixm:horizontalAccuracy uom="M">5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">17.5</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">3</aixm:verticalAccuracy>
</aixm:ElevatedPoint>
</aixm:horizontalProjection_location>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:annotation>
<aixm:Note gml:id="n005500">
<aixm:propertyName>markingICAOStandard</aixm:propertyName>
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln005500">
<aixm:note>marked=YES</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- POLYGON OBSTACLE Area 3 (Control Tower) -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.d22653bd-826d-411c-b8d3-838eba2a8325">
<gml:identifier codeSpace="urn:uuid:">d22653bd-826d-411c-b8d3-838eba2a8325</gml:identifier>
<aixm:timeSlice>
<aixm:VerticalStructureTimeSlice gml:id="OBS-EADD-1009">
<gml:validTime>
<gml:TimePeriod gml:id="ID_209">
<gml:beginPosition>2019-12-05T00:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</gml:validTime>
<aixm:interpretation>BASELINE</aixm:interpretation>
<aixm:sequenceNumber>2</aixm:sequenceNumber>
<aixm:featureLifetime>
<gml:TimePeriod gml:id="lt_209">
<gml:beginPosition>2013-04-23T12:00:00Z</gml:beginPosition>
<gml:endPosition indeterminatePosition="unknown"/>
</gml:TimePeriod>
</aixm:featureLifetime>
<aixm:name>OBS-EADD-0009</aixm:name>
<aixm:type>CONTROL_TOWER</aixm:type>
<aixm:lighted xsi:nil="true" nilReason="unknown"/>
<aixm:length xsi:nil="true" nilReason="inapplicable"/>
<aixm:width xsi:nil="true" nilReason="inapplicable"/>
<aixm:radius xsi:nil="true" nilReason="inapplicable"/>
<aixm:part>
<aixm:VerticalStructurePart gml:id="ID_210">
<aixm:verticalExtent uom="M">12.0</aixm:verticalExtent>
<aixm:verticalExtentAccuracy uom="M">0.5</aixm:verticalExtentAccuracy>
<aixm:type>BUILDING</aixm:type>
<aixm:horizontalProjection_surfaceExtent>
<aixm:ElevatedSurface srsName="urn:ogc:def:crs:EPSG::4326" gml:id="ID_211">
<gml:patches>
<gml:PolygonPatch>
<gml:exterior>
<gml:Ring>
<gml:curveMember>
<gml:Curve gml:id="C001117">
<gml:segments>
<gml:GeodesicString>
<gml:posList>52.373240585956786 -31.94466222350188
52.373239760561745 -31.943667276726224
52.37253439745958 -31.943665099679613
52.37248632123943 -31.944468912666462
52.37259178856422 -31.94439396362618
52.37273479940925 -31.944331784997903
52.372846720940146 -31.944338002860732
52.37298351392235 -31.94438774576335
52.373107871178895 -31.94453075660838
52.373240585956786
-31.94466222350188</gml:posList>
</gml:GeodesicString>
</gml:segments>
</gml:Curve>
</gml:curveMember>
</gml:Ring>
</gml:exterior>
</gml:PolygonPatch>
</gml:patches>
<aixm:horizontalAccuracy uom="M">0.5</aixm:horizontalAccuracy>
<aixm:elevation uom="M">40.0</aixm:elevation>
<aixm:verticalDatum>EGM_96</aixm:verticalDatum>
<aixm:verticalAccuracy uom="M">0.5</aixm:verticalAccuracy>
</aixm:ElevatedSurface>
</aixm:horizontalProjection_surfaceExtent>
</aixm:VerticalStructurePart>
</aixm:part>
<aixm:annotation>
<aixm:Note gml:id="n00dd00">
<aixm:propertyName>markingICAOStandard</aixm:propertyName>
<aixm:purpose>REMARK</aixm:purpose>
<aixm:translatedNote>
<aixm:LinguisticNote gml:id="ln0000g">
<aixm:note>marked=YES</aixm:note>
</aixm:LinguisticNote>
</aixm:translatedNote>
</aixm:Note>
</aixm:annotation>
</aixm:VerticalStructureTimeSlice>
</aixm:timeSlice>
</aixm:VerticalStructure>
</message:hasMember>
<!-- POLYGON OBSTACLE Area 3 (AIS-MET) -->
<message:hasMember>
<aixm:VerticalStructure gml:id="uuid.14d8289b-4628-41c3-bcaa-be6e26e4b96a">