<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?dsd href="/Library/Schemas/dsd/dsd2.dsd"?>

<!DOCTYPE dsd:dsd [
   <!-- Used in annotation -->
   <!ENTITY lt       "&#38;#60;" >     <!-- less-than sign -->
   <!ENTITY gt       "&#62;" >         <!-- greater-than sign -->
   <!ENTITY dash     "&#x2010;" >      <!-- hyphen (true graphic) -->
   <!ENTITY ndash    "&#x2013;" >      <!-- en dash -->
   <!ENTITY mdash    "&#x2014;" >      <!-- em dash -->
   <!ENTITY ldquo    "&#x201c;" >      <!-- Left Double Quote -->
   <!ENTITY rdquo    "&#x201d;" >      <!-- Right Double Quote -->
   <!ENTITY lsquo    "&#x2018;" >      <!-- Left Single Quote -->
   <!ENTITY rsquo    "&#x2019;" >      <!-- Right Single Quote -->
   <!ENTITY bull     "&#x2022;" >      <!-- round bullet, filled -->
   <!ENTITY nbsp     "&#160;" >        <!-- no break space -->
   <!ENTITY rarr     "&#x2192;" >      <!-- right arrow -->
   <!ENTITY copy     "&#169;" >        <!-- copyright -->
   <!ENTITY lowbar	"_" >					<!-- low line -->
] >

<dsd:dsd
	xmlns:dsd="http://www.brics.dk/DSD/2.0"
	xmlns:m="http://www.brics.dk/DSD/2.0/meta"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

	xmlns:xhtml="http://www.w3.org/1999/xhtml"

	xmlns:doc="http://www.hsfr.org.uk/Schema/Doc"
	xmlns:list="http://www.hsfr.org.uk/Schema/List"
	xmlns:copyright="http://www.hsfr.org.uk/Schema/Copyright"
	xmlns:address="http://www.hsfr.org.uk/Schema/Address"
	xmlns:person="http://www.hsfr.org.uk/Schema/Person"
	xmlns:postcode="http://www.hsfr.org.uk/Schema/Postcode"
	xmlns:vers="http://www.hsfr.org.uk/Schema/Version"
   root="rdf:RDF" >
	
	<m:doc>
		<doc:title>Resource Description Framework: Standalone DSD Schema</doc:title>
		<doc:desc>
			<xhtml:p>This DSD-2 schema provides a framework for standalone Resource Description Framework
				documents. The schema represents work in progress so any help here would be gratefully received.
				Any bug reports, help, suggestions, new task schemas etc to me,
				<xhtml:a href="h.field-richards@eris.qinetiq.gov.uk">Hugh Field-Richards</xhtml:a>. I will
				include them as soon as vacations, weekends, work etc allow. The documentation is designed to
				be processed by the dsd2xhtml.xsl pretty-printing processor available from the author.</xhtml:p>
		</doc:desc>
		<doc:versions>
	      <vers:entry vers="0.00-0" day="20" month="January" year="2003" who="HSFR">Created</vers:entry>
	      <vers:entry vers="0.00-1" day="15" month="May" year="2003" who="HSFR">Heavily modified in all areas!</vers:entry>
	      <vers:entry vers="0.10-0" day="16" month="May" year="2003" who="HSFR">First released version</vers:entry>
	      <vers:entry vers="0.11-0" day="28" month="February" year="2005" who="HSFR">Added externally accessable rules "rdf."</vers:entry>
			<vers:entry vers="0.20-0" day="28" month="February" year="2005" who="HSFR">Removed rdf content into separate file</vers:entry>	   </doc:versions>
	   <doc:authors>
	      <person:person>
	         <person:forenames>
	            <list:list type="ordered">
	               <list:item><person:forename type="primary">Hugh</person:forename></list:item>
	               <list:item><person:forename>Sherwood</person:forename></list:item>
	            </list:list>
	      </person:forenames>
	         <person:surname>Field-Richards</person:surname>
	         <person:email>h.field-richards@eris.qinetiq.gov.uk</person:email>
	         <person:address>
	            <address:address where="work">
	               <address:line numb="3">St Andrew's Road</address:line>
	               <address:line numb="1">Room G13</address:line>
	               <address:line numb="2">QinetiQ</address:line>
	               <address:town>Malvern</address:town>
	               <address:county>Worcs</address:county>
	               <address:country>United Kingdom</address:country>
	               <postcode:postcode>WR14 3PS</postcode:postcode>
	            </address:address>
	         </person:address>
	      </person:person>
	   </doc:authors>
	   <doc:copyright>
	      <copyright:who value="QinetiQ" />
	      <copyright:date value="2005" />
	      <copyright:leader value="Copyright" />
	   	<copyright:text>All copyright, database rights and other intellectual property in this
	   		software is the property of QinetiQ limited.  The software is being released
	   		free of charge for use in accordance with the terms of open source
	   		initiative GNU General Public Licence.</copyright:text>
	   	<copyright:disclaimer>QinetiQ Ltd does not verify or warrant the accuracy,
	   		completeness or suitability of this software for any particular purpose.
	   		Any use of this software whatsoever is entirely at the user's own risk and
	   		QinetiQ Ltd accepts no liability in relation thereto.</copyright:disclaimer>
	   </doc:copyright>
	</m:doc>
	
	<dsd:import href="rdf-content.dsd"/>
	
	<!-- -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -->
	<!-- -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -->
	
   <dsd:if><dsd:element name="rdf:RDF"/>
      <m:doc>
         <xhtml:h2>ROOT RDF</xhtml:h2>
         <xhtml:pre>   start-element( URI == rdf:RDF, attributes == set() )
      nodeElementList
   end-element()</xhtml:pre>
      </m:doc>
   	<dsd:require>
   		<dsd:not>
   			<dsd:attribute name="rdf:"/>
   		</dsd:not>
   	</dsd:require>
   	<dsd:rule ref="rdf.nodeElementList"/>
   </dsd:if>
	
</dsd:dsd>
