속성
att.global.linking (@corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) att.global.analytic (@ana ) att.global.facs (@facs )
xml:id
(확인소) 속성을 포함하는 요소에 대한 고유한 확인소를 제공한다.
상태
수의적
자료 유형
XML 형식에 따른 규약? 규약에 대한 XML 형식? <rng:data type="ID "/>
xsd:ID
값
any valid XML identifier.
n
(수) 요소의 번호(또는 다른 표지)를 제시하며, 문서 내에서 반드시 고유값일 필요는 없다.
상태
수의적
자료 유형
1–∞ 출현
공백문자로 분리됨
값
any string of characters; often, but not necessarily, numeric.
xml:lang
(언어) BCP 47 에 따라 생성된
‘tag’를 사용하는 요소 내용의 언어를 나타낸다.
상태
수의적
자료 유형
값
The value must conform to BCP 47. If the value is a private use code (i.e., starts
with x- or contains -x- ) it should, and if not it may, match the
value of an ident attribute of a language element supplied in the TEI
Header of the current document.
rend
(번역) 문제의 요소가 원본 텍스트에 제시된 방법을 나타낸다.
상태
수의적
자료 유형
1–∞ 출현
공백문자로 분리됨
값
any string of characters; if the typographic rendition of a text is to be
systematically recorded, a systematic set of values for the rend attribute should
be defined.
<head rend="align(center) case(allcaps) "> <lb/> To The <lb/> Duchesse <lb/> of <lb/> Newcastle,<lb/> On Her <lb/> <hi rend="case(mixed) "> New Blazing-World</hi> . </head>
rendition
원본 텍스트에서 이 요소에 대해 사용된 모양과 제시에 대한 기술을 가리킨다.
상태
수의적
자료 유형
1–∞ 출현
공백문자로 분리됨
값
one or more URIs, separated by whitespace.
<head rendition="#ac #sc "> <lb/> To The <lb/> Duchesse <lb/> of <lb/> Newcastle, <lb/> On Her<lb/> <hi rendition="#no "> New Blazing-World</hi> . </head> <rendition xml:id="sc " scheme="css "> font-variant: small-caps</rendition> <rendition xml:id="no " scheme="css "> font-variant: normal</rendition> <rendition xml:id="ac " scheme="css "> text-align: center</rendition>
xml:base
애플리케이션이 상대 URI 참조를 절대 URI 참조로 해결할 수 있게 해 주는 기본 URI
참조를 제공한다.
상태
수의적
자료 유형
값
any syntactically valid URI reference.
<div type="bibl "> <head> Bibliography</head> <listBibl xml:base="http://www.lib.ucdavis.edu/BWRP/Works/ "> <bibl n="1 "> <author> <name> Landon, Letitia Elizabeth</name> </author> <ref target="LandLVowOf.sgm "> <title> The Vow of the Peacock</title> </ref> </bibl> <bibl n="2 "> <author> <name> Compton, Margaret Clephane</name> </author> <ref target="NortMIrene.sgm "> <title> Irene, a Poem in Six Cantos</title> </ref> </bibl> <bibl n="3 "> <author> <name> Taylor, Jane</name> </author> <ref target="TaylJEssay.sgm "> <title> Essays in Rhyme on Morals and Manners</title> </ref> </bibl> </listBibl> </div>