<w>

<w> (word) represents a grammatical (not necessarily orthographic) word. [17.1. Linguistic Segment Categories 17.4.2. Lightweight Linguistic Annotation]
Moduleanalysis
Attributes
Member of
Contained by
May contain
Example

This example is adapted from the Folger Library’s Early Modern English Drama version of The Wits: a Comedy by William Davenant.

<l>
 <w lemma="itpos="pn"
  xml:id="A19883-003-a-0100">
IT</w>
 <w lemma="havepos="vvz"
  xml:id="A19883-003-a-0110">
hath</w>
 <w lemma="bepos="vvn"
  xml:id="A19883-003-a-0120">
been</w>
 <w lemma="saypos="vvn"
  xml:id="A19883-003-a-0130">
said</w>
 <w lemma="ofpos="acp-p"
  xml:id="A19883-003-a-0140">
of</w>
 <w lemma="oldpos="j"
  xml:id="A19883-003-a-0150">
old</w>
 <pc xml:id="A19883-003-a-0160">,</pc>
 <w lemma="thatpos="cs"
  xml:id="A19883-003-a-0170">
that</w>
 <w lemma="playpos="vvz"
  xml:id="A19883-003-a-0180">

  <choice>
   <orig>Playes</orig>
   <reg>Plays</reg>
  </choice>
 </w>
 <w lemma="bepos="vvb"
  xml:id="A19883-003-a-0190">
are</w>
 <w lemma="feastpos="n2"
  xml:id="A19883-003-a-0200">
Feasts</w>
 <pc xml:id="A19883-003-a-0210">,</pc>
</l>
<l xml:id="A19883-e100220">
 <w lemma="poetpos="n2"
  xml:id="A19883-003-a-0220">
Poets</w>
 <w lemma="thepos="d"
  xml:id="A19883-003-a-0230">
the</w>
 <w lemma="cookpos="n2"
  xml:id="A19883-003-a-0240">

  <choice>
   <orig>Cookes</orig>
   <reg>Cooks</reg>
  </choice>
 </w>
 <pc xml:id="A19883-003-a-0250">,</pc>
 <w lemma="andpos="cc"
  xml:id="A19883-003-a-0260">
and</w>
 <w lemma="thepos="d"
  xml:id="A19883-003-a-0270">
the</w>
 <w lemma="spectatorpos="n2"
  xml:id="A19883-003-a-0280">
Spectators</w>
 <w lemma="guestpos="n2"
  xml:id="A19883-003-a-0290">
Guests</w>
 <pc xml:id="A19883-003-a-0300">,</pc>
</l>
<l xml:id="A19883-e100230">
 <w lemma="thepos="d"
  xml:id="A19883-003-a-0310">
The</w>
 <w lemma="actorpos="n2"
  xml:id="A19883-003-a-0320">
Actors</w>
 <w lemma="waiterpos="n2"
  xml:id="A19883-003-a-0330">
Waiters</w>
 <pc xml:id="A19883-003-a-0340">:</pc>
<!-- ... -->
</l>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <elementRef key="seg"/>
  <elementRef key="w"/>
  <elementRef key="m"/>
  <elementRef key="c"/>
  <elementRef key="pc"/>
  <classRef key="model.global"/>
  <classRef key="model.lPart"/>
  <classRef key="model.hiLike"/>
  <classRef key="model.pPart.edit"/>
 </alternate>
</content>
Schema Declaration
element w
{
   tei_att.global.attributes,
   tei_att.segLike.attributes,
   tei_att.typed.attributes,
   tei_att.linguistic.attributes,
   tei_att.notated.attributes,
   (
      text
    | tei_model.gLike
    | tei_seg
    | tei_w
    | tei_m
    | tei_c
    | tei_pc
    | tei_model.global
    | tei_model.lPart
    | tei_model.hiLike
    | tei_model.pPart.edit
   )*
}