1<?xml version="1.0"?> 2<far-north> Level-1 3 <north-north-west1/> 4 <north-north-west2/> 5 <north> 6 <near-north> 7 <far-west/> 8 <west/> 9 <near-west/> 10 <center center-attr-1="c1" center-attr-2="c2" center-attr-3="c3"> 11 <!--Center Comment--> 12 <near-south-west/> 13 <near-south> 14 <south> 15 <far-south/> 16 </south> 17 </near-south> 18 <near-south-east/> 19 </center> 20 <near-east/> 21 <east/> 22 <far-east/> 23 </near-north> 24 </north> 25 <north-north-east1/> 26 <north-north-east2/> 27</far-north> 28