File: row.xml

package info (click to toggle)
tablix2 0.3.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,816 kB
  • ctags: 2,970
  • sloc: ansic: 21,647; xml: 12,230; sh: 9,879; makefile: 762; perl: 564; yacc: 288
file content (20 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="iso-8859-1"?>
<ttm version="0.2.0">
        <modules>
                <module name="row.so" weight="10" mandatory="yes"/> 
        </modules>

	<resources>
		<variable>
			<resourcetype type="dummy-type">
				<matrix width="10" height="10"/>
			</resourcetype>
		</variable>
	</resources>

	<events>
                <event name="dummy-event" repeats="1">
			<restriction type="row-dummy-type">3</restriction>
		</event>
	</events>
</ttm>