<?xml version="1.0" encoding="UTF-8"?>
<pdf-form-demo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PDF Forms feature demo.xsd">
	<person>
		<firstname>Alex</firstname>
		<lastname/>
		<age>28</age>
		<married>Yes</married>
		<sex>male</sex>
		<hobby>football</hobby>
	</person>
	<alternatives>
		<married>yes</married>
		<sex>Male</sex>
	</alternatives>
</pdf-form-demo>
