<langKnown>
<langKnown> (language known) summarizes the state of a person's linguistic competence, i.e., knowledge
of a single language. [15.2.2. The Participant Description]
Module | namesdates | ||||||||||||||||||
Attributes |
att.global.responsibility
cert
resp
att.global
xml:id
n
xml:lang
att.datable
att.datable.w3c
when
notBefore
notAfter
from
to
att.datable.custom
when-custom
notBefore-custom
notAfter-custom
from-custom
to-custom
datingMethod
att.editLike
evidence
|
||||||||||||||||||
Contained by |
namesdates: langKnowledge
|
||||||||||||||||||
May contain |
core: abbr choice date ellipsis emph foreign gap gloss hi lb mentioned milestone name note noteGrp num pb ptr q ref rs term time title
figures: figure
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||||||||||||
Examples |
<langKnown tag="en-GB" level="H">British English</langKnown> <langKnown tag="fr" level="M">French</langKnown> <person sex="m" role="speaker collaborator"><!-- other details omitted --> <langKnowledge> <langKnown tag="mix">Mixtepec-Mixtec</langKnown> <langKnown tag="en">English</langKnown> <langKnown tag="es">Spanish</langKnown> </langKnowledge> </person> |
||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@calendar]"> <sch:assert test="string-length( normalize-space(.) ) gt 0">@calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this<sch:name/>element has no textual content.</sch:assert> </sch:rule> <sch:rule context="tei:*[@calendar]"> <sch:assert test="string-length( normalize-space(.) ) gt 0">@calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this<sch:name/>element has no textual content.</sch:assert> </sch:rule> |
||||||||||||||||||
Source | Github
<elementSpec rend="change" module="namesdates" ident="langKnown"> <gloss>language known</gloss> <desc>summarizes the state of a person's linguistic competence, i.e., knowledge of a single language.</desc> <classes> <memberOf key="att.global.responsibility"/> <memberOf key="att.global"/> <memberOf key="att.datable"/> <memberOf key="att.editLike"/> </classes> <content> <macroRef key="macro.phraseSeq.limited"/> </content> <attList> <attDef ident="calendar" usage="opt" validUntil="2024-11-11"> <desc>indicates one or more systems or calendars to which the date represented by the content of this element belongs.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> <attDef ident="tag" usage="req"> <desc>supplies a valid language tag for the language concerned.</desc> <datatype> <dataRef key="teidata.language"/> </datatype> </attDef> <attDef ident="level" mode="delete"/> </attList> </elementSpec> |