<?xml version="1.0" encoding="UTF-8"?>
<father xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="m3_10v39.xsd"
        last_name="Smith" position="professor" degree="PhD">

<home_address>1252 College Blvd., fargo, ND 58105</home_address>

<car year="1985">Buick</car>
<pet age="2">dog</pet>

<child1 boy_girl="girl" age="12"/>
<child2 boy_girl="boy" age="9"/>

<car year="1">Buick</car>
<pet age="five">lamb</pet>

</father>
<!--
Test Type  : Schema VALID  ( element wildcard <any> )
Description: This is a valid instance document used to test a valid schema.
-->