<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<b:UserDatabase xmlns:b="http://www.dave.com/Base"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:noNamespaceSchemaLocation="derived-user-config.xsd"
                xsi:schemaLocation="http://www.dave.com/Base test-users.xsd">

<DerivedUserConfig Number="1234567">
   <Name>bob</Name>
   <Age>50</Age>
</DerivedUserConfig>

<DerivedUserConfig Number="1234567">
   <Name>bob</Name>
   <Age>50</Age>
</DerivedUserConfig>

</b:UserDatabase>

