<!doctype article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" []>
<article>
  <title>Test Plan for Automation Test</title>
  <artheader>
    <author>
      <firstname>Cyril</firstname>      
      <surname>Huang</surname>
      <affiliation>
	<orgname>Veritas Software</orgname>
      </affiliation>
    </author>
    <author>
      <firstname>HaiShan</firstname>      
      <surname>Chen</surname>
      <affiliation>
	<orgname>Alcatel Systems</orgname>
      </affiliation>
    </author>

    <revhistory>
      <revision>
	<revnumber>0.1</revnumber>
	<date>13 Mar 2001</date>
	<authorinitials>H.C</authorinitials>
	<revremark>first draft</revremark>
      </revision>
      <revision>
	<revnumber>0.2</revnumber>
	<date>25 Apr 2001</date>
	<authorinitials>C.H</authorinitials>
	<revremark>Second draft</revremark>
      </revision>
    </revhistory>
  </artheader>

  <abstract>
    <para>
      Text for abstract: This is a demostration of what a document 
      should be. We
      don't need to care about what the document looks like but the 
      content itself
    </para>
  </abstract>

  <sect1 id=intro>
    <title>Introduction</title>
    <para>
      If this is a book, it must be a book.
    </para>
    <para>
      This is the second paragrph, we try to see what's going on
      here and try to make it multiple paragraphs.
      The following is a literal text, that is all text between
      <literal>&lt;literal> and &lt;/literal> </literal>
      will not be intepreted by SGML system
    </para>
    <para>
      This is an <emphasis>emphsized text</emphasis>, not bad.
    </para>
  </sect1>
  <sect1>
    <title>Real Meat</title>
    <para>
      The following content is a demo of list and table
      <itemizedlist>
	<listitem>
	  <para>
	    This is item 1, try to make the length of an item to a long length
	    sentence, which will oversize a normal line, normally 80 chars, 
	    to see how SGML handles it.
	  </para>
	</listitem>
	<listitem>
	  <para>
	    This is item 2
	  </para>
	</listitem>
      </itemizedlist>

      <table frame='all'>
	<title>Test Cases</title>
	<tgroup cols='4'>
	  <colspec colname=c1 colwidth="1*">
	  <colspec colname=c2 colwidth="7*">
	  <colspec colname=c3 colwidth="2*">
	  <colspec colname=c4 colwidth="2*">
	  <spanspec spanname=hspan0 namest=c1 nameend=c4 align=center>
	  <spanspec spanname=hspan1 namest=c1 nameend=c2 align=left>
	  <spanspec spanname=hspan2 namest=c3 nameend=c4 align=left>

	  <thead>
	    <row>
	      <entry>TC ID</entry>
	      <entry>Test Case Description</entry>
	      <entry>(pass/fail)</entry>
	      <entry>Comment</entry>
	    </row>
	  </thead>

	  <tfoot>
	    <row>
	      <entry spanname=hspan0>This is foot of Table</entry>
	    </row>
	  </tfoot>

	  <tbody>
	    <row>
	      <entry>1</entry>
	      <entry>
		Installation Test
		This test try to check if the installation of pkg. 
		give the command pkgadd -d /pkg/dir to test if 
		the installation is correct
	      </entry>
	      <entry> </entry>
	      <entry> </entry>
	    </row>

	    <row>
	      <entry>2</entry>
	      <entry>Another Test</entry>
	      <entry spanname=hspan2 morerows=1> </entry>
	    </row>
	    
	    <row>
	      <entry spanname=hspan1> </entry>
	    </row>
	  </tbody>
	</tgroup>
      </table>
    </para>
  </sect1>
</article>
