File: TreeStack.xml

package info (click to toggle)
qtxmlpatterns-opensource-src 5.15.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308,892 kB
  • sloc: xml: 360,343; cpp: 91,994; ansic: 388; sh: 53; sed: 31; makefile: 23
file content (34 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<far-north>
  <north>
    <near-north>
      <far-west/>
      <west/>
      <near-west/>
      <center mark="c0" center-attr-1="c1" center-attr-2="c2" center-attr-3="c3">
        <south-west mark="1sw"/>
        <south mark="s1a">
          <south mark="s1b"/>
        </south>
        <south-west mark="2sw"/>
        <south mark="s2a">
          <south mark="s2b">
            <intermediate>
              <south mark="s2c"/>
            </intermediate>
          </south>
        </south>
        <south-east mark="1se"/>
        <south mark="s3a">
          <south mark="s3b">
            <south mark="s3c"/>
          </south>
        </south>
        <south-east mark="2se"/>
      </center>
      <near-east/>
      <east/>
      <far-east/>
    </near-north>
  </north>
</far-north>