<?xml version = "1.0"?>
<!DOCTYPE ssl SYSTEM "ssl.dtd">

<ssl>

<!-- regions  -->

<region id="root">
  <sd>'<![CDATA[<TD>Preis incl. MwSt]]>'</sd>
  <ed>'<![CDATA[</TABLE>]]>'</ed>
</region>

<!-- elements -->

<element id="product" parent="result" c_model="many">
</element>

<element id="Name" parent="product" restriction="root" c_model="one">
  <sd> '<![CDATA[<TR>]]>'</sd>
  <sd><ref r="Preis" offset="-4"/>'<![CDATA[<TR>]]>' </sd>
  <ed> '<![CDATA[<TD]]>'</ed>
</element>

<element id="Status" parent="product" restriction="root" c_model="one">
  <sd><ref r="Name"/> </sd>
  <ed> '<![CDATA[<TD]]>'</ed>
</element>

<element id="D" parent="product" restriction="root" c_model="one">
  <sd><ref r="Status"/> </sd>
  <ed> '<![CDATA[<TD]]>'</ed>
</element>

<element id="Hersteller" parent="product" restriction="root" c_model="one">
  <sd><ref r="D"/> </sd>
  <ed> '<![CDATA[<TD]]>'</ed>
</element>

<element id="Produktgruppe" parent="product" restriction="root" c_model="one">
  <sd><ref r="Hersteller"/> </sd>
  <ed> '<![CDATA[<TD]]>'</ed>
</element>

<split_element id="split_Beschreibung" parent="product" restriction="root" c_model="one">
  <sd><ref r="Produktgruppe"/> </sd>
  <ed> '<![CDATA[<TD]]>'</ed>
  <select s="all_but_last" name="Beschreibung"/>
</split_element>

<element id="Standardpreis" parent="product" restriction="root" c_model="one">
  <sd><ref r="split_Beschreibung"/> </sd>
  <ed> '<![CDATA[<td]]>'</ed>
</element>

<element id="Preis" parent="product" restriction="root" c_model="one">
  <sd><ref r="Standardpreis"/> </sd>
  <ed> '<![CDATA[<TR>]]>'</ed>
  <ed> '<![CDATA[</TABLE>]]>'</ed>
</element>

<element id="result">
</element>
</ssl>





