xref: /aosp_15_r20/external/apache-xml/test/tests/conf/axes/axes123.xml (revision 1212f9a0ffdc28482b8821715d2222bf16dc14e2)
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           <near-south-west/>
12           <near-south>
13              <south>
14                 <far-south/>
15              </south>
16           </near-south>
17           <near-south-east/>
18        </center>
19        <near-east/>
20        <east/>
21        <far-east/>
22     </near-north>
23  </north>
24  <north-north-east1/>
25  <north-north-east2/>
26</far-north>
27