<example xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="./ex5.xsd" >
	<!-- invalid because there is a leading zero in front of the '12d',
	  which isn't allowed by the pattern -->
	<unionTest>012d</unionTest>
	<unionTest>3h</unionTest>
	<unionTest>30003h</unionTest>
	<unionTest>2004-11-24</unionTest>
</example>

