<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <purposeOfRequestConfiguration> <firstField> <textfield mandatory="true"> <printName>text</printName> <description>text</description> </textfield> <select mandatory="true"> <printName>text</printName> <description>text</description> <options> <option>text</option> <option>text</option> </options> </select> </firstField> <secondField> <textfield mandatory="true"> <printName>text</printName> <description>text</description> </textfield> <select mandatory="true"> <printName>text</printName> <description>text</description> <options> <option>text</option> <option>text</option> </options> </select> </secondField> </purposeOfRequestConfiguration>