<?xml version="1.0" encoding="ISO-8859-1"?>
<nex:nexml 
	version="1.0" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:nex="http://www.nexml.org/1.0"
	xsi:schemaLocation="urn:mesquite mesquite.xsd"
	xmlns:msq="urn:mesquite">
	<!-- by referencing the extended mesquite schema, we also
		import the core features. We also define the core nex
		and the msq namespaces -->
	<otus id="taxa1">
		<otu id="t1">
			<!-- and now we can legally use the subclass
				in place of the super class, and non-msq
				aware processors will just treat it as super -->
			<dict xsi:type="msq:MesquiteColor">
				<key>color</key>
				<string>red</string>
			</dict>
		</otu>
		<otu id="t2"/>
		<otu id="t3"/>
		<otu id="t4"/>
		<otu id="t5"/>
	</otus>
</nex:nexml>