<?xml version="1.0" encoding="UTF-8"?>
<!--W3C Schema generated by XML Spy v4.4 U (http://www.xmlspy.com)-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xsd:element name="personal">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="birthdate"/>
				<xsd:element ref="year_born"/>
				<xsd:element ref="month_born"/>
				<xsd:element ref="instant_born"/>
				<xsd:element ref="birthday"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>

	<xsd:element name="birthdate" type="xsd:date"/>
	<xsd:element name="birthday" type="xsd:string"/>
	<xsd:element name="instant_born" type="xsd:dateTime"/>
	<xsd:element name="month_born" type="xsd:string"/>
	<xsd:element name="year_born" type="xsd:short"/>
</xsd:schema>
