<distinct>

<distinct> identifica alguna palabra o locución que se aprecia lingüísticamente distinta, por ejemplo como arcaica, técnica, dialectal, forma no prioritaria, etc. o como integrante de un registro específico o de una jerga. [3.3.2.3 Other Linguistically Distinct Material]
Módulo core — Elements Available in All TEI Documents
Atributos
type⚓︎ especifica la jerga o registro al cual se asigna una palabra, locución o sintagma.
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
time⚓︎ especifica como el sintagma es distinto diacrónicamente
Estado Opcional
Tipo de datos teidata.text
space⚓︎ especifica como la locución es distinta diatópicamente
Estado Opcional
Tipo de datos teidata.text
social⚓︎ especifica como la locución es distinta diastáticamente.
Estado Opcional
Tipo de datos teidata.text
Miembro de
Contenido en
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Puede contener
Ejemplo
Next morning a boy
in that dormitory confided to his bosom friend, a <distinct type="ps_slang">fag</distinct> of
Macrea's, that there was trouble in their midst which King <distinct type="archaic">would fain</distinct>
keep secret.
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
Declaración
<rng:element name="distinct">
 <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.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="time">
   <rng:ref name="teidata.text"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="space">
   <rng:ref name="teidata.text"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="social">
   <rng:ref name="teidata.text"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element distinct
{
   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.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute time { teidata.text }?,
   attribute space { teidata.text }?,
   attribute social { teidata.text }?,
   macro.phraseSeq
}