<space>

<space> (espace) permet de situer un espace significatif dans le texte édité. [12.4.1 Space]
Module transcr — Representation of Primary Sources
Attributs
resp⚓︎ (responsable) (responsible party) indicates the individual responsible for identifying and measuring the space.
Dérivé de att.global.responsibility
Statut Optionel
Type de données 1–∞ occurrences de teidata.pointer séparé par un espace
<a href="https://translate.tei-c.org/translate.html?edit=space.xml"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" aria-label="Translation out of date." viewBox="0 0 16 16" style="position:absolute; top:2px; right:2px; color:red"><title>Translation out of date.</title> <path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"></path> <path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"></path></svg></a>
dim⚓︎ (dimension) indique si l'espace est vertical ou horizontal.
Statut Recommendé
Type de données teidata.enumerated
Les valeurs autorisées sont:
horizontal
l'espace est horizontal.
vertical
l'espace est vertical.
Note

Pour des formes irrégulières à deux dimensions, la valeur de cet attribut doit refléter la plus importante des deux dimensions. Dans les textes écrits conventionnellement de gauche à droite, un espace composé de parties horizontales et verticales doit être considéré comme vertical.

Membre du
Contenu dans
analysis: cl m phr s span w
cmc: post
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
Peut contenir
core: desc
Note

Cet élément devrait être utilisé partout où l'on désire signaler un espace inhabituel dans le texte source, par exemple un espace réservé pour un mot à écrire plus tard, pour une rubrication ultérieure, etc. Il n'est pas destiné à être utilisé pour marquer l'espace normal entre des mots par exemple.

Exemple
Lettre à lettre,
un texte se forme, s'affirme, s'affermit, se fixe, se fige : une ligne assez strictement
horizontale se dépose sur la <space quantity="3unit="lignes"/>feuille blanche.
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <classRef key="model.descLike"/>
  <classRef key="model.certLike"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="space">
 <rng:ref name="att.dimensions.attributes"/>
 <rng:ref name="att.ranging.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.global.attribute.xmlid"/>
 <rng:ref name="att.global.attribute.n"/>
 <rng:ref name="att.global.attribute.xmllang"/>
 <rng:ref name="att.global.attribute.xmlbase"/>
 <rng:ref name="att.global.attribute.xmlspace"/>
 <rng:ref name="att.global.analytic.attribute.ana"/>
 <rng:ref name="att.global.change.attribute.change"/>
 <rng:ref name="att.global.facs.attribute.facs"/>
 <rng:ref name="att.global.linking.attribute.corresp"/>
 <rng:ref name="att.global.linking.attribute.synch"/>
 <rng:ref name="att.global.linking.attribute.sameAs"/>
 <rng:ref name="att.global.linking.attribute.copyOf"/>
 <rng:ref name="att.global.linking.attribute.next"/>
 <rng:ref name="att.global.linking.attribute.prev"/>
 <rng:ref name="att.global.linking.attribute.exclude"/>
 <rng:ref name="att.global.linking.attribute.select"/>
 <rng:ref name="att.global.rendition.attribute.rend"/>
 <rng:ref name="att.global.rendition.attribute.style"/>
 <rng:ref name="att.global.rendition.attribute.rendition"/>
 <rng:ref name="att.global.responsibility.attribute.cert"/>
 <rng:ref name="att.global.source.attribute.source"/>
 <rng:optional>
  <rng:attribute name="resp">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="dim">
   <rng:choice>
    <rng:value>horizontal</rng:value>
    <rng:value>vertical</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.descLike"/>
   <rng:ref name="model.certLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element space
{
   att.dimensions.attributes,
   att.ranging.attributes,
   att.typed.attributes,
   att.global.attribute.xmlid,
   att.global.attribute.n,
   att.global.attribute.xmllang,
   att.global.attribute.xmlbase,
   att.global.attribute.xmlspace,
   att.global.analytic.attribute.ana,
   att.global.change.attribute.change,
   att.global.facs.attribute.facs,
   att.global.linking.attribute.corresp,
   att.global.linking.attribute.synch,
   att.global.linking.attribute.sameAs,
   att.global.linking.attribute.copyOf,
   att.global.linking.attribute.next,
   att.global.linking.attribute.prev,
   att.global.linking.attribute.exclude,
   att.global.linking.attribute.select,
   att.global.rendition.attribute.rend,
   att.global.rendition.attribute.style,
   att.global.rendition.attribute.rendition,
   att.global.responsibility.attribute.cert,
   att.global.source.attribute.source,
   attribute resp { list { teidata.pointer+ } }?,
   attribute dim { "horizontal" | "vertical" }?,
   ( model.descLike | model.certLike )*
}