<?xml version="1.0"?>
<ARTICLE>
  <TITLE>A Sample Article</TITLE>
  <SECT>The First Major Section
     <PARA>This section will introduce a subsection.</PARA>
     <SECT>The Subsection Heading
       <PARA>This is the text of the subsection.
       </PARA>
     </SECT>
  </SECT>
  <SECT>The Second Major Section
     <PARA>This section adds a LIST and a NOTE.
     </PARA>
     <PARA>Here is the LIST:
       <LIST type="ordered">
           <ITEM>Pears</ITEM>
           <ITEM>Grapes</ITEM>
       </LIST>
     </PARA>
     <PARA>And here is the NOTE:
       <NOTE>Don't forget to go to the hardware store on your
             way to the grocery!
       </NOTE>
     </PARA>
  </SECT>   
</ARTICLE>