<!DOCTYPE smash PUBLIC "SMASH 1.0" "http://idevs.co.uk/SMASH/smash.dtd">
<?xml-stylesheet type="text/xsl" href="smash.xsl"?>
<smash>
	<header>
		<title>SMASH 1.0 Draft</title>
		<metadata name="document:author" content="CAWA"/>
		<link rel="m00" uri="m00"/>
	</header>

	<document>
		<subhead for="main">SMASH 1.0 Specification</subhead>
			<section id="main">
				<subhead for="abstract">Abstract</subhead>
					<section id="abstract">
						<para>This specification defines the <acronym full="Smash Markup to Articulate Semantic Hypertext">Smash</acronym> Markup to Articulate Semantic Hypertext or <strong><acronym full="Smash Markup to Articulate Semantic Hypertext">Smash</acronym></strong> for short. Smash is an <abbr full="extensible markup language">XML</abbr> application for describing online documents. The goal is to enable data to be conveyed in the best format and without any ambiguity </para>
						<para>This specification is intended primarily for those who will be marking up documents using the language.</para>
					</section>


				<subhead for="lists">Lists</subhead>			
					<section id="lists">
						<list order="none">
							<item>2</item>
							<item>1</item>
							<item>3</item>
							<item>4</item>
						</list>

						<list order="increasing">
							<item>1</item>
							<item>2</item>
							<item>3</item>
							<item>4</item>
						</list>
					</section>


				<subhead for="tables">Data Tables</subhead>			
					<section id="tables">	
						<para>Data can be represented as a data tables:</para>
						<datatable display="table">
							<tr type="heading"><th datatype="string">Subject</th><th datatype="string">Predicate</th><th datatype="string">Object</th></tr>
							<tr><td>The Cat</td><td>Sat On</td><td>The Mat</td></tr>
						</datatable>
						
						<para>Or as a graph:</para>
						<datatable display="graph">
							<tr cols="6" type="heading"><th datatype="string">Subject</th><th datatype="string">Predicate</th><th datatype="string">Object</th><th datatype="string">Subject</th><th datatype="string">Predicate</th><th datatype="string">Object</th></tr>
							<tr cols="6"><td>50</td><td>100</td><td>20</td><td>75</td><td>10</td><td>2</td></tr>
						</datatable>
</section>






				<subhead for="multimedia">Multimedia</subhead>			
					<section id="multi">	
						<object href="smashlogo.png" mimetype="image/png">Smash</object>
					</section>
			</section>
	</document>
</smash>
