forked from vatSys/new-zealand-dataset
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SSRAssignment.xml
44 lines (43 loc) · 1.22 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
<?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="3401" End="3477"/>
<Rule Sector="WN" />
<Codes Start="0301" End="0377"/>
<Rule Sector="AA" />
<Codes Start="3501" End="3577"/>
</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|)" />
<Codes Start="6001" 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>