aixm 1.4.3 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,192 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ ********************************************************************************
4
+
5
+ OFMX XML 0.1.0 - open flightmaps exchange format
6
+
7
+ This is a fork of AIXM 4.5 to accomodate extensions and backports for
8
+ open flightmaps.
9
+
10
+ AIXM: copyright (c) 2006, EUROCONTROL (BSD license)
11
+ OFMX: copyright (c) 2018, open flightmaps (BSD license)
12
+
13
+ Redistribution and use in source and binary forms, with or without modification,
14
+ are permitted provided that the following conditions are met:
15
+
16
+ * Redistributions of source code must retain the above copyright notice, this
17
+ list of conditions and the following disclaimer.
18
+ * Redistributions in binary form must reproduce the above copyright notice,
19
+ this list of conditions and the following disclaimer in the documentation
20
+ and/or other materials provided with the distribution.
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
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
36
+ ********************************************************************************
37
+ -->
38
+ <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
39
+ <xsd:annotation>
40
+ <xsd:documentation>Version: 0.1.0</xsd:documentation>
41
+ </xsd:annotation>
42
+ <xsd:include schemaLocation="OFMX-Features.xsd"/>
43
+ <xsd:attributeGroup name="Changes"/>
44
+ <xsd:element name="OFMX-Snapshot">
45
+ <xsd:complexType>
46
+ <xsd:choice maxOccurs="unbounded" minOccurs="0">
47
+ <xsd:element name="Aas" type="AirspaceAssociationType"/>
48
+ <xsd:element name="Abd" type="AirspaceBorderType"/>
49
+ <xsd:element name="Acr" type="AirspaceCorridorType"/>
50
+ <xsd:element name="Adg" type="AirspaceDerivedGeometryType"/>
51
+ <xsd:element name="Aga" type="GroundServiceAddressType"/>
52
+ <xsd:element name="Agl" type="AeronauticalGroundLightType"/>
53
+ <xsd:element name="Aha" type="AerodromeHeliportAddressType"/>
54
+ <xsd:element name="Ahc" type="AerodromeHeliportCollocationType"/>
55
+ <xsd:element name="Aho" type="AerodromeHeliportObstacleType"/>
56
+ <xsd:element name="Ahp" type="AerodromeHeliportType"/>
57
+ <xsd:element name="Ahs" type="GroundServiceType"/>
58
+ <xsd:element name="Ahu" type="AerodromeHeliportUsageType"/>
59
+ <xsd:element name="Ain" type="NavaidAngularReferenceType"/>
60
+ <xsd:element name="Als" type="ApronLightingSystemType"/>
61
+ <xsd:element name="Ana" type="AerodromeHeliportNavaidType"/>
62
+ <xsd:element name="Apg" type="ApronGeometryType"/>
63
+ <xsd:element name="Apn" type="ApronType"/>
64
+ <xsd:element name="Ase" type="AirspaceType"/>
65
+ <xsd:element name="Din" type="NavaidDistanceIndicationType"/>
66
+ <xsd:element name="Dli" type="DmeUsageLimitationType"/>
67
+ <xsd:element name="Dme" type="DmeType"/>
68
+ <xsd:element name="Dpn" type="DesignatedPointType"/>
69
+ <xsd:element name="Fto" type="FatoType"/>
70
+ <xsd:element name="Fcp" type="FatoCentreLinePositionType"/>
71
+ <xsd:element name="Fda" type="FatoDirectionApproachLightingType"/>
72
+ <xsd:element name="Fdd" type="FatoDirectionDeclaredDistanceType"/>
73
+ <xsd:element name="Fdn" type="FatoDirectionType"/>
74
+ <xsd:element name="Fdo" type="FatoDirectionObstacleType"/>
75
+ <xsd:element name="Fds" type="FatoDirectionStarType"/>
76
+ <xsd:element name="Fls" type="FatoLightingSystemType"/>
77
+ <xsd:element name="Fpa" type="FatoProtectionAreaType"/>
78
+ <xsd:element name="Fpg" type="FatoProtectionAreaGeometryType"/>
79
+ <xsd:element name="Fqy" type="FrequencyType"/>
80
+ <xsd:element name="Ful" type="FuelType"/>
81
+ <xsd:element name="Gbr" type="GeographicalBorderType"/>
82
+ <xsd:element name="Gsd" type="GateStandType"/>
83
+ <xsd:element name="Hpe" type="HoldingProcedureType"/>
84
+ <xsd:element name="Iap" type="InstrumentApproachType"/>
85
+ <xsd:element name="Ils" type="IlsType"/>
86
+ <xsd:element name="Iue" type="InstrumentApproachUsageConditionType"/>
87
+ <xsd:element name="Mgp" type="MsaGroupType"/>
88
+ <xsd:element name="Mkr" type="MkrType"/>
89
+ <xsd:element name="Mls" type="MlsType"/>
90
+ <xsd:element name="Ndb" type="NdbType"/>
91
+ <xsd:element name="Nli" type="NdbUsageLimitationType"/>
92
+ <xsd:element name="Nsc" type="CheckpointType"/>
93
+ <xsd:element name="Ntg" type="NitrogenType"/>
94
+ <xsd:element name="Oaa" type="OrganisationAuthorityAddressType"/>
95
+ <xsd:element name="Oae" type="AirspaceObstacleType"/>
96
+ <xsd:element name="Oas" type="OrganisationAuthorityAssociationType"/>
97
+ <xsd:element name="Ogr" type="ObstacleGroupType"/>
98
+ <xsd:element name="Obs" type="ObstacleType"/>
99
+ <xsd:element name="Ofa" type="AirspaceAuthorityType"/>
100
+ <xsd:element name="Oil" type="OilType"/>
101
+ <xsd:element name="Org" type="OrganisationAuthorityType"/>
102
+ <xsd:element name="Oxg" type="OxygenType"/>
103
+ <xsd:element name="Pfy" type="PassengerFacilityType"/>
104
+ <xsd:element name="Plb" type="CruisingLevelsTableType"/>
105
+ <xsd:element name="Plc" type="CruisingLevelsColumnType"/>
106
+ <xsd:element name="Rcp" type="RunwayCentreLinePositionType"/>
107
+ <xsd:element name="Rda" type="RunwayDirectionApproachLightingSystemType"/>
108
+ <xsd:element name="Rdd" type="RunwayDirectionDeclaredDistanceType"/>
109
+ <xsd:element name="Rdn" type="RunwayDirectionType"/>
110
+ <xsd:element name="Rdo" type="RunwayDirectionObstacleType"/>
111
+ <xsd:element name="Rds" type="RunwayDirectionStarType"/>
112
+ <xsd:element name="Rls" type="RunwayDirectionLightingSystemType"/>
113
+ <xsd:element name="Rpa" type="RunwayProtectionAreaType"/>
114
+ <xsd:element name="Rpg" type="RunwayProtectionAreaGeometryType"/>
115
+ <xsd:element name="Rsg" type="RouteSegmentType"/>
116
+ <xsd:element name="Rsu" type="RouteSegmentUsageType"/>
117
+ <xsd:element name="Rte" type="EnrouteRouteType"/>
118
+ <xsd:element name="Rwy" type="RunwayType"/>
119
+ <xsd:element name="Sae" type="AirspaceServiceType"/>
120
+ <xsd:element name="Sah" type="AerodromeHeliportServiceType"/>
121
+ <xsd:element name="Ser" type="ServiceType"/>
122
+ <xsd:element name="Shp" type="HoldingProcedureServiceType"/>
123
+ <xsd:element name="Sia" type="StarType"/>
124
+ <xsd:element name="Sid" type="SidType"/>
125
+ <xsd:element name="Sip" type="InstrumentApproachServiceType"/>
126
+ <xsd:element name="Sns" type="SpecialNavigationSystemStationType"/>
127
+ <xsd:element name="Sny" type="SpecialNavigationSystemType"/>
128
+ <xsd:element name="Spa" type="SignificantPointAirspaceType"/>
129
+ <xsd:element name="Spd" type="SpecialDateType"/>
130
+ <xsd:element name="Srs" type="RouteSegmentServiceType"/>
131
+ <xsd:element name="Ssd" type="SidServiceType"/>
132
+ <xsd:element name="Sse" type="StarUsageType"/>
133
+ <xsd:element name="Ssr" type="StarServiceType"/>
134
+ <xsd:element name="Sue" type="SidUsageType"/>
135
+ <xsd:element name="Swy" type="StopwayType"/>
136
+ <xsd:element name="Tcn" type="TacanType"/>
137
+ <xsd:element name="Tcp" type="TaxiwayCentreLinePositionType"/>
138
+ <xsd:element name="Tfr" type="TrafficFlowRestrictionType"/>
139
+ <xsd:element name="Thp" type="TaxiwayHoldingPositionType"/>
140
+ <xsd:element name="Tla" type="TlofType"/>
141
+ <xsd:element name="Tlg" type="TlofGeometryType"/>
142
+ <xsd:element name="Tli" type="TacanUsageLimitationType"/>
143
+ <xsd:element name="Tls" type="TlofLightingSystemType"/>
144
+ <xsd:element name="Tly" type="TaxiwayLightingSystemType"/>
145
+ <xsd:element name="Tsa" type="TlofSafeAreaType"/>
146
+ <xsd:element name="Tsg" type="TlofSafeAreaGeometryType"/>
147
+ <xsd:element name="Twy" type="TaxiwayType"/>
148
+ <xsd:element name="Uac" type="UnitAssociationType"/>
149
+ <xsd:element name="Uas" type="UnitContactAddressType"/>
150
+ <xsd:element name="Uni" type="UnitType"/>
151
+ <xsd:element name="Vli" type="VorUsageLimitationType"/>
152
+ <xsd:element name="Vor" type="VorType"/>
153
+ <xsd:element name="Lbm" type="LabelMarkerType"/>
154
+ </xsd:choice>
155
+ <xsd:attribute name="version" type="xsd:string" use="required">
156
+ <xsd:annotation>
157
+ <xsd:documentation>The version of the OFMX-Snapshot.xsd schema to which the message conforms</xsd:documentation>
158
+ </xsd:annotation>
159
+ </xsd:attribute>
160
+ <xsd:attribute name="origin" type="xsd:string" use="required">
161
+ <xsd:annotation>
162
+ <xsd:documentation>The originator (source) of the message</xsd:documentation>
163
+ </xsd:annotation>
164
+ </xsd:attribute>
165
+ <xsd:attribute name="namespace" type="uuid" use="required">
166
+ <xsd:annotation>
167
+ <xsd:documentation>The originator (source) namespace of the message</xsd:documentation>
168
+ </xsd:annotation>
169
+ </xsd:attribute>
170
+ <xsd:attribute name="regions" type="listRegions">
171
+ <xsd:annotation>
172
+ <xsd:documentation>Regions used throughout this document</xsd:documentation>
173
+ </xsd:annotation>
174
+ </xsd:attribute>
175
+ <xsd:attribute name="created" type="dateTimeZulu" use="required">
176
+ <xsd:annotation>
177
+ <xsd:documentation>The date and time when the message was created</xsd:documentation>
178
+ </xsd:annotation>
179
+ </xsd:attribute>
180
+ <xsd:attribute name="effective" type="dateTimeZulu" use="required">
181
+ <xsd:annotation>
182
+ <xsd:documentation>The beginning date and time used as criteria to select valid versions included in the message</xsd:documentation>
183
+ </xsd:annotation>
184
+ </xsd:attribute>
185
+ <xsd:attribute name="expiration" type="dateTimeZulu">
186
+ <xsd:annotation>
187
+ <xsd:documentation>The optional end date and time used as criteria to select valid versions included in the message</xsd:documentation>
188
+ </xsd:annotation>
189
+ </xsd:attribute>
190
+ </xsd:complexType>
191
+ </xsd:element>
192
+ </xsd:schema>
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aixm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
@@ -27,8 +27,22 @@ cert_chain:
27
27
  k/QvZU05f6HMYBrPogJgIzHC/C5N/yeE4BVEuBDn+10Zb1iu3aDk8sd0uMgukCY8
