<!--DTD generated by XML Spy v4.4 U (http://www.xmlspy.com)-->
<!ELEMENT Family (Parent+, Child+)>
<!ELEMENT Parent (#PCDATA)>
<!ATTLIST Parent
	type (father | mother) #REQUIRED
	name CDATA #REQUIRED
>
<!ELEMENT Child (#PCDATA)>
<!ATTLIST Child
	type (brother | sister) #REQUIRED
	name CDATA #REQUIRED
>

