-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSRAssignment.xml
More file actions
38 lines (37 loc) · 1013 Bytes
/
SSRAssignment.xml
File metadata and controls
38 lines (37 loc) · 1013 Bytes
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
<?xml version="1.0" encoding="utf-8" ?>
<SSRAssignment>
<!-- Code "Bins" define available codes and their assigned Regex rules.
Priority is applied by the order they appear in this file. -->
<!-- Excluded Codes are never assigned -->
<Bin>
<Rule Excluded="true"/>
<Codes>
7615
</Codes>
</Bin>
<!-- VFR Flights -->
<Bin>
<Rule FlightRule="V"/>
<Codes Start="1601" End="1677"/>
<Codes Start="2601" End="2677"/>
<Codes Start="3201" End="2377"/>
</Bin>
<!-- Military Flights -->
<Bin>
<Rule Remarks="(\/|\b)(AAF|MILITARY|USAF|RAF|AAE|ARMY)\b"/>
<Codes Start="4201" End="4277"/>
<Codes Start="4401" End="4477"/>
</Bin>
<!-- Domestic Flights -->
<Bin>
<Rule Departure="DA\w{w}" Destination="DA\w{w}"/>
<Codes Start="0001" End="0060"/>
<Codes Start="0060" End="0067"/>
</Bin>
<!-- Transit Flights -->
<Bin>
<Codes Start="4201" End="4277"/>
<Codes Start="4101" End="4177"/>
<Codes Start="3601" End="3627"/>
</Bin>
</SSRAssignment>