-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSSRAssignment.xml
72 lines (64 loc) · 1.82 KB
/
SSRAssignment.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
<?xml version="1.0" encoding="utf-8"?>
<SSRAssignment>
<Bin>
<Rule Excluded="true"/>
<Codes>
7615
</Codes>
</Bin>
<!-- VFR Flights -->
<Bin>
<Rule FlightRule="V"/>
<Codes Start="0401" End="0477"/>
<Codes Start="0501" End="0577"/>
<Codes Start="0640" End="0647"/>
<Codes Start="0302" End="0377"/>
<Codes Start="3401" End="3477"/>
<Codes Start="1601" End="1677"/>
<Codes Start="1701" End="1777"/>
<Codes Start="3301" End="3377"/>
</Bin>
<!-- Military Flights -->
<Bin>
<Rule Remarks="(\/|\b)(RAAF|MILITARY|USAF|RAF|RAN|ARMY|RNZAF|ORI|STATE|HER|BOE|KIW|VSOA)\b"/>
<Rule Callsign="(BOE|KIW|POS|ORI|HER|CDT|TEX|KAH|FAL)" />
<Codes Start="6300" End="6477"/>
</Bin>
<!-- Ice Flights -->
<Bin>
<Rule Callsign="(RCH|USAF|ICE|ASY)" />
<Codes Start="6001" End="6077" />
</Bin>
<!-- Domestic Flights For Tahiti -->
<Bin>
<Rule Departure="NT\w{2}" Destination="NT\w{2}"/>
<Codes Start="3601" End="3677"/>
<Codes Start="3701" End="3777"/>
<Codes Start="4001" End="4077"/>
<Codes Start="4201" End="4277"/>
<Codes Start="4301" End="4377"/>
<Codes Start="7201" End="7257"/>
<Codes Start="3234" End="3277"/>
<Codes Start="4401" End="4452"/>
<Codes Start="4454" End="4477"/>
<Codes Start="4501" End="4577"/>
<Codes Start="4701" End="4777"/>
<Codes Start="6001" End="6077"/>
<Codes Start="3201" End="3233"/>
</Bin>
<!-- Oceanic Transit Flights -->
<!-- For aircraft departing FROM New Zealand -->
<Bin>
<Rule Departure="NZ\w{2}" />
<Codes Start="0300" End="0377" />
</Bin>
<Bin>
<Codes Start="1001" End="1077"/>
<Codes Start="1101" End="1177"/>
<Codes Start="1201" End="1227"/>
<Codes Start="1301" End="1377"/>
<Codes Start="1401" End="1477"/>
<Codes Start="1501" End="1567"/>
<Codes Start="1240" End="1277"/>
</Bin>
</SSRAssignment>