<w>

<w> (Wort) repräsentiert ein grammatisches (nicht unbedingt orthografisches) Wort [17.1 Linguistic Segment Categories]
Modulanalysis — Simple Analytic Mechanisms
Attributeatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.segLike (@function) (att.metrical (@met, @real, @rhyme)) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype)
lemmabeinhaltet ein Lemma für das Wort, z. B. aus einem Wörterbuch
Zustand Optional
Datentyp teidata.text
lemmaRefbeinhaltet einen Verweis zu einer Definition des Lemmas für das Wort, z. B. in einem Online-Lexikon
Zustand Optional
Datentyp teidata.pointer
Mitglied des
Enthalten in
analysis: cl phr s w
figures: cell
linking: ab seg
spoken: u writing
tagdocs: eg
textcrit: lem rdg wit witDetail
verse: rhyme
Kann enthalten
Beispiel
<w type="verblemma="hit"
 lemmaRef="http://www.example.com/lexicon/hitvb.xml">
hitt<m type="suffix">ing</m>
</w>
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 Deklaration
<rng:element name="w">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.segLike.attributes"/>
 <rng:ref name="att.metrical.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.fragmentable.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:optional>
  <rng:attribute name="lemma">
   <rng:ref name="teidata.text"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="lemmaRef">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="seg"/>
   <rng:ref name="w"/>
   <rng:ref name="m"/>
   <rng:ref name="c"/>
   <rng:ref name="pc"/>
   <rng:ref name="model.global"/>
   <rng:ref name="model.lPart"/>
   <rng:ref name="model.hiLike"/>
   <rng:ref name="model.pPart.edit"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element w
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   att.datcat.attributes,
   att.fragmentable.attributes,
   att.typed.attributes,
   attribute lemma { teidata.text }?,
   attribute lemmaRef { teidata.pointer }?,
   (
      text
    | model.gLikesegwmcpcmodel.globalmodel.lPartmodel.hiLikemodel.pPart.edit
   )*
}