-
Notifications
You must be signed in to change notification settings - Fork 7
/
SSRAssignment.xml
79 lines (64 loc) · 1.79 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
73
74
75
76
77
78
79
<?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>
<!-- Controlled AD ccts -->
<Bin>
<Rule FlightRule="V" />
<Rule Remarks="(circuit|cct|pattern)" />
<Codes>2200</Codes>
</Bin>
<!-- VFR Flights -->
<Bin>
<Rule FlightRule="V"/>
<Codes Start="3401" End="3477"/>
<Rule Sector="WN" />
<Codes Start="0301" End="0377"/>
<Rule Sector="AA" />
<Codes Start="3501" End="3577"/>
</Bin>
<!-- Military Flights -->
<!-- International by Callsign -->
<Bin>
<Rule Callsign="(RCH|USAF|ICE|ASY)" />
<Codes Start="6001" End="6177" />
</Bin>
<!-- Local Mil -->
<Bin>
<Rule Callsign="(MAK|WRR|SEA|IRO)" />
<Codes Start="6500" End="6577" />
</Bin>
<Bin>
<Rule Callsign="(STG|KNG)" />
<Code Start="6250" End="6277"/>
</Bin>
<!-- Fallback Mil -->
<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>
<!-- Domestic Flights -->
<Bin>
<Rule Departure="NZ\w{2}" Destination="NZ\w{2}"/>
<Codes Start="5001" End="5077"/>
<Codes Start="5101" End="5177"/>
<Codes Start="5201" End="5277"/>
<Codes Start="5301" End="5377"/>
<Codes Start="5401" End="5477"/>
<Codes Start="5501" End="5557"/>
<Codes Start="5634" End="5677"/>
<Codes Start="5701" End="5752"/>
</Bin>
<!-- International/Transit Flights -->
<Bin>
<Codes Start="0201" End="0277"/>
</Bin>
</SSRAssignment>