61 lines
798 B
XML
61 lines
798 B
XML
|
|
<package xmlns="http://www.lovullo.com/rater"
|
|
xmlns:c="http://www.lovullo.com/calc"
|
|
xmlns:t="http://www.lovullo.com/rater/apply-template">
|
|
|
|
<template name="_empty_" />
|
|
|
|
<template name="_with-static-reachable_">
|
|
|
|
|
|
|
|
<rate yields="tplStaticA">
|
|
<c:sum />
|
|
</rate>
|
|
<classify as="tpl-static-b">
|
|
<any />
|
|
</classify>
|
|
</template>
|
|
|
|
<template name="_with-static-unreachable_">
|
|
|
|
|
|
|
|
<c:sum>
|
|
<c:product />
|
|
</c:sum>
|
|
|
|
<c:product>
|
|
<c:sum />
|
|
</c:product>
|
|
</template>
|
|
|
|
<template name="_with-static-mix-reachability_">
|
|
|
|
|
|
|
|
|
|
<c:sum>
|
|
<c:product />
|
|
</c:sum>
|
|
|
|
<c:product>
|
|
<c:sum />
|
|
</c:product>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<rate yields="tplStaticMix" />
|
|
|
|
<c:sum>
|
|
<c:product />
|
|
</c:sum>
|
|
</template>
|
|
</package>
|
|
|