<bug>
   <!-- works -->
   <organisation name="foo"/>

   <!-- works -->
   <project name="foo project"/>

   <!-- works -->
   <status value="Started"
	   user="triemer"
	   timestamp="2000-11-10 11:20"/>

   <!-- works -->
   <priority value="Very Important"
	     user="richard"
	     timestamp="2000-11-10 11:20"/>

   <!-- works -->
   <posted value="Method "
	     user="richard"
	     timestamp="2000-11-10 11:20"/>

   <!-- works -->
   <keywords>
       <keyword value="somekey" user="melvin" timestamp="2000-11-10 11:23"/>
       <keyword value="somekey2" user="susan" timestamp="2000-11-11 11:23"/>
   </keywords>

   <!-- works -->
   <shortdescription>Some basic description</shortdescription>

   <!-- works -->
   <fulldescription>Here is some full complete description</fulldescription>

   <!-- works -->
   <sqltrace name="triemer" timestamp="2000-10-15 15:30">
     Some SQL Trace. 
   </sqltrace> 

   <!-- works -->
   <stacktrace name="triemer" timestamp="2000-10-20 16:30">
      A stack trace.
   </stacktrace>

   <!-- works -->
   <verifications>
      <verification username="triemer" timestamp="2000-10-20 16:45">
             Some massive verification
      </verification>

      <verification username="triemer" timestamp="2000-10-20 16:45">
                 Second verification
      </verification>

   </verifications>
	     
   <!-- works -->
   <comments>
      <comment username="triemer" timestamp="2000-10-20 18:50" >
        Comment 1
      </comment>
      <comment username="richard" timestamp="2000-11-30 20:50" >
        Comment 2	         
      </comment>
   </comments>

   <categories>
       <category name="development" value="high" />
       <category name="testing"     value="high" />
   </categories>	       
</bug>


