tame/tamer/tests/xmli/classify/src.xml

30 lines
748 B
XML

<?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">
<classify as="always" desc="Always" />
<classify as="sometimes" desc="Sometimes">
<any>
<all />
<any />
<all />
</any>
<any />
</classify>
<classify as="short-match-implicit-eq-implicit-true"
desc="Short match with implicit eq and
an implicit value">
<match on="foo" />
</classify>
<classify as="short-match-implicit-eq-explicit-value"
desc="Short match with an implicit eq and
an explicit value">
<match on="foo" value="bar" />
</classify>
</package>