| <?xml version="1.0" encoding="UTF-8"?>
<FormGenerator
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns="http://www.skien.de/FormGenerator"
    xsi:schemaLocation="http://www.skien.de/FormGenerator FormGenerator.xsd">
    
    <Form colwidth="25, 75">
        <Line label="Test Line">
            <Input name="strLastname" size="100%" flags="MANDATOR" length="100" suffix="test" selectimg="testimg.png"/>
        </Line>
        <Line horzline="true"/>
    </Form>
</FormGenerator>
 |