<beanio xmlns="http://www.beanio.org/2012/03"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.beanio.org/2012/03 http://www.beanio.org/2012/03/mapping.xsd">
<stream name="employeeStream" format="csv">
<record name="Employee" class="com.example.Employee">
<field name="id" type="int" required="true" />
<field name="name" type="string"/>
<field name="salary" type="double"/>
</record>
</stream>
</beanio>