28
28
  TUmlP5A6NeGdeDJIoLgromAKs+nvI7TWzhQq9ODs51XhxgUFRCvBqUTpjTQigw==
29
29
  -----END CERTIFICATE-----
30
- date: 2024-01-13 00:00:00.000000000 Z
30
+ date: 2024-04-04 00:00:00.000000000 Z
31
31
  dependencies:
32
+ - !ruby/object:Gem::Dependency
33
+ name: bigdecimal
34
+ requirement: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - "~>"
37
+ - !ruby/object:Gem::Version
38
+ version: '3'
39
+ type: :runtime
40
+ prerelease: false
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - "~>"
44
+ - !ruby/object:Gem::Version
45
+ version: '3'
32
46
  - !ruby/object:Gem::Dependency
33
47
  name: nokogiri
34
48
  requirement: !ruby/object:Gem::Requirement
@@ -280,6 +294,11 @@ files:
280
294
  - schemas/ofmx/0.1/OFMX-DataTypes.xsd
281
295
  - schemas/ofmx/0.1/OFMX-Features.xsd
282
296
  - schemas/ofmx/0.1/OFMX-Snapshot.xsd
297
+ - schemas/ofmx/0.2/OFMX-CSV-Obstacle.json
298
+ - schemas/ofmx/0.2/OFMX-CSV.json
299
+ - schemas/ofmx/0.2/OFMX-DataTypes.xsd
300
+ - schemas/ofmx/0.2/OFMX-Features.xsd
301
+ - schemas/ofmx/0.2/OFMX-Snapshot.xsd
283
302
  homepage: https://github.com/svoop/aixm
284
303
  licenses:
285
304
  - MIT
@@ -311,7 +330,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
311
330
  - !ruby/object:Gem::Version
312
331
  version: '0'
313
332
  requirements: []
314
- rubygems_version: 3.5.4
333
+ rubygems_version: 3.5.7
315
334
  signing_key:
316
335
  specification_version: 4
317
336
  summary: Builder for AIXM/OFMX aeronautical information
metadata.gz.sig CHANGED
@@ -1 +1 @@
1
- �N�Xt��ESH��bګ�%�zYL��
1
+ Q�P����\��O��/�@��Ig!��oL��lR9,� ����ʝ��ꈸ���r��QQ�Wf1��C