<distinct>

<distinct> identifies any word or phrase which is regarded as linguistically distinct, for example as archaic, technical, dialectal, non-preferred, etc., or as forming part of a sublanguage. [3.3.2.3. Other Linguistically Distinct Material]
Modulecore
Attributes
typespecifies the sublanguage or register to which the word or phrase is being assigned.
Derived fromatt.typed
Status Optional
Datatype teidata.enumerated
timespecifies how the phrase is distinct diachronically.
Status Optional
Datatype teidata.text
spacespecifies how the phrase is distinct diatopically.
Status Optional
Datatype teidata.text
socialspecifies how the phrase is distinct diastratically.
Status Optional
Datatype teidata.text
Member of
Contained by
May contain
Example
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>
Schema Declaration
element distinct
{
   tei_att.global.attributes,
   tei_att.cmc.attributes,
   tei_att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute time { teidata.text }?,
   attribute space { teidata.text }?,
   attribute social { teidata.text }?,
   tei_macro.phraseSeq
}