<title>

<title> (title) 다양한 종류의 작업에 대한 전체 제목을 제공한다. [3.12.2.2 Titles, Authors, and Editors 2.2.1 The Title Statement 2.2.5 The Series Statement]
모듈 core — Elements Available in All TEI Documents
속성
type⚓︎ 어떤 편의적 유형에 따른 제목 분류
Derived from att.typed
상태 수의적
자료 유형 teidata.enumerated
샘플 값은 다음을 포함한다 Sample values include:
main
(주)제목
sub
(부) 부분의 제목인 부제목
alt
(이명) 다른 언어에서 알려진 작품의 다른 이름
short
제목의 축약형
desc
(기술적) 제목으로 기능하는 작품의 기술적 바꿔쓰기
calendar⚓︎ 날짜 표현 시스템 또는 달력 표시 형식을 표시한다.
Deprecated This feature will be withdrawn after 2024-11-11
상태 수의적
자료 유형 1–∞ 출현 teidata.pointer 공백문자로 분리됨
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>
level⚓︎ 제목에 대한 서지적 층위를 나타내어, 논문, 책, 학술지, 총서, 미간행의 여부를 식별한다.
상태 수의적
자료 유형 teidata.enumerated
적법한 값은:
a
(분석적) 분석적 제목(보다 큰 항목의 일부로 출판된 논문, 시, 또는 기타 항목)
m
(단행본) 단행본 제목(여러 권 중 한 권으로 출판된 경우를 포함하여, 독립된 항목으로 출판된 책, 모음집, 또는 기타 항목)
j
(학술지) 학술지 제목
s
(연간물) 연간물 제목
u
(미간행) 미간행물(출판사에서 출판되지 않은 석박사 논문을 포함하여)의 제목
클럽 회원
에 의해 포함된
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
포함할 수 있다
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
주석

The attributes key and ref, inherited from the class att.canonical may be used to indicate the canonical form for the title; the former, by supplying (for example) the identifier of a record in some external library system; the latter by pointing to an XML element somewhere containing the canonical form of the title.

<title>Information Technology and the Research Process: Proceedings of
a conference held at Cranfield Institute of Technology, UK,
18–21 July 1989</title>
<title>Hardy's Tess of the D'Urbervilles: a machine readable
edition</title>
<title type="full">
 <title type="main">Synthèse</title>
 <title type="sub">an international journal for
   epistemology, methodology and history of
   science</title>
</title>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
선언
<rng:element name="title">
 <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.canonical.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.custom.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="calendar">
   <rng:list>
    <rng:oneOrMore>
     <rng:ref name="teidata.pointer"/>
    </rng:oneOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="level">
   <rng:choice>
    <rng:value>a</rng:value>
    <rng:value>m</rng:value>
    <rng:value>j</rng:value>
    <rng:value>s</rng:value>
    <rng:value>u</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element title
{
   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.canonical.attributes,
   att.datable.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.datable.custom.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute calendar { list { teidata.pointer+ } }?,
   attribute level { "a" | "m" | "j" | "s" | "u" }?,
   macro.paraContent
}