<?xml version="1.0"?>
<Template xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Arguments>
    <Argument Type="TextString" Label="What to say">text</Argument>
    <Argument Type="Integer" Label="How many times">times</Argument>
  </Arguments>
  <Body>&lt;% for (int i = 0; i &lt; times; i++) { %&gt;
&lt;%= text %&gt;
&lt;% } %&gt;</Body>
</Template>