<?sap.transform simple?>
<tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
  <tt:root name="ROOT"/>
  <tt:template>
    <root>
      <values>
        <tt:group>
          <tt:d-cond frq="?">
            <material tt:value-ref="material"/>
          </tt:d-cond>
          <tt:d-cond frq="?">
            <dummyEnd />
          </tt:d-cond>           
          <tt:d-cond frq="*">
            <tt:skip count="1"/>
          </tt:d-cond>           
        </tt:group>
      </values>
    </root>
  </tt:template>
</tt:transform>