<?xml version="1.0" encoding="UTF-8"?>
<my:simpledc xmlns:my="http://example.org/appsimpledc/"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:dcterms="http://purl.org/dc/terms/"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://example.org/appsimpledc/ appsimpledc.xsd">

	<!-- Test case for the appsimpledc.xsd -->
	<dc:title>Test the appsimpledc.xsd</dc:title>
	<dc:creator>Tim Cole</dc:creator>
	<dc:creator>Tom Habing</dc:creator>
	<dcterms:modified>2002-07-09</dcterms:modified>
</my:simpledc>

