<language>
<language> 텍스트 내에서 사용되는 언어 또는 특수 언어의 특징을 기술한다. 2.4.2 Language Usage | |||||||||||||||
모듈 | header — 2 The TEI Header | ||||||||||||||
속성 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
| ||||||||||||||
에 의해 사용된 | |||||||||||||||
에 의해 포함된 | header: langUsage | ||||||||||||||
포함할 수 있다 | core: abbr address cb choice date distinct email emph expan foreign gap gloss index lb measure measureGrp mentioned milestone name note num pb ptr ref rs soCalled term time title dictionaries: lang figures: figure header: idno msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName affiliation bloc country district forename genName geo geogFeat geogName nameLink offset orgName persName placeName region roleName settlement state surname textcrit: witDetail | ||||||||||||||
선언 |
element language { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute ident { data.language }, attribute usage { xsd:nonNegativeInteger { maxInclusive = "100" } }?, macro.phraseSeq.limited } | ||||||||||||||
예 |
<langUsage xml:lang="en-US">
<language ident="en-US" usage="75">modern American English</language> <language ident="i-az-Arab" usage="20">Azerbaijani in Arabic script</language> <language ident="x-lap" usage="05">Pig Latin</language> </langUsage> |