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