23 lines
552 B
XML
23 lines
552 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<kalkulation>
|
|
|
|
<artikel>
|
|
<name>test1</name>
|
|
<kommentar>test2</kommentar>
|
|
|
|
<option id="gebyn" name="" type="Select" default="1">
|
|
<opt id="1" name="Ja">
|
|
</opt>
|
|
<opt id="2" name="Nein">
|
|
</opt>
|
|
</option>
|
|
|
|
<option id="gebwert" name="" type="Input" default="0" require="true" hidden="false">
|
|
<gebyn>
|
|
<grenze formel="">1</grenze>
|
|
</gebyn>
|
|
</option>
|
|
|
|
|
|
</artikel>
|
|
</kalkulation> |