Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ivac2:firdef_sectors_xml [2015/06/08 13:44]
splendor.bouman [Sectors]
ivac2:firdef_sectors_xml [2017/04/08 14:27]
Line 1: Line 1:
-====== Sectors.xml ====== 
  
-Sectors are indivisible ATC units of airspace which are defined using one or a number of [[ivac2:​firdef_sectors_volumes|volumes]]. Sectors form the base for all coordination and AFTM calculations. 
- 
-The ''​sectors.xml''​ file is located in the ''​fir/​volumes''​ directory 
- 
-^Element|sector|| 
-^Attribute^Format^Remarks^ 
-|id|string|sector id - used when referring to the sector| 
-|fir|string|FIR in which the sector occurs (avoids duplicates)| 
-|name| string |sector name| 
-|callsign| string |Radio callsign of the sector| 
-|freq|frequency|Radio frequency of the sector| 
-|type|string|Type of sector (DEL, GND, TWR, APP, DEP, ACC, FSS)| 
- 
-The <​sector>​ element must contain at least one volume if the type of unit is: 
- 
-  * TWR 
-  * APP 
-  * DEP 
-  * ACC 
-  * FSS 
- 
-===== Example ===== 
- 
-<code XML> 
-<sector id="​Y"​ fir="​AFXX"​ name="​Yellow sector"​ callsign="​Somewhere Radar" freq="​125.550"​ type="​acc">​ 
-  <volume id="​Y_Sect_1"​ /> 
-  <volume id="​Y_Sect_2"​ /> 
-</​sector>​ 
-</​code>​ 
- 
----- 
- 
-[[ivac2:​firdef|Back]]