2023-02-22 23:03:42 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package xmlns="http://www.lovullo.com/rater"
|
|
|
|
xmlns:c="http://www.lovullo.com/calc"
|
|
|
|
xmlns:t="http://www.lovullo.com/rater/apply-template">
|
|
|
|
|
|
|
|
This is the source package to be read by `tamec`.
|
|
|
|
The output `out.xmli` is asserted against `expected.xml`.
|
|
|
|
|
|
|
|
<rate yields="rateFoo" />
|
2023-02-22 23:45:23 -05:00
|
|
|
|
|
|
|
<rate yields="rateBar">
|
|
|
|
<c:sum />
|
2023-02-24 15:55:25 -05:00
|
|
|
<c:product />
|
2023-02-22 23:45:23 -05:00
|
|
|
</rate>
|
|
|
|
|
|
|
|
<rate yields="rateBaz">
|
|
|
|
<c:sum>
|
2023-02-24 23:01:02 -05:00
|
|
|
<c:product />
|
2023-02-22 23:45:23 -05:00
|
|
|
<c:sum />
|
|
|
|
</c:sum>
|
2023-02-24 23:01:02 -05:00
|
|
|
<c:product>
|
2023-02-22 23:45:23 -05:00
|
|
|
<c:sum />
|
2023-02-24 23:01:02 -05:00
|
|
|
<c:product />
|
2023-02-22 23:45:23 -05:00
|
|
|
<c:sum />
|
2023-02-24 23:01:02 -05:00
|
|
|
</c:product>
|
2023-02-22 23:45:23 -05:00
|
|
|
</rate>
|
2023-02-24 23:01:02 -05:00
|
|
|
|
|
|
|
<classify as="always" />
|
|
|
|
|
|
|
|
<classify as="sometimes">
|
|
|
|
<any>
|
|
|
|
<all />
|
|
|
|
<any />
|
|
|
|
<all />
|
|
|
|
</any>
|
|
|
|
<any />
|
|
|
|
</classify>
|
2023-02-22 23:03:42 -05:00
|
|
|
|
2023-02-28 15:31:49 -05:00
|
|
|
<template name="_empty_" />
|
2023-03-07 12:41:47 -05:00
|
|
|
|
|
|
|
<rate yields="postTpl" />
|
2023-02-28 15:31:49 -05:00
|
|
|
</package>
|