aixm 1.3.4 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +24 -0
- data/lib/aixm/classes.rb +1 -0
- data/lib/aixm/component/helipad.rb +11 -0
- data/lib/aixm/component/runway.rb +84 -23
- data/lib/aixm/document.rb +3 -6
- data/lib/aixm/feature/airspace.rb +15 -0
- data/lib/aixm/feature/obstacle.rb +2 -2
- data/lib/aixm/l.rb +61 -0
- data/lib/aixm/refinements.rb +18 -3
- data/lib/aixm/version.rb +1 -1
- data/lib/aixm/xy.rb +34 -2
- data/lib/aixm.rb +1 -0
- data/schemas/ofmx/0.1/OFMX-DataTypes.xsd +12 -195
- data/schemas/ofmx/0.1/OFMX-Features.xsd +79 -721
- data/schemas/ofmx/0.1/OFMX-Snapshot.xsd +7 -43
- data.tar.gz.sig +0 -0
- metadata +4 -3
- metadata.gz.sig +0 -0
@@ -8,7 +8,7 @@ This is a fork of AIXM 4.5 to accomodate extensions and backports for
|
|
8
8
|
open flightmaps.
|
9
9
|
|
10
10
|
AIXM: copyright (c) 2006, EUROCONTROL (BSD license)
|
11
|
-
OFMX:
|
11
|
+
OFMX: copyright (c) 2018, open flightmaps (BSD license)
|
12
12
|
|
13
13
|
Redistribution and use in source and binary forms, with or without modification,
|
14
14
|
are permitted provided that the following conditions are met:
|
@@ -18,9 +18,9 @@ are permitted provided that the following conditions are met:
|
|
18
18
|
* Redistributions in binary form must reproduce the above copyright notice,
|
19
19
|
this list of conditions and the following disclaimer in the documentation
|
20
20
|
and/or other materials provided with the distribution.
|
21
|
-
* Neither the name of EUROCONTROL nor the names of its
|
22
|
-
used to endorse or promote products derived from this
|
23
|
-
specific prior written permission.
|
21
|
+
* Neither the name of EUROCONTROL, open flightmaps nor the names of its
|
22
|
+
contributors may be used to endorse or promote products derived from this
|
23
|
+
software without specific prior written permission.
|
24
24
|
|
25
25
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
26
26
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
@@ -317,54 +317,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
317
317
|
<xsd:documentation>Type</xsd:documentation>
|
318
318
|
</xsd:annotation>
|
319
319
|
</xsd:element>
|
320
|
-
<xsd:element name="codeTypeMilOps" type="codeTypeMilOps" minOccurs="0">
|
321
|
-
<xsd:annotation>
|
322
|
-
<xsd:documentation>[Deprecated] Operation code</xsd:documentation>
|
323
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
324
|
-
</xsd:annotation>
|
325
|
-
</xsd:element>
|
326
|
-
<xsd:element name="codeNationalTfc" type="codeYesNo" minOccurs="0">
|
327
|
-
<xsd:annotation>
|
328
|
-
<xsd:documentation>[Deprecated] National traffic</xsd:documentation>
|
329
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
330
|
-
</xsd:annotation>
|
331
|
-
</xsd:element>
|
332
|
-
<xsd:element name="codeIntlTfc" type="codeYesNo" minOccurs="0">
|
333
|
-
<xsd:annotation>
|
334
|
-
<xsd:documentation>[Deprecated] International traffic</xsd:documentation>
|
335
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
336
|
-
</xsd:annotation>
|
337
|
-
</xsd:element>
|
338
|
-
<xsd:element name="codeSked" type="codeYesNo" minOccurs="0">
|
339
|
-
<xsd:annotation>
|
340
|
-
<xsd:documentation>[Deprecated] Scheduled flight</xsd:documentation>
|
341
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
342
|
-
</xsd:annotation>
|
343
|
-
</xsd:element>
|
344
|
-
<xsd:element name="codeNonSked" type="codeYesNo" minOccurs="0">
|
345
|
-
<xsd:annotation>
|
346
|
-
<xsd:documentation>[Deprecated] Non scheduled flight</xsd:documentation>
|
347
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
348
|
-
</xsd:annotation>
|
349
|
-
</xsd:element>
|
350
|
-
<xsd:element name="codePriv" type="codeYesNo" minOccurs="0">
|
351
|
-
<xsd:annotation>
|
352
|
-
<xsd:documentation>[Deprecated] Private flight</xsd:documentation>
|
353
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
354
|
-
</xsd:annotation>
|
355
|
-
</xsd:element>
|
356
|
-
<xsd:element name="codeVfr" type="codeYesNo" minOccurs="0">
|
357
|
-
<xsd:annotation>
|
358
|
-
<xsd:documentation>[Deprecated] Observe VFR</xsd:documentation>
|
359
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
360
|
-
</xsd:annotation>
|
361
|
-
</xsd:element>
|
362
|
-
<xsd:element name="codeIfr" type="codeYesNo" minOccurs="0">
|
363
|
-
<xsd:annotation>
|
364
|
-
<xsd:documentation>[Deprecated] Observe IFR</xsd:documentation>
|
365
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
366
|
-
</xsd:annotation>
|
367
|
-
</xsd:element>
|
368
320
|
<xsd:element name="txtDescrRefPt" type="txtDescr" minOccurs="0">
|
369
321
|
<xsd:annotation>
|
370
322
|
<xsd:documentation>Reference point description</xsd:documentation>
|
@@ -742,59 +694,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
742
694
|
</xsd:sequence>
|
743
695
|
<xsd:attribute ref="mid"/>
|
744
696
|
</xsd:complexType>
|
745
|
-
<xsd:complexType name="AirspaceAssocType">
|
746
|
-
<xsd:annotation>
|
747
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
748
|
-
<xsd:documentation>[Deprecated] Airspace association</xsd:documentation>
|
749
|
-
</xsd:annotation>
|
750
|
-
<xsd:sequence>
|
751
|
-
<xsd:element name="AacUid" type="AirspaceAssocUidType">
|
752
|
-
<xsd:annotation>
|
753
|
-
<xsd:documentation>a version of Airspace association</xsd:documentation>
|
754
|
-
</xsd:annotation>
|
755
|
-
</xsd:element>
|
756
|
-
<xsd:element name="codeType" type="codeTypeAssocAs">
|
757
|
-
<xsd:annotation>
|
758
|
-
<xsd:documentation>Association type</xsd:documentation>
|
759
|
-
</xsd:annotation>
|
760
|
-
</xsd:element>
|
761
|
-
<xsd:element name="codeOpr" type="codeOpr" minOccurs="0">
|
762
|
-
<xsd:annotation>
|
763
|
-
<xsd:documentation>Association operation</xsd:documentation>
|
764
|
-
</xsd:annotation>
|
765
|
-
</xsd:element>
|
766
|
-
<xsd:element name="noSeqOpr" type="noSeq" minOccurs="0">
|
767
|
-
<xsd:annotation>
|
768
|
-
<xsd:documentation>Association operation order</xsd:documentation>
|
769
|
-
</xsd:annotation>
|
770
|
-
</xsd:element>
|
771
|
-
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
772
|
-
<xsd:annotation>
|
773
|
-
<xsd:documentation>Remark</xsd:documentation>
|
774
|
-
</xsd:annotation>
|
775
|
-
</xsd:element>
|
776
|
-
</xsd:sequence>
|
777
|
-
<xsd:attribute ref="source"/>
|
778
|
-
</xsd:complexType>
|
779
|
-
<xsd:complexType name="AirspaceAssocUidType">
|
780
|
-
<xsd:annotation>
|
781
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
782
|
-
<xsd:documentation>[Deprecated] Airspace association - UID</xsd:documentation>
|
783
|
-
</xsd:annotation>
|
784
|
-
<xsd:sequence>
|
785
|
-
<xsd:element name="AseUidChi" type="AirspaceUidType">
|
786
|
-
<xsd:annotation>
|
787
|
-
<xsd:documentation>Airspace association is having as child Airspace</xsd:documentation>
|
788
|
-
</xsd:annotation>
|
789
|
-
</xsd:element>
|
790
|
-
<xsd:element name="AseUidPar" type="AirspaceUidType">
|
791
|
-
<xsd:annotation>
|
792
|
-
<xsd:documentation>Airspace association is having as parent Airspace</xsd:documentation>
|
793
|
-
</xsd:annotation>
|
794
|
-
</xsd:element>
|
795
|
-
</xsd:sequence>
|
796
|
-
<xsd:attribute ref="mid"/>
|
797
|
-
</xsd:complexType>
|
798
697
|
<xsd:complexType name="AirspaceAuthorityType">
|
799
698
|
<xsd:annotation>
|
800
699
|
<xsd:documentation>Authority responsible for airspace</xsd:documentation>
|
@@ -1297,7 +1196,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1297
1196
|
</xsd:element>
|
1298
1197
|
<xsd:element name="txtName" type="txtName" minOccurs="0">
|
1299
1198
|
<xsd:annotation>
|
1300
|
-
<xsd:documentation>Name</xsd:documentation>
|
1199
|
+
<xsd:documentation>Name (as published in AIP)</xsd:documentation>
|
1200
|
+
</xsd:annotation>
|
1201
|
+
</xsd:element>
|
1202
|
+
<xsd:element name="txtNameAlt" type="txtName" minOccurs="0">
|
1203
|
+
<xsd:annotation>
|
1204
|
+
<xsd:documentation>Alternativen name (e.g. used on maps)</xsd:documentation>
|
1301
1205
|
</xsd:annotation>
|
1302
1206
|
</xsd:element>
|
1303
1207
|
<xsd:element name="codeClass" type="codeClassAs" minOccurs="0">
|
@@ -1603,18 +1507,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1603
1507
|
</xsd:annotation>
|
1604
1508
|
</xsd:element>
|
1605
1509
|
<xsd:group ref="SurfaceCharacteristics"/>
|
1606
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
1607
|
-
<xsd:annotation>
|
1608
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
1609
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
1610
|
-
</xsd:annotation>
|
1611
|
-
</xsd:element>
|
1612
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
1613
|
-
<xsd:annotation>
|
1614
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
1615
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
1616
|
-
</xsd:annotation>
|
1617
|
-
</xsd:element>
|
1618
1510
|
<xsd:element name="codeSts" type="codeStsSfc" minOccurs="0">
|
1619
1511
|
<xsd:annotation>
|
1620
1512
|
<xsd:documentation>Operational status</xsd:documentation>
|
@@ -1625,12 +1517,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1625
1517
|
<xsd:documentation>Marking system description</xsd:documentation>
|
1626
1518
|
</xsd:annotation>
|
1627
1519
|
</xsd:element>
|
1628
|
-
<xsd:element name="txtLgt" type="txtDescr" minOccurs="0">
|
1629
|
-
<xsd:annotation>
|
1630
|
-
<xsd:documentation>[Deprecated] Lighting system description</xsd:documentation>
|
1631
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
1632
|
-
</xsd:annotation>
|
1633
|
-
</xsd:element>
|
1634
1520
|
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
1635
1521
|
<xsd:annotation>
|
1636
1522
|
<xsd:documentation>Remark</xsd:documentation>
|
@@ -1971,104 +1857,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1971
1857
|
</xsd:element>
|
1972
1858
|
</xsd:sequence>
|
1973
1859
|
</xsd:complexType>
|
1974
|
-
<xsd:complexType name="DmeLimitationType">
|
1975
|
-
<xsd:annotation>
|
1976
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
1977
|
-
<xsd:documentation>[Deprecated] DME - Limitation</xsd:documentation>
|
1978
|
-
</xsd:annotation>
|
1979
|
-
<xsd:sequence>
|
1980
|
-
<xsd:element name="DlnUid" type="DmeLimitationUidType">
|
1981
|
-
<xsd:annotation>
|
1982
|
-
<xsd:documentation>a version of DME - Limitation</xsd:documentation>
|
1983
|
-
</xsd:annotation>
|
1984
|
-
</xsd:element>
|
1985
|
-
<xsd:element name="valDistOuter" type="valDistHorz" minOccurs="0">
|
1986
|
-
<xsd:annotation>
|
1987
|
-
<xsd:documentation>Angle sector volume outer limit</xsd:documentation>
|
1988
|
-
</xsd:annotation>
|
1989
|
-
</xsd:element>
|
1990
|
-
<xsd:element name="uomDistHorz" type="uomDistHorz">
|
1991
|
-
<xsd:annotation>
|
1992
|
-
<xsd:documentation>Unit of measurement [horizontal distance]</xsd:documentation>
|
1993
|
-
</xsd:annotation>
|
1994
|
-
</xsd:element>
|
1995
|
-
<xsd:element name="valDistVerUpper" type="valDistVer" minOccurs="0">
|
1996
|
-
<xsd:annotation>
|
1997
|
-
<xsd:documentation>Upper limit</xsd:documentation>
|
1998
|
-
</xsd:annotation>
|
1999
|
-
</xsd:element>
|
2000
|
-
<xsd:element name="uomDistVerUpper" type="uomDistVer" minOccurs="0">
|
2001
|
-
<xsd:annotation>
|
2002
|
-
<xsd:documentation>Unit of measurement [upper limit]</xsd:documentation>
|
2003
|
-
</xsd:annotation>
|
2004
|
-
</xsd:element>
|
2005
|
-
<xsd:element name="codeDistVerUpper" type="codeDistVer" minOccurs="0">
|
2006
|
-
<xsd:annotation>
|
2007
|
-
<xsd:documentation>Reference for upper limit</xsd:documentation>
|
2008
|
-
</xsd:annotation>
|
2009
|
-
</xsd:element>
|
2010
|
-
<xsd:element name="uomDistVerLower" type="uomDistVer">
|
2011
|
-
<xsd:annotation>
|
2012
|
-
<xsd:documentation>Unit of measurement [lower limit]</xsd:documentation>
|
2013
|
-
</xsd:annotation>
|
2014
|
-
</xsd:element>
|
2015
|
-
<xsd:element name="codeDistVerLower" type="codeDistVer">
|
2016
|
-
<xsd:annotation>
|
2017
|
-
<xsd:documentation>Reference for lower limit</xsd:documentation>
|
2018
|
-
</xsd:annotation>
|
2019
|
-
</xsd:element>
|
2020
|
-
<xsd:element name="valAngleScallop" type="valAngle" minOccurs="0">
|
2021
|
-
<xsd:annotation>
|
2022
|
-
<xsd:documentation>Scalloping angle</xsd:documentation>
|
2023
|
-
</xsd:annotation>
|
2024
|
-
</xsd:element>
|
2025
|
-
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
2026
|
-
<xsd:annotation>
|
2027
|
-
<xsd:documentation>Remark</xsd:documentation>
|
2028
|
-
</xsd:annotation>
|
2029
|
-
</xsd:element>
|
2030
|
-
</xsd:sequence>
|
2031
|
-
<xsd:attribute ref="source"/>
|
2032
|
-
</xsd:complexType>
|
2033
|
-
<xsd:complexType name="DmeLimitationUidType">
|
2034
|
-
<xsd:annotation>
|
2035
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
2036
|
-
<xsd:documentation>[Deprecated] DME - Limitation - UID</xsd:documentation>
|
2037
|
-
</xsd:annotation>
|
2038
|
-
<xsd:sequence>
|
2039
|
-
<xsd:element name="DmeUid" type="DmeUidType">
|
2040
|
-
<xsd:annotation>
|
2041
|
-
<xsd:documentation>DME - Limitation is limiting Distance measuring equipment [DME]</xsd:documentation>
|
2042
|
-
</xsd:annotation>
|
2043
|
-
</xsd:element>
|
2044
|
-
<xsd:element name="codeType" type="codeTypeNavAidLimit">
|
2045
|
-
<xsd:annotation>
|
2046
|
-
<xsd:documentation>Type</xsd:documentation>
|
2047
|
-
</xsd:annotation>
|
2048
|
-
</xsd:element>
|
2049
|
-
<xsd:element name="valAngleFm" type="valAngleBrg">
|
2050
|
-
<xsd:annotation>
|
2051
|
-
<xsd:documentation>Beginning of angle</xsd:documentation>
|
2052
|
-
</xsd:annotation>
|
2053
|
-
</xsd:element>
|
2054
|
-
<xsd:element name="valAngleTo" type="valAngleBrg">
|
2055
|
-
<xsd:annotation>
|
2056
|
-
<xsd:documentation>Ending of angle</xsd:documentation>
|
2057
|
-
</xsd:annotation>
|
2058
|
-
</xsd:element>
|
2059
|
-
<xsd:element name="valDistInner" type="valDistHorz">
|
2060
|
-
<xsd:annotation>
|
2061
|
-
<xsd:documentation>Angle sector volume inner limit</xsd:documentation>
|
2062
|
-
</xsd:annotation>
|
2063
|
-
</xsd:element>
|
2064
|
-
<xsd:element name="valDistVerLower" type="valDistVer">
|
2065
|
-
<xsd:annotation>
|
2066
|
-
<xsd:documentation>Lower limit</xsd:documentation>
|
2067
|
-
</xsd:annotation>
|
2068
|
-
</xsd:element>
|
2069
|
-
</xsd:sequence>
|
2070
|
-
<xsd:attribute ref="mid"/>
|
2071
|
-
</xsd:complexType>
|
2072
1860
|
<xsd:complexType name="DmeType">
|
2073
1861
|
<xsd:annotation>
|
2074
1862
|
<xsd:documentation>DME</xsd:documentation>
|
@@ -2353,12 +2141,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2353
2141
|
</xsd:annotation>
|
2354
2142
|
<xsd:sequence>
|
2355
2143
|
<xsd:choice>
|
2356
|
-
<xsd:element name="FaoUid" type="FatoOldUidType">
|
2357
|
-
<xsd:annotation>
|
2358
|
-
<xsd:documentation>[Deprecated]</xsd:documentation>
|
2359
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
2360
|
-
</xsd:annotation>
|
2361
|
-
</xsd:element>
|
2362
2144
|
<xsd:element name="FtoUid" type="FatoUidType">
|
2363
2145
|
<xsd:annotation>
|
2364
2146
|
<xsd:documentation>FATO - centre line position is on the centre line of Final approach and take-off area [FATO]</xsd:documentation>
|
@@ -2647,12 +2429,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2647
2429
|
<xsd:documentation>Portable VASIS</xsd:documentation>
|
2648
2430
|
</xsd:annotation>
|
2649
2431
|
</xsd:element>
|
2650
|
-
<xsd:element name="txtDescrPsnVasis" type="txtDescr" minOccurs="0">
|
2651
|
-
<xsd:annotation>
|
2652
|
-
<xsd:documentation>[Deprecated] VASIS position description</xsd:documentation>
|
2653
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
2654
|
-
</xsd:annotation>
|
2655
|
-
</xsd:element>
|
2656
2432
|
<xsd:element name="valSlopeAngleGpVasis" type="valAngle" minOccurs="0">
|
2657
2433
|
<xsd:annotation>
|
2658
2434
|
<xsd:documentation>VASIS slope angle</xsd:documentation>
|
@@ -2708,14 +2484,49 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2708
2484
|
<xsd:documentation>Unit of measurement [initial approach point altitude]</xsd:documentation>
|
2709
2485
|
</xsd:annotation>
|
2710
2486
|
</xsd:element>
|
2487
|
+
<xsd:element name="valMaxSectorLen" type="valDistHorz" minOccurs="0">
|
2488
|
+
<xsd:annotation>
|
2489
|
+
<xsd:documentation>Non-standard maximum sector length</xsd:documentation>
|
2490
|
+
</xsd:annotation>
|
2491
|
+
</xsd:element>
|
2492
|
+
<xsd:element name="uomMaxSectorLen" type="uomDistHorz" minOccurs="0">
|
2493
|
+
<xsd:annotation>
|
2494
|
+
<xsd:documentation>Unit of measurement [non-standard maximum sector length]</xsd:documentation>
|
2495
|
+
</xsd:annotation>
|
2496
|
+
</xsd:element>
|
2497
|
+
<xsd:element name="valSlopeAngle" type="valAngle" minOccurs="0">
|
2498
|
+
<xsd:annotation>
|
2499
|
+
<xsd:documentation>Non-standard slope angle</xsd:documentation>
|
2500
|
+
</xsd:annotation>
|
2501
|
+
</xsd:element>
|
2502
|
+
<xsd:element name="valOpeningAngle" type="valAngle" minOccurs="0">
|
2503
|
+
<xsd:annotation>
|
2504
|
+
<xsd:documentation>Non-standard opening angle</xsd:documentation>
|
2505
|
+
</xsd:annotation>
|
2506
|
+
</xsd:element>
|
2711
2507
|
<xsd:element name="bezierSectorExtent" type="bezierCurve" minOccurs="0">
|
2712
2508
|
<xsd:annotation>
|
2713
|
-
<xsd:documentation>
|
2509
|
+
<xsd:documentation>Bezier curve describing the sector</xsd:documentation>
|
2714
2510
|
</xsd:annotation>
|
2715
2511
|
</xsd:element>
|
2716
2512
|
<xsd:element name="bezierSectorCentreLine" type="bezierCurve" minOccurs="0">
|
2717
2513
|
<xsd:annotation>
|
2718
|
-
<xsd:documentation>
|
2514
|
+
<xsd:documentation>Bezier centre line describing the sector</xsd:documentation>
|
2515
|
+
</xsd:annotation>
|
2516
|
+
</xsd:element>
|
2517
|
+
<xsd:element name="valDistVerLandingDecision" type="valDistVer" minOccurs="0">
|
2518
|
+
<xsd:annotation>
|
2519
|
+
<xsd:documentation>Vertical distance above helipad surface for approach decision</xsd:documentation>
|
2520
|
+
</xsd:annotation>
|
2521
|
+
</xsd:element>
|
2522
|
+
<xsd:element name="valDistVerTakeOffDecision" type="valDistVer" minOccurs="0">
|
2523
|
+
<xsd:annotation>
|
2524
|
+
<xsd:documentation>Vertical distance above helipad surface for approach decision</xsd:documentation>
|
2525
|
+
</xsd:annotation>
|
2526
|
+
</xsd:element>
|
2527
|
+
<xsd:element name="uomDistVer" type="uomDistVer" minOccurs="0">
|
2528
|
+
<xsd:annotation>
|
2529
|
+
<xsd:documentation>Unit of measurement [vertical distance for approach decision]</xsd:documentation>
|
2719
2530
|
</xsd:annotation>
|
2720
2531
|
</xsd:element>
|
2721
2532
|
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
@@ -2732,12 +2543,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2732
2543
|
</xsd:annotation>
|
2733
2544
|
<xsd:sequence>
|
2734
2545
|
<xsd:choice>
|
2735
|
-
<xsd:element name="FaoUid" type="FatoOldUidType">
|
2736
|
-
<xsd:annotation>
|
2737
|
-
<xsd:documentation>[Deprecated]</xsd:documentation>
|
2738
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
2739
|
-
</xsd:annotation>
|
2740
|
-
</xsd:element>
|
2741
2546
|
<xsd:element name="FtoUid" type="FatoUidType">
|
2742
2547
|
<xsd:annotation>
|
2743
2548
|
<xsd:documentation>FATO - centre line position is on the centre line of Final approach and take-off area [FATO]</xsd:documentation>
|
@@ -2813,87 +2618,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
2813
2618
|
</xsd:sequence>
|
2814
2619
|
<xsd:attribute ref="mid"/>
|
2815
2620
|
</xsd:complexType>
|
2816
|
-
<xsd:complexType name="FatoOldType">
|
2817
|
-
<xsd:annotation>
|
2818
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
2819
|
-
<xsd:documentation>FATO</xsd:documentation>
|
2820
|
-
</xsd:annotation>
|
2821
|
-
<xsd:sequence>
|
2822
|
-
<xsd:element name="FaoUid" type="FatoOldUidType">
|
2823
|
-
<xsd:annotation>
|
2824
|
-
<xsd:documentation>a version of Final approach and take-off area [FATO]</xsd:documentation>
|
2825
|
-
</xsd:annotation>
|
2826
|
-
</xsd:element>
|
2827
|
-
<xsd:element name="txtName" type="txtName" minOccurs="0">
|
2828
|
-
<xsd:annotation>
|
2829
|
-
<xsd:documentation>Name</xsd:documentation>
|
2830
|
-
</xsd:annotation>
|
2831
|
-
</xsd:element>
|
2832
|
-
<xsd:element name="valLen" type="valDistHorz" minOccurs="0">
|
2833
|
-
<xsd:annotation>
|
2834
|
-
<xsd:documentation>Length</xsd:documentation>
|
2835
|
-
</xsd:annotation>
|
2836
|
-
</xsd:element>
|
2837
|
-
<xsd:element name="valWid" type="valDistHorz" minOccurs="0">
|
2838
|
-
<xsd:annotation>
|
2839
|
-
<xsd:documentation>Width</xsd:documentation>
|
2840
|
-
</xsd:annotation>
|
2841
|
-
</xsd:element>
|
2842
|
-
<xsd:element name="uomDim" type="uomDistHorz" minOccurs="0">
|
2843
|
-
<xsd:annotation>
|
2844
|
-
<xsd:documentation>Unit of measurement [horizontal dimension]</xsd:documentation>
|
2845
|
-
</xsd:annotation>
|
2846
|
-
</xsd:element>
|
2847
|
-
<xsd:group ref="SurfaceCharacteristics"/>
|
2848
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
2849
|
-
<xsd:annotation>
|
2850
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
2851
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
2852
|
-
</xsd:annotation>
|
2853
|
-
</xsd:element>
|
2854
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
2855
|
-
<xsd:annotation>
|
2856
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
2857
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
2858
|
-
</xsd:annotation>
|
2859
|
-
</xsd:element>
|
2860
|
-
<xsd:element name="txtProfile" type="txtDescr" minOccurs="0">
|
2861
|
-
<xsd:annotation>
|
2862
|
-
<xsd:documentation>Profile description</xsd:documentation>
|
2863
|
-
</xsd:annotation>
|
2864
|
-
</xsd:element>
|
2865
|
-
<xsd:element name="txtMarking" type="txtDescr" minOccurs="0">
|
2866
|
-
<xsd:annotation>
|
2867
|
-
<xsd:documentation>Marking</xsd:documentation>
|
2868
|
-
</xsd:annotation>
|
2869
|
-
</xsd:element>
|
2870
|
-
<xsd:element name="codeSts" type="codeStsSfc" minOccurs="0">
|
2871
|
-
<xsd:annotation>
|
2872
|
-
<xsd:documentation>Operational status</xsd:documentation>
|
2873
|
-
</xsd:annotation>
|
2874
|
-
</xsd:element>
|
2875
|
-
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
2876
|
-
<xsd:annotation>
|
2877
|
-
<xsd:documentation>Remark</xsd:documentation>
|
2878
|
-
</xsd:annotation>
|
2879
|
-
</xsd:element>
|
2880
|
-
</xsd:sequence>
|
2881
|
-
<xsd:attribute ref="source"/>
|
2882
|
-
</xsd:complexType>
|
2883
|
-
<xsd:complexType name="FatoOldUidType">
|
2884
|
-
<xsd:annotation>
|
2885
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
2886
|
-
<xsd:documentation>Final approach and take-off area [FATO] - UID</xsd:documentation>
|
2887
|
-
</xsd:annotation>
|
2888
|
-
<xsd:sequence>
|
2889
|
-
<xsd:element name="TlaUid" type="TlofUidType">
|
2890
|
-
<xsd:annotation>
|
2891
|
-
<xsd:documentation>Final approach and take-off area [FATO] is having Touch down and lift off area [TLOF]</xsd:documentation>
|
2892
|
-
</xsd:annotation>
|
2893
|
-
</xsd:element>
|
2894
|
-
</xsd:sequence>
|
2895
|
-
<xsd:attribute ref="mid"/>
|
2896
|
-
</xsd:complexType>
|
2897
2621
|
<xsd:complexType name="FatoProtectionAreaGeometryPointType">
|
2898
2622
|
<xsd:annotation>
|
2899
2623
|
<xsd:documentation>FATO protection area geometry point</xsd:documentation>
|
@@ -3070,12 +2794,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3070
2794
|
<xsd:documentation>FATO is a version of final approach and take-off area [FATO]</xsd:documentation>
|
3071
2795
|
</xsd:annotation>
|
3072
2796
|
</xsd:element>
|
3073
|
-
<xsd:element name="txtName" type="txtName" minOccurs="0">
|
3074
|
-
<xsd:annotation>
|
3075
|
-
<xsd:documentation>[Deprecated] Name</xsd:documentation>
|
3076
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
3077
|
-
</xsd:annotation>
|
3078
|
-
</xsd:element>
|
3079
2797
|
<xsd:element name="valLen" type="valDistHorz" minOccurs="0">
|
3080
2798
|
<xsd:annotation>
|
3081
2799
|
<xsd:documentation>Length</xsd:documentation>
|
@@ -3097,18 +2815,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
3097
2815
|
</xsd:annotation>
|
3098
2816
|
</xsd:element>
|
3099
2817
|
<xsd:group ref="SurfaceCharacteristics"/>
|
3100
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
3101
|
-
<xsd:annotation>
|
3102
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
3103
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
3104
|
-
</xsd:annotation>
|
3105
|
-
</xsd:element>
|
3106
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
3107
|
-
<xsd:annotation>
|
3108
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
3109
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
3110
|
-
</xsd:annotation>
|
3111
|
-
</xsd:element>
|
3112
2818
|
<xsd:element name="txtProfile" type="txtDescr" minOccurs="0">
|
3113
2819
|
<xsd:annotation>
|
3114
2820
|
<xsd:documentation>Profile description</xsd:documentation>
|
@@ -5113,154 +4819,56 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5113
4819
|
</xsd:element>
|
5114
4820
|
</xsd:choice>
|
5115
4821
|
</xsd:sequence>
|
5116
|
-
<xsd:attribute ref="mid"/>
|
5117
|
-
</xsd:complexType>
|
5118
|
-
<xsd:complexType name="NavaidLimitationType">
|
5119
|
-
<xsd:annotation>
|
5120
|
-
<xsd:documentation>Navaid Limitation</xsd:documentation>
|
5121
|
-
</xsd:annotation>
|
5122
|
-
<xsd:sequence>
|
5123
|
-
<xsd:group ref="SectorOfCircle"/>
|
5124
|
-
<xsd:element name="valDistVerUpper" type="valDistVer" minOccurs="0">
|
5125
|
-
<xsd:annotation>
|
5126
|
-
<xsd:documentation>Upper limit</xsd:documentation>
|
5127
|
-
</xsd:annotation>
|
5128
|
-
</xsd:element>
|
5129
|
-
<xsd:element name="uomDistVerUpper" type="uomDistVer" minOccurs="0">
|
5130
|
-
<xsd:annotation>
|
5131
|
-
<xsd:documentation>Upper limit - unit of measurement</xsd:documentation>
|
5132
|
-
</xsd:annotation>
|
5133
|
-
</xsd:element>
|
5134
|
-
<xsd:element name="codeDistVerUpper" type="codeDistVer" minOccurs="0">
|
5135
|
-
<xsd:annotation>
|
5136
|
-
<xsd:documentation>Upper limit - reference</xsd:documentation>
|
5137
|
-
</xsd:annotation>
|
5138
|
-
</xsd:element>
|
5139
|
-
<xsd:element name="valDistVerLower" type="valDistVer" minOccurs="0">
|
5140
|
-
<xsd:annotation>
|
5141
|
-
<xsd:documentation>Lower limit</xsd:documentation>
|
5142
|
-
</xsd:annotation>
|
5143
|
-
</xsd:element>
|
5144
|
-
<xsd:element name="uomDistVerLower" type="uomDistVer" minOccurs="0">
|
5145
|
-
<xsd:annotation>
|
5146
|
-
<xsd:documentation>Lower limit - unit of measurement</xsd:documentation>
|
5147
|
-
</xsd:annotation>
|
5148
|
-
</xsd:element>
|
5149
|
-
<xsd:element name="codeDistVerLower" type="codeDistVer" minOccurs="0">
|
5150
|
-
<xsd:annotation>
|
5151
|
-
<xsd:documentation>Lower limit - reference</xsd:documentation>
|
5152
|
-
</xsd:annotation>
|
5153
|
-
</xsd:element>
|
5154
|
-
<xsd:element name="valAngleScallop" type="valAngle" minOccurs="0">
|
5155
|
-
<xsd:annotation>
|
5156
|
-
<xsd:documentation>Scalloping angle</xsd:documentation>
|
5157
|
-
</xsd:annotation>
|
5158
|
-
</xsd:element>
|
5159
|
-
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
5160
|
-
<xsd:annotation>
|
5161
|
-
<xsd:documentation>Remarks</xsd:documentation>
|
5162
|
-
</xsd:annotation>
|
5163
|
-
</xsd:element>
|
5164
|
-
</xsd:sequence>
|
5165
|
-
<xsd:attributeGroup ref="Changes"/>
|
5166
|
-
</xsd:complexType>
|
5167
|
-
<xsd:complexType name="NdbLimitationType">
|
5168
|
-
<xsd:annotation>
|
5169
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
5170
|
-
<xsd:documentation>[Deprecated] NDB limitation</xsd:documentation>
|
5171
|
-
</xsd:annotation>
|
5172
|
-
<xsd:sequence>
|
5173
|
-
<xsd:element name="NlnUid" type="NdbLimitationUidType">
|
5174
|
-
<xsd:annotation>
|
5175
|
-
<xsd:documentation>a version of NDB limitation</xsd:documentation>
|
5176
|
-
</xsd:annotation>
|
5177
|
-
</xsd:element>
|
5178
|
-
<xsd:element name="valDistOuter" type="valDistHorz" minOccurs="0">
|
5179
|
-
<xsd:annotation>
|
5180
|
-
<xsd:documentation>Angle sector volume outer limit</xsd:documentation>
|
5181
|
-
</xsd:annotation>
|
5182
|
-
</xsd:element>
|
5183
|
-
<xsd:element name="uomDistHorz" type="uomDistHorz">
|
5184
|
-
<xsd:annotation>
|
5185
|
-
<xsd:documentation>Unit of measurement [horizontal distance]</xsd:documentation>
|
5186
|
-
</xsd:annotation>
|
5187
|
-
</xsd:element>
|
5188
|
-
<xsd:element name="valDistVerUpper" type="valDistVer" minOccurs="0">
|
5189
|
-
<xsd:annotation>
|
5190
|
-
<xsd:documentation>Upper limit</xsd:documentation>
|
5191
|
-
</xsd:annotation>
|
5192
|
-
</xsd:element>
|
5193
|
-
<xsd:element name="uomDistVerUpper" type="uomDistVer" minOccurs="0">
|
5194
|
-
<xsd:annotation>
|
5195
|
-
<xsd:documentation>Unit of measurement [upper limit]</xsd:documentation>
|
5196
|
-
</xsd:annotation>
|
5197
|
-
</xsd:element>
|
5198
|
-
<xsd:element name="codeDistVerUpper" type="codeDistVer" minOccurs="0">
|
5199
|
-
<xsd:annotation>
|
5200
|
-
<xsd:documentation>Reference for upper limit</xsd:documentation>
|
5201
|
-
</xsd:annotation>
|
5202
|
-
</xsd:element>
|
5203
|
-
<xsd:element name="uomDistVerLower" type="uomDistVer">
|
5204
|
-
<xsd:annotation>
|
5205
|
-
<xsd:documentation>Unit of measurement [lower limit]</xsd:documentation>
|
5206
|
-
</xsd:annotation>
|
5207
|
-
</xsd:element>
|
5208
|
-
<xsd:element name="codeDistVerLower" type="codeDistVer">
|
5209
|
-
<xsd:annotation>
|
5210
|
-
<xsd:documentation>Reference for lower limit</xsd:documentation>
|
5211
|
-
</xsd:annotation>
|
5212
|
-
</xsd:element>
|
5213
|
-
<xsd:element name="valAngleScallop" type="valAngle" minOccurs="0">
|
4822
|
+
<xsd:attribute ref="mid"/>
|
4823
|
+
</xsd:complexType>
|
4824
|
+
<xsd:complexType name="NavaidLimitationType">
|
4825
|
+
<xsd:annotation>
|
4826
|
+
<xsd:documentation>Navaid Limitation</xsd:documentation>
|
4827
|
+
</xsd:annotation>
|
4828
|
+
<xsd:sequence>
|
4829
|
+
<xsd:group ref="SectorOfCircle"/>
|
4830
|
+
<xsd:element name="valDistVerUpper" type="valDistVer" minOccurs="0">
|
5214
4831
|
<xsd:annotation>
|
5215
|
-
<xsd:documentation>
|
4832
|
+
<xsd:documentation>Upper limit</xsd:documentation>
|
5216
4833
|
</xsd:annotation>
|
5217
4834
|
</xsd:element>
|
5218
|
-
<xsd:element name="
|
4835
|
+
<xsd:element name="uomDistVerUpper" type="uomDistVer" minOccurs="0">
|
5219
4836
|
<xsd:annotation>
|
5220
|
-
<xsd:documentation>
|
4837
|
+
<xsd:documentation>Upper limit - unit of measurement</xsd:documentation>
|
5221
4838
|
</xsd:annotation>
|
5222
4839
|
</xsd:element>
|
5223
|
-
|
5224
|
-
<xsd:attribute ref="source"/>
|
5225
|
-
</xsd:complexType>
|
5226
|
-
<xsd:complexType name="NdbLimitationUidType">
|
5227
|
-
<xsd:annotation>
|
5228
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
5229
|
-
<xsd:documentation>[Deprecated] NDB limitation - UID</xsd:documentation>
|
5230
|
-
</xsd:annotation>
|
5231
|
-
<xsd:sequence>
|
5232
|
-
<xsd:element name="NdbUid" type="NdbUidType">
|
4840
|
+
<xsd:element name="codeDistVerUpper" type="codeDistVer" minOccurs="0">
|
5233
4841
|
<xsd:annotation>
|
5234
|
-
<xsd:documentation>
|
4842
|
+
<xsd:documentation>Upper limit - reference</xsd:documentation>
|
5235
4843
|
</xsd:annotation>
|
5236
4844
|
</xsd:element>
|
5237
|
-
<xsd:element name="
|
4845
|
+
<xsd:element name="valDistVerLower" type="valDistVer" minOccurs="0">
|
5238
4846
|
<xsd:annotation>
|
5239
|
-
<xsd:documentation>
|
4847
|
+
<xsd:documentation>Lower limit</xsd:documentation>
|
5240
4848
|
</xsd:annotation>
|
5241
4849
|
</xsd:element>
|
5242
|
-
<xsd:element name="
|
4850
|
+
<xsd:element name="uomDistVerLower" type="uomDistVer" minOccurs="0">
|
5243
4851
|
<xsd:annotation>
|
5244
|
-
<xsd:documentation>
|
4852
|
+
<xsd:documentation>Lower limit - unit of measurement</xsd:documentation>
|
5245
4853
|
</xsd:annotation>
|
5246
4854
|
</xsd:element>
|
5247
|
-
<xsd:element name="
|
4855
|
+
<xsd:element name="codeDistVerLower" type="codeDistVer" minOccurs="0">
|
5248
4856
|
<xsd:annotation>
|
5249
|
-
<xsd:documentation>
|
4857
|
+
<xsd:documentation>Lower limit - reference</xsd:documentation>
|
5250
4858
|
</xsd:annotation>
|
5251
4859
|
</xsd:element>
|
5252
|
-
<xsd:element name="
|
4860
|
+
<xsd:element name="valAngleScallop" type="valAngle" minOccurs="0">
|
5253
4861
|
<xsd:annotation>
|
5254
|
-
<xsd:documentation>
|
4862
|
+
<xsd:documentation>Scalloping angle</xsd:documentation>
|
5255
4863
|
</xsd:annotation>
|
5256
4864
|
</xsd:element>
|
5257
|
-
<xsd:element name="
|
4865
|
+
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
5258
4866
|
<xsd:annotation>
|
5259
|
-
<xsd:documentation>
|
4867
|
+
<xsd:documentation>Remarks</xsd:documentation>
|
5260
4868
|
</xsd:annotation>
|
5261
4869
|
</xsd:element>
|
5262
4870
|
</xsd:sequence>
|
5263
|
-
<xsd:
|
4871
|
+
<xsd:attributeGroup ref="Changes"/>
|
5264
4872
|
</xsd:complexType>
|
5265
4873
|
<xsd:complexType name="NdbType">
|
5266
4874
|
<xsd:annotation>
|
@@ -5682,12 +5290,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
5682
5290
|
<xsd:documentation>Link type</xsd:documentation>
|
5683
5291
|
</xsd:annotation>
|
5684
5292
|
</xsd:element>
|
5685
|
-
<xsd:element name="datetimeValidWef" type="
|
5293
|
+
<xsd:element name="datetimeValidWef" type="dateTimeZulu" minOccurs="0">
|
5686
5294
|
<xsd:annotation>
|
5687
5295
|
<xsd:documentation>Obstacle valid after this date and time.</xsd:documentation>
|
5688
5296
|
</xsd:annotation>
|
5689
5297
|
</xsd:element>
|
5690
|
-
<xsd:element name="datetimeValidTil" type="
|
5298
|
+
<xsd:element name="datetimeValidTil" type="dateTimeZulu" minOccurs="0">
|
5691
5299
|
<xsd:annotation>
|
5692
5300
|
<xsd:documentation>Obstacle valid until this date and time.</xsd:documentation>
|
5693
5301
|
</xsd:annotation>
|
@@ -6969,12 +6577,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6969
6577
|
<xsd:documentation>Portable VASIS</xsd:documentation>
|
6970
6578
|
</xsd:annotation>
|
6971
6579
|
</xsd:element>
|
6972
|
-
<xsd:element name="txtDescrPsnVasis" type="txtDescr" minOccurs="0">
|
6973
|
-
<xsd:annotation>
|
6974
|
-
<xsd:documentation>[Deprecated] VASIS position description</xsd:documentation>
|
6975
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
6976
|
-
</xsd:annotation>
|
6977
|
-
</xsd:element>
|
6978
6580
|
<xsd:element name="valSlopeAngleGpVasis" type="valAngle" minOccurs="0">
|
6979
6581
|
<xsd:annotation>
|
6980
6582
|
<xsd:documentation>Approach slope angle</xsd:documentation>
|
@@ -7223,18 +6825,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
7223
6825
|
</xsd:annotation>
|
7224
6826
|
</xsd:element>
|
7225
6827
|
<xsd:group ref="SurfaceCharacteristics"/>
|
7226
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
7227
|
-
<xsd:annotation>
|
7228
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
7229
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
7230
|
-
</xsd:annotation>
|
7231
|
-
</xsd:element>
|
7232
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
7233
|
-
<xsd:annotation>
|
7234
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
7235
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
7236
|
-
</xsd:annotation>
|
7237
|
-
</xsd:element>
|
7238
6828
|
<xsd:element name="valLenStrip" type="valDistHorz" minOccurs="0">
|
7239
6829
|
<xsd:annotation>
|
7240
6830
|
<xsd:documentation>Physical length of the strip</xsd:documentation>
|
@@ -8030,18 +7620,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
8030
7620
|
</xsd:annotation>
|
8031
7621
|
</xsd:element>
|
8032
7622
|
<xsd:group ref="SurfaceCharacteristics"/>
|
8033
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
8034
|
-
<xsd:annotation>
|
8035
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
8036
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
8037
|
-
</xsd:annotation>
|
8038
|
-
</xsd:element>
|
8039
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
8040
|
-
<xsd:annotation>
|
8041
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
8042
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
8043
|
-
</xsd:annotation>
|
8044
|
-
</xsd:element>
|
8045
7623
|
<xsd:element name="codeSts" type="codeStsSfc" minOccurs="0">
|
8046
7624
|
<xsd:annotation>
|
8047
7625
|
<xsd:documentation>Operational status</xsd:documentation>
|
@@ -8078,109 +7656,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
8078
7656
|
</xsd:sequence>
|
8079
7657
|
<xsd:attribute ref="mid"/>
|
8080
7658
|
</xsd:complexType>
|
8081
|
-
<xsd:complexType name="TacanLimitationType">
|
8082
|
-
<xsd:annotation>
|
8083
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
8084
|
-
<xsd:documentation>[Deprecated] TACAN - Limitation</xsd:documentation>
|
8085
|
-
</xsd:annotation>
|
8086
|
-
<xsd:sequence>
|
8087
|
-
<xsd:element name="TlnUid" type="TacanLimitationUidType">
|
8088
|
-
<xsd:annotation>
|
8089
|
-
<xsd:documentation>a version of TACAN - Limitation</xsd:documentation>
|
8090
|
-
</xsd:annotation>
|
8091
|
-
</xsd:element>
|
8092
|
-
<xsd:element name="valDistOuter" type="valDistHorz" minOccurs="0">
|
8093
|
-
<xsd:annotation>
|
8094
|
-
<xsd:documentation>Angle sector volume outer limit</xsd:documentation>
|
8095
|
-
</xsd:annotation>
|
8096
|
-
</xsd:element>
|
8097
|
-
<xsd:element name="uomDistHorz" type="uomDistHorz">
|
8098
|
-
<xsd:annotation>
|
8099
|
-
<xsd:documentation>Unit of measurement [horizontal distance]</xsd:documentation>
|
8100
|
-
</xsd:annotation>
|
8101
|
-
</xsd:element>
|
8102
|
-
<xsd:element name="valDistVerUpper" type="valDistVer" minOccurs="0">
|
8103
|
-
<xsd:annotation>
|
8104
|
-
<xsd:documentation>Upper limit</xsd:documentation>
|
8105
|
-
</xsd:annotation>
|
8106
|
-
</xsd:element>
|
8107
|
-
<xsd:element name="uomDistVerUpper" type="uomDistVer" minOccurs="0">
|
8108
|
-
<xsd:annotation>
|
8109
|
-
<xsd:documentation>Unit of measurement [upper limit]</xsd:documentation>
|
8110
|
-
</xsd:annotation>
|
8111
|
-
</xsd:element>
|
8112
|
-
<xsd:element name="codeDistVerUpper" type="codeDistVer" minOccurs="0">
|
8113
|
-
<xsd:annotation>
|
8114
|
-
<xsd:documentation>Reference for upper limit</xsd:documentation>
|
8115
|
-
</xsd:annotation>
|
8116
|
-
</xsd:element>
|
8117
|
-
<xsd:element name="uomDistVerLower" type="uomDistVer">
|
8118
|
-
<xsd:annotation>
|
8119
|
-
<xsd:documentation>Unit of measurement [lower limit]</xsd:documentation>
|
8120
|
-
</xsd:annotation>
|
8121
|
-
</xsd:element>
|
8122
|
-
<xsd:element name="codeDistVerLower" type="codeDistVer">
|
8123
|
-
<xsd:annotation>
|
8124
|
-
<xsd:documentation>Reference for lower limit</xsd:documentation>
|
8125
|
-
</xsd:annotation>
|
8126
|
-
</xsd:element>
|
8127
|
-
<xsd:element name="valAngleScallop" type="valAngle" minOccurs="0">
|
8128
|
-
<xsd:annotation>
|
8129
|
-
<xsd:documentation>Scalloping angle</xsd:documentation>
|
8130
|
-
</xsd:annotation>
|
8131
|
-
</xsd:element>
|
8132
|
-
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
8133
|
-
<xsd:annotation>
|
8134
|
-
<xsd:documentation>Remark</xsd:documentation>
|
8135
|
-
</xsd:annotation>
|
8136
|
-
</xsd:element>
|
8137
|
-
</xsd:sequence>
|
8138
|
-
<xsd:attribute ref="source"/>
|
8139
|
-
</xsd:complexType>
|
8140
|
-
<xsd:complexType name="TacanLimitationUidType">
|
8141
|
-
<xsd:annotation>
|
8142
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
8143
|
-
<xsd:documentation>[Deprecated] TACAN - Limitation - UID</xsd:documentation>
|
8144
|
-
</xsd:annotation>
|
8145
|
-
<xsd:sequence>
|
8146
|
-
<xsd:element name="TcnUid" type="TacanUidType">
|
8147
|
-
<xsd:annotation>
|
8148
|
-
<xsd:documentation>TACAN - Limitation is limiting Tactical air navigation beacon [TACAN]</xsd:documentation>
|
8149
|
-
</xsd:annotation>
|
8150
|
-
</xsd:element>
|
8151
|
-
<xsd:element name="codeComponent" type="codeComponentTacan">
|
8152
|
-
<xsd:annotation>
|
8153
|
-
<xsd:documentation>Component</xsd:documentation>
|
8154
|
-
</xsd:annotation>
|
8155
|
-
</xsd:element>
|
8156
|
-
<xsd:element name="codeType" type="codeTypeNavAidLimit">
|
8157
|
-
<xsd:annotation>
|
8158
|
-
<xsd:documentation>Type</xsd:documentation>
|
8159
|
-
</xsd:annotation>
|
8160
|
-
</xsd:element>
|
8161
|
-
<xsd:element name="valAngleFm" type="valAngleBrg">
|
8162
|
-
<xsd:annotation>
|
8163
|
-
<xsd:documentation>Beginning of angle</xsd:documentation>
|
8164
|
-
</xsd:annotation>
|
8165
|
-
</xsd:element>
|
8166
|
-
<xsd:element name="valAngleTo" type="valAngleBrg">
|
8167
|
-
<xsd:annotation>
|
8168
|
-
<xsd:documentation>Ending of angle</xsd:documentation>
|
8169
|
-
</xsd:annotation>
|
8170
|
-
</xsd:element>
|
8171
|
-
<xsd:element name="valDistInner" type="valDistHorz">
|
8172
|
-
<xsd:annotation>
|
8173
|
-
<xsd:documentation>Angle sector volume inner limit</xsd:documentation>
|
8174
|
-
</xsd:annotation>
|
8175
|
-
</xsd:element>
|
8176
|
-
<xsd:element name="valDistVerLower" type="valDistVer">
|
8177
|
-
<xsd:annotation>
|
8178
|
-
<xsd:documentation>Lower limit</xsd:documentation>
|
8179
|
-
</xsd:annotation>
|
8180
|
-
</xsd:element>
|
8181
|
-
</xsd:sequence>
|
8182
|
-
<xsd:attribute ref="mid"/>
|
8183
|
-
</xsd:complexType>
|
8184
7659
|
<xsd:complexType name="TacanType">
|
8185
7660
|
<xsd:annotation>
|
8186
7661
|
<xsd:documentation>TACAN</xsd:documentation>
|
@@ -8584,18 +8059,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
8584
8059
|
</xsd:annotation>
|
8585
8060
|
</xsd:element>
|
8586
8061
|
<xsd:group ref="SurfaceCharacteristics"/>
|
8587
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
8588
|
-
<xsd:annotation>
|
8589
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
8590
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
8591
|
-
</xsd:annotation>
|
8592
|
-
</xsd:element>
|
8593
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
8594
|
-
<xsd:annotation>
|
8595
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
8596
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
8597
|
-
</xsd:annotation>
|
8598
|
-
</xsd:element>
|
8599
8062
|
<xsd:element name="codeSts" type="codeStsSfc" minOccurs="0">
|
8600
8063
|
<xsd:annotation>
|
8601
8064
|
<xsd:documentation>Operational status</xsd:documentation>
|
@@ -9207,6 +8670,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
9207
8670
|
<xsd:documentation>Unit of measurement [geographical accuracy]</xsd:documentation>
|
9208
8671
|
</xsd:annotation>
|
9209
8672
|
</xsd:element>
|
8673
|
+
<xsd:element name="valTrueBrg" type="valAngleBrg" minOccurs="0">
|
8674
|
+
<xsd:annotation>
|
8675
|
+
<xsd:documentation>True bearing of the H-marking</xsd:documentation>
|
8676
|
+
</xsd:annotation>
|
8677
|
+
</xsd:element>
|
9210
8678
|
<xsd:element name="valElev" type="valDistVer" minOccurs="0">
|
9211
8679
|
<xsd:annotation>
|
9212
8680
|
<xsd:documentation>Elevation</xsd:documentation>
|
@@ -9258,18 +8726,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
9258
8726
|
</xsd:annotation>
|
9259
8727
|
</xsd:element>
|
9260
8728
|
<xsd:group ref="SurfaceCharacteristics"/>
|
9261
|
-
<xsd:element name="codeStrength" type="codeStrengthSfc" minOccurs="0">
|
9262
|
-
<xsd:annotation>
|
9263
|
-
<xsd:documentation>[Deprecated] Surface strength method</xsd:documentation>
|
9264
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
9265
|
-
</xsd:annotation>
|
9266
|
-
</xsd:element>
|
9267
|
-
<xsd:element name="txtDescrStrength" type="txtDescr" minOccurs="0">
|
9268
|
-
<xsd:annotation>
|
9269
|
-
<xsd:documentation>[Deprecated] Surface strength</xsd:documentation>
|
9270
|
-
<xsd:appinfo>DEPRECATED-4.5</xsd:appinfo>
|
9271
|
-
</xsd:annotation>
|
9272
|
-
</xsd:element>
|
9273
8729
|
<xsd:element name="codeClassHel" type="codeClassHel" minOccurs="0">
|
9274
8730
|
<xsd:annotation>
|
9275
8731
|
<xsd:documentation>Class of helicopter</xsd:documentation>
|
@@ -9536,104 +8992,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
9536
8992
|
<xsd:attribute ref="mid"/>
|
9537
8993
|
<xsd:attribute ref="region" use="required"/>
|
9538
8994
|
</xsd:complexType>
|
9539
|
-
<xsd:complexType name="VorLimitationType">
|
9540
|
-
<xsd:annotation>
|
9541
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
9542
|
-
<xsd:documentation>[Deprecated] VOR limitation</xsd:documentation>
|
9543
|
-
</xsd:annotation>
|
9544
|
-
<xsd:sequence>
|
9545
|
-
<xsd:element name="VlnUid" type="VorLimitationUidType">
|
9546
|
-
<xsd:annotation>
|
9547
|
-
<xsd:documentation>a version of VOR limitation</xsd:documentation>
|
9548
|
-
</xsd:annotation>
|
9549
|
-
</xsd:element>
|
9550
|
-
<xsd:element name="valDistOuter" type="valDistHorz" minOccurs="0">
|
9551
|
-
<xsd:annotation>
|
9552
|
-
<xsd:documentation>Angle sector volume outer limit</xsd:documentation>
|
9553
|
-
</xsd:annotation>
|
9554
|
-
</xsd:element>
|
9555
|
-
<xsd:element name="uomDistHorz" type="uomDistHorz">
|
9556
|
-
<xsd:annotation>
|
9557
|
-
<xsd:documentation>Unit of measurement [horizontal distance]</xsd:documentation>
|
9558
|
-
</xsd:annotation>
|
9559
|
-
</xsd:element>
|
9560
|
-
<xsd:element name="valDistVerUpper" type="valDistVer" minOccurs="0">
|
9561
|
-
<xsd:annotation>
|
9562
|
-
<xsd:documentation>Upper limit</xsd:documentation>
|
9563
|
-
</xsd:annotation>
|
9564
|
-
</xsd:element>
|
9565
|
-
<xsd:element name="uomDistVerUpper" type="uomDistVer" minOccurs="0">
|
9566
|
-
<xsd:annotation>
|
9567
|
-
<xsd:documentation>Unit of measurement [upper limit]</xsd:documentation>
|
9568
|
-
</xsd:annotation>
|
9569
|
-
</xsd:element>
|
9570
|
-
<xsd:element name="codeDistVerUpper" type="codeDistVer" minOccurs="0">
|
9571
|
-
<xsd:annotation>
|
9572
|
-
<xsd:documentation>Reference for upper limit</xsd:documentation>
|
9573
|
-
</xsd:annotation>
|
9574
|
-
</xsd:element>
|
9575
|
-
<xsd:element name="uomDistVerLower" type="uomDistVer">
|
9576
|
-
<xsd:annotation>
|
9577
|
-
<xsd:documentation>Unit of measurement [lower limit]</xsd:documentation>
|
9578
|
-
</xsd:annotation>
|
9579
|
-
</xsd:element>
|
9580
|
-
<xsd:element name="codeDistVerLower" type="codeDistVer">
|
9581
|
-
<xsd:annotation>
|
9582
|
-
<xsd:documentation>Reference for lower limit</xsd:documentation>
|
9583
|
-
</xsd:annotation>
|
9584
|
-
</xsd:element>
|
9585
|
-
<xsd:element name="valAngleScallop" type="valAngle" minOccurs="0">
|
9586
|
-
<xsd:annotation>
|
9587
|
-
<xsd:documentation>Scalloping angle</xsd:documentation>
|
9588
|
-
</xsd:annotation>
|
9589
|
-
</xsd:element>
|
9590
|
-
<xsd:element name="txtRmk" type="txtRmk" minOccurs="0">
|
9591
|
-
<xsd:annotation>
|
9592
|
-
<xsd:documentation>Remark</xsd:documentation>
|
9593
|
-
</xsd:annotation>
|
9594
|
-
</xsd:element>
|
9595
|
-
</xsd:sequence>
|
9596
|
-
<xsd:attribute ref="source"/>
|
9597
|
-
</xsd:complexType>
|
9598
|
-
<xsd:complexType name="VorLimitationUidType">
|
9599
|
-
<xsd:annotation>
|
9600
|
-
<xsd:appinfo>DEPRECATED-4.0</xsd:appinfo>
|
9601
|
-
<xsd:documentation>[Deprecated] VOR limitation - UID</xsd:documentation>
|
9602
|
-
</xsd:annotation>
|
9603
|
-
<xsd:sequence>
|
9604
|
-
<xsd:element name="VorUid" type="VorUidType">
|
9605
|
-
<xsd:annotation>
|
9606
|
-
<xsd:documentation>VOR limitation is limiting VHF omnidirectional radio range beacon [VOR]</xsd:documentation>
|
9607
|
-
</xsd:annotation>
|
9608
|
-
</xsd:element>
|
9609
|
-
<xsd:element name="codeType" type="codeTypeNavAidLimit">
|
9610
|
-
<xsd:annotation>
|
9611
|
-
<xsd:documentation>Type</xsd:documentation>
|
9612
|
-
</xsd:annotation>
|
9613
|
-
</xsd:element>
|
9614
|
-
<xsd:element name="valAngleFm" type="valAngleBrg">
|
9615
|
-
<xsd:annotation>
|
9616
|
-
<xsd:documentation>Beginning of angle</xsd:documentation>
|
9617
|
-
</xsd:annotation>
|
9618
|
-
</xsd:element>
|
9619
|
-
<xsd:element name="valAngleTo" type="valAngleBrg">
|
9620
|
-
<xsd:annotation>
|
9621
|
-
<xsd:documentation>Ending of angle</xsd:documentation>
|
9622
|
-
</xsd:annotation>
|
9623
|
-
</xsd:element>
|
9624
|
-
<xsd:element name="valDistInner" type="valDistHorz">
|
9625
|
-
<xsd:annotation>
|
9626
|
-
<xsd:documentation>Angle sector volume inner limit</xsd:documentation>
|
9627
|
-
</xsd:annotation>
|
9628
|
-
</xsd:element>
|
9629
|
-
<xsd:element name="valDistVerLower" type="valDistVer">
|
9630
|
-
<xsd:annotation>
|
9631
|
-
<xsd:documentation>Lower limit</xsd:documentation>
|
9632
|
-
</xsd:annotation>
|
9633
|
-
</xsd:element>
|
9634
|
-
</xsd:sequence>
|
9635
|
-
<xsd:attribute ref="mid"/>
|
9636
|
-
</xsd:complexType>
|
9637
8995
|
<xsd:complexType name="VorType">
|
9638
8996
|
<xsd:annotation>
|
9639
8997
|
<xsd:documentation>VOR</xsd:documentation>
|