<?xml version="1.0"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
  <fileDesc>
    <titleStmt>
      <title><!-- title of play --></title>
      <author><!-- author name --></author>
      <editor role="editor"><!-- editor name --></editor>
    </titleStmt>
    <publicationStmt>
      <p><!-- how published --></p>
    </publicationStmt>
    <sourceDesc>
      <p><!-- where did this come from --></p>
    </sourceDesc>
  </fileDesc>
  <revisionDesc>
    <change when="2005-01-31">
      <!-- details of change -->
    </change>
  </revisionDesc>
</teiHeader>
<text>
  <front>
    <castList>
      <castItem type="role">
	<role xml:id="P1" >First Character</role><roleDesc>dummy</roleDesc>
      </castItem>
    </castList>
    
  </front>
  <body>
  <div type="act">
    <head><!-- title of act 1--></head>
    <div type="scene">
      <head><!-- title of scene 1 --></head>
      <stage> <!-- stage direction --></stage>
      <sp who="#P1">
	<speaker>First Character</speaker>
	<l><!-- some words --> </l>
      </sp>
    </div>
  </div>
  </body>
</text>
</TEI>
