Pseudo-Beispielanwendung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<rest>
<sender>
<_id>sender={_data.person._sender(_steps._nr)}</_id>
<client-name>{_catalog.sender.name(sender)}</client-name>
<client-id>{_catalog.sender.client-id(sender)}</client-id>
<client-depart>{_catalog.sender.department(sender)}</client-depart>
</sender>
<messages>
<_foreach>msgid={_steps._nr}</_foreach>
<message nr="{msgid}" action="{_steps.args.action}">
<timestamp>{_par.tctime}</timestamp>
<customer>
<_id>{msgid}</_id>
<_row>{_data.person(msgid)}</_row>
<name>{_row.person.name}</name>
<famname>{_row.person.famname}</famname>
<adress>
<_id>{msgid}</_id>
<_row>{_data.adress(msgid)}</_row>
<street>{_row.adress.street}</street>
<city>{_row.adress.city}</city>
<zip>{_row.adress.zip}</zip>
</adress>
<position>
<_foreach>posid={_data.product._nr,_pos(msgid)}</_foreach>
<product>
<_id>{posid}</_id>
<_row>{_data.product(posid)}</_row>
<description>{_row.product.descript}</description>
<prdtype>{_row.product.objtype}</prdtype>
</product>
</position>
</customer>
</message>
</messages>
</rest>