<?xml version="1.0" standalone="yes"?>
<!DOCTYPE rummel [
<!ELEMENT rummel (link,comment,question)+>
<!ELEMENT link EMPTY>
<!ATTLIST link
	xmlns:xlink CDATA #FIXED "http://www.w3.org/TR/xlink"
	xlink:type (simple|extended|locator|arc) #FIXED "simple"
	xlink:href CDATA #REQUIRED
	xlink:role CDATA #IMPLIED
	xlink:title CDATA #IMPLIED
	xlink:show (new|parsed|replace) "replace"
	xlink:actuate (user|auto) "user">
<!ELEMENT comment (#PCDATA)>
<!ELEMENT question (#PCDATA)>
]>
	
<rummel><link xmlns:xlink="http://www.w3.org/TR/xlink"
	xlink:href="rummel.xml"/>
	Listing of Names in Rummel's Geneology
	<comment>Per the book, a simple link is similar to HTML links</comment>
	<question>What would I be clicking on here to make this link work? The examples I have seen just do not really make total sense to me.</question>
</rummel>

