<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document [
	<!ELEMENT document (graphics)+>
	<!ELEMENT graphics EMPTY>
	<!ATTLIST graphics image ENTITY #REQUIRED 
                          alternative CDATA #IMPLIED>
	<!NOTATION PNG SYSTEM "/usr/local/bin/PNGViewer">
	<!ENTITY logo SYSTEM "logo.png" NDATA PNG>
	<!ENTITY wwwc "World Wide Web Corporation">
]>
<document>
	<!-- The following image is the World Wide Web Corporation logo. -->
	<graphics image="logo" alternative="&wwwc; Logo"/>
</document>