Start Getting and Using the TEI Sources Report an issue

annotation

annotation represents an annotation following the Web Annotation Data Model. [16.10 The standOff Container ]
Modulelinking — Linking, segmentation, and alignment
Attributes
  • att.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.pointing ( @targetLang , @target, @evaluate )
  • @motivation
    Usage
    opt
    Datatype
    teidata.enumerated
    @target
    Usage
    req
    Datatype
    @xml:id
    Usage
    req
    Datatype
    Member ofmodel.annotationLike
    Contained by
    May contain
    Example
    <annotation xml:id="ann1" motivation="linking" target="#Gallia">
      <!-- See https://www.w3.org/TR/annotation-model/#lifecycle-information and
           https://www.w3.org/TR/annotation-model/#agents -->
      <respStmt xml:id="fred">
        <resp>creator</resp>
        <persName>Fred Editor</persName>
      </respStmt>
      <revisionDesc>
        <change status="created" when="2020-05-21T13:59:00Z" who="#fred"/>
        <change status="modified" when="2020-05-21T19:48:00Z" who="#fred"/>
      </revisionDesc>
      <!-- See https://www.w3.org/TR/annotation-model/#rights-information -->
      <licence target="http://creativecommons.org/licenses/by/3.0/"/>
      <!-- Multiple bodies -->
      <!-- Pointers to sections of text in the same document -->
      <ptr target="#string-range(c1p1s1,0,6)"/>
      <ptr target="#string-range(c1p1s6,19,7)"/>
    </annotation>
    Content model
    <content>
        <sequence>
          <elementRef key="respStmt" minOccurs="0" maxOccurs="unbounded"/>
          <elementRef key="revisionDesc" minOccurs="0" maxOccurs="unbounded"/>
          <elementRef key="licence" minOccurs="0" maxOccurs="unbounded"/>
          <classRef key="model.annotationPart.body" minOccurs="0" maxOccurs="unbounded"/>
        </sequence>
      </content>