Spécification d'un schéma ISTEX pour les sorties Tei
<TEI> (document TEI) contient un seul document conforme à la TEI, qui comprend un en-tête TEI et un texte, soit de façon isolée, soit comme partie d’un élément <teiCorpus>. [4. Default Text Structure 15.1. Varieties of Composite Text] | |||||||
Namespace | |||||||
Module | textstructure | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype)
|
||||||
Contenu dans | core: teiCorpus |
||||||
Peut contenir | |||||||
Note | Cet élément est obligatoire. |
||||||
Exemple | <TEI version="5.0"
xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader> <fileDesc> <titleStmt> <title>Le document TEI le plus
court possible.</title>
</titleStmt> <publicationStmt> <p>D'abord publié comme faisant
partie de la TEI P2.</p>
</publicationStmt>
<sourceDesc> <p>Aucune source : il s'agit
d'un document original.</p>
</sourceDesc> </fileDesc> </teiHeader> <text> <body> <p>A peu pres, le document TEI le plus court
envisageable.</p> </body> </text>
</TEI> |
||||||
Schematron | <s:ns prefix="tei"
uri="http://www.tei-c.org/ns/1.0"/> <s:ns prefix="xs"
uri="http://www.w3.org/2001/XMLSchema"/> |
||||||
Schematron | <s:ns prefix="rng"
uri="http://relaxng.org/ns/structure/1.0"/> |
||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="teiHeader"/> <classRef key="model.resourceLike" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
||||||
Schéma Declaration | element TEI { tei_att.global.attributes, tei_att.typed.attributes, attribute version { text }?, ( tei_teiHeader, tei_model.resourceLike* ) } |
<ab> (bloc anonyme) contient une unité de texte quelconque, de niveau "composant", faisant office de contenant anonyme pour une expression ou des éléments de niveau intermédiaire, analogue à un paragraphe mais sans sa portée sémantique. [16.3. Blocks, Segments, and Anchors] | |
Module | linking |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declaring (@decls) att.fragmentable (@part) att.written (@hand) |
Membre du | |
Contenu dans | header:
abstract
application
availability
change
correction
editionStmt
encodingDesc
langUsage
licence
publicationStmt
seriesStmt
sourceDesc msdescription:
accMat
acquisition
additions
binding
bindingDesc
collation
condition
custEvent
custodialHist
decoDesc
decoNote
filiation
foliation
handDesc
history
layout
layoutDesc
msContents
msDesc
msFrag
msItem
msItemStruct
msPart
musicNotation
objectDesc
origin
physDesc
provenance
recordHist
scriptDesc
seal
sealDesc
signatures
source
summary
support
supportDesc
surrogates
typeDesc
typeNote transcr:
metamark |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'élément <ab> peut être utilisé à la discrétion de l'encodeur pour marquer dans un texte tout élément de niveau composant pour lequel aucune méthode appropriée de balisage plus spécifique n'est définie. |
Exemple | <div n="Genesis" type="book"> <div n="1" type="chapter"> <ab>In the beginning God created the heaven
and the earth.</ab> <ab>And the earth was without
form, and void; and darkness was upon the face of the deep.
And the spirit of God moved upon the face of the
waters.</ab> <ab>And God said, Let there be
light: and there was light.</ab>
<!-- ...--> </div>
</div> |
Schematron |
<s:report test="not(ancestor::floatingText) and
(ancestor::tei:p or ancestor::tei:ab) and
not(parent::tei:exemplum |parent::tei:item |parent::tei:note
|parent::tei:q |parent::tei:quote |parent::tei:remarks
|parent::tei:said |parent::tei:sp |parent::tei:stage
|parent::tei:cell |parent::tei:figure)"> Abstract model
violation: ab may not contain paragraphs or other ab elements.
</s:report> |
Schematron |
<s:report test="ancestor::tei:l or ancestor::tei:lg">
Abstract model violation: Lines may not contain higher-level
divisions such as p or ab. </s:report> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element ab { tei_att.global.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.fragmentable.attributes, tei_att.written.attributes, tei_macro.paraContent } |
<abbr> (abréviation) contient une abréviation quelconque. [3.5.5. Abbreviations and Their Expansions] | |||||||||||||
Module | core | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (type,
@subtype)
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||
Note | La balise <abbr> n'est pas obligatoire. Si c'est pertinent, l'encodeur peut transcrire les abréviations du texte source sans les commenter ni les baliser. Si les abréviations ne sont pas transcrites directement mais développées sans commentaires, alors l'en-tête TEI doit le mentionner. |
||||||||||||
Exemple | <choice> <expan>North Atlantic Treaty Organization</expan> <abbr cert="low">NorATO</abbr> <abbr cert="high">NATO</abbr> <abbr cert="high" xml:lang="fr">OTAN</abbr>
</choice> |
||||||||||||
Exemple | <choice> <abbr>SPQR</abbr> <expan xml:lang="la">senatus
populusque romanorum</expan>
</choice> |
||||||||||||
Exemple | <choice> <abbr>SPQR</abbr> <expan>senatus populusque romanorum</expan>
</choice> |
||||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||||||
Schéma Declaration | element abbr { tei_att.global.attributes, tei_att.typed.attribute.subtype, attribute type { text }?, tei_macro.phraseSeq } |
<abstract> contains a summary or formal abstract prefixed to an existing source document by the encoder. [2.4.4. Abstracts] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | header: profileDesc |
Peut contenir | |
Exemple | Cas où un abstract contient un titre <abstract> <head>Méthode</head> <p>Contenu de la méthode.</p> <head>Expérience</head> <p>Contenu de l'expérience.</p>
</abstract> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.pLike"/> <classRef key="model.listLike"/> <classRef key="model.headLike"/> </alternate> </content> |
Schéma Declaration | element abstract { tei_att.global.attributes, ( tei_model.pLike | tei_model.listLike | tei_model.headLike )+ } |
<accMat> (matériel d'accompagnement) donne des détails sur tout matériel d'accompagnement étroitement associé au manuscrit, tel que documents non contemporains ou fragments reliés avec le manuscrit à une époque antérieure. [10.7.3.3. Accompanying Material] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <accMat>A copy of a tax form from 1947 is
included in the envelope with the letter. It is not catalogued
separately.</accMat> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element accMat { tei_att.global.attributes, tei_att.typed.attributes, tei_macro.specialPara } |
<acquisition> (acquisition) contient des informations sur les modalités et circonstances de l'entrée du manuscrit ou de la partie du manuscrit dans l'institution qui le détient [10.8. History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Contenu dans | msdescription: history |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <acquisition>Left to the <name type="place">Bodleian</name> by<name type="person">Richard
Rawlinson</name> in
1755.</acquisition> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element acquisition { tei_att.global.attributes, tei_att.datable.attributes, tei_macro.specialPara } |
<addSpan> (partie de texte ajoutée) marque le début d'une longue partie de texte ajoutée par un auteur, un copiste, un annotateur ou un correcteur (voir aussi <add>). [11.3.1.4. Additions and Deletions] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) att.placement (@place) att.typed (@type, @subtype) att.spanning (@spanTo) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Le début et la fin de la partie de texte ajoutée doivent être marqués ; le début, par l'élément <addSpan> lui-même, la fin, par l'attribut spanTo. |
Exemple | <handNote scribe="HelgiÓlafsson" xml:id="HEOL"/>
<!-- ... -->
<body> <div>
<!-- text here --> </div> <addSpan hand="#HEOL" n="added gathering" spanTo="#P025"/> <div>
<!-- text of first added poem here
--> </div>
<div>
<!-- text of second added poem here
--> </div>
<div>
<!-- text of third added poem here
--> </div>
<div>
<!-- text of fourth added poem here
--> </div>
<anchor xml:id="P025"/> <div>
<!-- more text here -->
</div>
</body> |
Schematron |
<sch:assert test="@spanTo">The @spanTo attribute of
<sch:name/> is required.</sch:assert> |
Schematron |
<sch:assert test="@spanTo">L'attribut spanTo est
requis.</sch:assert> |
Modèle de contenu | <content/> |
Schéma Declaration | element addSpan { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.placement.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } |
<additional> (informations complémentaires) regroupe les informations complémentaires sur le manuscrit, incluant une bibliographie, des indications sur ses reproductions, ou des informations sur sa conservation et sur sa gestion [10.9. Additional Information] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | core:
listBibl msdescription: adminInfo
surrogates |
Exemple | <additional> <adminInfo> <recordHist> <p>
<!-- ... --> </p> </recordHist> <custodialHist> <p>
<!-- ... --> </p> </custodialHist> </adminInfo> <surrogates> <p>
<!-- ... --> </p> </surrogates> <listBibl> <bibl>
<!-- ... --> </bibl> </listBibl>
</additional> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="adminInfo" minOccurs="0"/> <elementRef key="surrogates" minOccurs="0"/> <elementRef key="listBibl" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element additional { tei_att.global.attributes, ( tei_adminInfo?, tei_surrogates?, tei_listBibl? ) } |
<additions> (ajouts) contient la description des ajouts significatifs trouvés dans un manuscrit, tels que gloses marginales ou autres annotations. [10.7.2. Writing, Decoration, and Other Notations] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <additions> <p>There are several marginalia in this
manuscript. Some consist of single characters and others are
figurative. On 8v is to be found a drawing of a mans head
wearing a hat. At times sentences occurs: On 5v:<q xml:lang="is">Her er skrif andres isslendin</q>, on 19r: <q xml:lang="is">þeim go</q>, on 21r: <q xml:lang="is">amen med
aund ok munn halla rei knar hofud summu all huad batar þad
mælgi ok mal</q>, On 21v:
some runic letters and the sentence <q xml:lang="la">aue maria
gracia plena dominus</q>.</p>
</additions> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element additions { tei_att.global.attributes, tei_macro.specialPara } |
<addrLine> (ligne d'adresse) contient une ligne d'adresse postale. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core: address |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Les adresses peuvent être encodées soit comme une suite de lignes, soit en utilisant un jeu d'éléments de la classe model.addrPart. Les types d'adresses autres que l'adresse postale, tels que les numéros de téléphone, les courriels, ne doivent pas être inclus directement à l'intérieur d'un élément <address> mais peuvent être contenus dans un élément <addrLine> s'ils font partie de l'adresse imprimée dans un texte source. |
Exemple | <address> <addrLine>44, avenue de la Libération</addrLine> <addrLine>B.P. 30687</addrLine> <addrLine>F 54063 NANCY
CEDEX</addrLine> <addrLine>FRANCE</addrLine>
</address> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element addrLine { tei_att.global.attributes, tei_macro.phraseSeq } |
<address> contient une adresse postale ou d'un autre type, par exemple l'adresse d'un éditeur, d'un organisme ou d'une personne. [3.5.2. Addresses 2.2.4. Publication, Distribution, Licensing, etc. 3.11.2.4. Imprint, Size of a Document, and Reprint Information] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
publicationStmt
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Note | Cet élément ne doit être utilisé que pour donner une adresse postale. A l'intérieur de cet élément, l'élément générique <addrLine> peut être utilisé comme élément alternatif aux éléments plus spécialisés de la classe model.addrPart class, tels que <street>, <postCode> etc. |
Exemple | <address> <addrLine>Centre d'Études Supérieures de la
Renaissance</addrLine>
<addrLine>59, rue
Néricault-Destouches</addrLine> <addrLine> 37013 TOURS</addrLine> <addrLine>France</addrLine>
</address> |
Exemple | <address> <country key="FR"/> <settlement type="city">Lyon</settlement> <postCode>69002</postCode> <district type="arrondissement">IIème</district> <district type="quartier">Perrache</district> <street> <num>30</num>, Cours de Verdun</street>
</address> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.addrPart"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element address { tei_att.global.attributes, ( tei_model.global*, ( tei_model.addrPart, tei_model.global* )+ ) } |
<adminInfo> (informations administratives) contient, pour le manuscrit en cours de description, les informations sur son détenteur actuel, sur ses conditions d'accès et sur les modalités de sa description. [10.9.1. Administrative Information] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: additional |
Peut contenir | |
Exemple | <adminInfo> <recordHist> <source>Notice établie à partir du document
original</source> <change when="2009-10-05" who="Markova">Description mise à jour le <date type="crea">5 octobre 2009 </date>en vue de l'encodage en
TEI des descriptions des reliure de la Réserve des livres
rares</change> <change when="2009-06-01" who="Le
Bars">Description revue le <date type="maj">1er juin 2009 </date> par Fabienne Le
Bars</change> <change when="2009-06-25" who="Le
Bars">Description validée le<date type="valid">25 juin 2009</date>par Fabienne Le
Bars</change> </recordHist>
</adminInfo> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="recordHist" minOccurs="0"/> <elementRef key="availability" minOccurs="0"/> <elementRef key="custodialHist" minOccurs="0"/> <classRef key="model.noteLike" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element adminInfo { tei_att.global.attributes, ( tei_recordHist?, tei_availability?, tei_custodialHist?, tei_model.noteLike? ) } |
<affiliation> (affiliation) contient une description non formalisée portant sur l'affiliation présente ou passée d'une personne à une organisation, par exemple un employeur ou un sponsor. [15.2.2. The Participant Description] | |||||||||||
Module | namesdates | ||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (type,
@subtype)
|
||||||||||
Membre du | |||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||
Note | S'il est présent, le nom d'une organisation peut être balisé en utilisant soit l'élément <name> comme ci-dessus, soit l'élément plus spécifique <orgName>. |
||||||||||
Exemple | <affiliation>associé étranger de <name type="org">l'Académie des Inscriptions et
Belles-Lettres</name>
</affiliation>
<affiliation notAfter="1960-01-01" notBefore="1957-02-28">Chargé de cours, puis
professeur d’archéologie (1949-1981) et doyen (1958-1961) <orgName>à la Faculté des
lettres d’Ankara</orgName>.</affiliation> |
||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||||
Schéma Declaration | element affiliation { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_att.naming.attributes, tei_att.typed.attribute.subtype, attribute type { text }?, tei_macro.phraseSeq } |
<alt> (alternative) identifie une alternative ou un ensemble d'options entre des éléments ou des passages. [16.8. Alternation] | |||||||||||||||||||||||||
Module | linking | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype) att.pointing
(target, @targetLang,
@evaluate)
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||||||||||||||||||
Peut contenir | Elément vide | ||||||||||||||||||||||||
Exemple | <alt mode="excl" target="#we.fun #we.sun" weights="0.5
0.5"/> |
||||||||||||||||||||||||
Exemple | <alt mode="excl" target="#fr_we.fun
#fr_we.sun" weights="0.5
0.5"/> |
||||||||||||||||||||||||
Modèle de contenu | <content> </content> |
||||||||||||||||||||||||
Schéma Declaration | element alt { tei_att.global.attributes, tei_att.pointing.attribute.targetLang, tei_att.pointing.attribute.evaluate, tei_att.typed.attributes, attribute target { list { * } }?, attribute mode { "excl" | "incl" }?, attribute weights { list { * } }?, empty } |
<altGrp> (groupe d'alternatives) regroupe une collection d'éléments <alt> et, éventuellement, de pointeurs. [16.8. Alternation] | |||||||||
Module | linking | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.pointing.group (@domains, @targFunc) (att.pointing (@targetLang, @target,
@evaluate)) (att.typed (@type, @subtype))
|
||||||||
Membre du | |||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||
Peut contenir | |||||||||
Note | Un nombre quelconque d'éléments alternatifs, de pointeurs et de pointeurs étendus. |
||||||||
Exemple | <altGrp mode="excl"> <alt target="#dm #lt
#bb" weights="0.5 0.25
0.25"/> <alt target="#rl #db" weights="0.5 0.5"/>
</altGrp> |
||||||||
Exemple | <altGrp mode="excl"> <alt target="#fr_dm
#fr_lt #fr_bb" weights="0.5 0.25
0.25"/> <alt target="#fr_rl #fr_db" weights="0.5 0.5"/>
</altGrp> |
||||||||
Exemple | <altGrp mode="incl"> <alt target="#fr_dm
#fr_rl" weights="0.90
0.90"/> <alt target="#fr_lt #fr_rl" weights="0.5 0.5"/>
<alt target="#fr_bb
#fr_rl" weights="0.5
0.5"/> <alt target="#fr_dm #fr_db" weights="0.10 0.10"/>
<alt target="#fr_lt
#fr_db" weights="0.45
0.90"/> <alt target="#fr_bb #fr_db" weights="0.45 0.90"/>
</altGrp> |
||||||||
Exemple | <altGrp mode="incl"> <alt target="#dm
#rl" weights="0.90
0.90"/> <alt target="#lt #rl" weights="0.5 0.5"/>
<alt target="#bb
#rl" weights="0.5
0.5"/> <alt target="#dm #db" weights="0.10 0.10"/>
<alt target="#lt
#db" weights="0.45
0.90"/> <alt target="#bb #db" weights="0.45 0.90"/>
</altGrp> |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="alt"/> <elementRef key="ptr"/> </alternate> </content> |
||||||||
Schéma Declaration | element altGrp { tei_att.global.attributes, tei_att.pointing.group.attributes, attribute mode { "excl" | "incl" }?, ( tei_alt | tei_ptr )* } |
<altIdentifier> (autre identifiant) Contient un autre ou un ancien identifiant pour un manuscrit, par exemple un numéro anciennement utilisé dans un catalogue. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Contenu dans | msdescription: msFrag
msIdentifier |
Peut contenir | core:
note header:
idno msdescription: collection
institution
repository namesdates: country
geogName
placeName
region
settlement |
Note | Un numéro identifiant quelconque doit être fourni s'il est connu ; si on ne le connaît pas, cela devrait être signalé. |
Exemple | <altIdentifier> <idno>B 106</idno> <note>Cote de la Bibliothèque royale au XVIIIe
siècle.</note>
</altIdentifier> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef expand="sequenceOptional" key="model.placeNamePart"/> <elementRef key="institution" minOccurs="0"/> <elementRef key="repository" minOccurs="0"/> <elementRef key="collection" minOccurs="0"/> <elementRef key="idno"/> <elementRef key="note" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element altIdentifier { tei_att.global.attributes, tei_att.typed.attributes, ( tei_placeName?, tei_country?, tei_region?, tei_settlement?, tei_geogName?, tei_institution?, tei_repository?, tei_collection?, tei_idno, tei_note? ) } |
<am> (marqueur d'abréviation) contient une succession de lettres ou de signes présents dans une abréviation mais omis ou remplacés dans la forme développée de l'abréviation [11.3.1.2. Abbreviation and Expansion] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Exemple | Le <abbr>Dr<am>.</am>
</abbr> Pasquier se prit à
marcher de long en large, les mains glissées dans la ceinture de
sa blouse. |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.pPart.transcriptional"/> </alternate> </content> |
Schéma Declaration | element am { tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, ( text | tei_model.gLike | tei_model.pPart.transcriptional )* } |
<analytic> (niveau analytique) contient des éléments descriptifs qui décrivent la bibliographie d'une ressource (par exemple un poème ou un article de revue) publiée à l'intérieur d'une monographie ou d'une ressource et non publiée de façon indépendante. [3.11.2.1. Analytic, Monographic, and Series Levels] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | core: biblStruct |
Peut contenir | |
Note | Cet élément peut contenir des titres et des mentions de responsabilité (auteur, éditeur scientifique, ou autre), et cela dans n'importe quel ordre. L'élément <analytic> n'est disponible qu'à l'intérieur de l'élément <biblStruct>, où il faut l'utiliser pour encoder la description bibliographique d'une partie composante. |
Exemple | <biblStruct> <analytic> <author>Chesnutt, David</author> <title>Historical Editions in the States</title> </analytic> <monogr> <title level="j">Computers and
the Humanities</title>
<imprint> <date when="1991-12">(December, 1991):</date> </imprint> <biblScope>25.6</biblScope> <biblScope>377–380</biblScope> </monogr>
</biblStruct> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="respStmt"/> <elementRef key="title"/> <classRef key="model.ptrLike"/> <elementRef key="date"/> <elementRef key="textLang"/> <elementRef key="idno"/> <elementRef key="availability"/> </alternate> </content> |
Schéma Declaration | element analytic { tei_att.global.attributes, ( tei_author | tei_editor | tei_respStmt | tei_title | tei_model.ptrLike | tei_date | tei_textLang | tei_idno | tei_availability )* } |
<anchor> (point d'ancrage) attache un identifiant à un point du texte, que ce point corresponde ou non à un élément textuel. [8.4.2. Synchronization and Overlap 16.5. Correspondence and Alignment] | |
Module | linking |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Il faut donner à cet élément un attribut global xml:id afin de spécifier un identifiant pour le point où l'élément intervient dans un document TEI. La valeur utilisée peut être choisie librement, pourvu qu'elle soit unique dans le document TEI et que le nom soit syntaxiquement valide. Les valeurs contenant des nombres ne doivent pas nécessairement former une séquence. |
Exemple | <s>L'ancre est i<anchor xml:id="fr_A234"/>ci
quelque part.</s>
<s>Aidez-moi à la
trouver.<ptr target="#fr_A234"/>
</s> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element anchor { tei_att.global.attributes, tei_att.typed.attributes, empty } |
<annotation> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | derived-module-tei.istex: semantics |
Peut contenir | Des données textuelles uniquement |
Modèle de contenu | <content> <textNode/> </content> |
Schéma Declaration | element annotation { attribute encoding { encoding }?, text } |
<annotationBlock> groups together various annotations, e.g. for parallel interpretations of a spoken segment. [8.4.6. Analytic Coding] | |
Module | spoken |
Attributs | Attributs att.notated (@notation) att.typed (@type, @subtype) att.ascribed (@who) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | |
Exemple | StandOff entité nommée <annotationBlock corresp="text"> <date change="#Unitex-3.2.0-alpha"
resp="istex" scheme="https://date-entity.data.istex.fr">
<term>1997</term> <fs type="statistics">
<f name="frequency"> <numeric value="7"/> </f> </fs> </date>
</annotationBlock> |
Exemple | StandOff classification alignement avec le hub
de métadonnées <annotationBlock corresp="#subject-01"> <keywords change="#istex-01" resp="#istex"> <term>Pharmacologie</term> </keywords>
</annotationBlock> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.annotation" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.linguisticSegment" maxOccurs="1" minOccurs="0"/> <classRef key="model.interlinearAnnotation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.OABody" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.OAAnnotation" maxOccurs="1" minOccurs="1"/> <classRef key="model.OATarget" maxOccurs="unbounded" minOccurs="0"/> </sequence> </alternate> </content> |
Schéma Declaration | element annotationBlock { tei_att.notated.attributes, tei_att.typed.attributes, tei_att.ascribed.attributes, tei_att.timed.attributes, tei_att.global.attributes, ( tei_model.annotation+ | ( model.linguisticSegment?, model.interlinearAnnotation* ) | ( tei_model.OABody*, tei_model.OAAnnotation, tei_model.OATarget* ) ) } |
<appInfo> (informations d'application) enregistre des informations sur l'application qui a été utilisée pour traiter le fichier TEI. [2.3.10. The Application Information Element] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | header: encodingDesc |
Peut contenir | header:
application |
Exemple | <appInfo> <application ident="Xaira" version="1.24"> <label>XAIRA Indexer</label> <ptr target="#P1"/> </application>
</appInfo> |
Modèle de contenu | <content> <classRef key="model.applicationLike" maxOccurs="unbounded" minOccurs="1"/> </content> |
Schéma Declaration | element appInfo { tei_att.global.attributes, tei_model.applicationLike+ } |
<application> fournit des informations sur une application qui a été utilisée pour le traitement du document. [2.3.10. The Application Information Element] | |||||||||||||
Module | header | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype) att.datable
(@calendar, @period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod))
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | header: appInfo |
||||||||||||
Peut contenir | |||||||||||||
Exemple | <appInfo> <application ident="Xaira" version="1.24"> <label>XAIRA Indexer</label> <ptr target="#fr_HD"/> </application>
</appInfo> |
||||||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.labelLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.ptrLike" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="0"/> </alternate> </sequence> </content> |
||||||||||||
Schéma Declaration | element application { tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, attribute ident { text }, attribute version { text }?, ( tei_model.labelLike+, ( tei_model.ptrLike* | tei_model.pLike* ) ) } |
<author> (auteur) dans une référence bibliographique contient le nom de la (des) personne(s) physique(s) ou du collectif, auteur(s) d'une oeuvre ; par exemple dans la même forme que celle utilisée par une référence bibliographique reconnue. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
Membre du | |
Contenu dans | header:
editionStmt
titleStmt msdescription:
msItem
msItemStruct spoken: annotationBlock standOff: listAnnotation |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | StandOff enrichissement auteur hub de
métadonnées Abes <author> <name change="#author-01" resp="#abes" type="person">Nom
Prénom</name> <persName> <forename change="#author-01" resp="#abes" type="first">Prénom</forename> <surname change="#author-01" resp="#abes">Nom</surname> </persName>
</author> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element author { tei_att.global.attributes, tei_att.naming.attributes, tei_macro.phraseSeq } |
<authority> (responsable de la publication.) donne le nom de la personne ou de l'organisme responsable de la publication d’un fichier électronique, autre qu’un éditeur ou un distributeur. [2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core: monogr header:
publicationStmt |
Peut contenir | core:
abbr
address
cb
choice
date
distinct
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
mentioned
milestone
name
note
num
pb
ptr
ref
rs
soCalled
term
time
title figures:
figure
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des
données textuelles |
Exemple | <authority>A. D.</authority> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq.limited"/> </content> |
Schéma Declaration | element authority { tei_att.global.attributes, tei_macro.phraseSeq.limited } |
<availability> (disponibilité) renseigne sur la disponibilité du texte, par exemple sur toutes restrictions quant à son usage ou sa diffusion, son copyright, etc. [2.2.4. Publication, Distribution, Licensing, etc.] | |||||||||
Module | header | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.declarable (@default)
|
||||||||
Membre du | |||||||||
Contenu dans | |||||||||
Peut contenir | |||||||||
Note | On devrait adopter un format de codage reconnu. |
||||||||
Exemple | <availability status="restricted"> <p>L' ABES a adopté le système Créative
Commons pour permettre à tous ceux qui le souhaitent, de
reproduire tout ou partie des rubriques du site de l'ABES sur
support papier ou support électronique.</p>
</availability> |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.availabilityPart"/> <classRef key="model.pLike"/> </alternate> </content> |
||||||||
Schéma Declaration | element availability { tei_att.global.attributes, tei_att.declarable.attributes, attribute status { "free" | "unknown" | "restricted" }?, ( tei_model.availabilityPart | tei_model.pLike )+ } |
<back> (texte annexe) contient tout supplément placé après la partie principale d'un texte : appendice, etc. [4.7. Back Matter 4. Default Text Structure] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) |
Contenu dans | textstructure: floatingText
text transcr:
facsimile |
Peut contenir | figures:
figure
notatedMusic
table msdescription: source transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Note | Le modèle de contenu de l'élément <back> est identique à celui de l'élément <front>, ce qui permet de rendre compte de pratiques éditoriales qui ont évolué avec l'histoire culturelle. |
Exemple | <back> <div n="1" type="appendice">
<head>APPENDICE I </head> <head>CHAPITRE XV bis </head> <p>Des cruautez exercées par les Turcs, et
autres peuples : et nommément par les Espagnols, beaucoup
plus barbares que les Sauvages mesmes </p> <p>Premierement Chalcondile en son histoire de la
decadence de l'Empire des Grecs, ...</p> </div> <div n="2" type="appendice">
<head> Appendice 2</head> <head>Advertissement de l'autheur</head> <p>Outre les augmentations bien amples, et la
revision beaucoup plus exacte que je n'avoye fait és
precedentes Editions, j'ai pour le contentement des Lecteurs,
plusieurs endroits de ceste quatrieme et derniere monstré
...</p> </div>
</back> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.frontPart"/> <classRef key="model.pLike.front"/> <classRef key="model.pLike"/> <classRef key="model.listLike"/> <classRef key="model.global"/> </alternate> <alternate maxOccurs="1" minOccurs="0"> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.div1Like"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.frontPart"/> <classRef key="model.div1Like"/> <classRef key="model.global"/> </alternate> </sequence> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.divLike"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.frontPart"/> <classRef key="model.divLike"/> <classRef key="model.global"/> </alternate> </sequence> </alternate> <sequence maxOccurs="1" minOccurs="0"> <classRef key="model.divBottomPart"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottomPart"/> <classRef key="model.global"/> </alternate> </sequence> </sequence> </content> |
Schéma Declaration | element back { tei_att.global.attributes, tei_att.declaring.attributes, ( ( tei_model.frontPart | tei_model.pLike.front | tei_model.pLike | tei_model.listLike | tei_model.global )*, ( ( tei_model.div1Like, ( tei_model.frontPart | tei_model.div1Like | tei_model.global )* ) | ( tei_model.divLike, ( tei_model.frontPart | tei_model.divLike | tei_model.global )* ) )?, ( tei_model.divBottomPart, ( tei_model.divBottomPart | tei_model.global )* )? ) } |
<bibl> (référence bibliographique.) contient une référence bibliographique faiblement structurée dans laquelle les sous-composants peuvent ou non être explicitement balisés. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] | |||||||
Module | core | ||||||
Attributs | Attributs att.declarable (@default) att.docStatus (@status) att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.sortable (@sortKey) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core: add
bibl
cit
corr
del
desc
emph
head
hi
item
l
listBibl
meeting
note
orig
p
q
quote
ref
reg
relatedItem
said
sic
stage
title
unclear header:
change
licence
rendition
sourceDesc
taxonomy msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
msItemStruct
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation textstructure: body
div
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
author
bibl
biblScope
cb
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
meeting
mentioned
milestone
name
note
num
orig
pb
ptr
pubPlace
publisher
ref
reg
relatedItem
respStmt
rs
series
sic
soCalled
term
textLang
time
title
unclear figures:
figure
notatedMusic header: availability
distributor
edition
extent
funder
idno namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff enrichissement entité nommée bibl <annotationBlock corresp="text"> <bibl change="#Unitex-3.2.0-alpha"
resp="istex" scheme="https://bibl-entity.data.istex.fr">
<term>GIRODET, Jean
(2007). Dictionnaire des pièges et difficults de la langue
française, Paris : Bordas</term> <fs type="statistics">
<f name="frequency"> <numeric value="1"/> </f> </fs> </bibl>
</annotationBlock> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.highlighted"/> <classRef key="model.pPart.data"/> <classRef key="model.pPart.edit"/> <classRef key="model.segLike"/> <classRef key="model.ptrLike"/> <classRef key="model.biblPart"/> <classRef key="model.global"/> </alternate> </content> |
||||||
Schéma Declaration | element bibl { tei_att.declarable.attributes, tei_att.docStatus.attributes, tei_att.global.attributes, tei_att.sortable.attributes, tei_att.timed.attributes, tei_att.typed.attributes, attribute scheme { text }?, ( text | tei_model.gLike | tei_model.highlighted | tei_model.pPart.data | tei_model.pPart.edit | tei_model.segLike | tei_model.ptrLike | tei_model.biblPart | tei_model.global )* } |
<biblFull> (référence bibliographique totalement structurée) contient une référence bibliographique totalement structurée : tous les composants de la description du fichier TEI y sont présents. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2. The File Description 2.2.7. The Source Description 15.3.2. Declarable Elements] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.sortable (@sortKey) att.docStatus (@status) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
listBibl
meeting
note
orig
p
q
quote
ref
reg
relatedItem
said
sic
stage
title
unclear header:
change
licence
rendition
sourceDesc
taxonomy msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation textstructure: body
div
docEdition
titlePart |
Peut contenir | |
Exemple | <biblFull> <titleStmt> <title>Hydraulique fluviale. Tome 16,
Écoulement et phénomènes de transport dans les canaux à
géométrie simple </title>
<editor> Mustafa Siddik
Altinakar</editor>
<editor> René
Walther</editor> </titleStmt> <editionStmt> <edition>2e édition
corrigée</edition> </editionStmt> <extent>627 p.</extent> <publicationStmt> <publisher>Presses
polytechniques et universitaires romandes</publisher> <pubPlace>Lausanne</pubPlace> <date>2008</date> </publicationStmt> <sourceDesc> <p>Pas de source : il s'agit d'un document
original</p> </sourceDesc>
</biblFull> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="titleStmt"/> <elementRef key="editionStmt" minOccurs="0"/> <elementRef key="extent" minOccurs="0"/> <elementRef key="publicationStmt"/> <elementRef key="seriesStmt" minOccurs="0"/> <elementRef key="notesStmt" minOccurs="0"/> </sequence> <elementRef key="sourceDesc" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="fileDesc"/> <elementRef key="profileDesc"/> </sequence> </alternate> </content> |
Schéma Declaration | element biblFull { tei_att.global.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, tei_att.docStatus.attributes, ( ( ( tei_titleStmt, tei_editionStmt?, tei_extent?, tei_publicationStmt, tei_seriesStmt?, tei_notesStmt? ), tei_sourceDesc* ) | ( tei_fileDesc, tei_profileDesc ) ) } |
<biblScope> (extension d'une référence bibliographique) définit l'extension d'une référence bibliographique, comme par exemple une liste de numéros de page, ou le nom d'une subdivision d'une oeuvre plus grande. [3.11.2.5. Scopes and Ranges in Bibliographic Citations] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.citing (@unit, @from, @to) |
Membre du | |
Contenu dans | header:
seriesStmt |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | When a single page is being cited, use the
from and to attributes with an identical value. When no clear
endpoint is provided, the from
attribute may be used without to; for
example a citation such as ‘p. 3ff’ might
be encoded It is now considered good practice to supply this element as a sibling (rather than a child) of <imprint>, since it supplies information which does not constitute part of the imprint. |
Exemple | <biblScope>pp 12–34</biblScope>
<biblScope from="12" to="34" unit="page"/>
<biblScope unit="volume">II</biblScope>
<biblScope unit="page">12</biblScope> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element biblScope { tei_att.global.attributes, tei_att.citing.attributes, tei_macro.phraseSeq } |
<biblStruct> (référence bibliographique structurée) contient une référence bibliographique dans laquelle seuls des sous-éléments bibliographiques apparaissent et cela, selon un ordre déterminé. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) att.typed (@type, @subtype) att.sortable (@sortKey) att.docStatus (@status) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
listBibl
meeting
note
orig
p
q
quote
ref
reg
relatedItem
said
sic
stage
title
unclear header:
change
licence
rendition
sourceDesc
taxonomy msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
msItemStruct
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation textstructure: body
div
docEdition
titlePart |
Peut contenir | core:
analytic
citedRange
monogr
note
ptr
ref
relatedItem
series |
Exemple | <biblStruct> <monogr> <author>Anouilh, Jean</author> <title>Antigone</title> <edition>première édition</edition> <imprint> <publisher>in Nouvelles pièces noires, La
Table ronde</publisher>
<pubPlace>Paris</pubPlace> <date>1955</date> </imprint> </monogr>
</biblStruct> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="analytic" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="unbounded" minOccurs="1"> <elementRef key="monogr"/> <elementRef key="series" maxOccurs="unbounded" minOccurs="0"/> </sequence> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.noteLike"/> <classRef key="model.ptrLike"/> <elementRef key="relatedItem"/> <elementRef key="citedRange"/> </alternate> </sequence> </content> |
Schéma Declaration | element biblStruct { tei_att.global.attributes, tei_att.declarable.attributes, tei_att.typed.attributes, tei_att.sortable.attributes, tei_att.docStatus.attributes, ( tei_analytic*, ( tei_monogr, tei_series* )+, ( tei_model.noteLike | tei_model.ptrLike | tei_relatedItem | tei_citedRange )* ) } |
<bicond> (contrainte bi-conditionnelle de structure de traits) définit une contrainte bi-conditionnelle de structure de traits ; la conséquence et l'antécédent sont tous deux indiqués comme structures de traits ou comme groupes de structures de traits ; la contrainte est satisfaite si chacun des deux englobe une structure de traits donnée, ou si aucun ne le fait [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fsConstraints |
Peut contenir | |
Exemple | <bicond> <fs> <f name="FOO"> <symbol value="42"/> </f> </fs>
<iff/> <fs> <f name="BAR"> <binary value="true"/> </f> </fs>
</bicond> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="fs"/> <elementRef key="f"/> </alternate> <elementRef key="iff"/> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="fs"/> <elementRef key="f"/> </alternate> </sequence> </content> |
Schéma Declaration | element bicond { tei_att.global.attributes, ( ( tei_fs | tei_f ), tei_iff, ( tei_fs | tei_f ) ) } |
<binary> (valeur binaire) représente la partie ‘valeur’ d'une spécification trait-valeur qui peut contenir l'une ou l'autre des deux valeurs possibles. [18.2. Elementary Feature Structures and the Binary Feature Value] | |||||||
Module | iso-fs | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datcat (@datcat, @valueDatcat)
|
||||||
Membre du | |||||||
Contenu dans | |||||||
Peut contenir | Elément vide | ||||||
Note | L'attribut value
peut prendre n'importe quelle valeur acceptée pour les attributs
de type booléen dans les recommandations du W3C : cela inclut
par exemple les chaînes |
||||||
Exemple | <f name="strident">
<binary value="true"/>
</f>
<f name="exclusive"> <binary value="false"/>
</f> |
||||||
Modèle de contenu | <content> </content> |
||||||
Schéma Declaration | element binary { tei_att.global.attributes, tei_att.datcat.attributes, attribute value { text }, empty } |
<binaryObject> fournit des données binaires encodées qui représentent une image ou un autre objet insérés dans le texte ou dans un autre objet. [3.9. Graphics and Other Non-textual Components] | |||||||
Module | core | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.media (@width, @height, @scale) (att.internetMedia (@mimeType)) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePage
titlePart |
||||||
Peut contenir | Des données textuelles uniquement | ||||||
Exemple | <binaryObject mimeType="image/gif">
R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwy
GHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ
+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnK
PjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6
mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3u
Nna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH hhx4dbgYKAAA7</binaryObject> |
||||||
Modèle de contenu | <content> <textNode/> </content> |
||||||
Schéma Declaration | element binaryObject { tei_att.global.attributes, tei_att.media.attributes, tei_att.timed.attributes, tei_att.typed.attributes, attribute encoding { list { + } }?, text } |
<binding> (reliure) contient la description d'une reliure, i.e. du type de couverture, d'ais, etc., rencontrés. [10.7.3.1. Binding Descriptions] | |||||||||
Module | msdescription | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod))
|
||||||||
Contenu dans | msdescription: bindingDesc |
||||||||
Peut contenir | |||||||||
Exemple | <binding contemporary="true"> <p> <index indexName="typo_reliure"> <term>Reliure à la grecque, sur
ais</term> </index> <index indexName="typo_decor"> <term>Décor de rinceaux</term> </index> Reliure à la grecque en <material>maroquin</material> orange</p> <decoNote type="plats"> aux
armes de Henri II dorées sur une pièce de maroquin olive
découpée à la forme exacte des armes (104 mm), mosaïquée dans un
rectangle central aux angles orné d'un léger motif de
rinceaux peints en noir, le tout encadré d'une large bordure
mosaïquée de maroquin rouge, à plein décor de rinceaux dorés
(incluant un croissant dans les angles) dessinés en réserve
sur un fond pointillé doré.</decoNote> <decoNote type="plat_sup">Au
plat supérieur, titre <q>i •
schonerii • opera •</q> doré
au-dessus du bloc armorial.</decoNote> <decoNote type="plat_inf"/>
<decoNote type="dos">Dos long à décor analogue avec pièces
losangées de maroquin rouge et brun mosaïquées,
respectivement au centre et aux deux extrémités du dos, ornées
d'un décor de rinceaux doré en réserve sur un fond doré
pointillé, avec fer azuré au chapeau à chaque extrémité ;
chaque pièce de maroquin est redessinée par un encadrement
argenté, lui-même complété de rinceaux sur les côtés et
relevé par des traits tracés de plume à effet de
rayures.</decoNote>
<decoNote type="tranchefiles">Tranchefiles doubles
bicolores : points droits sur chevrons, bleus et jaunes.</decoNote> <decoNote type="coupes">Chants des ais rainurés.</decoNote> <decoNote type="annexes">Traces de petits boulons aux
angles du rectangle intérieur ; traces des quatre lanières
tressées d'origine sur les deux plats ; pas de traces de
sabots.</decoNote> <decoNote type="tranches">Tranches dorées, ciselées et
peintes (teinte rosée), à décor de rinceaux incluant des
éléments de l'héraldique royale : triple croissant en tête,
grand H couronné associé à un croissant en gouttière, chiffre
HH en queue.</decoNote>
<decoNote type="contreplats"/> <decoNote type="chasses">Absence
de chasses.</decoNote>
<!-- Description des gardes : gardes
blanches ; gardes couleurs (marbrées, gaufrées, peintes,
dominotées, etc.) généralement suivies de gardes blanches ;
dans tous les cas, spécifier le nombre de gardes (début +
fin du volume)--> <decoNote type="gardes">Gardes
(3+2), filigrane <watermark>B</watermark>. </decoNote>
<!-- Élément qui inclut aussi bien des
remarques sur la couture que les charnières, claies ou modes
d'attaches des plats : tous éléments de la structure dont la
description est jugée utile à la description et
l'identification de la reliure--> <decoNote type="structure"/> <condition/>
</binding> |
||||||||
Exemple | <bindingDesc> <binding contemporary="true"> <p> <index indexName="typo_reliure">
<term>Reliure à
décor</term> </index> <index indexName="typo_decor"> <term>Compartiments espacés</term> </index> Reliure en <material>maroquin</material> rouge sombre</p> <decoNote type="plats"> aux
armes du chancelier Pierre Séguier, à décor de compartiments
complétés de fers filigranés, parmi lesquels un fer à la
petite tête (type B).</decoNote> <decoNote type="plat_sup"/>
<decoNote type="plat_inf"/> <decoNote type="dos">Dos à 6
nerfs, à décor filigrané analogue ; palette ornée sur les
nerfs et en tête et queue du dos ; titrage dans le 2e
caisson.</decoNote>
<decoNote type="tranchefiles">Tranchefiles à chapiteau
tricolore (bleu, blanc et rose).</decoNote> <decoNote type="coupes">Coupes
ornées.</decoNote>
<decoNote type="annexes"/> <decoNote type="tranches">Tranches dorées.</decoNote> <decoNote type="contreplats">Contregardes en papier
marbré à petit peigne, dans les tons bleu, blanc, jaune,
rouge et blanc.</decoNote>
<decoNote type="chasses">Chasses ornées.</decoNote>
<!-- Description des gardes : gardes
blanches ; gardes couleurs (marbrées, gaufrées, peintes,
dominotées, etc.) généralement suivies de gardes blanches ;
dans tous les cas, spécifier le nombre de gardes (début +
fin du volume)--> <decoNote type="gardes">
<watermark/> </decoNote>
<!-- Élément qui inclut aussi bien des
remarques sur la couture que les charnières, claies ou modes
d'attaches des plats : tous éléments de la structure dont la
description est jugée utile à la description et
l'identification de la reliure--> <decoNote type="structure"/> <condition>Quelques taches sombres <!--surla --> sur le plat
supérieur et larges éraflures du cuir au plat inférieur.
Restauration en queue du mors inférieur (bande de
cuir).</condition> </binding>
</bindingDesc> |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.pLike"/> <elementRef key="condition"/> <elementRef key="decoNote"/> </alternate> </content> |
||||||||
Schéma Declaration | element binding { tei_att.global.attributes, tei_att.datable.attributes, attribute contemporary { text }?, ( tei_model.pLike | tei_condition | tei_decoNote )+ } |
<bindingDesc> (description de la reliure) décrit les reliures actuelles et anciennes d'un manuscrit, soit en une série de paragraphes p, soit sous la forme d'une série d'éléments <binding>, un pour chaque reliure [10.7.3.1. Binding Descriptions] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | |
Exemple | <bindingDesc> <binding contemporary="true"> <p> <index indexName="typo_reliure">
<term>Reliure à
décor</term> </index> <index indexName="typo_decor"> <term>Décor mosaïqué, avec formes géométriques
à répétition</term> </index> Reliure en <material>maroquin</material> citron</p> <decoNote type="plats">à décor
mosaïqué dit à répétition, dont l’effet de dallage est
obtenu par des pièces polylobées de maroquin noir, ornée chacune
d’une composition de petits fers plein or, cantonnées de
petits disques de maroquin rouge ponctué chacun d’un cercle
plein or, le tout serti de filets dorés courbes.</decoNote> <decoNote type="plat_sup"/> <decoNote type="plat_inf"/>
<decoNote type="dos">Dos à 5 nerfs à décor analogue (pièce
polylobée de maroquin noir avec composition identique,
cantonnée de quatre disques rouges, ponctués du même cercle
plein or) ; filets dorés sur les nerfs ; pièce de titre rouge
dans le 2e caisson, soulignée de deux lignes de points
dorés identiques à celle portée en tête et queue du dos,
sur une bande de maroquin noir.</decoNote> <decoNote type="tranchefiles">Tranchefiles simples droites,
tricolores (noir, bleu et rose).</decoNote> <decoNote type="coupes">Coupes
dorées, proposant en alternance un filet simple et une
succession de traits obliques.</decoNote> <decoNote type="annexes">Signet
de soie rose.</decoNote>
<decoNote type="tranches">Tranches dorées sur marbrure
à motif caillouté, dans les tons bleu et rose.</decoNote> <decoNote type="contreplats"/> <decoNote type="chasses">Chasses
ornées d’une roulette à motif de zigzag.</decoNote>
<!-- Description des gardes : gardes
blanches ; gardes couleurs (marbrées, gaufrées, peintes,
dominotées, etc.) généralement suivies de gardes blanches ;
dans tous les cas, spécifier le nombre de gardes (début +
fin du volume)--> <decoNote type="gardes">Gardes
en papier plein or et gardes blanches (1 + 1), sans
filigrane.<watermark/>
</decoNote>
<!-- Élément qui inclut aussi bien des
remarques sur la couture que les charnières, claies ou modes
d'attaches des plats : tous éléments de la structure dont la
description est jugée utile à la description et
l'identification de la reliure--> <decoNote type="structure"/> <condition/> </binding>
</bindingDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.pLike"/> <elementRef key="decoNote"/> <elementRef key="condition"/> </alternate> <elementRef key="binding" maxOccurs="unbounded" minOccurs="1"/> </alternate> </content> |
Schéma Declaration | element bindingDesc { tei_att.global.attributes, ( ( tei_model.pLike | tei_decoNote | tei_condition )+ | tei_binding+ ) } |
<body> (corps du texte) contient la totalité du corps d’un seul texte simple, à l’exclusion de toute partie pré- ou post-liminaire. [4. Default Text Structure] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) |
Contenu dans | textstructure: floatingText
text |
Peut contenir | core:
bibl
biblStruct
cb
cit
desc
divGen
gap
gb
head
index
l
label
lb
lg
list
listBibl
meeting
milestone
note
p
pb
q
quote
said
sp
stage figures:
figure
notatedMusic
table header:
biblFull spoken: annotationBlock textstructure:
div
docAuthor
docDate
floatingText transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <body> <l>Nu scylun hergan hefaenricaes uard</l> <l>metudæs maecti end his modgidanc</l> <l>uerc uuldurfadur sue he uundra gihuaes</l> <l>eci dryctin or astelidæ</l> <l>he aerist scop aelda barnum</l> <l>heben til hrofe haleg scepen.</l> <l>tha middungeard moncynnæs uard</l> <l>eci dryctin æfter tiadæ</l> <l>firum foldu frea allmectig</l> <trailer>primo cantauit Cædmon istud
carmen.</trailer>
</body> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="1" minOccurs="0"> <classRef key="model.divTop"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.divTop"/> </alternate> </sequence> <sequence maxOccurs="1" minOccurs="0"> <classRef key="model.divGenLike"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.divLike"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.div1Like"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <sequence maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.common"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <alternate maxOccurs="1" minOccurs="0"> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.divLike"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.div1Like"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.divGenLike"/> </alternate> </sequence> </alternate> </sequence> </alternate> <sequence maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottom"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element body { tei_att.global.attributes, tei_att.declaring.attributes, ( tei_model.global*, ( tei_model.divTop, ( tei_model.global | tei_model.divTop )* )?, ( tei_model.divGenLike, ( tei_model.global | tei_model.divGenLike )* )?, ( ( tei_model.divLike, ( tei_model.global | tei_model.divGenLike )* )+ | ( tei_model.div1Like, ( tei_model.global | tei_model.divGenLike )* )+ | ( ( tei_model.common, tei_model.global* )+, ( ( tei_model.divLike, ( tei_model.global | tei_model.divGenLike )* )+ | ( tei_model.div1Like, ( tei_model.global | tei_model.divGenLike )* )+ )? ) ), ( tei_model.divBottom, tei_model.global* )* ) } |
<c> (caractère) représente un caractère [17.1. Linguistic Segment Categories] | |
Module | analysis |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Des données textuelles uniquement |
Note | Contient un seul caractère, un élément <g> ou une suite de graphèmes à traiter comme un seul caractère. L'attribut type est utilisé pour indiquer la fonction de cette segmentation, avec des valeurs telles que letter, punctuation, ou digit, etc. |
Exemple | <c type="punctuation">?</c> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element c { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.xtext } |
<category> (catégorie) contient une catégorie descriptive particulière, éventuellement intégrée dans une catégorie de niveau supérieur, à l’intérieur d’une taxinomie définie par l’utilisateur. [2.3.7. The Classification Declaration] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Exemple | <category xml:id="fr_tax.a.d2">
<catDesc>Récits de
voyage</catDesc>
</category>
<bibl>indexation selon le
système d'indexation RAMEAU, géré par la Bibliothèque nationale
de France</bibl> |
Exemple | <category xml:id="fr_b1"> <catDesc>Devinettes et énigmes
</catDesc> <category xml:id="fr_b11"> <catDesc>Anagrammes </catDesc> </category>
</category> |
Exemple | <category xml:id="LIT"> <catDesc xml:lang="pl">literatura piękna</catDesc> <catDesc xml:lang="en">fiction</catDesc> <category xml:id="LPROSE"> <catDesc xml:lang="pl">proza</catDesc> <catDesc xml:lang="en">prose</catDesc> </category> <category xml:id="LPOETRY"> <catDesc xml:lang="pl">poezja</catDesc> <catDesc xml:lang="en">poetry</catDesc> </category> <category xml:id="LDRAMA"> <catDesc xml:lang="pl">dramat</catDesc> <catDesc xml:lang="en">drama</catDesc> </category>
</category> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="catDesc" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.descLike"/> <classRef key="model.glossLike"/> </alternate> </alternate> <elementRef key="category" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element category { tei_att.global.attributes, ( ( catDesc+ | ( tei_model.descLike | tei_model.glossLike )* ), tei_category* ) } |
<cb> (saut de colonne) marque le début d'une nouvelle colonne de texte sur une page multi-colonne. [3.10.3. Milestone Elements] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.edition (@ed, @edRef) att.spanning (@spanTo) att.breaking (@break) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | L'attribut global n donne un nouveau numéro ou une autre valeur à la colonne qui suit l'élément <cb>. Les encodeurs doivent faire un choix clair, et s'y tenir, entre l'option consistant à se fonder sur la séquence physique des colonnes dans le texte entier, et celle qui consiste à se fonder sur la numérotation des colonnes à l'intérieur de la page. L'élément <cb> apparaît en haut de la colonne à laquelle il se rapporte. |
Exemple | Markup of an early English dictionary printed
in two columns: <pb/>
<cb n="1"/>
<entryFree> <form>Well</form>, <sense>a Pit to hold Spring-Water</sense>: <sense>In the Art of <hi rend="italic">War</hi>, a Depth the Miner
sinks into the Ground, to find out and disappoint the Enemies
Mines, or to prepare one</sense>. </entryFree>
<entryFree>To <form>Welter</form>, <sense>to wallow</sense>, or <sense>lie groveling</sense>.</entryFree>
<!-- remainder of column -->
<cb n="2"/>
<entryFree> <form>Wey</form>, <sense>the greatest Measure for dry Things,
containing five Chaldron</sense>. </entryFree>
<entryFree> <form>Whale</form>, <sense>the greatest of Sea-Fishes</sense>. </entryFree> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element cb { tei_att.global.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } |
<cell> (cellule) contient une cellule d'un tableau. [14.1.1. TEI Tables] | |
Module | figures |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.tableDecoration (@role, @rows, @cols) |
Contenu dans | figures: row |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <row>
<cell role="label">Comportement général</cell> <cell role="data">Non
satisfaisant, à cause de son inexactitude et de son
inconséquence</cell>
</row> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element cell { tei_att.global.attributes, tei_att.tableDecoration.attributes, tei_macro.specialPara } |
<change> résume une modification ou une correction apportée à une version particulière d’un texte électronique partagé entre plusieurs chercheurs. [2.6. The Revision Description 2.4.1. Creation 11.7. Identifying Changes and Revisions] | |||||||
Module | header | ||||||
Attributs | Attributs att.ascribed (@who) att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.docStatus (@status) att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype)
|
||||||
Contenu dans | header: revisionDesc msdescription:
recordHist |
||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Note | Les modifications doivent être enregistrées dans l'ordre, par exemple la plus récente en premier. |
||||||
Exemple | <titleStmt> <title> ... </title> <editor xml:id="fr_GK">G.K.</editor> <respStmt xml:id="fr_RT"> <resp>copie</resp> <name>R.T.</name> </respStmt>
</titleStmt>
<revisionDesc> <change when="2008-02-02" who="#fr_RT">Fin du chapitre 23</change> <change when="2008-01-02" who="#fr_RT">FIn du chapitre 2</change> <change n="P2.2" when="1991-12-21" who="#fr_GK">Ajout
d'exemples dans la section 3</change> <change when="1991-11-11" who="#fr_MSM">Suppression du chapitre 10</change>
</revisionDesc> |
||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||
Schéma Declaration | element change { tei_att.ascribed.attributes, tei_att.datable.attributes, tei_att.docStatus.attributes, tei_att.global.attributes, tei_att.typed.attributes, attribute target { list { + } }?, tei_macro.specialPara } |
<choice> (choix) regroupe un certain nombre de balisages alternatifs possibles pour un même endroit dans un texte. [3.4. Simple Editorial Changes] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Note | Parce que les éléments contenus par un élément <choice> correspondent tous à des solutions possibles pour encoder la même séquence, il est naturel de les envisager comme exclusifs les uns des autres. Toutefois il peut y avoir des cas où la pleine représentation d'un texte requiert de considérer ces encodages alternatifs comme parallèles. A Noter aussi que les <choice> peuvent s'imbriquer. Pour une version de <choice> spécialisée pour l'encodage de témoins multiples d'une même oeuvre, l'élément <app> peut etre préférable : voir la section 12.1. The Apparatus Entry, Readings, and Witnesses. |
Exemple | L'encodage d'une édition des Essais pourra faire état à la fois des
formes originales et des formes modernisées correspondantes:. <p>Ainsi lecteur, je suis<choice> <orig>moy-mesmes</orig> <reg>moi-même</reg> </choice> la matière de mon livre : ce n'est
pas raison que tu emploies ton loisir en un <choice> <orig>subject</orig> <reg>sujet</reg> </choice>si frivole et si vain.</p> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.choicePart"/> <elementRef key="choice"/> </alternate> </content> |
Schéma Declaration | element choice { tei_att.global.attributes, ( tei_model.choicePart | tei_choice )* } |
<cit> (citation) citation provenant d'un autre document comprenant la référence bibliographique de sa source. Dans un dictionnaire il peut contenir un exemple avec au moins une occurrence du mot employé dans l’acception qui est décrite, ou une traduction du mot-clé, ou un exemple. [3.3.3. Quotation 4.3.1. Grouped Texts 9.3.5.1. Examples] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | figures:
figure
notatedMusic header: biblFull textstructure: floatingText transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <cit>
<quote>Regarde de tous
tes yeux, regarde</quote>
<bibl>Jules Verne,
Michel Strogof</bibl>
</cit> |
Exemple | <entry> <form> <orth>to horrify</orth> </form> <cit type="translation" xml:lang="en"> <quote>horrifier</quote> </cit> <cit type="example">
<quote>she was
horrified at the expense.</quote> <cit type="translation" xml:lang="en"> <quote>elle était horrifiée par
la dépense.</quote> </cit> </cit>
</entry> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.qLike"/> <classRef key="model.egLike"/> <classRef key="model.biblLike"/> <classRef key="model.ptrLike"/> <classRef key="model.global"/> <classRef key="model.entryPart"/> </alternate> </content> |
Schéma Declaration | element cit { tei_att.global.attributes, tei_att.typed.attributes, ( tei_model.qLike | tei_model.egLike | tei_model.biblLike | tei_model.ptrLike | tei_model.global | tei_model.entryPart )+ } |
<citedRange> (cited range) defines the range of cited content, often represented by pages or other units [3.11.2.5. Scopes and Ranges in Bibliographic Citations] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.citing (@unit, @from, @to) |
Membre du | |
Contenu dans | core: bibl
biblStruct |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | When a single page is being cited, use the
from and to attributes with an identical value. When no clear
endpoint is provided, the from
attribute may be used without to; for
example a citation such as ‘p. 3ff’ might
be encoded |
Exemple | <citedRange>pp 12–13</citedRange>
<citedRange from="12" to="13" unit="page"/>
<citedRange unit="volume">II</citedRange>
<citedRange unit="page">12</citedRange> |
Exemple | <bibl> <ptr target="#mueller01"/>,
<citedRange target="http://example.com/mueller3.xml#page4">vol.
3, pp. 4-5</citedRange>
</bibl> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element citedRange { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.citing.attributes, tei_macro.phraseSeq } |
<classCode> (code de classification) contient le code de classification attribué à ce texte en référence à un système standard de classification. [2.4.3. The Text Classification] | |||||||
Module | header | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Contenu dans | |||||||
Peut contenir | core:
abbr
address
cb
choice
date
distinct
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
mentioned
milestone
name
note
num
pb
ptr
ref
rs
soCalled
term
time
title figures:
figure
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des
données textuelles |
||||||
Exemple | <classCode scheme="http://www.udc.org">410</classCode> |
||||||
Exemple | <classCode scheme="http://www.oclc.org/">801</classCode>
<bibl>classification
Dewey</bibl> |
||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq.limited"/> </content> |
||||||
Schéma Declaration | element classCode { tei_att.global.attributes, attribute scheme { text }, tei_macro.phraseSeq.limited } |
<classDecl> (déclaration de classification) contient une ou plusieurs taxinomies définissant les codes de classification utilisés n’importe où dans le texte. [2.3.7. The Classification Declaration 2.3. The Encoding Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | header: encodingDesc |
Peut contenir | header:
taxonomy |
Exemple | <classDecl> <taxonomy xml:id="RAMEAU"> <bibl>Répertoire d'autorité-matière
encyclopédique et alphabétique unifié (RAMEAU) de la
Bibliothèque nationale de France. <ptr target="http://rameau.bnf.fr/"/> </bibl> </taxonomy>
</classDecl>
<!-- ... -->
<textClass> <keywords scheme="#RAMEAU"> <term>Bien et mal -- Enseignement
coranique</term> </keywords>
</textClass> |
Modèle de contenu | <content> <elementRef key="taxonomy" maxOccurs="unbounded" minOccurs="1"/> </content> |
Schéma Declaration | element classDecl { tei_att.global.attributes, tei_taxonomy+ } |
<collation> (collation) contient la description de l'organisation des feuillets ou bifeuillets d'un manuscrit [10.7.1. Object Description] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: supportDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <collation>The written leaves preceded by an
original flyleaf, conjoint with the pastedown.</collation> |
Exemple | <collation> <p> <formula>1-5.8 6.6 (catchword, f. 46, does not
match following text) 7-8.8 9.10, 11.2 (through f. 82)
12-14.8 15.8(-7)</formula>
<catchwords>Catchwords
are written horizontally in center or towards the right lower
margin in various manners: in red ink for quires 1-6 (which
are also signed in red ink with letters of the alphabet and
arabic numerals); quires 7-9 in ink of text within yellow
decorated frames; quire 10 in red decorated frame; quire 12 in
ink of text; quire 13 with red decorative slashes; quire 14
added in cursive hand.</catchwords> </p>
</collation> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element collation { tei_att.global.attributes, tei_macro.specialPara } |
<collection> (collection) Contient le nom d'une collection de manuscrits, ceux-ci ne se trouvant pas nécessairement dans le même lieu de conservation. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) |
Contenu dans | msdescription: altIdentifier
msIdentifier |
Peut contenir | Des données textuelles uniquement |
Exemple | <msIdentifier> <country>USA</country> <region>California</region> <settlement>San Marino</settlement> <repository>Huntington Library</repository> <collection>Ellesmere</collection> <idno>El 26 C 9</idno> <msName>The Ellesmere Chaucer</msName>
</msIdentifier> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element collection { tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_macro.xtext } |
<colophon> (colophon) contient le colophon d'une section d'un manuscrit, c'est-à-dire la transcription des informations relatives à la date, au lieu, à l'organisme commanditaire ou aux raisons de la production du manuscrit. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.msExcerpt (@defective) |
Membre du | |
Contenu dans | msdescription: msItem
msItemStruct |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <colophon>Ricardus Franciscus Scripsit Anno
Domini 1447.</colophon> |
Exemple | <colophon>Orate pro scriba que scripsit hunc
librum : Nomen ejus Elisabeth.</colophon> |
Exemple | <colophon>Explicit expliceat/scriptor ludere
eat.</colophon> |
Exemple | <colophon>Explicit venenum viciorum domini
illius, qui comparavit Anno domini Millessimo Trecentesimo
nonagesimo primo, Sabbato in festo sancte Marthe virginis
gloriose. Laus tibi criste quia finitur libellus iste.</colophon> |
Exemple | <colophon>Explicit expliceat/scriptor ludere
eat.</colophon> |
Exemple | <colophon>Explicit venenum viciorum domini
illius, qui comparavit Anno domini Millessimo Trecentesimo
nonagesimo primo, Sabbato in festo sancte Marthe virginis
gloriose. Laus tibi criste quia finitur libellus iste.</colophon> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element colophon { tei_att.global.attributes, tei_att.msExcerpt.attributes, tei_macro.phraseSeq } |
<cond> (contrainte conditionnelle de structure de traits) définit une contrainte conditionnelle de structure de traits ; la conséquence et l'antécédent sont indiqués comme structures de traits ou comme groupes de structures de traits ; la contrainte est satisfaite si à la fois l'antécédent et la conséquence englobent une structure de traits donnée, ou si l'antécédent ne l'englobe pas [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fsConstraints |
Peut contenir | |
Note | Peut contenir une structure de traits précédente, un élément vide <then> et une structure de traits suivante. |
Exemple | <cond> <fs> <f name="BAR"> <symbol value="1"/> </f> </fs>
<then/> <fs> <f name="SUBCAT">
<binary value="false"/> </f> </fs>
</cond> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="fs"/> <elementRef key="f"/> </alternate> <elementRef key="then"/> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="fs"/> <elementRef key="f"/> </alternate> </sequence> </content> |
Schéma Declaration | element cond { tei_att.global.attributes, ( ( tei_fs | tei_f ), tei_then, ( tei_fs | tei_f ) ) } |
<condition> (état matériel) contient la description de l'état matériel du manuscrit. [10.7.1.5. Condition] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: binding
bindingDesc
sealDesc
supportDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <condition> Traces de mouillures anciennes
plus ou moins importantes au bas des feuillets, qui n'ont pas
affecté la reliure ; éraflure en tête du plat inférieur. </condition>
<condition>Eraflures sur les
deux plats, tache d'humidité dans la partie supérieure du plat
inférieur ; mors fendus en tête et en queue avec zones
restaurées (minces bandes de maroquin).</condition> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element condition { tei_att.global.attributes, tei_macro.specialPara } |
<corr> (correction) contient la forme correcte d'un passage qui est considéré erroné dans la copie du texte. [3.4.1. Apparent Errors] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | Si l'on veut mettre l'accent sur le fait que
le texte a été corrigé, <corr> seul sera employé: Tel est le chat Rutterkin des sorcières
Margaret et Filippa Flower, qui furent <corr>brûlées</corr> à Lincoln, le 11 mars 1619, pour avoir
envoûté un parent du comte de Rutland. |
Exemple | Il est aussi possible d'associer <choice> et<sic>, pour donner une lecture
incorrecte : Tel est le chat Rutterkin des sorcières
Margaret et Filippa Flower, qui furent<choice> <sic>prûlées</sic> <corr>brûlées</corr>
</choice> à Lincoln, le 11
mars 1619, pour avoir envoûté un parent du comte de
Rutland. |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element corr { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_macro.paraContent } |
<correction> (règles de correction) établit comment et dans quelles circonstances des corrections ont été apportées au texte. [2.3.3. The Editorial Practices Declaration 15.3.2. Declarable Elements] | |||||||||||||||||
Module | header | ||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.declarable (@default)
|
||||||||||||||||
Contenu dans | — |
||||||||||||||||
Peut contenir | |||||||||||||||||
Note | Utilisé pour noter le résultat de la comparaison du texte et de l'original en indiquant par exemple si les différences ont été faites sans être marquées, ou si elles ont été marquées en utilisant les balises éditoriales décrites dans la section 3.4. Simple Editorial Changes. |
||||||||||||||||
Exemple | <correction> <p>Les erreurs de transcriptions ont été
détectées et corrigées à l'aide du correcteur Cordial 2006 -
Synapse</p>
</correction> |
||||||||||||||||
Modèle de contenu | <content> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> </content> |
||||||||||||||||
Schéma Declaration | element correction { tei_att.global.attributes, tei_att.declarable.attributes, attribute status { "high" | "medium" | "low" | "unknown" }?, attribute method { "silent" | "markup" }?, tei_model.pLike+ } |
<creation> (création) contient des informations concernant la création d’un texte. [2.4.1. Creation 2.4. The Profile Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Membre du | |
Contenu dans | header: profileDesc |
Peut contenir | core:
abbr
address
choice
date
distinct
email
emph
expan
foreign
gloss
hi
measure
measureGrp
mentioned
name
num
ptr
ref
rs
soCalled
term
time
title header:
idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des données textuelles |
Note | L’élément <creation> peut être utilisé pour détailler des éléments concernant l’origine du texte, c’est-à-dire sa date et son lieu de composition ; on ne doit pas le confondre avec l'élément <publicationStmt> qui contient la date et le lieu de publication. |
Exemple | <creation> <date>Avant 1987</date>
</creation> |
Exemple | <creation> <date when="1988-07-10">10
Juillet 1988</date>
</creation> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.limitedPhrase"/> <elementRef key="listChange"/> </alternate> </content> |
Schéma Declaration | element creation { tei_att.global.attributes, tei_att.datable.attributes, ( text | tei_model.limitedPhrase | listChange )* } |
<custEvent> (événement dans la conservation) décrit un événement dans l'histoire de la conservation du manuscrit. [10.9.1.2. Availability and Custodial History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.typed (@type, @subtype) |
Contenu dans | msdescription: custodialHist |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <custEvent type="photography">Photographed by David
Cooper on <date>12 Dec
1964</date>
</custEvent> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element custEvent { tei_att.global.attributes, tei_att.datable.attributes, tei_att.typed.attributes, tei_macro.specialPara } |
<custodialHist> (histoire de la conservation) contient des informations sur l'histoire de la conservation, soit en texte libre, soit sous la forme d'une série d'éléments <custEvent>. [10.9.1.2. Availability and Custodial History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: adminInfo |
Peut contenir | |
Exemple | <custodialHist> <custEvent notAfter="1963-02" notBefore="1961-03" type="conservation"> Conserved between
March 1961 and February 1963 at Birgitte Dalls
Konserveringsværksted.</custEvent> <custEvent notAfter="1988-05-30" notBefore="1988-05-01" type="photography"> Photographed in May
1988 by AMI/FA.</custEvent>
<custEvent notAfter="1989-11-13" notBefore="1989-11-13" type="transfer-dispatch"> Dispatched to
Iceland 13 November 1989.</custEvent>
</custodialHist> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <elementRef key="custEvent" maxOccurs="unbounded" minOccurs="1"/> </alternate> </content> |
Schéma Declaration | element custodialHist { tei_att.global.attributes, ( tei_model.pLike+ | tei_custEvent+ ) } |
<damage> (dommage) sert à encoder une zone qui a subi des dommages dans le manuscrit témoin du texte. [11.3.3.1. Damage, Illegibility, and Supplied Text] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.damaged (@agent, @degree, @group) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.written (@hand)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Puisque les dégâts causés aux témoins du texte les rendent fréquemment plus difficiles à lire, l'élément<damage> contiendra souvent un élément <unclear>. Si la zone endommagée n'est pas continue (par exemple une tache affectant plusieurs morceaux de texte), on utilisera l'attributgroup pour regrouper plusieurs éléments <damage> ; alternativement, on utilisera l'élément <join>pour indiquer quels éléments <damage> et <unclear> sont liés au même phénomène physique. Les éléments <damage>, <gap>, <del>, <unclear> et<supplied> peuvent être utilisés en étroite association. Voir la section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination pour savoir en quelle circonstance chacun de ces éléments est approprié. |
Exemple | <l>The Moving Finger wri<damage agent="water" group="1">es; and</damage> having writ,</l>
<l>Moves <damage agent="water" group="1"> <supplied>on: nor all your</supplied> </damage> Piety nor Wit</l> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element damage { tei_att.global.attributes, tei_att.typed.attributes, tei_att.damaged.attributes, tei_macro.paraContent } |
<damageSpan> (partie de texte endommagée) marque le début d'une longue partie de texte, endommagée d'une manière quelconque mais toujours lisible. [11.3.3.1. Damage, Illegibility, and Supplied Text] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.damaged (@agent, @degree, @group) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) (att.written (@hand)) att.typed (@type, @subtype) att.spanning (@spanTo) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Le début et la fin de la partie de texte endommagée doivent être marqués : le début, par l'élément <damageSpan>, la fin au moyen de la cible de l'attribut spanTo : si aucun autre élément n'est disponible, l'élément <anchor> est utilisé à cette fin. Le texte endommagé doit être au moins partiellement lisible, afin que l'encodeur soit capable de le transcrire. S'il n'est pas lisible du tout, l'élément <damageSpan> ne devrait pas être utilisé. L'élément <gap> ou <unclear> devrait être plutôt employé, avec un attribut reason dont la valeur donnerait la cause de cette lecture impossible. Voir les autres sections 11.3.3.1. Damage, Illegibility, and Supplied Text et 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination. |
Exemple | <p>Paragraph partially damaged. This is the
undamaged portion <damageSpan spanTo="#fr_a34"/>and
this the damaged portion of the paragraph.</p>
<p>This paragraph is entirely
damaged.</p>
<p>Paragraph partially
damaged; in the middle of this paragraph the damage ends and the
anchor point marks the start of the <anchor xml:id="fr_a34"/>
undamaged part of the text. ...</p> |
Schematron |
<s:assert test="@spanTo">The @spanTo attribute of
<s:name/> is required.</s:assert> |
Schematron |
<s:assert test="@spanTo">L'attribut spanTo est
requis.</s:assert> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element damageSpan { tei_att.global.attributes, tei_att.damaged.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } |
<date> (date) contient une date exprimée dans n'importe quel format. [3.5.4. Dates and Times 2.2.4. Publication, Distribution, Licensing, etc. 2.6. The Revision Description 3.11.2.4. Imprint, Size of a Document, and Reprint Information 15.2.3. The Setting Description 13.3.6. Dates and Times] | |||||||
Module | core | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.duration
(att.duration.w3c (@dur)) (att.duration.iso (@dur-iso))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
analytic
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
publicationStmt
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff entité nommée Date <annotationBlock corresp="text"> <date change="#Unitex-3.2.0-alpha"
resp="istex" scheme="https://date-entity.data.istex.fr">
<term>1997</term> <fs type="statistics">
<f name="frequency"> <numeric value="7"/> </f> </fs> </date>
</annotationBlock> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> |
||||||
Schéma Declaration | element date { tei_att.global.attributes, tei_att.datable.attributes, tei_att.duration.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, attribute scheme { text }?, ( text | tei_model.gLike | tei_model.phrase | tei_model.global )* } |
<decoDesc> (description de la décoration) contient la description de la décoration du manuscrit, soit en une série de paragraphes p, soit sous la forme d'une série d'éléments thématiques <decoNote> [10.7.3. Bindings, Seals, and Additional Material] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | |
Exemple | <decoDesc> <p>Les miracles de la Vierge, par Gautier de
Coinci ; un volume in-fol. de 285 feuilles, orné d'initiales
en or et en couleur,...</p>
</decoDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="decoNote" maxOccurs="unbounded" minOccurs="1"/> </sequence> </alternate> </content> |
Schéma Declaration | element decoDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_summary?, tei_decoNote+ ) ) } |
<decoNote> (note sur un élément de décoration) contient une note décrivant soit un élément de décoration du mansucrit, soit une catégorie relativement homogène de tels éléments. [10.7.3. Bindings, Seals, and Additional Material] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | msdescription: binding
bindingDesc
decoDesc
msItem
msItemStruct
seal
sealDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <bindingDesc> <decoNote type="plats"> à décor
d’entrelacs géométriques (structure de losange et rectangle)
complété de fers évidés.</decoNote> <decoNote type="plat_sup">Titre
<q>ivvenalis.
persivs</q> et ex-libris
de Jean Grolier <q>io.
grolierii et amicorvm.</q>
dorés respectivement au centre et au bas du plat supérieur.
</decoNote> <decoNote type="plat_inf">Devise de Jean Grolier<q>portio mea sit in terra
viventivm</q> dorée au
centre du plat inférieur.</decoNote> <decoNote type="dos">Dos à cinq
nerfs, sans décor ; simple filet doré sur chaque nerf et en
encadrement des caissons ; passages de chaînette marqués de
même.</decoNote> <decoNote type="tranchefiles">Tranchefiles simples
unicolores, vert foncé.</decoNote> <decoNote type="coupes">Filet
doré sur les coupes.</decoNote> <decoNote type="annexes"/>
<decoNote type="tranches">Tranches dorées.</decoNote> <decoNote type="contreplats">Contreplats en
vélin.</decoNote> <decoNote type="chasses">Filet doré sur les
chasses.</decoNote>
<!-- Description des gardes : gardes
blanches ; gardes couleurs (marbrées, gaufrées, peintes,
dominotées, etc.) généralement suivies de gardes blanches ;
dans tous les cas, spécifier le nombre de gardes (début +
fin du volume)--> <decoNote type="gardes">Gardes
en papier et vélin (2+1+2 / 2+1+2) ; filigrane au pot.<ref>Briquet N° XX</ref> </decoNote>
<!-- Élément qui inclut aussi bien des
remarques sur la couture que les charnières, claies ou modes
d'attaches des plats : tous éléments de la structure dont la
description est jugée utile à la description et
l'identification de la reliure--> <decoNote type="structure">Defet manuscrit utilisé
comme claie au contreplat inférieur (visible par
transparence, sous la contregarde en vélin).</decoNote>
</bindingDesc> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element decoNote { tei_att.global.attributes, tei_att.typed.attributes, tei_macro.specialPara } |
<default> (valeur de trait par défaut) représente la partie valeur d'une spécification trait-valeur contenant une valeur par défaut [18.9. Default Values] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | Elément vide |
Exemple | <f name="gender"> <default/>
</f> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element default { tei_att.global.attributes, empty } |
<del> (suppression) contient une lettre, un mot ou un passage supprimé, marqué comme supprimé, sinon indiqué comme superflu ou erroné dans le texte par un auteur, un copiste, un annotateur ou un correcteur. [3.4.3. Additions, Deletions, and Omissions] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Cf. <gap>. Les degrés d'incertitude sur ce qui est encore lisible peuvent être indiqués par l'emploi de l'élément <certainty> (voir 21. Certainty, Precision, and Responsibility). Cet élément doit être utilisé pour la suppression de courtes séquences de texte, généralement des mots ou des expressions. Il faut utiliser l'élément <delSpan> pour les séquences de texte plus longues, celles qui contiennent des divisions structurelles, et celles qui contiennent un chevauchement d'ajouts et de suppressions. Le texte supprimé doit être au moins partiellement lisible, afin que l'encodeur soit en mesure de le transcrire. La partie illisible du texte à l'intérieur d'une suppression peut être marquée au moyen de la balise <gap> pour signaler la présence de texte non transcrit. La quantité de texte omise, la raison de l'omission, etc., peuvent être indiquées au moyen des attributs de l'élément <gap>. Si le texte n'est pas entièrement lisible, l'élément <unclear> (disponible avec le jeu additionnel de balises pour la transcription des sources primaires) doit être utilisé pour signaler les zones de texte ne pouvant pas être lues de manière fiable. Voir les sections suivantes 11.3.1.7. Text Omitted from or Supplied in the Transcription et, pour l'association étroite entre les balises <del> et <gap>, <damage>, <unclear> et <supplied> (ces trois dernières balises étant disponibles avec le jeu additionnel de balises pour la transcription de sources primaires), voir la section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination. La balise <del> ne doit pas être utilisée pour les suppressions par des éditeurs scientifiques ou des encodeurs. Dans ce cas, il faut utiliser soit la balise <corr>, soit la balise <gap>. |
Exemple | <l>
<del rend="overtyped">Mein</del> Frisch <del rend="overstrike" type="primary">schwebt</del> weht der Wind </l> |
Exemple | <p>[...] mais il y reste quelque chose de
mystérieux, de furtif. <del rend="overtyped">Je</del> On cesse un instant d'y penser; <del rend="overstrike">les </del>mes yeux se ferment ou <del rend="overstrike">s'attardent sur </del> se détournent sur un
livre... On relève la tête: il est là </p> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element del { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_macro.paraContent } |
<delSpan> (partie de texte supprimée) marque le début d'une longue partie de texte supprimée, signalée comme supprimée ou bien signalée comme superflue ou fausse par un auteur, un copiste, un annotateur ou un correcteur. [11.3.1.4. Additions and Deletions] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) att.typed (@type, @subtype) att.spanning (@spanTo) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Le début et la fin de la partie de texte supprimée doivent être marqués : le début, par l'élément <delSpan>, la fin par la cible de l'attribut spanTo. Le texte supprimé doit être au moins partiellement lisible, afin que l'encodeur soit capable de le transcrire. S'il n'est pas lisible du tout, la balise<delSpan> ne doit pas être utilisée. Pour signaler qu'un texte ne peut être transcrit, il vaut mieux utiliser la balise <gap> avec un attribut reason dont la valeur indique la raison pour laquelle la transcription du texte supprimé est impossible. S'il n'est pas entièrement lisible, l'élément <unclear> doit être utilisé pour signaler les parties du texte qui ne peuvent pas être lues avec certitude. Voir plus loin les sections 11.3.1.7. Text Omitted from or Supplied in the Transcription et, à propos de l'association étroite qui existe entre <delSpan> et les éléments <gap>, <damage>, <unclear> et <supplied>, la section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination. La balise <delSpan> ne doit pas être utilisée pour des suppressions opérées par des éditeurs scientifiques ou des encodeurs. Dans ces cas, on emploiera soit la balise <corr>, soit la balise <gap>. |
Exemple | <p>Paragraph partially deleted. This is the
undeleted portion <delSpan spanTo="#fr_a23"/>and
this the deleted portion of the paragraph.</p>
<p>Paragraph deleted together
with adjacent material.</p>
<p>Second fully deleted
paragraph.</p>
<p>Paragraph partially
deleted; in the middle of this paragraph the deletion ends and
the anchor point marks the resumption <anchor xml:id="fr_a23"/> of the
text. ...</p> |
Schematron |
<s:assert test="@spanTo">The @spanTo attribute of
<s:name/> is required.</s:assert> |
Schematron |
<s:assert test="@spanTo">L'attribut spanTo est
requis.</s:assert> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element delSpan { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, empty } |
<depth> (épaisseur) contient une dimension mesurée sur le dos du manuscrit. [10.3.4. Dimensions] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
measureGrp
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
dimensions
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Des données textuelles uniquement |
Note | If used to specify the width of a non text-bearing portion of some object, for example a monument, this element conventionally refers to the axis facing the observer, and perpendicular to that indicated by the ‘width’ axis. |
Exemple | <depth quantity="4" unit="in"/> |
Exemple | <depth unit="mm">64</depth> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element depth { tei_att.global.attributes, tei_att.dimensions.attributes, tei_macro.xtext } |
<desc> (description) contient une courte description de l'objet documenté par son élément parent, qui comprend son utilisation prévue, son but, ou son application là où c'est approprié. [22.4.1. Description of Components] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.translatable (@versionDate) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: add
corr
del
desc
emph
gap
graphic
head
hi
item
l
lg
media
meeting
note
orig
p
q
quote
ref
reg
said
sic
stage
title
unclear figures: cell
figDesc
figure
notatedMusic msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | core:
abbr
address
bibl
biblStruct
choice
cit
date
desc
distinct
email
emph
expan
foreign
gloss
hi
label
list
listBibl
measure
measureGrp
mentioned
name
num
ptr
q
quote
ref
rs
said
soCalled
stage
term
time
title figures:
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname textstructure: floatingText des données textuelles |
Note | La convention TEI exige que cela soit exprimé sous la forme d'une proposition finie, introduite par un verbe actif. |
Exemple | <desc>contient une description brève de la
raison d'être et du champ d'application d'un élément, d'un
attribut ou de la valeur d'un attribut, d'une classe ou une
entité.</desc> |
Modèle de contenu | <content> <macroRef key="macro.limitedContent"/> </content> |
Schéma Declaration | element desc { tei_att.global.attributes, tei_att.translatable.attributes, tei_att.typed.attributes, tei_macro.limitedContent } |
<dim> contains any single measurement forming part of a dimensional specification of some sort. [10.3.4. Dimensions] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
measureGrp
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
dimensions
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Des données textuelles uniquement |
Note | The specific elements <width>, <height>, and <depth> should be used in preference to this generic element wherever appropriate. |
Exemple | <dim extent="4.67 in" type="circumference"/> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element dim { tei_att.global.attributes, tei_att.typed.attributes, tei_att.dimensions.attributes, tei_macro.xtext } |
<dimensions> (dimensions) contient une spécification des dimensions. [10.3.4. Dimensions] | |||||||||
Module | msdescription | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence))
|
||||||||
Membre du | |||||||||
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||
Peut contenir | |||||||||
Note | Contient la mesure de la hauteur, de la largeur et de la profondeur d'un objet à 1, 2 ou 3 dimensions. |
||||||||
Exemple | <dimensions type="leaves"> <height scope="range">157-160</height> <width>105</width>
</dimensions>
<dimensions type="ruled"> <height scope="most">90</height> <width scope="most">48</width>
</dimensions>
<dimensions unit="in"> <height>12</height> <width>10</width>
</dimensions> |
||||||||
Exemple | <dimensions type="binding"> <height unit="mm">328
(336)</height> <width unit="mm">203</width> <depth unit="mm">74</depth>
</dimensions> |
||||||||
Exemple | Quand de simples quantités numériques sont
impliquées, elles peuvent être exprimées par l'attribut quantity sur chaque ou sur tous les éléments
enfants, comme dans l'exemple suivant : <dimensions type="binding"> <height unit="mm">170</height> <width unit="mm">98</width> <depth unit="mm">15</depth>
</dimensions>
<dimensions type="binding"> <height unit="mm">168</height> <width unit="mm">106</width> <depth unit="mm">22</depth>
</dimensions> |
||||||||
Schematron |
<s:report test="count(tei:width)> 1">The element
<s:name/> may appear once only </s:report>
<s:report test="count(tei:height)> 1">The element
<s:name/> may appear once only </s:report>
<s:report test="count(tei:depth)> 1">The element
<s:name/> may appear once only
</s:report> |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="dim"/> <classRef key="model.dimLike"/> </alternate> </content> |
||||||||
Schéma Declaration | element dimensions { tei_att.global.attributes, tei_att.dimensions.attributes, attribute type { text }?, ( tei_dim | tei_model.dimLike )* } |
<distinct> identifie tout mot ou toute expression en la considérérant comme linguistiquement spécifique, par exemple comme étant archaïque, technique, dialectale, inusitée, ou comme appartenant à une langue spécifique. [3.3.2.3. Other Linguistically Distinct Material] | |||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||||||||
Exemple | <p>-
Elle fait chier, cette <distinct type="verlan">meuf</distinct>. Tu confonds amour et <distinct type="argot">piquouse</distinct>. Tu l'auras, ton <distinct type="argot">shoot</distinct>, merde ! </p> |
||||||||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||||||||||||||||||
Schéma Declaration | element distinct { tei_att.global.attributes, attribute type { text }?, attribute time { text }?, attribute space { text }?, attribute social { text }?, tei_macro.phraseSeq } |
<distributor> (diffuseur) donne le nom d’une personne ou d’un organisme responsable de la diffusion d’un texte. [2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | header: publicationStmt |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <distributor>Laboratoire : Analyse et
Traitement Informatique de la Langue Française)</distributor>
<distributor>Centre National
de la Recherche Scientifique</distributor> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element distributor { tei_att.global.attributes, tei_macro.phraseSeq } |
<div> (division du texte) contient une subdivision dans le texte préliminaire, dans le corps d’un texte ou dans le texte postliminaire. [4.1. Divisions of the Body] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.divLike (@org, @sample) (att.fragmentable (@part)) att.typed (@type, @subtype) att.declaring (@decls) att.written (@hand) |
Membre du | |
Contenu dans | |
Peut contenir | core:
bibl
biblStruct
cb
cit
desc
divGen
gap
gb
head
index
l
label
lb
lg
list
listBibl
meeting
milestone
note
p
pb
q
quote
said
sp
stage figures:
figure
notatedMusic
table header:
biblFull spoken: annotationBlock textstructure:
div
docAuthor
docDate
floatingText transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <body> <div type="oeuvre"> <head>Les Chouans </head> <div n="1" type="partie"> <head> Première partie</head> <head> L'embuscade</head> <div n="1" type="chapitre">
<head>Chapitre
premier </head> <div n="1"> <head>I</head> <p>Dans les premiers jours de l'an VIII, au
commencement de vendémiaire, ou, pour se conformer au
calendrier actuel, vers la fin du mois de septembre 1799, une
centaine de paysans et un assez grand nombre de
bourgeois, partis le matin de Fougères pour se rendre
à Mayenne, gravissaient la montagne de la Pèlerine,
située à mi-chemin environ de Fougères à Ernée, petite ville où
les voyageurs ont coutume de se reposer. </p> </div> </div> </div> </div>
</body> |
Schematron |
<s:report test="ancestor::tei:l"> Abstract model
violation: Lines may not contain higher-level structural
elements such as div. </s:report> |
Schematron |
<s:report test="ancestor::tei:p or ancestor::tei:ab and
not(ancestor::tei:floatingText)"> Abstract model violation: p
and ab may not contain higher-level structural elements such as
div. </s:report> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence maxOccurs="1" minOccurs="0"> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.divLike"/> <classRef key="model.divGenLike"/> </alternate> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.common"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="unbounded" minOccurs="0"> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.divLike"/> <classRef key="model.divGenLike"/> </alternate> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </alternate> <sequence maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottom"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </sequence> </content> |
Schéma Declaration | element div { tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.written.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( ( ( tei_model.divLike | tei_model.divGenLike ), tei_model.global* )+ | ( ( tei_model.common, tei_model.global* )+, ( ( tei_model.divLike | tei_model.divGenLike ), tei_model.global* )* ) ), ( tei_model.divBottom, tei_model.global* )* )? ) } |
<divGen> (division de texte générée automatiquement) indique l'emplacement où doit apparaître une division du texte générée automatiquement par une application de traitement de texte. [3.8.2. Index Entries] | |||||||||||
Module | core | ||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||
Membre du | |||||||||||
Contenu dans | |||||||||||
Peut contenir | core:
head |
||||||||||
Note | Cet élément est plutôt utilisé pendant la production ou la manipulation du document TEI, que dans le processus de transcription de documents préexistants ; il permet de spécifier à quel endroit du document les index, tables des matières, etc., devront être générés par programme. |
||||||||||
Exemple | Une utilisation de cet élément est de
permettre au logiciel de traiter des documents afin de générer en
sortie un index et de l' insérer à l'endroit approprié. L'exemple
ci-dessous suppose que l'attribut indexName
sur les éléments <index> dans le texte a été
employé pour spécifier des entrées d'index pour deux index produits,
nommés NAMES and THINGS: <back> <div1 type="backmat">
<head>Bibliographie</head>
<!-- ... --> </div1> <div1 type="backmat">
<head>Indices</head> <divGen n="Index Nominum" type="NAMES"/> <divGen n="Index
Rerum" type="THINGS"/> </div1>
</back> |
||||||||||
Exemple | Un autre usage de <divGen> est
de spécifier l'emplacement d'une table des matières automatiquement
produite. <front> <divGen type="toc"/> <div> <head>Préface</head> <p> ... </p> </div>
</front> |
||||||||||
Modèle de contenu | <content> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> </content> |
||||||||||
Schéma Declaration | element divGen { tei_att.global.attributes, attribute type { text }?, tei_model.headLike* } |
<docAuthor> (auteur du document) contient le nom de l’auteur du document tel qu’il est donné sur la page de titre (ce nom est le plus souvent contenu dans une mention de responsabilité) . [4.6. Title Pages] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
Membre du | |
Contenu dans | |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Le nom de l'auteur d'un document apparaît souvent au sein d'un élément <byline>, mais l'élément <docAuthor> peut être utilisé même si l'élément <byline> n'est pas présent. |
Exemple | <titlePage> <docTitle> <titlePart>Le quart livre de faicts et dict
Heroiques du bon Pantagruel</titlePart> </docTitle> <byline>Composé par <docAuthor>M. François Rabelais</docAuthor> docteur en
Medicine.</byline>
</titlePage> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element docAuthor { tei_att.global.attributes, tei_att.canonical.attributes, tei_macro.phraseSeq } |
<docDate> (date du document) contient la date d’un document telle qu’elle est (généralement ) donnée sur une page de titre. [4.6. Title Pages] | |||||||||
Module | textstructure | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||
Membre du | |||||||||
Contenu dans | |||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||
Note | Voir l'élément générique <date> dans le module core. L'élément spécifique <docDate> est fourni à toutes fins utiles pour encoder et traiter la date des documents, puisque celle-ci requiert une gestion particulière pour de nombreux besoins. |
||||||||
Exemple | <docImprint>Lettres Modernes Minard, <pubPlace>PARIS-CAEN</pubPlace> <docDate>2003</docDate>
</docImprint> |
||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||
Schéma Declaration | element docDate { tei_att.global.attributes, attribute when { text }?, tei_macro.phraseSeq } |
<docEdition> (édition du document) contient une mention d’édition telle qu’elle figure sur la page de titre d’un document. [4.6. Title Pages] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Voir l'élément <edition> dans une citation bibliographique. Comme d'habitude, un nom abrégé a été donné à l'élément le plus fréquent. |
Exemple | <docEdition>3e Edition Augmentée</docEdition> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element docEdition { tei_att.global.attributes, tei_macro.paraContent } |
<docTitle> (titre du document) contient le titre d’un document, incluant la totalité de ses composants tels qu’ils sont donnés sur la page de titre. [4.6. Title Pages] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
Membre du | |
Contenu dans | |
Peut contenir | figures:
figure
notatedMusic msdescription: source textstructure: titlePart transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <docTitle> <titlePart type="main">LES CHOSES</titlePart> <titlePart type="sub">Une histoire des années
soixante.</titlePart>
</docTitle> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="unbounded" minOccurs="1"> <elementRef key="titlePart"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element docTitle { tei_att.global.attributes, tei_att.canonical.attributes, ( tei_model.global*, ( tei_titlePart, tei_model.global* )+ ) } |
<editionStmt> (mention d'édition) regroupe les informations relatives à l’édition d’un texte. [2.2.2. The Edition Statement 2.2. The File Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Exemple | <editionStmt> <edition>Deuxième édition</edition> <respStmt> <resp>réalisée par</resp> <name>L. F.</name> </respStmt>
</editionStmt> |
Exemple | <editionStmt> <p>Première édition électronique, Nancy, <date> 2002</date>, réalisée dans le cadre
de la base <ref target="http://www.frantext.fr/">FRANTEXT</ref> .</p>
</editionStmt> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="edition"/> <classRef key="model.respLike" maxOccurs="unbounded" minOccurs="0"/> </sequence> </alternate> </content> |
Schéma Declaration | element editionStmt { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_edition, tei_model.respLike* ) ) } |
<editor> mention de responsabilité secondaire pour un item bibliographique, par exemple le nom d'une personne, d'une institution ou d'un organisme (ou de plusieurs d'entre eux) comme éditeur scientifique, compilateur, traducteur, etc. [3.11.2.2. Titles, Authors, and Editors] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
Membre du | |
Contenu dans | |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Il est conseillé d'adopter un format cohérent. Particulièrement lorsque le catalogage repose sur le contenu de l'en-tête TEI, il est conseillé d'utiliser des listes d'autorité reconnues pour trouver la forme exacte des noms de personnes. |
Exemple | <editor> Pierre-Jules Hetzel</editor>
<editor role="illustrator">George Roux</editor> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element editor { tei_att.global.attributes, tei_att.naming.attributes, tei_macro.phraseSeq } |
<encodingDesc> (description de l'encodage) documente la relation d'un texte électronique avec sa ou ses sources. [2.3. The Encoding Description 2.1.1. The TEI Header and Its Components] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | header: teiHeader |
Peut contenir | |
Exemple | <encodingDesc> <projectDesc> <p>Corpus de textes sélectionnés pour la
formation MISAT, Frejus, juillet 2010. </p> </projectDesc> <samplingDecl> <p>Corpus d'échantillons de 2000 mots
pris au début de chaque texte. </p> </samplingDecl>
</encodingDesc> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.encodingDescPart"/> <classRef key="model.pLike"/> </alternate> </content> |
Schéma Declaration | element encodingDesc { tei_att.global.attributes, ( tei_model.encodingDescPart | tei_model.pLike )+ } |
<event> (évènement) contient des données liées à tout type d'évènement significatif dans l'existence d'une personne, d'un lieu ou d'une organisation. [13.3.1. Basic Principles] | |||||||
Module | namesdates | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.sortable
(@sortKey)
|
||||||
Membre du | |||||||
Contenu dans | |||||||
Peut contenir | |||||||
Exemple | <person> <event type="mat" when="1972-10-12">
<label>inscription</label> </event> <event type="grad" when="1975-06-23">
<label>diplômé</label> </event>
</person> |
||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <classRef key="model.labelLike" maxOccurs="unbounded" minOccurs="1"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> <elementRef key="linkGrp"/> <elementRef key="link"/> </alternate> <elementRef key="event" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
||||||
Schéma Declaration | element event { tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_att.naming.attributes, tei_att.sortable.attributes, attribute where { text }?, ( tei_model.headLike*, ( tei_model.pLike+ | tei_model.labelLike+ ), ( tei_model.noteLike | tei_model.biblLike | tei_linkGrp | tei_link )*, tei_event* ) } |
<ex> (développement éditorial) contient une succession de lettres ajoutées par un éditeur ou un transcripteur pour développer une abréviation. [11.3.1.2. Abbreviation and Expansion] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Des données textuelles uniquement |
Exemple | Il habite au 15 <choice> <expan>b<ex>oulevard</ex>d</expan> <abbr>bd</abbr>
</choice>Clemenceau.
|
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element ex { tei_att.global.attributes, tei_att.editLike.attributes, tei_macro.xtext } |
<explicit> (explicit) contient l'explicit d'une section d'un manuscrit, c'est-à-dire les mots terminant le texte proprement dit, à l'exclusion de toute rubrique ou colophon qui pourraient le suivre. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.msExcerpt (@defective) |
Membre du | |
Contenu dans | msdescription: msItem
msItemStruct |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <explicit>sed libera nos a malo.</explicit>
<rubric>Hic explicit oratio
qui dicitur dominica.</rubric>
<explicit type="defective">ex materia quasi et forma
sibi proporti<gap/>
</explicit>
<explicit type="reverse">saued be shulle that doome of
day the at </explicit> |
Exemple | <explicit>sed libera nos a malo.</explicit>
<rubric>Hic explicit oratio
qui dicitur dominica.</rubric>
<explicit type="defective">ex materia quasi et forma
sibi proporti<gap/>
</explicit>
<explicit type="reverse">saued be shulle that doome of
day the at</explicit> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element explicit { tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, tei_macro.phraseSeq } |
<f> (trait) représente une spécification trait-valeur, c'est-à-dire l'association d'un nom avec une valeur d’un type quelconque parmi plusieurs. [18.2. Elementary Feature Structures and the Binary Feature Value] | |||||||||||||||
Module | iso-fs | ||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datcat (@datcat, @valueDatcat)
|
||||||||||||||
Contenu dans | |||||||||||||||
Peut contenir | |||||||||||||||
Note | Si l'élément est vide, une valeur doit être fournie pour l'attribut fVal. |
||||||||||||||
Exemple | l'élément <f>contient <f name="frequency">
<numeric value="2"/>
</f> |
||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <textNode/> <classRef key="model.featureVal"/> </alternate> </content> |
||||||||||||||
Schéma Declaration | element f { tei_att.global.attributes, tei_att.datcat.attributes, attribute name { text }, attribute fVal { text }?, ( text | tei_model.featureVal ) } |
<fDecl> (déclaration de trait) déclare un trait unique, en en précisant le nom, l'organisation, la liste de valeurs autorisées et, éventuellement, la valeur par défaut. [18.11. Feature System Declaration] | |||||||||||||||||
Module | iso-fs | ||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||||||
Contenu dans | iso-fs: fsDecl |
||||||||||||||||
Peut contenir | |||||||||||||||||
Exemple | <fDecl name="INV"> <fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault>
</fDecl> |
||||||||||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="fDescr" minOccurs="0"/> <elementRef key="vRange"/> <elementRef key="vDefault" minOccurs="0"/> </sequence> </content> |
||||||||||||||||
Schéma Declaration | element fDecl { tei_att.global.attributes, attribute name { text }, attribute optional { text }?, ( tei_fDescr?, tei_vRange, tei_vDefault? ) } |
<fDescr> (description de trait (dans FSD)) décrit en texte libre le trait déclaré et ses valeurs [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fDecl |
Peut contenir | core:
abbr
address
bibl
biblStruct
choice
cit
date
desc
distinct
email
emph
expan
foreign
gloss
hi
label
list
listBibl
measure
measureGrp
mentioned
name
num
ptr
q
quote
ref
rs
said
soCalled
stage
term
time
title figures:
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname textstructure: floatingText des données textuelles |
Note | Peut contenir des caractères, des éléments de niveau expression ou de niveau intermédiaire. |
Exemple | <fDecl name="INV"> <fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault>
</fDecl> |
Modèle de contenu | <content> <macroRef key="macro.limitedContent"/> </content> |
Schéma Declaration | element fDescr { tei_att.global.attributes, tei_macro.limitedContent } |
<fLib> (bibliothèque de traits) rassemble une bibliothèque de traits [18.4. Feature Libraries and Feature-Value Libraries] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | iso-fs:
f |
Note | L'attribut global n peut être utilisé pour fournir un nom informel afin de catégoriser les contenus de la bibliothèque. |
Exemple | <fLib n="agreement features"> <f name="person" xml:id="fr_pers1"> <symbol value="first"/> </f> <f name="person" xml:id="fr_pers2">
<symbol value="second"/> </f> <f name="number" xml:id="fr_nums">
<symbol value="singular"/> </f> <f name="number" xml:id="fr_nump">
<symbol value="plural"/> </f>
</fLib> |
Modèle de contenu | <content> <elementRef key="f" maxOccurs="unbounded" minOccurs="1"/> </content> |
Schéma Declaration | element fLib { tei_att.global.attributes, tei_f+ } |
<facsimile> contient une représentation d'une source écrite quelconque sous la forme d'un ensemble d'images plutôt que sous la forme d'un texte transcrit ou encodé. [11.1. Digital Facsimiles] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) |
Membre du | |
Contenu dans | |
Peut contenir | |
Exemple | <facsimile> <graphic url="page1.png"/>
<surface> <graphic url="page2-highRes.png"/> <graphic url="page2-lowRes.png"/> </surface> <graphic url="page3.png"/> <graphic url="page4.png"/>
</facsimile> |
Exemple | <facsimile> <surface lrx="200" lry="300" ulx="0" uly="0"> <graphic url="Bovelles-49r.png"/> </surface>
</facsimile> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="front" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.graphicLike"/> <elementRef key="surface"/> <elementRef key="surfaceGrp"/> </alternate> <elementRef key="back" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element facsimile { tei_att.global.attributes, tei_att.declaring.attributes, ( tei_front?, ( tei_model.graphicLike | tei_surface | tei_surfaceGrp )+, tei_back? ) } |
<figDesc> (description d'une figure) contient une brève description de l'apparence ou du contenu d'une représentation graphique, pour documenter une image sans avoir à l'afficher [14.4. Specific Elements for Graphic Images] | |
Module | figures |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | figures: figure |
Peut contenir | core:
abbr
address
bibl
biblStruct
binaryObject
choice
cit
date
desc
distinct
email
emph
expan
foreign
gloss
graphic
hi
label
list
listBibl
measure
measureGrp
media
mentioned
name
num
ptr
q
quote
ref
rs
said
soCalled
stage
term
time
title msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname textstructure: floatingText des données textuelles |
Exemple | Cas où une description de figure contient du
mathML <figDesc>Parameter estimates for <m:math> <m:mrow> <m:msub> <m:mrow> <m:mi mathvariant="normal">F</m:mi> </m:mrow> <m:mrow> <m:mi mathvariant="normal">ST</m:mi> </m:mrow> </m:msub> </m:mrow> </m:math> (black, top panel), <hi rend="italic">α</hi> (blue, bottom panel), <hi rend="italic">β</hi> (red, bottom panel) by their physical
position across one of the largest scaffolds in the <hi rend="italic">M. vitellinus</hi> draft genome assembly.</figDesc> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.graphicLike"/> <classRef key="macro.limitedContent"/> </alternate> </content> |
Schéma Declaration | element figDesc { tei_att.global.attributes, ( tei_model.graphicLike | tei_macro.limitedContent )+ } |
<figure> (figure) regroupe des éléments représentant ou contenant une information graphique comme une illustration ou une figure. [14.4. Specific Elements for Graphic Images] | |
Module | figures |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | core:
bibl
biblStruct
binaryObject
cb
cit
desc
gap
gb
graphic
head
index
l
label
lb
lg
list
listBibl
media
meeting
milestone
note
p
pb
q
quote
said
sp
stage figures:
figDesc
figure
formula
notatedMusic
table header:
biblFull spoken: annotationBlock textstructure:
docAuthor
docDate
floatingText transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <figure> <head>La tour rouge, de Giorgio De
Chirico</head> <figDesc>Le tableau représente
un donjon au pied duquel s'étend un espace quasiment vide,
hormis quelques détails</figDesc> <graphic scale="0.5" url="http://www.cineclubdecaen.com/cinepho/peint/dechericho/tourrouge.jpg"/>
</figure> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.headLike"/> <classRef key="model.common"/> <elementRef key="figDesc"/> <classRef key="model.graphicLike"/> <classRef key="model.global"/> <classRef key="model.divBottom"/> </alternate> </content> |
Schéma Declaration | element figure { tei_att.global.attributes, tei_att.placement.attributes, tei_att.typed.attributes, ( tei_model.headLike | tei_model.common | tei_figDesc | tei_model.graphicLike | tei_model.global | tei_model.divBottom )* } |
<fileDesc> (description bibliographique du fichier) contient une description bibliographique complète du fichier électronique. [2.2. The File Description 2.1.1. The TEI Header and Its Components] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Note | Cet élément est la source d'information principale pour créer une notice de catalogage ou une référence bibliographique destinée à un fichier électronique. Il fournit le titre et les mentions de responsabilité, ainsi que des informations sur la publication ou la distribution du fichier, sur la collection à laquelle il appartient le cas échéant, ainsi que des notes détaillées sur des informations qui n'apparaissent pas ailleurs dans l'en-tête. Il contient également une description bibliographique complète de la ou des sources du texte produit. |
Exemple | <teiHeader> <fileDesc> <titleStmt> <title>Le document TEI minimal</title> </titleStmt> <publicationStmt> <p>Distribué comme partie de
TEI P5</p> </publicationStmt> <sourceDesc> <p>Aucune source : ce document
est né numérique</p> </sourceDesc> </fileDesc>
</teiHeader> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="titleStmt"/> <elementRef key="editionStmt" minOccurs="0"/> <elementRef key="extent" minOccurs="0"/> <elementRef key="publicationStmt"/> <elementRef key="seriesStmt" minOccurs="0"/> <elementRef key="notesStmt" minOccurs="0"/> </sequence> <elementRef key="sourceDesc" maxOccurs="unbounded" minOccurs="1"/> </sequence> </content> |
Schéma Declaration | element fileDesc { tei_att.global.attributes, ( ( tei_titleStmt, tei_editionStmt?, tei_extent?, tei_publicationStmt, tei_seriesStmt?, tei_notesStmt? ), tei_sourceDesc+ ) } |
<filiation> (filiation) contient les informations sur la filiation du manuscrit, c'est-à-dire sur ses relations avec d'autres manuscrits connus du même texte, ses protographes, antigraphes et apographes. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | msdescription: msItem
msItemStruct |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <msContents> <msItem> <title>Beljakovski sbornik</title> <filiation type="protograph">Bulgarian</filiation> <filiation type="antigraph">Middle Bulgarian</filiation> <filiation type="apograph"> <ref target="#DN17">Dujchev N
17</ref> </filiation> </msItem>
</msContents>
<!-- ... -->
<msDesc xml:id="DN17"> <msIdentifier> <settlement>Faraway</settlement> </msIdentifier>
<!-- ... -->
</msDesc> In this
example, the reference to ‘Dujchev N17’
includes a link to some other manuscript description which has the
identifier DN17 . |
Exemple | <msItem> <title>Guan-ben</title> <filiation> <p>The "Guan-ben" was widely current among
mathematicians in the Qing dynasty, and "Zhao Qimei
version" was also read. It is therefore difficult to know
the correct filiation path to follow. The study of this era
is much indebted to Li Di. We explain the outline of his
conclusion here. Kong Guangsen (1752-1786)(17) was from the
same town as Dai Zhen, so he obtained "Guan-ben" from him
and studied it(18). Li Huang (d. 1811) (19) took part in
editing Si Ku Quan Shu, so he must have had "Guan-ben".
Then Zhang Dunren (1754-1834) obtained this version, and
studied "Da Yan Zong Shu Shu" (The General Dayan
Computation). He wrote Jiu Yi Suan Shu (Mathematics
Searching for One, 1803) based on this version of Shu Xue Jiu
Zhang (20).</p> <p>One of the most important
persons in restoring our knowledge concerning the filiation
of these books was Li Rui (1768(21) -1817)(see his
biography). ... only two volumes remain of this manuscript,
as far as chapter 6 (chapter 3 part 2) p.13, that is,
question 2 of "Huan Tian San Ji" (square of three loops),
which later has been lost.</p> </filiation>
</msItem>
<!--http://www2.nkfust.edu.tw/~jochi/ed1.htm--> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element filiation { tei_att.global.attributes, tei_att.typed.attributes, tei_macro.specialPara } |
<finalRubric> (rubrique de fin) Contient les derniers mots d'une section de texte, qui incluent souvent la mention de son auteur et de son titre, et sont généralement différenciés du texte lui-même par l'utilisation d'une encre rouge, par une taille ou un style d'écriture particuliers, ou par tout autre moyen visuel. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.msExcerpt (@defective) |
Membre du | |
Contenu dans | msdescription: msItem
msItemStruct |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <finalRubric>Explicit le romans de la Rose ou
l'art d'amours est toute enclose.</finalRubric>
<finalRubric>ok lúkv ver þar
Brennu-Nials savgv</finalRubric> |
Exemple | <finalRubric>Explicit le romans de la Rose ou
l'art d'amours est toute enclose.</finalRubric>
<finalRubric>Ci falt la geste
que Turoldus declinet. </finalRubric> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element finalRubric { tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, tei_macro.phraseSeq } |
<floatingText> (texte mobile) contient un texte quelconque, homogène ou composite, qui interrompt le texte le contenant à n’importe quel endroit et après lequel le texte environnant reprend. [4.3.2. Floating Texts] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Note | Un texte "flottant" a le même contenu que tout autre texte : il peut donc être interrompu par un autre texte "flottant" ou contenir un groupe de textes composites. |
Exemple | <body> <div type="scene"> <sp> <p>Chut ! Les acteurs commencent...</p> </sp> <floatingText type="pwp"> <body> <div type="act"> <sp> <l>Notre histoire se passe à
Athènes [...]</l>
<!-- ... rest of nested act here
--> </sp>
</div> </body> </floatingText> <sp> <p>La pièce est maintenant finie ...</p> </sp> </div>
</body> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="1" minOccurs="0"> <elementRef key="front"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="body"/> <elementRef key="group"/> </alternate> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="1" minOccurs="0"> <elementRef key="back"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element floatingText { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, ( tei_model.global*, ( tei_front, tei_model.global* )?, ( tei_body | tei_group ), tei_model.global*, ( tei_back, tei_model.global* )? ) } |
<foliation> (foliotation) décrit le ou les systèmes de numérotation des feuillets ou pages d'un codex [10.7.1.4. Foliation] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: supportDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <foliation>Contemporary foliation in red roman
numerals in the centre of the outer margin.</foliation> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element foliation { tei_att.global.attributes, tei_macro.specialPara } |
<foreign> (étranger) reconnaît un mot ou une expression comme appartenant à une langue différente de celle du contexte. [3.3.2.1. Foreign Words or Expressions] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'attribut global xml:lang doit être fourni dans cet élément pour identifier la langue à laquelle appartiennent le mot ou l'expression balisée. Comme ailleurs, sa valeur devrait être une balise de langue définie dans 6.1. Language Identification. Cet élément n'est utilisé que lorsqu'il n'y a pas d'autre élément disponible pour baliser l'expression ou les mots concernés. L'attribut global xml:lang doit être préféré à cet élément lorsqu'il s'agit de caractériser la langue de l'ensemble d'un élément textuel. L'élément <distinct> peut être utilisé pour identifier des expressions appartenant à des variétés de langue ou à des registres qui ne sont pas généralement considérés comme de vraies langues. |
Exemple | <foreign xml:lang="la">Et
vobis</foreign>
messieurs, Ce ne seroyt que bon que nous rendissiez noz
cloches... |
Exemple | <p>Pendant ce temps-là, dans le bureau du rez-
de-chaussée, les secrétaires faisaient du <foreign xml:lang="en">hulla-hoop</foreign>.</p> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element foreign { tei_att.global.attributes, tei_macro.phraseSeq } |
<formula> (formule) contient une formule mathématique ou tout autre type de formule [14.2. Formulæ and Mathematical Expressions] | |
Module | figures |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.notated (@notation) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Exemple | <formula notation="tex">$E=mc^2$</formula> |
Exemple | <formula notation="none">E=mc<hi rend="sup">2</hi>
</formula> |
Exemple | <formula notation="mathml"> <m:math> <m:mi>E</m:mi> <m:mo>=</m:mo> <m:mi>m</m:mi> <m:msup> <m:mrow> <m:mi>c</m:mi> </m:mrow> <m:mrow> <m:mn>2</m:mn> </m:mrow> </m:msup> </m:math>
</formula> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.graphicLike"/> <classRef key="model.hiLike"/> </alternate> </content> |
Schéma Declaration | element formula { tei_att.global.attributes, tei_att.notated.attributes, ( text | tei_model.graphicLike | tei_model.hiLike )* } |
<front> (texte préliminaire) contient tout ce qui est au début du document, avant le corps du texte : page de titre, dédicaces, préfaces, etc. [4.6. Title Pages 4. Default Text Structure] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) |
Contenu dans | textstructure: floatingText
text transcr:
facsimile |
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Note | Because cultural conventions differ as to which elements are grouped as front matter and which as back matter, the content models for the <front> and <back> elements are identical. |
Exemple | <front> <epigraph> <quote>Nam Sibyllam quidem Cumis ego ipse
oculis meis vidi in ampulla pendere, et cum illi pueri
dicerent: <q xml:lang="gr">Σίβυλλα τί θέλεις</q>; respondebat illa: <q xml:lang="gr">ὰποθανεῖν θέλω.</q> </quote> </epigraph> <div type="dedication">
<p>For Ezra Pound <q xml:lang="it">il miglior fabbro.</q> </p> </div>
</front> |
Exemple | <front> <div type="dedication">
<p>à la mémoire de
Raymond Queneau</p> </div> <div type="avertissement">
<p>L'amitié, l'histoire
et la littérature m'ont fourni quelques-uns des.personnages
de ce livre. Toute autre ressemblance avec des individus
vivants ou ayant réellement ou fictivement existé ne
saurait être que coïncidence.</p> <epigraph> <quote>Regarde de tous tes yeux, regarde <bibl>(Jules Verne, Michel
Strogoff )</bibl>
</quote> </epigraph> </div> <div type="preambule">
<head>PRÉAMBULE</head> <epigraph> <quote> <q>L'œil suit les chemins qui lui ont été
ménagés dans l'oeuvre <bibl>(Paul Klee, Pädagosisches
Skizzenbuch)</bibl>
</q> </quote> </epigraph> <p> Au départ, l'art du puzzle
semble un art bref, un art mince, tout entier contenu dans
un maigre enseignement de la Gestalttheorie : ...</p> </div>
</front> |
Exemple | <front> <div type="preface">
<head>Préface</head> <p>Tant qu'il existera, par le fait des lois
et des moeurs, une damnation sociale créant
artificiellement, en pleine civilisation, des enfers, et
compliquant d'une fatalité humaine la destinée qui est
divine ; tant que les trois problèmes du siècle, la dégradation
de l'homme par le prolétariat, la déchéance de la femme par
la faim, l'atrophie de l'enfant par la nuit, ne seront pas
résolus; tant que, dans certaines régions, l'asphyxie
sociale sera possible; en d'autres termes, et à un point de
vue plus étendu encore, tant qu'il aura sur la terre
ignorance et misère, des livres de la nature de celui-ci
pourront ne pas être inutiles.</p> <closer> <dateline> <name type="place">Hauteville-House</name> <date>1er janvier 1862</date> </dateline> </closer> </div>
</front> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.frontPart"/> <classRef key="model.pLike"/> <classRef key="model.pLike.front"/> <classRef key="model.global"/> </alternate> <sequence maxOccurs="1" minOccurs="0"> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.div1Like"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.div1Like"/> <classRef key="model.frontPart"/> <classRef key="model.global"/> </alternate> </sequence> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.divLike"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divLike"/> <classRef key="model.frontPart"/> <classRef key="model.global"/> </alternate> </sequence> </alternate> <sequence maxOccurs="1" minOccurs="0"> <classRef key="model.divBottom"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottom"/> <classRef key="model.global"/> </alternate> </sequence> </sequence> </sequence> </content> |
Schéma Declaration | element front { tei_att.global.attributes, tei_att.declaring.attributes, ( ( tei_model.frontPart | tei_model.pLike | tei_model.pLike.front | tei_model.global )*, ( ( ( tei_model.div1Like, ( tei_model.div1Like | tei_model.frontPart | tei_model.global )* ) | ( tei_model.divLike, ( tei_model.divLike | tei_model.frontPart | tei_model.global )* ) ), ( tei_model.divBottom, ( tei_model.divBottom | tei_model.global )* )? )? ) } |
<fs> (structure de traits) représente une structure de traits, c'est-à-dire un ensemble de paires trait-valeur organisé comme une unité structurelle. [18.2. Elementary Feature Structures and the Binary Feature Value] | |||||||||||||||
Module | iso-fs | ||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datcat (@datcat, @valueDatcat)
|
||||||||||||||
Membre du | |||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||||||||
Peut contenir | iso-fs:
f |
||||||||||||||
Exemple | l'élément <fs>contient <fs type="statistics">
<f name="frequency"> <numeric value="7"/> </f>
</fs> |
||||||||||||||
Modèle de contenu | <content> <elementRef key="f" maxOccurs="unbounded" minOccurs="0"/> </content> |
||||||||||||||
Schéma Declaration | element fs { tei_att.global.attributes, tei_att.datcat.attributes, attribute type { text }?, attribute feats { list { + } }?, tei_f* } |
<fsConstraints> (contraintes de structure de traits) définit les contraintes sur le contenu de structures de traits bien formées [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fsDecl |
Peut contenir | |
Note | Peut contenir une série d'éléments conditionnels ou biconditionnels. |
Exemple | <fsConstraints> <cond> <fs>
<!-- ...--> </fs> <then/> <fs>
<!-- ... --> </fs> </cond>
</fsConstraints> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="cond"/> <elementRef key="bicond"/> </alternate> </content> |
Schéma Declaration | element fsConstraints { tei_att.global.attributes, ( tei_cond | tei_bicond )* } |
<fsDecl> (déclaration de structure de traits) déclare un type de structure de traits [18.11. Feature System Declaration] | |||||||||||||||
Module | iso-fs | ||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||||
Contenu dans | iso-fs: fsdDecl |
||||||||||||||
Peut contenir | iso-fs:
fDecl
fsConstraints
fsDescr |
||||||||||||||
Exemple | <fsDecl type="SomeName">
<fsDescr>Describes what
this type of fs represents</fsDescr> <fDecl name="featureOne">
<!-- The declaration for featureOne
--> <vRange>
<!-- the range of possible values for
this feature --> </vRange> </fDecl> <fDecl name="featureTwo">
<!-- The declaration for featureTwo
--> <vRange>
<!-- the range of possible values for
this feature --> </vRange> </fDecl> <fsConstraints>
<!-- Any additional constraints for the
feature structure --> </fsConstraints>
</fsDecl> |
||||||||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="fsDescr" minOccurs="0"/> <elementRef key="fDecl" maxOccurs="unbounded" minOccurs="1"/> <elementRef key="fsConstraints" minOccurs="0"/> </sequence> </content> |
||||||||||||||
Schéma Declaration | element fsDecl { tei_att.global.attributes, attribute type { text }, attribute baseTypes { list { + } }?, ( tei_fsDescr?, tei_fDecl+, tei_fsConstraints? ) } |
<fsDescr> (description de système de traits (dans FSD)) décrit en texte libre ce que représente le type de structure de traits déclaré dans le fsDecl englobant [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fsDecl |
Peut contenir | core:
abbr
address
bibl
biblStruct
choice
cit
date
desc
distinct
email
emph
expan
foreign
gloss
hi
label
list
listBibl
measure
measureGrp
mentioned
name
num
ptr
q
quote
ref
rs
said
soCalled
stage
term
time
title figures:
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname textstructure: floatingText des données textuelles |
Note | Peut contenir des caractères, des éléments de niveau expression ou de niveau intermédiaire. |
Exemple | <fsDecl type="Agreement">
<fsDescr>This type of
feature structure encodes the features for subject-verb
agreement in English</fsDescr> <fDecl name="PERS"> <fDescr>person (first, second,
or third)</fDescr> <vRange> <vAlt> <symbol value="first"/> <symbol value="second"/>
<symbol value="third"/> </vAlt> </vRange> </fDecl> <fDecl name="NUM"> <fDescr>number (singular or
plural)</fDescr> <vRange> <vAlt> <symbol value="singular"/> <symbol value="plural"/>
</vAlt> </vRange> </fDecl>
</fsDecl> |
Modèle de contenu | <content> <macroRef key="macro.limitedContent"/> </content> |
Schéma Declaration | element fsDescr { tei_att.global.attributes, tei_macro.limitedContent } |
<fsdDecl> (Déclaration de système de traits (FSD)) fournit une déclaration du système de traits consistant en une ou plusieurs déclarations de structure de traits ou des liens vers une déclaration de structure de traits. [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | |
Exemple | <fsdDecl> <fsDecl type="GPSG"> <fDecl name="GPSG_feat1" xml:id="GPSG-1-fr"> <vRange> <vAlt> <symbol value="red"/>
<symbol value="blue"/>
<symbol value="green"/>
</vAlt> </vRange> </fDecl>
<!--other feature declarations for GPSG
here ... --> </fsDecl> <fsdLink target="http://www.example.com/fsdLib.xml#LX123" type="subentry"/>
</fsdDecl> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="fsDecl"/> <elementRef key="fsdLink"/> </alternate> </content> |
Schéma Declaration | element fsdDecl { tei_att.global.attributes, ( tei_fsDecl | tei_fsdLink )+ } |
<fsdLink> (lien vers la déclaration d'une structure de traits) associe le nom d'une structure de traits "type" à sa déclaration de structure de traits. [18.11. Feature System Declaration] | |||||||||||||
Module | iso-fs | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||
Contenu dans | iso-fs: fsdDecl |
||||||||||||
Peut contenir | Elément vide | ||||||||||||
Exemple | <fsdLink target="http://www.example.com/fsdLib.xml#L1234" type="subentry"/> |
||||||||||||
Exemple | <fsdLink target="http://www.example.com/fsdLib.xml#L1234" type="subentry"/> |
||||||||||||
Modèle de contenu | <content> </content> |
||||||||||||
Schéma Declaration | element fsdLink { tei_att.global.attributes, attribute type { text }, attribute target { text }, empty } |
<funder> (financeur) désigne le nom d’une personne ou d’un organisme responsable du financement d’un projet ou d’un texte. [2.2.1. The Title Statement] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
Membre du | |
Contenu dans | |
Peut contenir | core:
abbr
address
cb
choice
date
distinct
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
mentioned
milestone
name
note
num
pb
ptr
ref
rs
soCalled
term
time
title figures:
figure
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des
données textuelles |
Note | Les financeurs apportent un soutien financier au projet ; ils se distinguent des commanditaires, qui apportent une caution , une autorité intellectuelle. |
Exemple | <funder>Ministère de l'Enseignement supérieur
et de la Recherche</funder>
<funder>Conseil général de
Meurthe-et-Moselle </funder> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq.limited"/> </content> |
Schéma Declaration | element funder { tei_att.global.attributes, tei_att.canonical.attributes, tei_macro.phraseSeq.limited } |
<fvLib> (bibliothèque trait-valeur) rassemble une bibliothèque d'éléments trait-valeur réutilisables (y compris des structures de traits complètes). [18.4. Feature Libraries and Feature-Value Libraries] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | |
Note | Une bibliothèque de valeurs de trait peut
inclure n'importe quel nombre de valeurs quelconques, y compris
des occurences multiples de valeurs identiques telles que
|
Exemple | <fvLib n="symbolic values"> <symbol value="first" xml:id="fr_sfirst"/> <symbol value="second" xml:id="fr_ssecond"/>
<symbol value="singular" xml:id="fr_ssing"/> <symbol value="plural" xml:id="fr_splur"/>
</fvLib> |
Modèle de contenu | <content> <classRef key="model.featureVal" maxOccurs="unbounded" minOccurs="0"/> </content> |
Schéma Declaration | element fvLib { tei_att.global.attributes, tei_model.featureVal* } |
<fw> (élément de mise en page) permet d'encoder un titre courant (en haut ou en bas de la page), une réclame ou une autre information comparable, qui apparaît sur la page courante. [11.6. Headers, Footers, and Similar Matter] | |||||||||
Module | transcr | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.placement (@place) att.written (@hand)
|
||||||||
Membre du | |||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||
Note | Quand le titre courant s'applique à tout un chapitre ou une section, il est habituellement plus commode de le relier au chapitre ou à la section, par exemple en utilisant l'attribut rend. L'élément <fw> est utilisé pour des cas où le titre courant change de page en page ou quand il est primordial de relever des détails de mise en page ou la structure interne des titres courants. |
||||||||
Exemple | <fw place="bot" type="sig">C3</fw> |
||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||
Schéma Declaration | element fw { tei_att.global.attributes, tei_att.placement.attributes, tei_att.written.attributes, attribute type { text }?, tei_macro.phraseSeq } |
<gap> (omission) indique une omission dans une transcription, soit pour des raisons éditoriales décrites dans l'en-tête TEI au cours d’un échantillonnage, soit parce que le matériau est illisible ou inaudible. [3.4.3. Additions, Deletions, and Omissions] | |||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.timed (@start, @end) (att.duration
(att.duration.w3c (@dur)) (att.duration.iso (@dur-iso))
) att.editLike (@evidence,
@instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) )
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
||||||||||||||||||||||||
Peut contenir | core:
desc |
||||||||||||||||||||||||
Note | Les éléments du jeu de balises de base <gap>, <unclear>, et <del> peuvent être étroitement associés avec l'utilisation des éléments <damage> et <supplied> qui sont disponibles si l'on utilise le jeu de balises additionnel pour la transcription des sources primaires. Voir la section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination pour plus de détails sur l'élément le plus pertinent suivant les circonstances. |
||||||||||||||||||||||||
Exemple | <gap quantity="4" reason="illegible" unit="chars"/> |
||||||||||||||||||||||||
Exemple | <gap quantity="1" reason="sampling" unit="essay"/> |
||||||||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> |
||||||||||||||||||||||||
Schéma Declaration | element gap { tei_att.global.attributes, tei_att.timed.attributes, tei_att.editLike.attributes, attribute reason { list { ( "cancelled" | "deleted" | "editorial" | "illegible" | "inaudible" | "irrelevant" | "sampling" )+ } }?, attribute hand { text }?, attribute agent { text }?, ( tei_model.descLike | tei_model.certLike )* } |
<gb> (gathering beginning) marks the beginning of a new gathering or quire in a transcribed codex. [3.10.3. Milestone Elements] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.spanning (@spanTo) att.breaking (@break) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | By convention, <gb> elements should appear at the start of the first page in the gathering. The global n attribute indicates the number or other value used to identify this gathering in a collation. The type attribute may be used to further characterize the gathering in any respect. |
Exemple | <gb n="iii"/>
<pb n="2r"/>
<!-- material from page 2 recto of
gathering iii here -->
<pb n="2v"/>
<!-- material from page 2 verso of
gathering iii here --> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element gb { tei_att.global.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } |
<geogName> (nom de lieu géographique) un nom associé à une caractéristique géographique comme Windrush Valley ou le Mont Sinaï. [13.2.3. Place Names] | |||||||
Module | namesdates | ||||||
Attributs | Attributs att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
altIdentifier
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msIdentifier
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
org
orgName
persName
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff enrichissement entité nommée
geogName <annotationBlock corresp="text"> <geogName change="#Unitex-3.2.0-alpha" resp="istex"
scheme="https://geogname-entity.data.istex.fr">
<term>Mississippi
River</term> <fs type="statistics"> <f name="frequency">
<numeric value="2"/> </f> </fs> </geogName>
</annotationBlock> |
||||||
Modèle de contenu | <content> <classRef key="model.placeNamePart"/> <macroRef key="macro.phraseSeq"/> </content> |
||||||
Schéma Declaration | element geogName { tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, attribute scheme { text }?, tei_model.placeNamePart, tei_macro.phraseSeq } |
<graphic> indique l'emplacement d'une image, d'une illustration ou d'un schéma intégrés. [3.9. Graphics and Other Non-textual Components 11.1. Digital Facsimiles] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.media (@width, @height, @scale) (att.internetMedia (@mimeType)) att.resourced (@url) att.declaring (@decls) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePage
titlePart |
Peut contenir | core:
desc |
Note | L'attribut mimeType doit être utilisé pour spécifier le type MIME de l'image référencée par l'attribut url. |
Exemple | <figure> <graphic url="fig1.png"/>
<head>Figure Une : Jan
van Eyck, La Vierge du chancelier Rolin</head> <p>Si, attiré par la curiosité, on a
l'imprudence de l'approcher d'un peu trop prés, c'est fini, on
est pris pour tout le temps que peut durer l'effort d'une
attention soutenue ; on s'extasie devant la finesse du détail
... il va toujours plus loin, franchit une à une les croupes des
collines verdoyantes ; se repose un moment sur une ligne
lointaine de montagnes neigeuses; pour se perdre ensuite dans
l'infini d'un ciel à peine bleu, où s'estompent de flottantes
nuées. </p>
</figure> |
Modèle de contenu | <content> <classRef key="model.descLike" maxOccurs="unbounded" minOccurs="0"/> </content> |
Schéma Declaration | element graphic { tei_att.global.attributes, tei_att.media.attributes, tei_att.resourced.attributes, tei_att.declaring.attributes, tei_model.descLike* } |
<group> (groupe) contient un ensemble de textes distincts (ou des groupes de textes de ce type), considérés comme formant une unité, par exemple pour présenter les œuvres complètes d’un auteur, une suite d’essais en prose, etc. [4. Default Text Structure 4.3.1. Grouped Texts 15.1. Varieties of Composite Text] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) |
Contenu dans | textstructure: floatingText
group
text |
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <TEI
xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader>
<!--[ en-tête du texte composite
]--> </teiHeader> <text> <front>
<!--[ partie préliminaire du texte
composite ]--> </front> <group> <text> <front>
<!--[ partie préliminaire du premier
texte ]--> </front> <body>
<!--[ corps du premier texte
]--> </body> <back>
<!--[ annexe du premier texte
]--> </back> </text> <text> <front>
<!--[ partie préliminaire du deuxième
texte ]--> </front> <body>
<!--[ corps du deuxième texte
]--> </body> <back>
<!--[ annexe du deuxième texte
]--> </back> </text>
<!--[ encore de textes, simples ou
composites ]--> </group> <back>
<!--[ annexe du texte composite
]--> </back>
</text>
</TEI> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="text"/> <elementRef key="group"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="text"/> <elementRef key="group"/> <classRef key="model.global"/> </alternate> </sequence> <classRef key="model.divBottom" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element group { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_text | tei_group ), ( tei_text | tei_group | tei_model.global )* ), tei_model.divBottom* ) } |
<handDesc> (description des écritures) contient la description des différents types d'écriture utilisés dans un manuscrit. [10.7.2. Writing, Decoration, and Other Notations] | |||||||
Module | msdescription | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Membre du | |||||||
Contenu dans | msdescription: physDesc |
||||||
Peut contenir | |||||||
Exemple | <handDesc> <handNote scope="major">Written throughout in <term>angelicana formata</term>.</handNote>
</handDesc> |
||||||
Exemple | <handDesc hands="2"> <p>The manuscript is written in
two contemporary hands, otherwise unknown, but clearly those
of practised scribes. Hand I writes ff. 1r-22v and hand II ff.
23 and 24. Some scholars, notably Verner Dahlerup and Hreinn
Benediktsson, have argued for a third hand on f. 24, but the
evidence for this is insubstantial.</p>
</handDesc> |
||||||
Exemple | <handDesc hands="2"> <handNote medium="typescript" xml:id="fr_TSE">Authorial typescript </handNote> <handNote medium="red-ink" xml:id="fr_EP">Ezra Pound's annotations</handNote>
</handDesc> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="handNote" maxOccurs="unbounded" minOccurs="1"/> </sequence> </alternate> </content> |
||||||
Schéma Declaration | element handDesc { tei_att.global.attributes, attribute hands { text }?, ( tei_model.pLike+ | ( tei_summary?, handNote+ ) ) } |
<handNotes> contient un ou plusieurs éléments <handNote> qui documentent les différentes mains identifiées dans les textes source. [11.3.2.1. Document Hands] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | header: profileDesc |
Peut contenir | Elément vide |
Exemple | <handNotes> <handNote medium="brown-ink" script="copperplate" xml:id="H1">Carefully written with regular
descenders</handNote>
<handNote medium="pencil" script="print" xml:id="H2">Unschooled scrawl</handNote>
</handNotes> |
Modèle de contenu | <content> <elementRef key="handNote" maxOccurs="unbounded" minOccurs="1"/> </content> |
Schéma Declaration | element handNotes { tei_att.global.attributes, handNote+ } |
<handShift> (reprise de main) marque le début d'une section du texte écrite par une nouvelle main ou le début d'une nouvelle séance d'écriture. [11.3.2.1. Document Hands] | |||||||
Module | transcr | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.handFeatures (@scribe, @scribeRef, @script,
@scriptRef, @medium, @scope)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | Elément vide | ||||||
Note | L'élément <handShift>peut être utilisé soit pour noter un changement de main dans le document (comme le passage d'un scribe à un autre, d'un style d'écriture à un autre), soit pour indiquer un changement dans la main, comme un changement d'écriture, de caractère ou d'encre. |
||||||
Exemple | <l>When wolde the cat dwelle in his ynne</l>
<handShift medium="greenish-ink"/>
<l>And if the cattes skynne
be slyk <handShift medium="black-ink"/> and
gaye</l> |
||||||
Modèle de contenu | <content> </content> |
||||||
Schéma Declaration | element handShift { tei_att.global.attributes, tei_att.handFeatures.attributes, attribute new { text }?, empty } |
<head> (en-tête) contient tout type d'en-tête, par exemple le titre d'une section, ou l'intitulé d'une liste, d'un glossaire, d'une description de manuscrit, etc. [4.2.1. Headings and Trailers] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.placement (@place) att.written (@hand) |
Membre du | |
Contenu dans | |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'élément <head> est utilisé pour les titres de tous niveaux ; un logiciel qui traitera différemment, par exemple, les titres de chapitres, les titres de sections et les titres de listes, devra déterminer le traitement approprié de l'élément <head> rencontré en fonction de sa position dans la structure XML. Un élément <head> qui est le premier élément d'une liste est le titre de cette liste ; si l'élément <head> apparaît comme le premier élément d'un élément <div1>, il sera considéré comme le titre de ce chapitre ou de cette section. |
Exemple | L'élément<head>est employé habituellement
pour marquer les titres de sections. Dans d'anciens textes , les
titres des textes conclusifs seront précédés de l'élément <trailer>, comme dans cet exemple : <div type="chapitre">
<head>Les Mille et une
Nuits</head> <p>LES chroniques des
Sassaniens, anciens rois de Perse, qui avaient étendu leur
empire dans les Indes, [...]</p> <div type="histoire">
<head>Histoire du Vizir
puni</head> <p>IL était autrefois un roi,
poursuivit-il, qui avait un<lb/> fils qui aimait passionnément la
chasse. Il lui permettait<lb/> de prendre souvent ce divertissement ;
[...] </p> </div>
</div>
<trailer> <hi rend="majuscule">fin du tome premier.</hi>
</trailer> |
Exemple | L'élément <head> est aussi employé pour
donner un titre à d'autres éléments, dans une liste par exemple
: Les déictiques sont des termes qui ne
prennent leur sens que dans le cadre de la situation
d'énonciation. <list rend="bulleted">
<head>déictiques</head> <item>ici</item> <item>hier</item> <item>là</item> <item>je</item> <item>tu</item> <item>nous</item> <item>vous</item> <item/>
</list> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="lg"/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.inter"/> <classRef key="model.lLike"/> <classRef key="model.global"/> </alternate> </content> |
Schéma Declaration | element head { tei_att.global.attributes, tei_att.typed.attributes, tei_att.placement.attributes, tei_att.written.attributes, ( text | tei_lg | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.lLike | tei_model.global )* } |
<headItem> (intitulé d'une liste d'items ) contient l'intitulé pour la colonne d'items ou de gloses dans un glossaire ou dans une liste semblablement structurée. [3.7. Lists] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | core: list |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'élément <headItem> est utilisé uniquement si chacun des items d'une liste est précédé d'un élément <label>. |
Exemple | Parlez-vous anglosnob? Liste de
quelques mots franglais et des propositions pour les remplacer :
: <list type="gloss"> <headLabel rend="smallcaps">Ne dites pas</headLabel> <headItem rend="smallcaps">Mais dites...</headItem> <label>abstract </label> <item> résumé, abrégé </item> <label>baby-boom </label> <item>printemps démographique </item> <label>carjacking </label> <item>dévoituration (comme défenestration),
dévoiturage(comme cambriolage, braquage) </item> <label>bug </label> <item>erreur, défaut, insecte, ("bogue" est
inutile) </item> <label>mixer</label> <item>mélanger (sauf si c'est avec un
mixeur)</item>
</list> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element headItem { tei_att.global.attributes, tei_macro.phraseSeq } |
<headLabel> (intitulé d'une liste d'étiquettes) contient l'intitulé pour la colonne d'étiquettes ou de termes dans un glossaire ou dans une liste structurée de la même manière. [3.7. Lists] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | core: list |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'élément <headLabel> ne peut apparaître que si chaque item de la liste est précédé d'un <label>. |
Exemple | Parlez-vous anglosnob? Liste de
quelques mots franglais et des propositions pour les remplacer :
<list type="gloss"> <headLabel rend="smallcaps">Ne dites pas</headLabel> <headItem rend="smallcaps">Mais dites...</headItem> <label>abstract </label> <item> résumé, abrégé </item> <label>baby-boom </label> <item>printemps démographique </item> <label>carjacking </label> <item>dévoituration (comme défenestration),
dévoiturage(comme cambriolage, braquage) </item> <label>bug </label> <item>erreur, défaut, insecte, ("bogue" est
inutile) </item> <label>mixer</label> <item>mélanger (sauf si c'est avec un
mixeur)</item>
</list> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element headLabel { tei_att.global.attributes, tei_macro.phraseSeq } |
<height> (hauteur) contient une dimension prise sur l'axe parallèle au dos du manuscrit. [10.3.4. Dimensions] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
measureGrp
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
dimensions
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Des données textuelles uniquement |
Note | If used to specify the height of a non text-bearing portion of some object, for example a monument, this element conventionally refers to the axis perpendicular to the surface of the earth. |
Exemple | <height quantity="7" unit="in"/> |
Exemple | <height quantity="7" unit="in"/> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element height { tei_att.global.attributes, tei_att.dimensions.attributes, tei_macro.xtext } |
<history> (histoire) rassemble les éléments servant à donner un historique complet du manuscrit ou d'une partie du manuscrit. [10.8. History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Exemple | <history> <origin> <p>Written in Durham during the mid twelfth
century.</p> </origin> <provenance> <p>Recorded in two medieval
catalogues of the books belonging to Durham Priory, made in
1391 and 1405.</p>
</provenance> <provenance> <p>Given to W. Olleyf by
William Ebchester, Prior (1446-56) and later belonged to
Henry Dalton, Prior of Holy Island (Lindisfarne) according
to inscriptions on ff. 4v and 5.</p> </provenance> <acquisition> <p>Presented to Trinity College in 1738 by
Thomas Gale and his son Roger.</p> </acquisition>
</history> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="origin" minOccurs="0"/> <elementRef key="provenance" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="acquisition" minOccurs="0"/> </sequence> </alternate> </content> |
Schéma Declaration | element history { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_summary?, tei_origin?, tei_provenance*, tei_acquisition? ) ) } |
<idno> (identifiant) donne un numéro normalisé ou non qui peut être utilisé pour identifier une référence bibliographique. [2.2.4. Publication, Distribution, Licensing, etc. 2.2.5. The Series Statement 3.11.2.4. Imprint, Size of a Document, and Reprint Information] | |||||||||||
Module | header | ||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.sortable (@sortKey) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter,
@from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.typed (type, @subtype)
|
||||||||||
Membre du | |||||||||||
Contenu dans | core:
abbr
add
addrLine
address
analytic
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
monogr
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
idno
language
licence
publicationStmt
rendition
seriesStmt msdescription: accMat
acquisition
additions
altIdentifier
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msIdentifier
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||
Peut contenir | header:
idno des données textuelles |
||||||||||
Note | <idno> should be used for labels which identify an object or concept in a formal cataloguing system such as a database or an RDF store, or in a distributed system such as the World Wide Web. Some suggested values for type on <idno> are ISBN, ISSN, DOI, and URI. |
||||||||||
Exemple | <idno type="ISBN">978-1-906964-22-1</idno>
<idno type="ISSN">0143-3385</idno>
<idno type="DOI">10.1000/123</idno>
<idno type="URI">http://www.worldcat.org/oclc/185922478</idno>
<idno type="URI">http://authority.nzetc.org/463/</idno>
<idno type="LT">Thomason Tract E.537(17)</idno>
<idno type="Wing">C695</idno>
<idno type="oldCat"> <g ref="#sym"/>345 </idno> In the last case,
the identifier includes a non-Unicode character which is defined
elsewhere by means of a <glyph> or
<char> element referenced here as
#sym . |
||||||||||
Exemple | <idno type="ISSN">0143-3385</idno>
<idno type="OTA">116</idno>
<idno type="ISBN">1-896016-00-6</idno> |
||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <elementRef key="idno"/> </alternate> </content> |
||||||||||
Schéma Declaration | element idno { tei_att.global.attributes, tei_att.sortable.attributes, tei_att.datable.attributes, tei_att.typed.attribute.subtype, attribute type { "ISBN" | "ISSN" | "DOI" | "URI" | "VIAF" | "ESTC" | "OCLC" }?, ( text | tei_model.gLike | tei_idno )* } |
<if> définit une valeur conditionnelle par défaut pour un trait ; la condition est indiquée comme une structure de traits et remplie si elle englobe la structure de traits dans le texte pour lequel on cherche une valeur par défaut. [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: vDefault |
Peut contenir | |
Note | Peut contenir une structure de traits suivie d'une valeur de trait ; les deux sont séparées par un élément <then>. |
Exemple | <vDefault> <if> <fs>
<f name="VFORM"> <symbol value="INF"/> </f> <f name="SUBJ"> <binary value="true"/> </f> </fs> <then/> <symbol value="for"/> </if>
</vDefault> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="fs"/> <elementRef key="f"/> </alternate> <elementRef key="then"/> <classRef key="model.featureVal"/> </sequence> </content> |
Schéma Declaration | element if { tei_att.global.attributes, ( ( tei_fs | tei_f ), tei_then, tei_model.featureVal ) } |
<iff> (si et seulement si) sépare la condition de la conséquence dans un élément bicond [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: bicond |
Peut contenir | Elément vide |
Note | Cet élément est fourni essentiellement pour rendre plus lisible par l'homme une déclaration d'un système de traits. |
Exemple | <bicond> <fs> <f name="FOO"> <symbol value="42"/> </f> </fs>
<iff/> <fs> <f name="BAR"> <binary value="true"/> </f> </fs>
</bicond> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element iff { tei_att.global.attributes, empty } |
<imprint> regroupe des informations relatives à la publication ou à la distribution d'un élément bibliographique. [3.11.2.4. Imprint, Size of a Document, and Reprint Information] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | core: monogr |
Peut contenir | figures:
figure
notatedMusic header: classCode
distributor msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <imprint> <pubPlace>Paris</pubPlace> <publisher>Les Éd. de Minuit</publisher> <date>2001</date>
</imprint> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="classCode"/> <elementRef key="catRef"/> </alternate> <sequence maxOccurs="unbounded" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.imprintPart"/> <classRef key="model.dateLike"/> </alternate> <elementRef key="respStmt" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element imprint { tei_att.global.attributes, ( ( tei_classCode | catRef )*, ( ( tei_model.imprintPart | tei_model.dateLike ), tei_respStmt*, tei_model.global* )+ ) } |
<incipit> contient l'incipit d'une section d'un manuscrit, c'est-à-dire les mots commençant le texte proprement dit, à l'exclusion de toute rubrique qui pourrait les précéder, la transcription étant de longueur suffisante pour permettre l'identification de l'œuvre. De tels incipit étaient autrefois souvent utilisés à la place du titre de l'œuvre, pour l'identifier. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.msExcerpt (@defective) |
Membre du | |
Contenu dans | msdescription: msItem
msItemStruct |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <incipit>Pater noster qui es in celis</incipit>
<incipit defective="true">tatem dedit hominibus
alleluia.</incipit>
<incipit type="biblical">Ghif ons huden onse dagelix
broet</incipit>
<incipit>O ongehoerde
gewerdighe christi</incipit>
<incipit type="lemma">Firmiter</incipit>
<incipit>Ideo dicit firmiter
quia ordo fidei nostre probari non potest</incipit> |
Exemple | <incipit>Pater noster qui es in celis</incipit>
<incipit defective="true">tatem dedit hominibus
alleluia.</incipit>
<incipit type="biblical">Ghif ons huden onse dagelix
broet</incipit>
<incipit>O ongehoerde
gewerdighe christi</incipit>
<incipit type="lemma">Firmiter</incipit>
<incipit>Ideo dicit firmiter
quia ordo fidei nostre probari non potest</incipit> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element incipit { tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, tei_macro.phraseSeq } |
<index> (entrée d'index) marque un emplacement à indexer dans un but quelconque. [3.8.2. Index Entries] | |||||||||
Module | core | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.spanning (@spanTo)
|
||||||||
Membre du | |||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
index
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||
Peut contenir | |||||||||
Exemple | Ils [les onagres] me venaient de mon
grand-père maternel, l'empereur <index indexName="NAMES"> <term>Saharil</term>
</index>, fils d'Iakhschab,
fils d'<index indexName="NAMES"> <term>Iaarab</term>
</index>, fils de <index indexName="NAMES"> <term>Kastan</term>
</index> |
||||||||
Modèle de contenu | <content> <sequence maxOccurs="unbounded" minOccurs="0"> <elementRef key="term"/> <elementRef key="index" minOccurs="0"/> </sequence> </content> |
||||||||
Schéma Declaration | element index { tei_att.global.attributes, tei_att.spanning.attributes, attribute indexName { text }?, ( tei_term, tei_index? )* } |
<institution> (institution) Contient le nom d'un organisme (comme une université ou une bibliothèque), avec lequel un manuscrit est identifié ; en général c'est le nom de l'institution qui conserve ce manuscrit. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
Contenu dans | msdescription: altIdentifier
msIdentifier |
Peut contenir | Des données textuelles uniquement |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element institution { tei_att.global.attributes, tei_att.naming.attributes, tei_macro.xtext } |
<interp> (interprétation) interprétation sous la forme d'une annotation concise, pouvant être liée à un passage dans un texte [17.3. Spans and Interpretations] | |
Module | analysis |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.interpLike (@type, @inst) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | core:
desc des données textuelles |
Note | Generally, each <interp> element carries an xml:id attribute. This permits the encoder to explicitly associate the interpretation represented by the content of an <interp> with any textual element through its ana attribute. Alternatively (or, in addition) an <interp> may carry an inst attribute which points to one or more textual elements to which the analysis represented by the content of the <interp> applies. |
Exemple | <interp type="structuralunit">conséquence</interp> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> |
Schéma Declaration | element interp { tei_att.global.attributes, tei_att.interpLike.attributes, ( text | tei_model.gLike | tei_model.descLike | tei_model.certLike )* } |
<interpGrp> (groupe d'interprétations) regroupe un ensemble d'interprétations ayant en commun une mention de responsabilité ou un type [17.3. Spans and Interpretations] | |
Module | analysis |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.interpLike (@type, @inst) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | |
Note | Un nombre quelconque d'éléments <interp>. |
Exemple | <interpGrp resp="#fr_TMA" type="structuralunit"> <desc>Organisation structurelle
de base</desc> <interp xml:id="fr_I1">introduction</interp> <interp xml:id="fr_I2">conflit</interp> <interp xml:id="fr_I3">apogée</interp> <interp xml:id="fr_I4">vengeance</interp> <interp xml:id="fr_I5">reconciliation</interp> <interp xml:id="fr_I6">conséquence</interp>
</interpGrp> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.descLike" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="interp" maxOccurs="unbounded" minOccurs="1"/> </sequence> </content> |
Schéma Declaration | element interpGrp { tei_att.global.attributes, tei_att.interpLike.attributes, ( tei_model.descLike*, tei_interp+ ) } |
<item> contient un composant d'une liste. [3.7. Lists 2.6. The Revision Description] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) |
Contenu dans | core: list |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Peut contenir un texte ou une succession d'extraits. Toute chaîne de caractères utilisée pour étiqueter un item de liste dans le texte peut être utilisée comme valeur de l'attribut global n, mais il n'est pas obligatoire de noter explicitement cette numérotation. Dans les listes ordonnées, l'attribut n de l'élément <item> est par définition synonyme de l'utilisation de l'élément <label> pour noter le numéro de l'item de la liste. Pour les glossaires toutefois, le terme défini doit être donné avec l'élément <label>, et non pas n. |
Exemple | <list type="unordered">
<head>Tentative
d'inventaire de quelques-unes des choses qui ont été trouvées
dans les escaliers au fil des ans.</head> <item>Plusieurs photos, dont celle d'une jeune
fille de quinze<lb/> ans
vêtue d'un slip de bain noir et d'un chandail blanc,
agenouillée sur une plage,</item> <item>un réveil radio de toute évidence
destiné à un réparateur, dans un sac plastique des
établissements Nicolas,</item> <item>un soulier noir orné de brillants,</item> <item>une mule en chevreau doré,</item> <item>une boîte de pastilles Géraudel contre
la toux.</item>
</list> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element item { tei_att.global.attributes, tei_att.sortable.attributes, tei_macro.specialPara } |
<join> (jointure) identifie un segment de texte, qui peut être fragmenté, en pointant vers les éléments éventuellement dispersés qui le composent. [16.7. Aggregation] | |||||||||||||||
Module | linking | ||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.pointing (@targetLang, @target,
@evaluate) att.typed (@type, @subtype)
|
||||||||||||||
Membre du | |||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||||||||
Peut contenir | core:
desc |
||||||||||||||
Exemple | The following example is discussed in section
[[undefined SAAG]]: <sp>
<speaker>Hughie</speaker> <p>How does it go? <q> <l xml:id="fr_frog_x1">da-da-da</l> <l xml:id="fr_frog_l2">gets
a new frog</l> <l>...</l> </q>
</p>
</sp>
<sp> <speaker>Louie</speaker> <p> <q>
<l xml:id="fr_frog_l1">When the old pond</l> <l>...</l>
</q> </p>
</sp>
<sp> <speaker>Dewey</speaker> <p> <q>... <l xml:id="fr_frog_l3">It's
a new pond.</l> </q> </p> <join result="lg" scope="root" target="#fr_frog_l1 #fr_frog_l2
#fr_frog_l3"/>
</sp> The <join> element here identifies a linegroup (<lg>) comprising the three lines indicated by the
target attribute. The value
root for thescope
attribute indicates that the resulting virtual element contains the
three <l> elements linked to at #frog_l1 #frog_l2 #frog_l3,
rather than their character data content. |
||||||||||||||
Exemple | In this example, the attribute scope is specified with the value of
branches to indicate that the virtual list being
constructed is to be made by taking the lists indicated by the target attribute of the <join> element,
discarding the <list> tags which enclose them,
and combining the items contained within the lists into a single
virtual list:<p>Southern dialect (my own variety, at least) has
only <list xml:id="fr_LP1"> <item> <s>I done gone</s> </item> <item> <s>I done went</s> </item> </list> whereas Negro Non-Standard basilect
has both these and <list xml:id="fr_LP2"> <item> <s>I done go</s> </item> </list>.</p>
<p>White Southern dialect
also has <list xml:id="fr_LP3"> <item> <s>I've done gone</s> </item> <item> <s>I've done went</s> </item> </list> which, when they occur in Negro
dialect, should probably be considered as borrowings from other
varieties of English.</p>
<join result="list" scope="branches" target="#fr_LP1
#fr_LP2 #fr_LP3" xml:id="fr_LST1"> <desc>Sample sentences in Southern speech</desc>
</join> |
||||||||||||||
Schematron |
<s:assert test="contains(@target,' ')">You must supply at
least two values for @target on <s:name/>
</s:assert> |
||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> |
||||||||||||||
Schéma Declaration | element join { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, attribute result { text }?, attribute scope { "root" | "branches" }?, ( tei_model.descLike | tei_model.certLike )* } |
<joinGrp> (groupe de jointures) regroupe une collection d'éléments <join> ainsi que, éventuellement, des pointeurs. [16.7. Aggregation] | |||||||
Module | linking | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.pointing.group (@domains, @targFunc) (att.pointing (@targetLang, @target,
@evaluate)) (att.typed (@type, @subtype))
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||
Peut contenir | |||||||
Note | |||||||
Exemple | <joinGrp domains="#zuitxt1 #zuitxt2
#zuitxt3" result="q"> <join target="#zuiq1 #zuiq2
#zuiq6"/> <join target="#zuiq3 #zuiq4
#zuiq5"/>
</joinGrp> |
||||||
Exemple | <joinGrp domains="#zuitxt1 #zuitxt2
#zuitxt3" result="q"> <join target="#fr_zuiq1 #fr_zuiq2
#fr_zuiq6"/> <join target="#fr_zuiq3 #fr_zuiq4
#fr_zuiq5"/>
</joinGrp> |
||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.glossLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="join"/> <elementRef key="ptr"/> </alternate> </sequence> </content> |
||||||
Schéma Declaration | element joinGrp { tei_att.global.attributes, tei_att.pointing.group.attributes, attribute result { text }?, ( tei_model.glossLike*, ( tei_join | tei_ptr )+ ) } |
<keywords> (mot clé) contient une liste de mots clés ou d’expressions décrivant la nature ou le sujet d’un texte. [2.4.3. The Text Classification] | |||||||
Module | header | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Membre du | |||||||
Contenu dans | |||||||
Peut contenir | |||||||
Exemple | StandOff enrichissement subject hub de
métadonnées Abes <annotationBlock corresp="#subject-01"> <keywords change="#abes-01" resp="#abes"> <term>Pharmacologie</term> </keywords>
</annotationBlock> |
||||||
Exemple | StandOff enrichissement indexation
rd-teeft <annotationBlock corresp="text"> <keywords change="#istex" resp="#istex"> <term> <term>prepulse inhibition</term> <fs type="statistics">
<f name="frequency"> <numeric value="4"/> </f> <f name="specificity">
<numeric value="1"/> </f> </fs> </term> <term> <term>decompensated inpatients</term> <fs type="statistics"> <f name="frequency">
<numeric value="2"/> </f> <f name="specificity">
<numeric value="0.5"/> </f> </fs> </term> </keywords>
</annotationBlock> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="term" maxOccurs="unbounded" minOccurs="1"/> <elementRef key="list"/> </alternate> </content> |
||||||
Schéma Declaration | element keywords { tei_att.global.attributes, attribute scheme { text }?, ( tei_term+ | tei_list ) } |
<l> (vers) contient un seul vers, éventuellement incomplet. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.fragmentable (@part) |
Membre du | |
Contenu dans | msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
label
lb
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <l met="x/x/x/x/x/" real="/xx/x/x/x/">Shall I compare thee to a summer's
day?</l> |
Exemple | <l>Que toujours, dans vos vers, le sens coupant
les mots</l>
<l>Suspende l'hémistiche, en
marque le repos.</l> |
Schematron |
<s:report test="ancestor::tei:l[not(.//tei:note//tei:l[. =
current()])]"> Abstract model violation: Lines may not
contain lines or lg elements. </s:report> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.inter"/> <classRef key="model.global"/> </alternate> </content> |
Schéma Declaration | element l { tei_att.global.attributes, tei_att.fragmentable.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.global )* } |
<label> (étiquette) contient l'étiquette attachée à un item dans une liste ; dans les glossaires, il marque le terme qui est défini. [3.7. Lists] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.placement (@place) att.written (@hand) |
Membre du | |
Contenu dans | core: add
corr
del
desc
emph
head
hi
item
l
lg
list
meeting
note
orig
p
q
quote
ref
reg
said
sic
stage
title
unclear figures: cell
figDesc
figure
notatedMusic header: application
change
licence
rendition msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <label> est souvent employé pour
identifier les mots dans des listes de glossaire ; on note
l'utilisation de l’attribut global xml:lang
: l'ancien français est la langue par défaut du glossaire <list type="gloss" xml:lang="fro"> <head xml:lang="en">Vocabulaire</head> <headLabel xml:lang="fr">Ancien français</headLabel> <headItem xml:lang="fr">Français moderne</headItem> <label>amerté</label> <item xml:lang="fr">amertume</item> <label>barquer</label> <item xml:lang="fr">conduire une
barque</item> <label>biberon</label> <item xml:lang="fr">goulot d'un
vase.</item> <label>bugle</label> <item xml:lang="fr">jeune
boeuf</item> <label>cestui</label> <item xml:lang="fr">celui-ci</item> <label>chaitiveté</label> <item xml:lang="fr">captivité</item> <label>duire</label> <item xml:lang="fr">conduire</item> <label>dangier</label> <item xml:lang="fr">puissance,
pouvoir</item> <label>sangler</label> <item xml:lang="la">singularis</item> <label>vespre </label> <item xml:lang="fr">tombée du
jour (cf. <cit> <ref>Lexique de Godefroy</ref> <quote>de hautes vespres : tard dans la
soirée.</quote> </cit>)</item>
</list> |
Exemple | On emploie aussi <label> pour
enregistrer le classement alphanumérique d'items dans des listes
ordonnées. L’unité mixte de recherche ATILF
(Analyse et Traitement Informatique de la Langue Française)
propose 3 types de ressources : <list rend="runon" type="ordered"> <label>(1)</label> <item>Des ressources linguistiques
publiées.</item> <label>(2) </label> <item>Des ressources linguistiques
informatisées.</item>
<label>(3) </label> <item>Des ressources linguistiques
logicielles.</item>
</list> |
Exemple | On emploie aussi <label> dans
d'autres listes structurées, comme dans cet extrait du journal de
Jules Renard. <list type="gloss"> <label>1er janvier..</label> <item> L'esprit inquiet mais clairvoyant,
c'est-à-dire actif et sain, de l'homme qui ne travaille
pas.</item> <label>7 janvier. </label> <item>On parle de Syveton. Elle aussi se
rappelle avoir été, petite fille, poursuivie par un homme
tout décolleté du bas et qu'on appelait l'homme au nez rouge.
</item> <label>9 janvier. </label> <item>Jaurès dit que Syveton n'avait aucun
intérêt à se tuer mais, à y regarder de près, oui, en
cherchant bien, on trouve que nous avons tous un intérêt
quelconque à nous tuer. </item> <label>13 janvier. </label> <item>Dans mon coeur froid, quelques rares
jolis sentiments, comme des oiseaux aux petites pattes sur de
la neige.</item>
</list> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element label { tei_att.global.attributes, tei_att.typed.attributes, tei_att.placement.attributes, tei_att.written.attributes, tei_macro.phraseSeq } |
<langUsage> (langue utilisée) décrit les langues, variétés de langues, registres, dialectes, etc. présents à l’intérieur d’un texte. [2.4.2. Language Usage 2.4. The Profile Description 15.3.2. Declarable Elements] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) |
Membre du | |
Contenu dans | header: profileDesc |
Peut contenir | |
Exemple | <langUsage> <language ident="fr-CA" usage="60">Québecois</language> <language ident="en-CA" usage="20">Anglais canadien des affaires</language> <language ident="en-GB" usage="20">Anglais de Grande-Bretagne</language>
</langUsage> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <elementRef key="language" maxOccurs="unbounded" minOccurs="1"/> </alternate> </content> |
Schéma Declaration | element langUsage { tei_att.global.attributes, tei_att.declarable.attributes, ( tei_model.pLike+ | tei_language+ ) } |
<language> (langue) caractérise une langue ou une variété de langue utilisée dans un texte. [2.4.2. Language Usage] | |||||||||||||
Module | header | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||
Contenu dans | header: langUsage |
||||||||||||
Peut contenir | core:
abbr
address
cb
choice
date
distinct
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
mentioned
milestone
name
note
num
pb
ptr
ref
rs
soCalled
term
time
title figures:
figure
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des
données textuelles |
||||||||||||
Note | Dans le cas particulier des variétés de langues, l'élément contiendra un texte caractérisant mais non structuré. |
||||||||||||
Exemple | <langUsage> <language ident="en-US" usage="75">Anglais américain moderne</language> <language ident="i-az-Arab" usage="20">Azerbaijanais en caractères
arabes</language> <language ident="x-verlan" usage="05">verlan</language>
</langUsage> |
||||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq.limited"/> </content> |
||||||||||||
Schéma Declaration | element language { tei_att.global.attributes, attribute ident { text }, attribute usage { text }?, tei_macro.phraseSeq.limited } |
<layout> (mise en page) décrit comment le texte est disposé sur la page, ce qui inclut les informations sur d'éventuels systèmes de réglure, de piqûre ou d'autres techniques de préparation de la page. [10.7.2. Writing, Decoration, and Other Notations] | |||||||||||||||||||
Module | msdescription | ||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||||||||
Contenu dans | msdescription: layoutDesc |
||||||||||||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||
Exemple | <layout columns="1" ruledLines="25
32"> Most pages have between 25 and 32
long lines ruled in lead.</layout> |
||||||||||||||||||
Exemple | <layout columns="2" ruledLines="42"> <p>2 columns of 42 lines ruled in ink, with
central rule between the columns.</p>
</layout> |
||||||||||||||||||
Exemple | <layout columns="1 2" writtenLines="40 50"> <p>Some pages have 2 columns,
with central rule between the columns; each column with
between 40 and 50 lines of writing.</p>
</layout> |
||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||||||||||||||
Schéma Declaration | element layout { tei_att.global.attributes, attribute columns { list { ? } }?, attribute ruledLines { list { ? } }?, attribute writtenLines { list { ? } }?, tei_macro.specialPara } |
<layoutDesc> (description de la mise en page) rassemble les descriptions des mises en page d' un manuscrit. [10.7.2. Writing, Decoration, and Other Notations] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: objectDesc |
Peut contenir | |
Exemple | <layoutDesc> <p>Most pages have between 25 and 32 long
lines ruled in lead.</p>
</layoutDesc> |
Exemple | <layoutDesc> <layout columns="2" ruledLines="42"> <p> <locus from="f12r" to="f15v"/> 2
columns of 42 lines pricked and ruled in ink, with central
rule between the columns.</p>
</layout> <layout columns="3"> <p> <locus from="f16"/>Prickings
for three columns are visible.</p> </layout>
</layoutDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="layout" maxOccurs="unbounded" minOccurs="1"/> </sequence> </alternate> </content> |
Schéma Declaration | element layoutDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_summary?, tei_layout+ ) ) } |
<lb> (saut de ligne) marque le début d'une nouvelle ligne (typographique) dans une édition ou dans une version d'un texte. [3.10.3. Milestone Elements 7.2.5. Speech Contents] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.edition (@ed, @edRef) att.spanning (@spanTo) att.breaking (@break) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Par convention, l'élément <lb> apparaît à l’endroit du texte où commence une nouvelle ligne. L'attribut n, s’il est utilisé, donne un nombre ou une autre valeur associée au texte entre ce point et l’élément suivant <lb>, spécifiquement le numéro de la ligne dans la page, ou une autre unité de mesure appropriée. Cet élément est prévu pour être employé pour marquer un saut de ligne sur un manuscrit ou sur une page imprimée, à l’endroit où il se survient; on n’utilisera pas de balisage structurel comme une succession de vers (pour lequel l’élément <l> est disponible) sauf dans le cas où des blocs structurés ne peuvent pas être marqués autrement. L'attribut type sera employé pour caractériser toute espèce de caractéristiques du saut de ligne, sauf la coupure des mots (indique par l'attribut break) ou la source concernée. |
Exemple | Cet exemple montre les sauts de ligne dans des
vers, qui apparaissent à différents endroits selon les éditions. <l>Of
Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
<l>Of that Forbidden Tree,
whose<lb ed="1667
1674"/> mortal tast</l>
<l>Brought Death into the
World,<lb ed="1667"/> and all<lb ed="1674"/> our
woe,</l> |
Exemple | Cet exemple encode les sauts de ligne pour
montre l'apparence visuelle d'une page titre. L'attribut break est utilisé pour montrer que le saut de
ligne ne marque pas le début d'un nouveau mot. <titlePart rend="italic"> <lb/>L'auteur susdict supplie les Lecteurs
<lb/>benevoles, soy
reserver à rire au soi-<lb break="no"/>xante
& dixhuytiesme livre. </titlePart> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element lb { tei_att.global.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } |
<lg> (groupe de vers) contient un groupe de vers fonctionnant comme une unité formelle, par exemple une strophe, un refrain, un paragraphe en vers, etc. [3.12.1. Core Tags for Verse 3.12. Passages of Verse or Drama 7.2.5. Speech Contents] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.divLike (@org, @sample) (att.fragmentable (@part)) att.typed (@type, @subtype) att.declaring (@decls) |
Membre du | |
Contenu dans | msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Note | ne contient que des vers ou des groupes de vers enchâssés, éventuellement précédés d'un titre. |
Exemple | <div type="sonnet"> <lg type="quatrain"> <l>Les amoureux fervents et les savants
austères</l> <l>Aiment également, dans leur
mûre saison,</l> <l>Les chats puissants et doux,
orgueil de la maison,</l>
<l>Qui comme eux sont
frileux et comme eux sédentaires.</l> </lg>
<lg type="quatrain"> <l>Amis de la science et de la volupté</l> <l>Ils cherchent le silence et l'horreur des
ténèbres ;</l> <l>L'Erèbe les eût pris pour
ses coursiers funèbres,</l>
<l>S'ils pouvaient au
servage incliner leur fierté.</l> </lg>
<lg type="tercet"> <l>Ils prennent en songeant les nobles
attitudes</l> <l>Des grands sphinx allongés
au fond des solitudes,</l>
<l>Qui semblent
s'endormir dans un rêve sans fin ;</l> </lg>
<lg type="tercet"> <l>Leurs reins féconds sont pleins
d'étincelles magiques,</l>
<l>Et des parcelles
d'or, ainsi qu'un sable fin,</l> <l>Etoilent vaguement leurs prunelles
mystiques.</l> </lg>
</div> |
Schematron |
<sch:assert test="count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap)
> 0">An lg element must contain at least one child l, lg
or gap element.</sch:assert> |
Schematron |
<s:report test="ancestor::tei:l[not(.//tei:note//tei:lg[. =
current()])]"> Abstract model violation: Lines may not
contain line groups. </s:report> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.lLike"/> <classRef key="model.stageLike"/> <classRef key="model.labelLike"/> <elementRef key="lg"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.lLike"/> <classRef key="model.stageLike"/> <classRef key="model.labelLike"/> <classRef key="model.global"/> <elementRef key="lg"/> </alternate> <sequence maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottom"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element lg { tei_att.global.attributes, tei_att.divLike.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, ( ( tei_model.divTop | tei_model.global )*, ( tei_model.lLike | tei_model.stageLike | tei_model.labelLike | tei_lg ), ( tei_model.lLike | tei_model.stageLike | tei_model.labelLike | tei_model.global | tei_lg )*, ( tei_model.divBottom, tei_model.global* )* ) } |
<licence> contient des informations légales applicables au texte, notamment le contrat de licence définissant les droits d'utilisation. [2.2.4. Publication, Distribution, Licensing, etc.] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Membre du | |
Contenu dans | header: availability |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | A <licence> element should be supplied for each licence agreement applicable to the text in question. The target attribute may be used to reference a full version of the licence. The when, notBefore, notAfter, from or to attributes may be used in combination to indicate the date or dates of applicability of the licence. |
Exemple | <licence target="http://creativecommons.org/licenses/by/3.0/deed.fr">
Creative Commons Attribution 3.0 non transposé (CC BY 3.0) </licence> |
Exemple | <licence target="http://creativecommons.org/licenses/by-sa/2.0/">
Ce document est publié librement sur le web à destination de la
communauté scientifique dans le cadre de la licence Creative
Commons « Paternité-Pas d’Utilisation Commerciale-Partage des
Conditions Initiales à l’Identique 2.0 France ». </licence> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element licence { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.datable.attributes, tei_macro.specialPara } |
<line> contains the transcription of a topographic line in the source document [11.2.2. Embedded Transcription] | |
Module | transcr |
Attributs | Attributs att.typed (@type, @subtype) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.written (@hand) |
Membre du | |
Contenu dans | |
Peut contenir | |
Note | This element should be used only to mark up writing which is topographically organized as a series of lines, horizontal or vertical. It should not be used to mark lines of verse (for which use <l>) nor to mark linebreaks within text which has been encoded using structural elements such as <p> (for which use <lb>). |
Exemple | <surface> <zone> <line>Poem</line> <line>As in Visions of — at</line> <line>night —</line> <line>All sorts of fancies running
through</line> <line>the head</line> </zone>
</surface> |
Exemple | <surface> <zone> <line>Hope you enjoyed</line> <line>Wales, as they said</line> <line>to Mrs FitzHerbert</line> <line>Mama</line> </zone> <zone> <line>Printed in England</line> </zone>
</surface> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.global"/> <classRef key="model.gLike"/> <classRef key="model.linePart"/> </alternate> </content> |
Schéma Declaration | element line { tei_att.typed.attributes, tei_att.global.attributes, tei_att.coordinated.attributes, tei_att.written.attributes, ( text | tei_model.global | tei_model.gLike | tei_model.linePart )* } |
<link> (lien) définit une association ou un lien hypertextuel entre des éléments ou des passages, lien dont le type ne peut être spécifié précisément par d'autres éléments. [16.1. Links] | |
Module | linking |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
event
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | Elément vide |
Note | Cet élément n’est utilisé que pour encoder des associations ; il n’est pas préconisé pour d’autres éléments plus spécifiques. L’emplacement de cet élément dans un document n'a aucune signification, à moins qu'il ne soit inclus dans un élément <linkGrp> ; dans ce cas il peut hériter de la valeur donnée à l’attribut type de l’élément <linkGrp> . |
Exemple | <s n="1">The state Supreme Court has refused
to release <rs xml:id="R1"> <rs xml:id="R2">Rahway State
Prison</rs> inmate</rs> <rs xml:id="R3">James
Scott</rs> on bail.</s>
<s n="2"> <rs xml:id="R4">The
fighter</rs> is serving
30-40 years for a 1975 armed robbery conviction in <rs xml:id="R5">the penitentiary</rs>. </s>
<!-- ... -->
<linkGrp type="periphrasis"> <link target="#R1 #R3 #R4"/>
<link target="#R2
#R5"/>
</linkGrp> |
Schematron |
<sch:assert test="contains(normalize-space(@target),'
')">You must supply at least two values for @target or on
<sch:name/> </sch:assert> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element link { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, empty } |
<linkGrp> (groupe de liens) définit un ensemble d'associations ou de liens hypertextuels. [16.1. Links] | |
Module | linking |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing.group (@domains, @targFunc) (att.pointing (@targetLang, @target, @evaluate)) (att.typed (@type, @subtype)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
event
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | |
Note | Ne peut contenir qu’un ou plusieurs éléments <link>, et éventuellement divers éléments pointeurs. Un groupe de liens facilite les opérations de gestion de ces liens ; on devrait l'utiliser pour regrouper un ensemble de liens dans un but précis, et non pas simplement pour donner une valeur par défaut à l'attribut type. |
Exemple | <linkGrp type="translation">
<link target="#CCS1
#SW1"/> <link target="#CCS2 #SW2"/>
<link target="#CCS
#SW"/>
</linkGrp>
<div type="volume" xml:id="CCS"
xml:lang="fr"> <p> <s xml:id="CCS1">Longtemps,
je me suis couché de bonne heure.</s> <s xml:id="CCS2">Parfois, à
peine ma bougie éteinte, mes yeux se fermaient si vite que je
n'avais pas le temps de me dire : "Je m'endors."</s> </p>
<!-- ... -->
</div>
<div type="volume" xml:id="SW" xml:lang="en"> <p> <s xml:id="SW1">For a long
time I used to go to bed early.</s> <s xml:id="SW2">Sometimes,
when I had put out my candle, my eyes would close so quickly
that I had not even time to say "I'm going to sleep."</s> </p>
<!-- ... -->
</div> |
Exemple | <linkGrp type="translation">
<link target="#fr_CCS1
#fr_SW1"/> <link target="#fr_CCS2
#fr_SW2"/> <link target="#fr_CCS
#fr_SW"/>
</linkGrp>
<div type="volume" xml:id="fr_CCS" xml:lang="fr"> <p> <s xml:id="fr_CCS1">Longtemps, je me suis couché de bonne
heure.</s> <s xml:id="fr_CCS2">Parfois, à peine ma bougie
éteinte, mes yeux se fermaient si vite que je n'avais pas
le temps de me dire : "Je m'endors."</s> </p>
</div>
<div type="volume" xml:id="fr_SW" xml:lang="en"> <p> <s xml:id="fr_SW1">For a
long time I used to go to bed early.</s> <s xml:id="fr_SW2">Sometimes, when I had put out my
candle, my eyes would close so quickly that I had not even
time to say "I'm going to sleep."</s> </p>
</div> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="link"/> <elementRef key="ptr"/> </alternate> </content> |
Schéma Declaration | element linkGrp { tei_att.global.attributes, tei_att.pointing.group.attributes, ( tei_link | tei_ptr )+ } |
<list> (liste) contient une suite d'items ordonnés dans une liste. [3.7. Lists] | |||||||||||||
Module | core | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.sortable (@sortKey) att.typed (type, @subtype)
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | core: add
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken: annotationBlock standOff: listAnnotation textstructure: back
body
div
docEdition
titlePart |
||||||||||||
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
||||||||||||
Note | Peut contenir un titre facultatif suivi d'une succession d'items ou d'une succession de couples constitués d'une étiquette et d'un item, ce dernier type pouvant être précédé par un ou deux titres spécifiques. |
||||||||||||
Exemple | <list rend="bulleted">
<item>Thé sans sucre et
sans lait </item> <item>Un jus d'ananas</item> <item>Un yaourt</item> <item>Trois biscuits de seigle </item> <item>Carottes râpées</item> <item>Côtelettes d'agneau (deux)</item> <item>Courgettes</item> <item>Chèvre frais </item> <item>Coings</item>
</list> |
||||||||||||
Exemple | <div>
<p> Selon des critères
qui n'appartiennent qu'à lui, Rémi Plassaert a classé ses
buvards en huit tas respectivement surmontés par :</p> <list rend="bulleted">
<item>un toréador
chantant (dentifrice émail Diamant)</item> <item>un tapis d'Orient du XVIIe siècle,
provenant d'une basilique de Transylvanie (Kalium-Sedaph,
soluté de propionate de potassium)</item> <item>Le Renard et la Cicogne (sic), gravure
de Jean-Baptiste Oudry (Papeteries Marquaize, Stencyl,
Reprographie)</item>
</list>
</div> |
||||||||||||
Exemple | <div>
<p> [...] et tout
autour, la longue cohorte de ses personnages, avec leur
histoire, leur passé, leurs légendes :</p> <list rend="numbered">
<item n="1">Pélage vainqueur d'Alkhamah se faisant
couronner à Covadonga </item>
<item n="2">La cantatrice exilée de Russie suivant
Schönberg à Amsterdam</item>
<item n="3">Le petit chat sourd aux yeux vairons
vivant au dernier étage</item> <item n="4">Le crétin chef d'îlot faisant
préparer des tonneaux de sable</item> </list>
</div> |
||||||||||||
Schematron |
<sch:rule context="tei:list[@type='gloss']">
<sch:assert test="tei:label">The content of a "gloss" list
should include a sequence of one or more pairs of a label
element followed by an item element</sch:assert>
</sch:rule> |
||||||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <elementRef key="item"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="headLabel" minOccurs="0"/> <elementRef key="headItem" minOccurs="0"/> <sequence maxOccurs="unbounded" minOccurs="1"> <elementRef key="label"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="item"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </alternate> <sequence maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottom"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
||||||||||||
Schéma Declaration | element list { tei_att.global.attributes, tei_att.sortable.attributes, tei_att.typed.attribute.subtype, attribute type { "gloss" | "index" | "instructions" | "litany" | "syllogism" }?, ( ( tei_model.divTop | tei_model.global )*, ( ( tei_item, tei_model.global* )+ | ( tei_headLabel?, tei_headItem?, ( tei_label, tei_model.global*, tei_item, tei_model.global* )+ ) ), ( tei_model.divBottom, tei_model.global* )* ) } |
<listAnnotation> Groups together various annotations, for instance for parallel interpretations of a spoken segment | |
Namespace | http://standoff.proposal |
Module | standOff |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.notated (@notation) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.declaring (@decls) |
Membre du | |
Contenu dans | spoken: annotationBlock standOff: listAnnotation
standOff |
Peut contenir | |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.annotation" maxOccurs="unbounded" minOccurs="1"/> </sequence> </content> |
Schéma Declaration | element listAnnotation { tei_att.global.attributes, tei_att.typed.attributes, tei_att.notated.attributes, tei_att.timed.attributes, tei_att.declaring.attributes, ( tei_model.headLike*, tei_model.annotation+ ) } |
<listBibl> (liste de références bibliographiques) contient une liste de références bibliographiques de toute nature. [3.11.1. Methods of Encoding Bibliographic References and Lists of References 2.2.7. The Source Description 15.3.2. Declarable Elements] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.declarable (@default) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
listBibl
meeting
note
orig
p
q
quote
ref
reg
relatedItem
said
sic
stage
title
unclear header:
change
licence
rendition
sourceDesc
taxonomy msdescription: accMat
acquisition
additional
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
msItemStruct
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation |
Peut contenir | |
Exemple | <listBibl> <head>Liste des ouvrages cités</head> <bibl>Les Petits Romantiques </bibl> <biblStruct> <analytic> <title>La poésie en prose</title> </analytic> <monogr> <title>Aloysius Bertrand, "inventeur" du poème
en prose</title> <author>Bert Guégand</author> <imprint> <publisher>PUN</publisher> <date>2000</date> </imprint> </monogr> </biblStruct>
</listBibl> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.biblLike"/> <classRef key="model.milestoneLike"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="relation"/> <elementRef key="listRelation"/> </alternate> </sequence> </content> |
Schéma Declaration | element listBibl { tei_att.global.attributes, tei_att.sortable.attributes, tei_att.declarable.attributes, tei_att.typed.attributes, ( tei_model.headLike*, ( tei_model.biblLike | tei_model.milestoneLike )+, ( relation | listRelation )* ) } |
<listOrg> (liste d'organisations) contient une liste d'éléments, chacun d'eux fournissant des informations sur une organisation identifiable. [13.2.2. Organizational Names] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey) |
Membre du | |
Contenu dans | core: add
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear header:
abstract
change
licence
rendition
sourceDesc msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation textstructure: back
body
div
docEdition
titlePart |
Peut contenir | |
Note | L'attribut type peut être utilisé pour établir des listes par type d'organisation si cela présente un intérêt. |
Exemple | <listOrg> <head>Libyans</head> <org> <orgName>Adyrmachidae</orgName> <desc>These people have, in most points, the
same customs as the Egyptians, but use the costume of the
Libyans. Their women wear on each leg a ring made of bronze
[...]</desc> </org> <org> <orgName>Nasamonians</orgName> <desc>In summer they leave their flocks and
herds upon the sea-shore, and go up the country to a place
called Augila, where they gather the dates from the palms
[...]</desc> </org> <org> <orgName>Garamantians</orgName> <desc>[...] avoid all society or intercourse
with their fellow-men, have no weapon of war, and do not
know how to defend themselves. [...]</desc>
<!-- ... --> </org>
</listOrg> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="org"/> <elementRef key="listOrg"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="relation"/> <elementRef key="listRelation"/> </alternate> </sequence> </content> |
Schéma Declaration | element listOrg { tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, ( tei_model.headLike*, ( tei_org | tei_listOrg )+, ( relation | listRelation )* ) } |
<listPlace> (liste de lieux) contient une liste de lieux, qui peut être suivie d'une liste de relations définies entre les lieux (autres que la relation d'inclusion). [2.2.7. The Source Description 13.3.4. Places] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey) |
Membre du | |
Contenu dans | core: add
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear header:
abstract
change
licence
rendition
sourceDesc msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation textstructure: back
body
div
docEdition
titlePart |
Peut contenir | |
Exemple | <listPlace type="offshoreIslands"> <place> <placeName>La roche qui pleure</placeName> </place> <place> <placeName>Ile aux cerfs</placeName> </place>
</listPlace> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.placeLike"/> <elementRef key="listPlace"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="relation"/> <elementRef key="listRelation"/> </alternate> </sequence> </content> |
Schéma Declaration | element listPlace { tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, ( tei_model.headLike*, ( tei_model.placeLike | tei_listPlace )+, ( relation | listRelation )* ) } |
<listTranspose> supplies a list of transpositions, each of which is indicated at some point in a document typically by means of metamarks. [11.3.4.5. Transpositions] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | transcr:
transpose |
Exemple | <listTranspose> <transpose> <ptr target="#ib02"/> <ptr target="#ib01"/> </transpose>
</listTranspose> This
example might be used for a source document which indicates in some
way that the elements identified by ib02 and code
ib01 should be read in that order (ib02 followed by
ib01), rather than in the reading order in which they are presented
in the source. |
Modèle de contenu | <content> <elementRef key="transpose" maxOccurs="unbounded" minOccurs="1"/> </content> |
Schéma Declaration | element listTranspose { tei_att.global.attributes, tei_transpose+ } |
<location> (localisation) définit l'emplacement d'un lieu par des coordonnées géographiques, en termes d'entités nommées dites géopolitiques, ou par une adresse. [13.3.4. Places] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Exemple | <place> <placeName>Abbey Dore</placeName> <location> <geo>51.969604 -2.893146</geo> </location>
</place> |
Exemple | <place type="building" xml:id="BGbuilding">
<placeName>Brasserie
Georges</placeName>
<location> <country key="FR"/> <settlement type="city">Lyon</settlement> <district type="arrondissement">IIème</district> <district type="quartier">Perrache</district> <placeName type="street"> <num>30</num>, Cours de Verdun</placeName> </location>
</place> |
Exemple | <place type="imaginary">
<placeName>Atlantis</placeName> <location> <offset>beyond</offset> <placeName>The Pillars of <persName>Hercules</persName> </placeName> </location>
</place> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="precision"/> <classRef key="model.labelLike"/> <classRef key="model.placeNamePart"/> <classRef key="model.offsetLike"/> <classRef key="model.measureLike"/> <classRef key="model.addressLike"/> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> </alternate> </content> |
Schéma Declaration | element location { tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, ( precision | tei_model.labelLike | tei_model.placeNamePart | tei_model.offsetLike | tei_model.measureLike | tei_model.addressLike | tei_model.noteLike | tei_model.biblLike )* } |
<locus> (locus) définit un emplacement au sein d'un manuscrit ou d'une partie de manuscrit, souvent une séquence, éventuellement discontinue, de références de feuillets. [10.3.5. References to Locations within a Manuscript] | |||||||||||||||||||
Module | msdescription | ||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.pointing (@targetLang, @target,
@evaluate) att.typed (@type, @subtype)
|
||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
locus
locusGrp
material
msItem
msItemStruct
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||
Peut contenir | |||||||||||||||||||
Note | L'attribut target doit être utilisé uniquement pour pointer vers des éléments contenant ou référençant une transcription de la partie du manuscrit ainsi localisée, comme dans le premier exemple ci-dessus. Pour associer un élément <locus> avec l'image d'une page ou avec une autre représentation similaire, on doit utiliser l'attribut global facs, comme le montre le deuxième exemple. L'attribut target est déprécié pour établir un lien vers une image. On utilise l'attribut facs, soit pour établir un lien vers un ou plusieurs fichiers image, comme ci-dessus, soit pour pointer vers un ou plusieurs éléments dédiés, tels que <surface>, <zone>, <graphic> ou <binaryObject>. |
||||||||||||||||||
Exemple | <msItem n="1"> <locus target="#fr_F1r #fr_F1v
#fr_F2r">ff. 1r-2r</locus> <author>Ben Jonson</author> <title>Ode to himself</title> <rubric rend="italics"> An
Ode<lb/> to him
selfe.</rubric> <incipit>Com leaue the loathed
stage</incipit> <explicit>And see his chariot
triumph ore his wayne.</explicit> <bibl> <name>Beal</name>, <title>Index 1450-1625</title>, JnB 380</bibl>
</msItem>
<pb xml:id="fr_F1r"/>
<pb xml:id="fr_F1v"/>
<pb xml:id="fr_F2r"/> |
||||||||||||||||||
Exemple | The facs attribute is
available globally when the transcr module is included in a schema. It may be used
to point directly to an image file, as in the following example: <msItem> <locus facs="images/08v.jpg images/09r.jpg
images/09v.jpg images/10r.jpg
images/10v.jpg">fols. 8v-10v</locus> <title>Birds Praise of Love</title> <bibl> <title>IMEV</title> <biblScope>1506</biblScope> </bibl>
</msItem> |
||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <elementRef key="hi"/> <elementRef key="locus"/> </alternate> </content> |
||||||||||||||||||
Schéma Declaration | element locus { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, attribute scheme { text }?, attribute from { text }?, attribute to { text }?, ( text | tei_model.gLike | tei_hi | tei_locus )* } |
<locusGrp> (groupe d'emplacements) regroupe un certain nombre d'emplacements qui forment ensemble un item identifiable bien que discontinu dans un manuscrit ou une partie de manuscrit selon une foliotation spécifique. [10.3.5. References to Locations within a Manuscript] | |||||||
Module | msdescription | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
msItemStruct
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | msdescription: locus |
||||||
Exemple | <msItem> <locusGrp> <locus from="13" to="26">Bl.
13--26</locus> <locus from="37" to="58">37--58</locus> <locus from="82" to="96">82--96</locus> </locusGrp> <note>Stücke von Daniel Ecklin’s Reise ins h.
Land</note>
</msItem> |
||||||
Modèle de contenu | <content> <elementRef key="locus" maxOccurs="unbounded" minOccurs="1"/> </content> |
||||||
Schéma Declaration | element locusGrp { tei_att.global.attributes, attribute scheme { text }?, tei_locus+ } |
<m> (morphème) représente un morphème grammatical [17.1. Linguistic Segment Categories] | |||||||
Module | analysis | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin des
données textuelles |
||||||
Note | L'attribut type peut être utilisé pour préciser le type de morphème, avec des valeurs telles que clitique, préfixe, stemma, etc. selon le cas. |
||||||
Exemple | <w type="adjective">
<w type="noun"> <m baseForm="con" type="prefix">con</m> <m type="root">fort</m> </w> <m type="suffix">able</m>
</w> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.hiLike"/> <elementRef key="seg"/> <elementRef key="m"/> <elementRef key="c"/> <classRef key="model.global"/> </alternate> </content> |
||||||
Schéma Declaration | element m { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, attribute baseForm { text }?, ( text | tei_model.gLike | tei_model.hiLike | tei_seg | tei_m | tei_c | tei_model.global )* } |
<math> MathML | |||||||||||||||||||||
Namespace | http://www.w3.org/1998/Math/MathML | ||||||||||||||||||||
Module | derived-module-tei.istex | ||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||
Membre du | |||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||||
Peut contenir | |||||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mrow"/> <elementRef key="mstyle"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> <elementRef key="semantics"/> </alternate> </content> |
||||||||||||||||||||
Schéma Declaration | element math { attribute display { display }?, attribute altimg { altimg }?, attribute [http://www.wiley.com/namespaces/wiley]location { location }?, attribute overflow { overflow }?, attribute alttext { alttext }?, attribute maxwidth { maxwidth }?, attribute altimg-width { altimg-width }?, attribute altimg-height { altimg-height }?, attribute altimg-valign { altimg-valign }?, attribute cdgroup { cdgroup }?, ( text | tei_mrow | tei_mstyle | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msubsup | tei_msupsub | tei_msup | tei_mo | tei_mfenced | tei_mtable | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose | tei_semantics )* } |
<measureGrp> (groupe de mesures) contient un groupe de spécifications des dimensions qui concernent un même objet, par exemple la hauteur et la largeur d'une page d'un manuscrit. [10.3.4. Dimensions] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.measurement (@unit, @quantity, @commodity) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
measureGrp
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Exemple | <measureGrp type="leaves" unit="mm"> <height scope="range">157-160</height> <width quantity="105"/>
</measureGrp>
<measureGrp type="ruledArea" unit="mm"> <height quantity="90" scope="most"/> <width quantity="48" scope="most"/>
</measureGrp>
<measureGrp type="box" unit="in"> <height quantity="12"/> <width quantity="10"/> <depth quantity="6"/>
</measureGrp> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.measureLike"/> </alternate> </content> |
Schéma Declaration | element measureGrp { tei_att.global.attributes, tei_att.measurement.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_model.measureLike )* } |
<media> indicates the location of any form of external media such as an audio or video clip etc. [3.9. Graphics and Other Non-textual Components] | |||||||||
Module | core | ||||||||
Attributs | Attributs att.typed (@type, @subtype) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.resourced (@url) att.declaring (@decls) att.timed (@start, @end) (att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) ) att.media (@width,
@height, @scale)
|
||||||||
Membre du | |||||||||
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||
Peut contenir | core:
desc |
||||||||
Note | The attributes available for this element are not appropriate in all cases. For example, it makes no sense to specify the temporal duration of a graphic. Such errors are not currently detected. The mimeType attribute must be used to specify the MIME media type of the resource specified by the url attribute. |
||||||||
Exemple | <figure> <media mimeType="image/png" url="fig1.png"/> <head>Figure One: The View from the
Bridge</head> <figDesc>A Whistleresque view
showing four or five sailing boats in the foreground, and a
series of buoys strung out between them.</figDesc>
</figure> |
||||||||
Exemple | <media dur="PT10S" mimeType="audio/wav" url="dingDong.wav">
<desc>Ten seconds of
bellringing sound</desc>
</media> |
||||||||
Exemple | <media dur="PT45M" mimeType="video/mp4" url="clip45.mp4" width="500px"> <desc>A 45 minute video clip to
be displayed in a window 500 px wide</desc>
</media> |
||||||||
Modèle de contenu | <content> <classRef key="model.descLike" maxOccurs="unbounded" minOccurs="0"/> </content> |
||||||||
Schéma Declaration | element media { tei_att.typed.attributes, tei_att.global.attributes, tei_att.media.attribute.width, tei_att.media.attribute.height, tei_att.media.attribute.scale, tei_att.resourced.attributes, tei_att.declaring.attributes, tei_att.timed.attributes, attribute mimeType { list { + } }, tei_model.descLike* } |
<meeting> contient le titre descriptif formalisé d’une réunion ou d’une conférence, employé dans une description bibliographique pour un article provenant d'une telle réunion, ou comme le titre ou le préambule aux publications qui en émanent. [3.11.2.2. Titles, Authors, and Editors] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
Membre du | |
Contenu dans | |
Peut contenir | core:
abbr
address
bibl
biblStruct
choice
cit
date
desc
distinct
email
emph
expan
foreign
gloss
hi
label
list
listBibl
measure
measureGrp
mentioned
name
num
ptr
q
quote
ref
rs
said
soCalled
stage
term
time
title figures:
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname textstructure: floatingText des données textuelles |
Exemple | <div>
<meeting>Colloque
international : Duras, marges et transgressions, Nancy, 1er et 2
avril 2005</meeting>
<list type="attendance"> <head>liste des participants</head> <item> <persName>...</persName> </item> <item> <persName>...</persName> </item> </list> <p>...</p>
</div> |
Modèle de contenu | <content> <macroRef key="macro.limitedContent"/> </content> |
Schéma Declaration | element meeting { tei_att.global.attributes, tei_att.canonical.attributes, tei_macro.limitedContent } |
<menclose> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element menclose { attribute notation { notation }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mentioned> marque des mots ou des expressions employés métalinguistiquement [3.3.3. Quotation] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | Aucune ville ne répond mieux à
l'expressioin <mentioned>sortie de terre</mentioned> que New York (ou faudrait-il
plutôt dire <mentioned>jaillie</mentioned>) : |
Exemple | L’harmonisation vocalique régressive
empêche que <mentioned>agwêdê</mentioned> puisse être interprété comme un
dérivé de <mentioned>gwada</mentioned>, qui pourtant est de même
racine. |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element mentioned { tei_att.global.attributes, tei_macro.phraseSeq } |
<metamark> contains or describes any kind of graphic or written signal within a document the function of which is to determine how it should be read rather than forming part of the actual content of the document. [11.3.4.2. Metamarks] | |||||||||||||
Module | transcr | ||||||||||||
Attributs | Attributs att.spanning (@spanTo) att.placement (@place) att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
||||||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||
Exemple | <surface> <metamark function="used" rend="line" target="#X2"/> <zone xml:id="zone-X2"> <line>I am that halfgrown <add>angry</add> boy, fallen asleep</line> <line>The tears of foolish passion yet
undried</line> <line>upon my cheeks.</line>
<!-- ... --> <line>I pass through <add>the</add> travels and <del>fortunes</del> of <retrace>thirty</retrace> </line> <line>years and become old,</line> <line>Each in its due order comes and
goes,</line> <line>And thus a message for me
comes.</line> <line>The</line> </zone> <metamark function="used" target="#zone-X2">Entered - Yes</metamark>
</surface> |
||||||||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||||||||
Schéma Declaration | element metamark { tei_att.spanning.attributes, tei_att.placement.attributes, tei_att.global.attributes, attribute function { text }?, attribute target { list { + } }?, tei_macro.specialPara } |
<mfenced> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mfenced { attribute open { open }?, attribute close { close }?, attribute separators { separators }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mfrac> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mfrac { attribute bevelled { bevelled }?, attribute linethickness { linethickness }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mi> | |||||||||||||||||||||
Namespace | http://www.w3.org/1998/Math/MathML | ||||||||||||||||||||
Module | derived-module-tei.istex | ||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||
Contenu dans | |||||||||||||||||||||
Peut contenir | Des données textuelles uniquement | ||||||||||||||||||||
Modèle de contenu | <content> <textNode/> </content> |
||||||||||||||||||||
Schéma Declaration | element mi { attribute stretchy { stretchy }?, attribute mathvariant { mathvariant }?, attribute fontstyle { fontstyle }?, attribute fontweight { fontweight }?, attribute mathsize { mathsize }?, attribute movablelimits { movablelimits }?, attribute class { class }?, attribute accent { accent }?, attribute form { form }?, attribute fence { fence }?, text } |
<milestone> (borne) marque un point permettant de délimiter les sections d'un texte selon un autre systeme que les éléments de structure ; une balise de ce type marque une frontière. [3.10.3. Milestone Elements] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.milestoneUnit (@unit) att.typed (@type, @subtype) att.edition (@ed, @edRef) att.spanning (@spanTo) att.breaking (@break) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Pour cet élément, l'attribut global n affecte un nouveau numéro ou une autre valeur à l'unité qui change à partir de l'élément <milestone>. La valeur unnumbered doit être utilisée pour les passages qui sortent du système normal de numérotation (par ex. titres de chapitres, numéros ou titres de poèmes, ou noms des personnages qui prennent la parole dans une pièce de théâtre). L'ordre dans lequel apparaissent les éléments <milestone> à un endroit donné n'est en principe pas signifiant. |
Exemple | <milestone ed="La" n="23" unit="Dreissiger"/>
... <milestone ed="AV" n="24" unit="verse"/>
... |
Exemple | <milestone ed="La" n="23" unit="Dreissiger"/>
... <milestone ed="AV" n="24" unit="verse"/>
... |
Modèle de contenu | <content> </content> |
Schéma Declaration | element milestone { tei_att.global.attributes, tei_att.milestoneUnit.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } |
<mmultiscripts> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mmultiscripts { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mn> | |||||||||||||||||||||
Namespace | http://www.w3.org/1998/Math/MathML | ||||||||||||||||||||
Module | derived-module-tei.istex | ||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||
Contenu dans | |||||||||||||||||||||
Peut contenir | Des données textuelles uniquement | ||||||||||||||||||||
Modèle de contenu | <content> <textNode/> </content> |
||||||||||||||||||||
Schéma Declaration | element mn { attribute stretchy { stretchy }?, attribute mathvariant { mathvariant }?, attribute fontstyle { fontstyle }?, attribute fontweight { fontweight }?, attribute mathsize { mathsize }?, attribute movablelimits { movablelimits }?, attribute class { class }?, attribute accent { accent }?, attribute form { form }?, attribute fence { fence }?, text } |
<mo> | |||||||||||||||||||||
Namespace | http://www.w3.org/1998/Math/MathML | ||||||||||||||||||||
Module | derived-module-tei.istex | ||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||
Contenu dans | |||||||||||||||||||||
Peut contenir | Des données textuelles uniquement | ||||||||||||||||||||
Modèle de contenu | <content> <textNode/> </content> |
||||||||||||||||||||
Schéma Declaration | element mo { attribute stretchy { stretchy }?, attribute fontstyle { fontstyle }?, attribute fontweight { fontweight }?, attribute mathvariant { mathvariant }?, attribute movablelimits { movablelimits }?, attribute class { class }?, attribute accent { accent }?, attribute form { form }?, attribute fence { fence }?, attribute mathsize { mathsize }?, text } |
<mod> represents any kind of modification identified within a single document. [11.3.4.1. Generic Modification] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) att.typed (@type, @subtype) att.spanning (@spanTo) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <mod type="subst"> <add>pleasing</add> <del>agreable</del>
</mod> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element mod { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_att.spanning.attributes, tei_macro.paraContent } |
<monogr> (niveau monographique) contient des données bibliographiques décrivant un objet (par exemple une monographie ou une revue) publié comme un élément indépendant (i.e. matériellement séparé. [3.11.2.1. Analytic, Monographic, and Series Levels] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | core: biblStruct |
Peut contenir | |
Note | Cet élément contient des éléments de description bibliographique spécialisés, dans un ordre prescrit. L'élément <monogr> n'est disponible que dans l'élément <biblStruct>, où il faut l'utiliser pour encoder la description bibliographique d'une monographie. |
Exemple | <biblStruct> <analytic> <author>Chesnutt, David</author> <title>Historical Editions in the States</title> </analytic> <monogr> <title level="j">Computers and
the Humanities</title>
<imprint> <date when="1991-12">(December, 1991):</date> </imprint> <biblScope>25.6</biblScope> <biblScope from="377" to="380" unit="page">377–380</biblScope> </monogr>
</biblStruct> |
Exemple | <biblStruct type="book"> <monogr> <author> <persName> <forename>Leo Joachim</forename> <surname>Frachtenberg</surname> </persName> </author> <title level="m" type="main">Lower Umpqua Texts</title> <imprint> <pubPlace>New York</pubPlace> <publisher>Columbia University
Press</publisher>
<date>1914</date> </imprint> </monogr> <series> <title level="s" type="main">Columbia University Contributions to
Anthropology</title>
<biblScope unit="volume">4</biblScope> </series>
</biblStruct> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="0"> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="meeting"/> <elementRef key="respStmt"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="meeting"/> <elementRef key="respStmt"/> </alternate> <elementRef key="title" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.ptrLike"/> <elementRef key="idno"/> <elementRef key="textLang"/> <elementRef key="editor"/> <elementRef key="respStmt"/> </alternate> </sequence> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="title"/> <classRef key="model.ptrLike"/> <elementRef key="idno"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="textLang"/> <elementRef key="author"/> <elementRef key="editor"/> <elementRef key="meeting"/> <elementRef key="respStmt"/> </alternate> </sequence> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="authority"/> <elementRef key="idno"/> </sequence> </alternate> <elementRef key="availability" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.noteLike" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="unbounded" minOccurs="0"> <elementRef key="edition"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="idno"/> <classRef key="model.ptrLike"/> <elementRef key="editor"/> <elementRef key="sponsor"/> <elementRef key="funder"/> <elementRef key="respStmt"/> </alternate> </sequence> <elementRef key="imprint"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="imprint"/> <elementRef key="extent"/> <elementRef key="biblScope"/> </alternate> </sequence> </content> |
Schéma Declaration | element monogr { tei_att.global.attributes, ( ( ( ( tei_author | tei_editor | tei_meeting | tei_respStmt ), ( tei_author | tei_editor | tei_meeting | tei_respStmt )*, tei_title+, ( tei_model.ptrLike | tei_idno | tei_textLang | tei_editor | tei_respStmt )* ) | ( ( tei_title | tei_model.ptrLike | tei_idno )+, ( tei_textLang | tei_author | tei_editor | tei_meeting | tei_respStmt )* ) | ( tei_authority, tei_idno ) )?, tei_availability*, tei_model.noteLike*, ( tei_edition, ( tei_idno | tei_model.ptrLike | tei_editor | sponsor | tei_funder | tei_respStmt )* )*, tei_imprint, ( tei_imprint | tei_extent | tei_biblScope )* ) } |
<mover> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mover { attribute accent { accent }?, attribute class { class }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mpadded> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mpadded { attribute width { width }?, attribute depth { depth }?, attribute height { height }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mphantom> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mphantom { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mprescripts> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mprescripts { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mrow> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear derived-module-tei.istex:
math
menclose
mfenced
mfrac
mmultiscripts
mover
mpadded
mphantom
mprescripts
mrow
msqrt
mstyle
msub
msubsup
msup
msupsub
mtable
mtd
mtr
munder
munderover
semantics header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mrow { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<msContents> (contenu du manuscrit) décrit le contenu intellectuel d'un manuscrit ou d'une partie d'un manuscrit, soit en une série de paragraphes p, soit sous la forme d'une série d'éléments structurés msItem concernant les items du manuscrit. [10.6. Intellectual Content] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.msExcerpt (@defective) att.msClass (@class) |
Contenu dans | |
Peut contenir | |
Note | A moins qu'il ne contienne une description en texte libre, cet élément doit contenir au moins l'un des éléments <summary>, <msItem> ou <msItemStruct>. Actuellement le schéma ne rend pas obligatoire cette contrainte. |
Exemple | <msContents> <msItem>
<!-- pour le traitement des recueils la
solution possible est de répéter l'élément <msItem>
--> <docAuthor> <forename>Guillaume de Lorris </forename> </docAuthor> <docAuthor> <forename>Jean de Meung</forename> </docAuthor> <docTitle> <titlePart type="main">Le Rommant de la rose</titlePart> <titlePart type="sub"/> </docTitle> <docImprint> <pubPlace>Paris</pubPlace> <publisher>Antoine Vérard</publisher> </docImprint> <docDate when="1497">1497 ou
1498</docDate> <note> <date notAfter="1498-12-31" notBefore="1497-01-01"/>
</note> <note>in-2°.</note>
<!-- in-32°; in-24°; in-16°; in-8°;
in-4°; in-folio; gr. folio --> <note>Exemplaire sur vélin,
enluminé, « vraisemblablement dans l’atelier d’Antoine
Vérard » <ref target="#fr_bib06">(Charon 1988, n° 3)</ref> </note> <note> <ref target="http://catalogue.bnf.fr/ark:/12148/cb305575966">Notice
bibliographique dans le Catalogue général</ref> </note> </msItem>
</msContents> |
Exemple | <msContents> <msItem>
<!-- pour le traitement des recueils la
solution possible est de répéter l'élément <msItem>
--> <docAuthor> <surname>Longus</surname> </docAuthor> <docTitle> <titlePart type="main">Les amours pastorales de Daphnis et
Chloé</titlePart> </docTitle> <docImprint> <pubPlace>Paris</pubPlace> <publisher>[Jacques
Quillau]</publisher>
</docImprint> <docDate when="1718">1718</docDate> <note>in-8°.</note>
<!-- in-32°; in-24°; in-16°; in-8°;
in-4°; in-folio; gr. folio --> <note>Exemplaire réglé.</note> <note> <ref target="http://catalogue.bnf.fr/ark:/12148/cb30831232s">Notice
bibliographique dans le Catalogue général</ref> </note> </msItem>
</msContents> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="textLang" minOccurs="0"/> <elementRef key="titlePage" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="msItem"/> <elementRef key="msItemStruct"/> </alternate> </sequence> </alternate> </content> |
Schéma Declaration | element msContents { tei_att.global.attributes, tei_att.msExcerpt.attributes, tei_att.msClass.attributes, ( tei_model.pLike+ | ( tei_summary?, tei_textLang?, tei_titlePage?, ( tei_msItem | tei_msItemStruct )* ) ) } |
<msDesc> (description d'un manuscrit) contient la description d'un manuscrit individuel [10.1. Overview] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.typed (@type, @subtype) att.declaring (@decls) att.docStatus (@status) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
listBibl
meeting
note
orig
p
q
quote
ref
reg
relatedItem
said
sic
stage
title
unclear header:
change
licence
rendition
sourceDesc
taxonomy msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken:
annotationBlock standOff: listAnnotation textstructure: body
div
docEdition
titlePart |
Peut contenir | linking:
ab msdescription: additional
history
msContents
msFrag
msIdentifier
msPart
physDesc |
Exemple | <msDesc> <msIdentifier> <country>France</country> <settlement>Paris</settlement> <repository xml:lang="fr">Bibliothèque nationale de France.
Réserve des livres rares></repository> <idno>RES P- YC- 1275</idno>
<!-- dans le cas des recueils : cote
uniquement sans les sous-cotes --> <altIdentifier> <idno>Y. 1341</idno> <note>Cote de la Bibliothèque
royale au XVIIIe s. (Catalogue de 1750).</note> </altIdentifier> </msIdentifier> <msContents> <msItem>
<!-- pour le traitement des recueils la
solution possible est de répéter l'élément <msItem>
--> <docAuthor> <forename>Juvénal</forename> </docAuthor> <docAuthor> <forename>Perse</forename> </docAuthor> <docTitle> <titlePart type="main"/> <titlePart type="sub"/> </docTitle> <docImprint> <pubPlace>Venise</pubPlace> <publisher>F. Torresani</publisher>
<!-- dans le Catalogue général: "in
aedibus haeredum Aldi et Andreae soceri" -->
<publisher>G.-F.
Torresani</publisher>
</docImprint> <docDate when="1535">1535</docDate> <note>In-8°.</note>
<!-- in-32°; in-24°; in-16°; in-8°;
in-4°; in-folio; gr. folio --> <note>Exemplaire avec rehauts
peints en argent, or et bleu.</note> <note> <ref target="http://catalogue.bnf.fr/ark:/12148/cb31088624r">Notice
bibliographique dans le Catalogue général</ref> </note> </msItem> </msContents> <physDesc> <p> <ref target="http://bnf.fr/ark://">Image de la reliure
dans l'iconothèque</ref>
<!-- RC-B-05225 (plat sup.)
--> </p>
<objectDesc> <supportDesc> <extent> <dimensions type="binding"> <height unit="mm">170</height> <width unit="mm">98</width> <depth unit="mm">15</depth> </dimensions> </extent> </supportDesc> </objectDesc> <bindingDesc> <binding contemporary="true"> <p> <index indexName="typo_reliure">
<term>Reliure à
décor</term> </index> <index indexName="typo_decor"> <term>Entrelacs
géométriques</term>
</index> Reliure en
<material>maroquin</material> brun jaspé</p> <decoNote type="plats"> à décor
d’entrelacs géométriques (structure de losange et
rectangle) complété de fers évidés.</decoNote> <decoNote type="plat_sup">Titre
<q>ivvenalis.
persivs</q> et ex-libris
de Jean Grolier <q>io. grolierii et amicorvm.</q> dorés respectivement au centre et au bas
du plat supérieur. </decoNote> <decoNote type="plat_inf">Devise
de Jean Grolier<q>portio mea
sit in terra viventivm</q> dorée au centre du plat inférieur.</decoNote> <decoNote type="dos">Dos à cinq nerfs, sans décor ; simple
filet doré sur chaque nerf et en encadrement des
caissons ; passages de chaînette marqués de même.</decoNote> <decoNote type="tranchefiles">Tranchefiles simples
unicolores, vert foncé.</decoNote> <decoNote type="coupes">Filet
doré sur les coupes.</decoNote> <decoNote type="annexes"/>
<decoNote type="tranches">Tranches dorées.</decoNote> <decoNote type="contreplats">Contreplats en
vélin.</decoNote>
<decoNote type="chasses">Filet
doré sur les chasses.</decoNote>
<!-- Description des gardes : gardes
blanches ; gardes couleurs (marbrées, gaufrées, peintes,
dominotées, etc.) généralement suivies de gardes blanches ;
dans tous les cas, spécifier le nombre de gardes (début +
fin du volume)--> <decoNote type="gardes">Gardes
en papier et vélin (2+1+2 / 2+1+2) ; filigrane au
pot.<ref>Briquet N°
XX</ref> </decoNote>
<!-- Élément qui inclut aussi bien des
remarques sur la couture que les charnières, claies ou modes
d'attaches des plats : tous éléments de la structure dont la
description est jugée utile à la description et
l'identification de la reliure--> <decoNote type="structure">Defet manuscrit utilisé
comme claie au contreplat inférieur (visible par
transparence, sous la contregarde en vélin).</decoNote> <condition>Traces de mouillures
anciennes plus ou moins importantes au bas des
feuillets, qui n'ont pas affecté la reliure ; éraflure en tête
du plat inférieur.</condition> </binding> </bindingDesc> </physDesc> <history> <origin notAfter="1547-09-15" notBefore="1540-01-01"> <p>Reliure exécutée pour Jean Grolier par Jean
Picard, Paris, entre 1540 et 1547.</p> </origin> <provenance> <p/> </provenance> <acquisition notAfter="1724-12-31" notBefore="1680-12-31">Estampille n° 1, utilisée
de la fin du XVIIe siècle à 1724 (page de titre).</acquisition> </history> <additional> <adminInfo> <recordHist> <source>Notice établie à partir
du document original</source>
<change when="2009-10-05" who="Markova">Description mise à jour le <date type="crea">5 octobre 2009 </date>en vue de l'encodage en TEI des
descriptions des reliure de la Réserve des livres
rares</change> <change when="2009-06-01" who="Le
Bars">Description revue le <date type="maj">1er juin 2009 </date> par Fabienne Le
Bars</change> <change when="2009-06-25" who="Le
Bars">Description validée le<date type="valid">25 juin 2009</date>par Fabienne Le
Bars</change> </recordHist> </adminInfo> </additional>
</msDesc> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="msIdentifier"/> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="msContents" minOccurs="0"/> <elementRef key="physDesc" minOccurs="0"/> <elementRef key="history" minOccurs="0"/> <elementRef key="additional" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="msPart" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="msFrag" maxOccurs="unbounded" minOccurs="0"/> </alternate> </sequence> </alternate> </sequence> </content> |
Schéma Declaration | element msDesc { tei_att.global.attributes, tei_att.sortable.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.docStatus.attributes, ( tei_msIdentifier, tei_model.headLike*, ( tei_model.pLike+ | ( tei_msContents?, tei_physDesc?, tei_history?, tei_additional?, ( tei_msPart* | tei_msFrag* ) ) ) ) } |
<msFrag> (fragment d'un manuscrit) contient des informations sur un fragment d'un manuscrit dispersé, aujourd'hui conservé séparément ou incorporé dans un autre manuscrit. [10.11. Manuscript Fragments] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Contenu dans | msdescription: msDesc |
Peut contenir | linking:
ab msdescription: additional
altIdentifier
history
msContents
msIdentifier
physDesc |
Exemple | <msDesc> <msIdentifier> <msName xml:lang="la">Codex Suprasliensis</msName> </msIdentifier> <msFrag> <msIdentifier> <settlement>Ljubljana</settlement> <repository>Narodna in
univerzitetna knjiznica</repository> <idno>MS Kopitar 2</idno> </msIdentifier> <msContents> <summary>Contains ff. 10 to 42 only</summary> </msContents> </msFrag> <msFrag> <msIdentifier> <settlement>Warszawa</settlement> <repository>Biblioteka
Narodowa</repository>
<idno>BO 3.201</idno> </msIdentifier> </msFrag> <msFrag> <msIdentifier> <settlement>Sankt-Peterburg</settlement> <repository>Rossiiskaia
natsional'naia biblioteka</repository> <idno>Q.p.I.72</idno> </msIdentifier> </msFrag>
</msDesc> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="altIdentifier"/> <elementRef key="msIdentifier"/> </alternate> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="msContents" minOccurs="0"/> <elementRef key="physDesc" minOccurs="0"/> <elementRef key="history" minOccurs="0"/> <elementRef key="additional" minOccurs="0"/> </sequence> </alternate> </sequence> </content> |
Schéma Declaration | element msFrag { tei_att.global.attributes, tei_att.typed.attributes, ( ( tei_altIdentifier | tei_msIdentifier ), tei_model.headLike*, ( tei_model.pLike+ | ( tei_msContents?, tei_physDesc?, tei_history?, tei_additional? ) ) ) } |
<msIdentifier> (identifiant du manuscrit) Contient les informations requises pour identifier le manuscrit en cours de description. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | header:
idno msdescription: altIdentifier
collection
institution
msName
repository namesdates: country
geogName
placeName
region
settlement |
Exemple | <msIdentifier> <country>France</country> <settlement>Paris</settlement> <repository xml:lang="fr">Bibliothèque nationale de France.
Réserve des livres rares></repository> <idno>B- 73</idno>
<!-- dans le cas des recueils : cote
uniquement sans les sous-cotes --> <altIdentifier> <idno>B-121</idno> <note> Cote de la bibliothèque royale au
XVIIIe siècle (inscrite à l'encre, sur la doublure de
tabis).</note> </altIdentifier> <altIdentifier> <idno>Double de B. 274. A
(Réserve)</idno> <note>Cote inscrite face à la
page de titre, en remplacement de la cote "1541",
barrée</note> </altIdentifier>
</msIdentifier> |
Schematron |
<s:report test="not(parent::tei:msPart) and
(local-name(*[1])='idno' or local-name(*[1])='altIdentifier' or
normalize-space(.)='')">An msIdentifier must contain either a
repository or location of some type, or a manuscript
name</s:report> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <classRef expand="sequenceOptional" key="model.placeNamePart"/> <elementRef key="institution" minOccurs="0"/> <elementRef key="repository" minOccurs="0"/> <elementRef key="collection" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="idno" minOccurs="0"/> </sequence> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="msName"/> <elementRef key="altIdentifier"/> </alternate> </sequence> </content> |
Schéma Declaration | element msIdentifier { tei_att.global.attributes, ( ( tei_placeName?, tei_country?, tei_region?, tei_settlement?, tei_geogName?, tei_institution?, tei_repository?, tei_collection*, tei_idno? ), ( tei_msName | tei_altIdentifier )* ) } |
<msItem> (item de manuscrit) décrit une œuvre ou un item individualisés dans le contenu intellectuel d'un manuscrit ou d'une partie de manuscrit. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.msExcerpt (@defective) att.msClass (@class) |
Membre du | |
Contenu dans | msdescription: msContents
msItem |
Peut contenir | core:
author
bibl
biblStruct
binaryObject
cb
cit
editor
gap
gb
graphic
index
lb
listBibl
meeting
milestone
note
p
pb
quote
respStmt
textLang
title figures:
figure
notatedMusic msdescription: colophon
decoNote
explicit
filiation
finalRubric
incipit
locus
locusGrp
msDesc
msItem
msItemStruct
rubric
source textstructure: docAuthor
docDate
docEdition
docTitle
titlePart transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Exemple | <msItem class="#saga"> <locus>ff. 1r-24v</locus> <title>Agrip af Noregs konunga sögum</title> <incipit>regi oc h<ex>ann</ex> setiho <gap extent="7" reason="illegible"/>sc heim se<ex>m</ex> þio</incipit> <explicit>h<ex>on</ex>
hev<ex>er</ex> <ex>oc</ex>þa buit hesta .ij. aNan viþ fé enh<ex>on</ex>o<ex>m</ex>
aNan til reiþ<ex>ar</ex> </explicit> <textLang mainLang="non">Old Norse/Icelandic</textLang>
</msItem> |
Exemple | <msContents> <msItem>
<!-- pour le traitement des recueils la
solution possible est de répéter l'élément <msItem>
--> <docAuthor> <surname>Longus</surname> </docAuthor> <docTitle> <titlePart type="main">Les amours pastorales de Daphnis et
Chloé</titlePart> </docTitle> <docImprint> <pubPlace>Paris</pubPlace> <publisher>[Jacques
Quillau]</publisher>
</docImprint> <docDate when="1718">1718</docDate> <note>in-8°.</note>
<!-- in-32°; in-24°; in-16°; in-8°;
in-4°; in-folio; gr. folio --> <note>Exemplaire réglé.</note> <note> <ref target="http://catalogue.bnf.fr/ark:/12148/cb30831232s">Notice
bibliographique dans le Catalogue général</ref> </note> </msItem>
</msContents> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="locus"/> <elementRef key="locusGrp"/> </alternate> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.titlepagePart"/> <classRef key="model.msItemPart"/> <classRef key="model.global"/> </alternate> </alternate> </sequence> </content> |
Schéma Declaration | element msItem { tei_att.global.attributes, tei_att.msExcerpt.attributes, tei_att.msClass.attributes, ( ( tei_locus | tei_locusGrp )*, ( tei_model.pLike+ | ( tei_model.titlepagePart | tei_model.msItemPart | tei_model.global )+ ) ) } |
<msItemStruct> (description structurée d'un item de manuscrit) contient la description structurée d'un item ou d'une œuvre, dans le contenu intellectuel d'un manuscrit ou d'une partie d'un manuscrit. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.msExcerpt (@defective) att.msClass (@class) |
Membre du | |
Contenu dans | msdescription: msContents
msItem
msItemStruct |
Peut contenir | |
Exemple | <msItemStruct class="#biblComm" defective="false" n="2"> <locus from="24v" to="97v">24v-97v</locus> <author>Apringius de Beja</author> <title type="uniform" xml:lang="la">Tractatus in
Apocalypsin</title>
<rubric>Incipit
Trac<supplied reason="omitted">ta</supplied>tus in apoka<lb/>lipsin eruditissimi uiri
<lb/> Apringi ep<ex>iscop</ex>i Pacensis eccl<ex>esi</ex>e</rubric> <finalRubric>EXPLIC<ex>IT</ex>
EXPO<lb/>SITIO
APOCALIPSIS QVA<ex>M</ex> EXPOSVIT DOM<lb/>NVS APRINGIUS EP<ex>ISCOPU</ex>S. DEO GR<ex>ACI</ex>AS AGO. FI<lb/>NITO LABORE ISTO.</finalRubric> <bibl> <ref target="http://amiBibl.xml#Apringius1900">Apringius</ref>, ed. Férotin</bibl> <textLang mainLang="la">Latin</textLang>
</msItemStruct> |
Exemple | <msItemStruct class="#biblComm" defective="false" n="2"> <locus from="24v" to="97v">24v-97v</locus> <author>Apringius de Beja</author> <title type="uniform" xml:lang="la">Tractatus in
Apocalypsin</title>
<rubric>Incipit
Trac<supplied reason="omitted">ta</supplied>tus in apoka<lb/>lipsin eruditissimi
uiri <lb/> Apringi ep<ex>iscop</ex>i Pacensis eccl<ex>esi</ex>e</rubric> <finalRubric>EXPLIC<ex>IT</ex>
EXPO<lb/>SITIO
APOCALIPSIS QVA<ex>M</ex> EXPOSVIT DOM<lb/>NVS APRINGIUS EP<ex>ISCOPU</ex>S. DEO GR<ex>ACI</ex>AS AGO. FI<lb/>NITO LABORE ISTO.</finalRubric> <bibl> <ref target="http://amiBibl.xml#Apringius1900">Apringius</ref>, ed. Férotin</bibl> <textLang mainLang="la">Latin</textLang>
</msItemStruct> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="0"> <elementRef key="locus"/> <elementRef key="locusGrp"/> </alternate> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="author" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="respStmt" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="title" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="rubric" minOccurs="0"/> <elementRef key="incipit" minOccurs="0"/> <elementRef key="msItemStruct" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="explicit" minOccurs="0"/> <elementRef key="finalRubric" minOccurs="0"/> <elementRef key="colophon" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="decoNote" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="listBibl" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="bibl"/> <elementRef key="biblStruct"/> </alternate> <elementRef key="filiation" minOccurs="0"/> <classRef key="model.noteLike" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="textLang" minOccurs="0"/> </sequence> </alternate> </sequence> </content> |
Schéma Declaration | element msItemStruct { tei_att.global.attributes, tei_att.msExcerpt.attributes, tei_att.msClass.attributes, ( ( tei_locus | tei_locusGrp )?, ( tei_model.pLike+ | ( tei_author*, tei_respStmt*, tei_title*, tei_rubric?, tei_incipit?, tei_msItemStruct*, tei_explicit?, tei_finalRubric?, tei_colophon*, tei_decoNote*, tei_listBibl*, ( tei_bibl | tei_biblStruct )*, tei_filiation?, tei_model.noteLike*, tei_textLang? ) ) ) } |
<msName> (autre nom) contient un autre nom, dans une forme libre, utilisé pour désigner le manuscrit, tel qu'un surnom ou un ‘ocellus nominum’. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Contenu dans | msdescription: msIdentifier |
Peut contenir | |
Exemple | <msName>The Vercelli Book</msName>
<!--NOTE : LA TRADUCTION DE MSNAME EST
A REPRENDRE--> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <elementRef key="rs"/> <elementRef key="name"/> </alternate> </content> |
Schéma Declaration | element msName { tei_att.global.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_rs | tei_name )* } |
<msPart> (unité codicologique d'un manuscrit) contient des informations sur un manuscrit ou sur une partie d'un manuscrit, distinct à l'origine, qui fait aujourd'hui partie d'un manuscrit composite. [10.10. Manuscript Parts] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Contenu dans | |
Peut contenir | |
Note | As this last example shows, for compatibility reasons the identifier of a manuscript part may be supplied as a simple <altIdentifier> rather than using the more structured <msIdentifier> element. This usage is however deprecated. |
Exemple | <msPart> <msIdentifier> <idno>A</idno> <altIdentifier type="catalog"> <collection>Becker</collection> <idno>48, Nr. 145</idno> </altIdentifier> <altIdentifier type="catalog"> <collection>Wiener Liste</collection> <idno>4°5</idno> </altIdentifier> </msIdentifier> <head> <title xml:lang="la">Gregorius:
Homiliae in Ezechielem</title> <origPlace key="tgn_7008085">Weissenburg (?)</origPlace> <origDate notAfter="0815" notBefore="0801">IX. Jh., Anfang</origDate> </head>
</msPart> |
Exemple | <msDesc> <msIdentifier> <settlement>Amiens</settlement> <repository>Bibliothèque Municipale</repository> <idno>MS 3</idno> <msName>Maurdramnus Bible</msName> </msIdentifier> <msContents> <summary xml:lang="lat">Miscellany of various texts;
Prudentius, Psychomachia; Physiologus de natura animantium</summary> <textLang mainLang="lat">Latin</textLang> </msContents> <physDesc> <objectDesc form="composite_manuscript"/> </physDesc> <msPart> <msIdentifier> <idno>ms. 10066-77 ff.
140r-156v</idno> </msIdentifier> <msContents> <summary xml:lang="lat">Physiologus</summary> <textLang mainLang="lat">Latin</textLang> </msContents> </msPart> <msPart> <msIdentifier> <altIdentifier> <idno>MS 6</idno> </altIdentifier> </msIdentifier>
<!-- other information specific to this
part here --> </msPart>
<!-- more parts here -->
</msDesc> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="msIdentifier"/> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="msContents" minOccurs="0"/> <elementRef key="physDesc" minOccurs="0"/> <elementRef key="history" minOccurs="0"/> <elementRef key="additional" minOccurs="0"/> <elementRef key="msPart" maxOccurs="unbounded" minOccurs="0"/> </sequence> </alternate> </sequence> </content> |
Schéma Declaration | element msPart { tei_att.global.attributes, tei_att.typed.attributes, ( tei_msIdentifier, tei_model.headLike*, ( tei_model.pLike+ | ( tei_msContents?, tei_physDesc?, tei_history?, tei_additional?, tei_msPart* ) ) ) } |
<mspace> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | Des données textuelles uniquement |
Modèle de contenu | <content> <textNode/> </content> |
Schéma Declaration | element mspace { attribute width { width }?, attribute class { class }?, attribute linebreak { linebreak }?, text } |
<msqrt> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element msqrt { attribute open { open }?, attribute close { close }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mstyle> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mstyle { attribute scriptlevel { scriptlevel }?, attribute mathvariant { mathvariant }?, attribute displaystyle { displaystyle }?, attribute mathsize { mathsize }?, attribute fontsize { fontsize }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<msub> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element msub { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<msubsup> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element msubsup { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<msup> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element msup { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<msupsub> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element msupsub { ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mtable> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mtable { attribute columnalign { columnalign }?, attribute columnspan { columnspan }?, attribute columnlines { columnlines }?, attribute equalrows { equalrows }?, attribute equalcolumns { equalcolumns }?, attribute class { class }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mtd> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mtd { attribute columnalign { columnalign }?, attribute columnspan { columnspan }?, attribute rowalign { rowalign }?, attribute class { class }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<mtext> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | Des données textuelles uniquement |
Modèle de contenu | <content> <textNode/> </content> |
Schéma Declaration | element mtext { attribute fontstyle { fontstyle }?, attribute fontweight { fontweight }?, attribute mathvariant { mathvariant }?, text } |
<mtr> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element mtr { attribute columnalign { columnalign }?, attribute columnspan { columnspan }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<munder> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element munder { attribute accent { accent }?, attribute accentunder { accentunder }?, attribute class { class }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<munderover> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> </alternate> </content> |
Schéma Declaration | element munderover { attribute accentunder { accentunder }?, attribute accent { accent }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose )* } |
<musicNotation> (notation musicale) contient la description d'un type de notation musicale. [10.7.2. Writing, Decoration, and Other Notations] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <musicNotation> <p>Les clés se placent au commencement de la
portée. Elles servent à fixer le nom des notes et à indiquer
en même temps la place que celles-ci occupent dans l'échelle
musicale.</p>
</musicNotation> |
Exemple | <musicNotation>Même, si l'on voulait démontrer
que les livres de chants ont été <term>neumés</term> dés le IXe siècle, il ne faudrait pas
oublier que des livres de chants sans <term>neumes</term> ont été écrits jusqu'au Xe siècle.
</musicNotation> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element musicNotation { tei_att.global.attributes, tei_macro.specialPara } |
<name> (nom, nom propre) contient un nom propre ou un syntagme nominal. [3.5.1. Referring Strings] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
respStmt
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msName
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Les noms propres relatifs aux personnes, aux lieux et aux organismes peuvent également être balisés à l'aide de <persName>, <placeName>, ou <orgName>, lorsque le module TEI concernant les noms et dates est inclus. |
Exemple | <name type="person">Thomas
Hoccleve</name>
<name type="place">Villingaholt</name>
<name type="org">Vetus Latina Institut</name>
<name ref="#HOC001" type="person">Occleve</name> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element name { tei_att.global.attributes, tei_att.personal.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<nameLink> (lien entre les composants d'un nom) contient une particule ou une expression exprimant un lien, utilisés dans un nom mais considérés comme n'en faisant pas partie, comme "van der" ou "de". [13.2.1. Personal Names] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <persName> <forename>Frederick</forename> <nameLink>van der</nameLink> <surname>Tronck</surname>
</persName> |
Exemple | <persName> <forename>Frederick</forename> <nameLink>van der</nameLink> <surname>Tronck</surname>
</persName> |
Exemple | <persName> <forename>Alfred</forename> <nameLink>de</nameLink> <surname>Musset</surname>
</persName> |
Exemple | <persName> <forename>Alfred</forename> <nameLink>de</nameLink> <surname>Musset</surname>
</persName> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element nameLink { tei_att.global.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<namespace> (espace de noms) fournit le nom formel de l'espace de noms auquel appartiennent les éléments documentés par ses éléments fils. [2.3.4. The Tagging Declaration] | |||||||
Module | header | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Contenu dans | — |
||||||
Peut contenir | Elément vide | ||||||
Exemple | <namespace name="http://www.tei-c.org/ns/1.0"> <tagUsage gi="foreign">Employé pour marquer des mots
non-français dans le texte.</tagUsage>
</namespace> |
||||||
Modèle de contenu | <content> <elementRef key="tagUsage" maxOccurs="unbounded" minOccurs="1"/> </content> |
||||||
Schéma Declaration | element namespace { tei_att.global.attributes, attribute name { text }, tagUsage+ } |
<none> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Contenu dans | |
Peut contenir | Des données textuelles uniquement |
Modèle de contenu | <content> <textNode/> </content> |
Schéma Declaration | element none { text } |
<notatedMusic> encodes the presence of music notation in a text [14.3. Notated Music in Written Text] | |
Module | figures |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.placement (@place) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | |
Note | It is possible to describe the content of the notation using elements from the model.labelLike class and it is possible to point to an external representation using elements from model.ptrLike. It is possible to specify the location of digital objects representing the notated music in other media such as images or audio-visual files. The encoder's interpretation of the correspondence between the notated music and these digital objects is not encoded explicitly. We recommend the use of graphic and binaryObject mainly as a fallback mechanism when the notated music format is not displayable by the application using the encoding. The alignment of encoded notated music, images carrying the notation, and audio files is a complex matter for which we refer the encoder to other formats and specifications such as MPEG-SMR. It is also recommended, when useful, to embed XML-based music notation formats, such as the Music Encoding Initiative format as content of <notatedMusic>. This must be done by means of customization. |
Exemple | <notatedMusic> <ptr target="bar1.xml"/>
<graphic url="bar1.jpg"/> <desc>First bar of Chopin's Scherzo No.3
Op.39</desc>
</notatedMusic> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.labelLike"/> <classRef key="model.ptrLike"/> <elementRef key="graphic"/> <elementRef key="binaryObject"/> <elementRef key="seg"/> </alternate> </content> |
Schéma Declaration | element notatedMusic { tei_att.global.attributes, tei_att.placement.attributes, tei_att.typed.attributes, ( tei_model.labelLike | tei_model.ptrLike | tei_graphic | tei_binaryObject | tei_seg )* } |
<note> contient une note ou une annotation [3.8.1. Notes and Simple Annotation 2.2.6. The Notes Statement 3.11.2.8. Notes and Statement of Language 9.3.5.4. Notes within Entries] | |||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.placement (@place) att.pointing (@targetLang, @target,
@evaluate) att.typed (@type, @subtype) att.written (@hand)
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
biblStruct
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
monogr
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
respStmt
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
adminInfo
altIdentifier
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
msItemStruct
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
event
forename
genName
geogName
location
nameLink
org
orgName
persName
person
personGrp
persona
place
placeName
region
roleName
settlement
state
surname spoken: annotationBlock |
||||||||||||||||||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||||||||
Note | L'attribut globaln indique le symbole ou le nombre utilisé
pour marquer le point d'insertion dans le texte source, comme
dans l'exemple suivant : Mevorakh b. Saadya's mother, the
matriarch of the family during the second half of the
eleventh century, <note anchored="true" n="126"> The
alleged mention of Judah Nagid's mother in a letter from
1071 is, in fact, a reference to Judah's children; cf.
above, nn. 111 and 54. </note> is well known from Geniza
documents published by Jacob Mann. Cependant, si les
notes sont ordonnées et numérotées et qu’on veuille reconstruire
automatiquement leur numérotation par un traitement
informatique, il est inutile d’enregistrer le numéro des
notes. |
||||||||||||||||||||||||
Exemple | <p>J'écris dans la<lb/> marge...<lb/> Je vais<lb/> à la ligne.<lb/> Je renvoie à une note<note place="foot" type="gloss"> J'aime
beaucoup les renvois en bas de page, même si je n'ai rien de
particulier à y préciser.</note>en bas de page.</p> |
||||||||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||||||||||||||||||||
Schéma Declaration | element note { tei_att.global.attributes, tei_att.placement.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, tei_att.written.attributes, attribute scheme { text }?, attribute anchored { text }?, attribute targetEnd { list { + } }?, tei_macro.specialPara } |
<notesStmt> (mention de notes) rassemble toutes les notes fournissant des informations sur un texte, en plus des informations mentionnées dans d'autres parties de la description bibliographique. [2.2.6. The Notes Statement 2.2. The File Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | core:
note
relatedItem |
Note | des informations hétérogènes ne doivent pas être regroupées dans une même note. |
Exemple | <notesStmt> <note>Les photographies, héliogravures et
cartes postales colorisées signées Lehnert &
Landrock, de techniques novatrices, sont réellement des œuvres
d'art ; elles apportent en outre une documentation
considérable sur la Tunisie du début du XXe siècle.</note>
</notesStmt> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.noteLike"/> <elementRef key="relatedItem"/> </alternate> </content> |
Schéma Declaration | element notesStmt { tei_att.global.attributes, ( tei_model.noteLike | tei_relatedItem )+ } |
<num> (numéral) contient un nombre écrit sous une forme quelconque. [3.5.3. Numbers and Measures] | |||||||||||||||||||||
Module | core | ||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.ranging (@atLeast, @atMost, @min, @max, @confidence)
|
||||||||||||||||||||
Membre du | |||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
measureGrp
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||||
Note | Les analyses détaillées des quantités et unités de mesure dans les textes historiques peuvent aussi utiliser le mécanisme de structure de traits décrit au chapitre18. Feature Structures. L'élément <num> est conçu pour un usage dans des applications simples. |
||||||||||||||||||||
Exemple | <p>Pierre eut <num type="cardinal" value="10">dix</num>ans le jour de mon<num type="ordinal" value="21">vingtième </num> anniversaire.</p> |
||||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||||||||||||||
Schéma Declaration | element num { tei_att.global.attributes, tei_att.ranging.attributes, attribute type { "cardinal" | "ordinal" | "fraction" | "percentage" }?, attribute value { text }?, tei_macro.phraseSeq } |
<numeric> (valeur numérique) représente la partie valeur d'une spécification trait-valeur qui contient une valeur ou une série numériques. [18.3. Other Atomic Feature Values] | |||||||||||||||||||
Module | iso-fs | ||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datcat (@datcat, @valueDatcat)
|
||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | |||||||||||||||||||
Peut contenir | Des données textuelles uniquement | ||||||||||||||||||
Note | C'est une erreur d'utiliser l'attribut max s'il n'y a pas de valeur pour l'attribut value. |
||||||||||||||||||
Exemple | l'élément <numeric>contient la valeur de la fréquence <f name="frequency">
<numeric value="2"/>
</f> |
||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
||||||||||||||||||
Schéma Declaration | element numeric { tei_att.global.attributes, tei_att.datcat.attributes, attribute value { text }, attribute max { text }?, attribute trunc { text }?, tei_macro.xtext } |
<objectDesc> (description d'objet) contient la description des composants matériels de l'objet en cours de traitement [10.7.1. Object Description] | |||||||
Module | msdescription | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Membre du | |||||||
Contenu dans | msdescription: physDesc |
||||||
Peut contenir | |||||||
Exemple | <objectDesc> <supportDesc> <extent> <dimensions type="binding"> <height unit="mm">168</height> <width unit="mm">106</width> <depth unit="mm">22</depth> </dimensions> </extent> </supportDesc>
</objectDesc> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="supportDesc" minOccurs="0"/> <elementRef key="layoutDesc" minOccurs="0"/> </sequence> </alternate> </content> |
||||||
Schéma Declaration | element objectDesc { tei_att.global.attributes, attribute form { text }?, ( tei_model.pLike+ | ( tei_supportDesc?, tei_layoutDesc? ) ) } |
<objectType> (type d'objet) contient un mot ou une expression qui décrit le type de l'objet consideré. [10.3.2. Material and Object Type] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | The ref attribute may be used to point to one or more items within a taxonomy of types of object, defined either internally or externally. |
Exemple | <physDesc> <p> <objectType>Codex</objectType> avec feuilles de parchemin
colorées avec la pourpre du murex. </p>
</physDesc> |
Exemple | <physDesc> <p> <objectType>Socle</objectType> fragmentaire d'Aphrodite
Anadyomène en terre cuite.</p>
</physDesc> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element objectType { tei_att.global.attributes, tei_att.canonical.attributes, tei_macro.phraseSeq } |
<org> (organisation) fournit des informations sur une organisation identifiable, telle qu'une entreprise, une tribu ou tout autre groupement de personnes. [13.2.2. Organizational Names] | |||||||
Module | namesdates | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype) att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.sortable
(@sortKey)
|
||||||
Membre du | |||||||
Contenu dans | spoken:
annotationBlock |
||||||
Peut contenir | |||||||
Exemple | <org xml:id="JAMs"> <orgName>Justified Ancients of
Mummu</orgName> <desc>An underground anarchist
collective spearheaded by <persName>Hagbard Celine</persName>, who fight the
Illuminati from a golden submarine, the <name>Leif Ericson</name> </desc> <bibl> <author>Robert Shea</author> <author>Robert Anton Wilson</author> <title>The Illuminatus!
Trilogy</title> </bibl>
</org> |
||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.labelLike"/> <classRef key="model.nameLike"/> <classRef key="model.placeLike"/> <classRef key="model.orgPart"/> <classRef key="model.milestoneLike"/> </alternate> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> <elementRef key="linkGrp"/> <elementRef key="link"/> </alternate> <classRef key="model.personLike" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
||||||
Schéma Declaration | element org { tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, attribute role { list { + } }?, ( tei_model.headLike*, ( tei_model.pLike* | ( tei_model.labelLike | tei_model.nameLike | tei_model.placeLike | tei_model.orgPart | tei_model.milestoneLike )* ), ( tei_model.noteLike | tei_model.biblLike | tei_linkGrp | tei_link )*, tei_model.personLike* ) } |
<orgName> (nom d'organisation) contient le nom d'une organisation. [13.2.2. Organizational Names] | |||||||
Module | namesdates | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.personal
(@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
respStmt
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff entité nommée orgName <annotationBlock corresp="text"> <orgName change="#Unitex-3.2.0-alpha" resp="istex"
scheme="https://orgname-entity.data.istex.fr">
<term>Working
Party</term> <fs type="statistics"> <f name="frequency">
<numeric value="2"/> </f> </fs> </orgName>
</annotationBlock> |
||||||
Exemple | StandOff enrichissement entité nommée orgName
type="funder" <annotationBlock corresp="text"> <orgName change="#Unitex-3.2.0-alpha" resp="istex"
scheme="https://orgnamefunder-entity.data.istex.fr">
<term>Organization for
Pharmaceutical Safety and Research</term> <fs type="statistics">
<f name="frequency"> <numeric value="1"/> </f> </fs> </orgName>
</annotationBlock> |
||||||
Exemple | StandOff enrichissement entité nommée orgName
type="provider" <annotationBlock corresp="text"> <orgName change="#Unitex-3.2.0-alpha" resp="istex"
scheme="https://orgnameprovider-entity.data.istex.fr">
<term>TOMCAT at the SLS
in Villigen, Switzerland</term> <fs type="statistics">
<f name="frequency"> <numeric value="1"/> </f> </fs> </orgName>
</annotationBlock> |
||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||
Schéma Declaration | element orgName { tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.personal.attributes, tei_att.typed.attributes, attribute scheme { text }?, tei_macro.phraseSeq } |
<orig> (forme originale) contient une partie notée comme étant fidèle à l'original et non pas normalisée ou corrigée. [3.4.2. Regularization and Normalization 12. Critical Apparatus] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | Si on veut privilégier la version originale du
texte, <orig> sera utilisé seul: <p>si
mes pensées se sont entretenues des occurences <orig>estrangieres</orig> quelque partie du
temps, quelque autre partie je les <orig>rameine</orig> à la promenade, au<orig> vergier</orig>, à la douceur de cette
solitude et à moy. </p> |
Exemple | Généralement, <orig> sera
associé à la forme corrigée dans un élément <choice>. <l>Un
bienfait perd sa grâce à le trop <choice> <orig>oublier</orig> <corr>publier</corr> </choice> ; </l>
<l>Qui veut qu'on s'en
souvienne, il le faut <choice> <orig>publier</orig> <corr>oublier</corr> </choice>.</l> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element orig { tei_att.global.attributes, tei_macro.paraContent } |
<origDate> (date de la création) Contient une date, dans une forme libre, utilisée pour dater la création d'un manuscrit ou d'une partie d'un manuscrit. [10.3.1. Origination] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <origDate notAfter="-0200" notBefore="-0300">3rd
century BCE</origDate> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> |
Schéma Declaration | element origDate { tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_model.global )* } |
<origPlace> (lieu de création) Contient un nom de lieu, dans une forme libre, utilisé pour désigner l'endroit où a été produit un manuscrit ou une partie d'un manuscrit. [10.3.1. Origination] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | The type attribute may be used to distinguish different kinds of ‘origin’, for example original place of publication, as opposed to original place of printing. |
Exemple | <origPlace>Birmingham</origPlace> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element origPlace { tei_att.global.attributes, tei_att.naming.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<origin> (origine) contient des informations sur l'origine du manuscrit ou de la partie de manuscrit. [10.8. History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Contenu dans | msdescription: history |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <origin evidence="internal" notAfter="1845" notBefore="1802" resp="#fr_AMH"> Copied
in <name type="origPlace">Derby</name>, probably from an old Flemish
original, between 1802 and 1845, according to <persName xml:id="fr_AMH">Anne-Mette Hansen</persName>.</origin> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element origin { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.datable.attributes, tei_macro.specialPara } |
<p> (paragraphe) marque les paragraphes dans un texte en prose. [3.1. Paragraphs 7.2.5. Speech Contents] | |||||||
Module | core | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.declaring (@decls) att.fragmentable (@part) att.written
(@hand)
|
||||||
Membre du | |||||||
Contenu dans | header:
abstract
application
availability
change
correction
editionStmt
encodingDesc
langUsage
licence
publicationStmt
seriesStmt
sourceDesc msdescription:
accMat
acquisition
additions
binding
bindingDesc
collation
condition
custEvent
custodialHist
decoDesc
decoNote
filiation
foliation
handDesc
history
layout
layoutDesc
msContents
msDesc
msFrag
msItem
msItemStruct
msPart
musicNotation
objectDesc
origin
physDesc
provenance
recordHist
scriptDesc
seal
sealDesc
signatures
source
summary
support
supportDesc
surrogates
typeDesc
typeNote transcr:
metamark |
||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | l'élément <p> peut contenir un élément <source> <listAnnotation type="subject"> <figure type="box"> <p> Workers never organised
because they were intimidated. There were so many temporary
workers that even the slightest hint of organisation and you
were gone … even the people who were permanent were afraid to
lose their jobs <source>(Leader B)</source> . </p> </figure>
</listAnnotation> |
||||||
Schematron |
<s:report test="not(ancestor::floatingText) and
(ancestor::tei:p or ancestor::tei:ab) and
not(parent::tei:exemplum |parent::tei:item |parent::tei:note
|parent::tei:q |parent::tei:quote |parent::tei:remarks
|parent::tei:said |parent::tei:sp |parent::tei:stage
|parent::tei:cell |parent::tei:figure )"> Abstract model
violation: Paragraphs may not contain other paragraphs or ab
elements. </s:report> |
||||||
Schematron |
<s:report test="ancestor::tei:l[not(.//tei:note//tei:p[. =
current()])]"> Abstract model violation: Lines may not
contain higher-level structural elements such as div, p, or ab.
</s:report> |
||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||
Schéma Declaration | element p { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.fragmentable.attributes, tei_att.written.attributes, attribute scheme { text }?, tei_macro.paraContent } |
<pb> (saut de page) marque le début d'une page de texte dans un document paginé. [3.10.3. Milestone Elements] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.edition (@ed, @edRef) att.spanning (@spanTo) att.breaking (@break) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
listBibl
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
Peut contenir | Elément vide |
Note | Un élément <pb> apparaît au début de la page à laquelle il se rapporte. L'attribut global n donne un numéro ou une autre valeur associée à cette page. Ce sera normalement le numéro de page ou la signature qui y est imprimée, puisque le numéro d'ordre matériel est implicite avec l'élément <pb> lui-même. L' attribut type sera employé pour indiquer toutes ses caractéristiques du saut de page, par exemple comme coupure de mot ou non. |
Exemple | Page numbers may vary in different editions of
a text. <p>
... <pb ed="ed2" n="145"/>
<!-- Page 145 in edition "ed2" starts
here --> ... <pb ed="ed1" n="283"/>
<!-- Page 283 in edition "ed1" starts
here--> ... </p> |
Exemple | A page break may be associated with a
facsimile image of the page it introduces by means of the facs attribute <body> <pb facs="page1.png" n="1"/>
<!-- page1.png contains an image of the
page; the text it contains is encoded here -->
<p>
<!-- ... --> </p> <pb facs="page2.png" n="2"/>
<!-- similarly, for page 2
--> <p>
<!-- ... --> </p>
</body> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element pb { tei_att.global.attributes, tei_att.typed.attributes, tei_att.edition.attributes, tei_att.spanning.attributes, tei_att.breaking.attributes, empty } |
<pc> (punctuation character) contient un caractère ou une chaîne de caractères considérés comme un signe de ponctuation unique. [17.1.2. Below the Word Level] | |||||||||||||||||||||
Module | analysis | ||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype)
|
||||||||||||||||||||
Membre du | |||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||||
Peut contenir | |||||||||||||||||||||
Exemple | <phr>
<w>do</w> <w>you</w>
<w>understand</w> <pc type="interrogative">?</pc>
</phr> |
||||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <elementRef key="c"/> <classRef key="model.pPart.edit"/> </alternate> </content> |
||||||||||||||||||||
Schéma Declaration | element pc { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, attribute force { "strong" | "weak" | "inter" }?, attribute unit { text }?, attribute pre { text }?, ( text | tei_model.gLike | tei_c | tei_model.pPart.edit )* } |
<persName> (nom de personne) contient un nom propre ou une expression nominale se référant à une personne, pouvant inclure tout ou partie de ses prénoms, noms de famille, titres honorifiques, noms ajoutés, etc. [13.2.1. Personal Names] | |||||||
Module | namesdates | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.personal
(@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
respStmt
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff entité nommée persName <annotationBlock corresp="text"> <persName change="#Unitex-3.2.0-alpha" resp="istex"
scheme="https://persname-entity.data.istex.fr">
<term>Timothy
Adams</term> <fs type="statistics"> <f name="frequency">
<numeric value="1"/> </f> </fs> </persName>
</annotationBlock> |
||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||
Schéma Declaration | element persName { tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.personal.attributes, tei_att.typed.attributes, attribute scheme { text }?, tei_macro.phraseSeq } |
<person> (personne) fournit des informations sur un individu identifiable, par exemple un participant à une interaction linguistique, ou une personne citée dans une source historique. [13.3.2. The Person Element 15.2.2. The Participant Description] | |||||||||||||||||||
Module | namesdates | ||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.sortable (@sortKey)
|
||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | namesdates: org spoken:
annotationBlock |
||||||||||||||||||
Peut contenir | figures:
figure
notatedMusic namesdates:
affiliation
event
persName
persona
state transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
||||||||||||||||||
Note | Peut contenir soit une description en prose organisée en paragraphes, soit une suite d'éléments spécifiques relatifs à la démographie extraits de la classe model.personPart. |
||||||||||||||||||
Exemple | <person age="adult" sex="2"> <p>Personne interrogée, de sexe
féminin, instruite, née à Shropshire, au ROYAUME-UNI le 12
Janvier 1950, d'occupation inconnue. Parle le français
couramment. Statut socio-économique B2.</p>
</person> |
||||||||||||||||||
Exemple | <person role="poet" sex="1" xml:id="fr_Ovi01">
<persName xml:lang="en">Ovid</persName> <persName xml:lang="la">Publius Ovidius Naso</persName> <birth when="-0044-03-20"> 20 March 43 BC<placeName> <settlement type="city">Sulmona</settlement> <country key="IT">Italie</country> </placeName> </birth> <death notAfter="0018" notBefore="0017">17 or 18 AD<placeName> <settlement type="city">Tomis (Constanta)</settlement> <country key="RO">Roumanie</country> </placeName> </death>
</person> |
||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.personPart"/> <classRef key="model.global"/> </alternate> </alternate> </content> |
||||||||||||||||||
Schéma Declaration | element person { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, attribute role { list { + } }?, attribute sex { list { + } }?, attribute age { text }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* ) } |
<personGrp> (groupe de personnes) décrit un groupe d'individus traité comme une personne unique à des fins d'analyse. [15.2.2. The Participant Description] | |||||||||||||||||||||||||
Module | namesdates | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.sortable (@sortKey)
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | namesdates: org |
||||||||||||||||||||||||
Peut contenir | figures:
figure
notatedMusic namesdates:
affiliation
event
persName
persona
state transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
||||||||||||||||||||||||
Note | Peut contenir une description en texte libre organisée en paragraphes, ou une suite quelconque d'éléments relatifs à la démographie. Il faut utiliser l'attribut global xml:id pour identifier chaque locuteur dans une transcription de paroles si l'attribut who est présent pour chaque prise de parole. |
||||||||||||||||||||||||
Exemple | <personGrp age="teen" role="audience" sex="mixed" size="approx 50" xml:id="fr_pg1"/> |
||||||||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.personPart"/> <classRef key="model.global"/> </alternate> </alternate> </content> |
||||||||||||||||||||||||
Schéma Declaration | element personGrp { tei_att.global.attributes, tei_att.sortable.attributes, attribute role { text }?, attribute sex { list { + } }?, attribute age { text }?, attribute size { list { + } }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* ) } |
<persona> provides information about one of the personalities identified for a given individual, where an individual has multiple personalities. [13.3.2. The Person Element] | |||||||||||||||||||
Module | namesdates | ||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.sortable (@sortKey)
|
||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | |||||||||||||||||||
Peut contenir | figures:
figure
notatedMusic namesdates:
affiliation
event
persName
persona
state transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
||||||||||||||||||
Note | Note that a persona is not the same as a role. A role may be assumed by different people on different occasions, whereas a persona is unique to a particular person, even though it may resemble others. Similarly, when an actor takes on or enacts the role of a historical person, they do not thereby acquire a new persona. |
||||||||||||||||||
Exemple | <person age="adult" sex="M"> <persona sex="M"> <persName>Dr Henry Jekyll</persName> </persona> <persona age="youth" sex="M"> <persName>Edward Hyde</persName> </persona>
</person> |
||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.personPart"/> <classRef key="model.global"/> </alternate> </alternate> </content> |
||||||||||||||||||
Schéma Declaration | element persona { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, attribute role { list { + } }?, attribute sex { list { + } }?, attribute age { text }?, ( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* ) } |
<phr> (syntagme) représente un syntagme grammatical [17.1. Linguistic Segment Categories] | |
Module | analysis |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'attribut type peut être utilisé pour indiquer le type de syntagme grammatical, avec des valeurs telles que nom, verbe, préposition, etc. selon le cas. |
Exemple | <phr function="extraposted_modifier"
type="verb">To talk
<phr function="complement" type="preposition">of <phr function="object" type="noun">many
things</phr> </phr>
</phr> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element phr { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<physDesc> (description physique) contient la description physique complète d'un manuscrit ou d'une partie d'un manuscrit, éventuellement structurée en utilisant les éléments plus spécialisés appartenant à la classe model.physDescPart. [10.7. Physical Description] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | core:
p linking:
ab msdescription: accMat
additions
bindingDesc
decoDesc
handDesc
musicNotation
objectDesc
scriptDesc
sealDesc
typeDesc |
Exemple | <physDesc> <objectDesc form="codex"> <supportDesc material="perg"> <support>Parchment.</support> <extent>i + 55 leaves <dimensions scope="all" type="leaf" unit="inch">
<height>7¼</height> <width>5⅜</width> </dimensions> </extent> </supportDesc> <layoutDesc> <layout columns="2">In double columns.</layout> </layoutDesc> </objectDesc> <handDesc> <p>Written in more than one hand.</p> </handDesc> <decoDesc> <p>With a few coloured capitals.</p> </decoDesc>
</physDesc> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="0"/> <classRef expand="sequenceOptional" key="model.physDescPart"/> </sequence> </content> |
Schéma Declaration | element physDesc { tei_att.global.attributes, ( tei_model.pLike*, tei_objectDesc?, tei_handDesc?, tei_typeDesc?, tei_scriptDesc?, tei_musicNotation?, tei_decoDesc?, tei_additions?, tei_bindingDesc?, tei_sealDesc?, tei_accMat? ) } |
<place> (lieu) contient des informations sur un lieu géographique. [13.3.4. Places] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.sortable (@sortKey) |
Membre du | |
Contenu dans | spoken:
annotationBlock |
Peut contenir | |
Exemple | <place> <country>Lithuania</country> <country xml:lang="lt">Lietuva</country> <place> <settlement>Vilnius</settlement> </place> <place> <settlement>Kaunas</settlement> </place>
</place> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.labelLike"/> <classRef key="model.placeStateLike"/> <classRef key="model.eventLike"/> </alternate> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> <elementRef key="idno"/> <elementRef key="linkGrp"/> <elementRef key="link"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.placeLike"/> <elementRef key="listPlace"/> </alternate> </sequence> </content> |
Schéma Declaration | element place { tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, ( tei_model.headLike*, ( tei_model.pLike* | ( tei_model.labelLike | tei_model.placeStateLike | tei_model.eventLike )* ), ( tei_model.noteLike | tei_model.biblLike | tei_idno | tei_linkGrp | tei_link )*, ( tei_model.placeLike | tei_listPlace )* ) } |
<placeName> (nom de lieu) contient un nom de lieu absolu ou relatif. [13.2.3. Place Names] | |||||||
Module | namesdates | ||||||
Attributs | Attributs att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
altIdentifier
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msIdentifier
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
org
orgName
persName
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff enrichissement entité nommée
placeName <annotationBlock corresp="text"> <placeName change="#Unitex-3.2.0-alpha" resp="istex"
scheme="https://placename-entity.data.istex.fr">
<term>Geneva</term> <fs type="statistics">
<f name="frequency"> <numeric value="9"/> </f> </fs> </placeName>
</annotationBlock> |
||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||
Schéma Declaration | element placeName { tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, attribute scheme { text }?, tei_macro.phraseSeq } |
<postBox> (boîte postale) contient un numéro ou un autre identifiant d'un lieu de distribution du courrier autre qu'un nom de rue. [3.5.2. Addresses] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core: address |
Peut contenir | Des données textuelles uniquement |
Note | La disposition et la nature des codes postaux est spécifique à chaque pays ; on utilise les conventions qui leur sont propres . |
Exemple | <postBox>B.P. 4232 </postBox> |
Exemple | <postBox>BP 3317</postBox> |
Exemple | <postBox>Postbus 532</postBox> |
Modèle de contenu | <content> <textNode/> </content> |
Schéma Declaration | element postBox { tei_att.global.attributes, text } |
<postCode> (code postal) contient un code numérique ou alphanumérique qui fait partie de l'adresse postale et sert à simplifier le tri ou la distribution du courrier. [3.5.2. Addresses] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core: address |
Peut contenir | Des données textuelles uniquement |
Note | La disposition et la nature des codes postaux est spécifique à chaque pays ; on utilise les conventions qui leur sont propres . |
Exemple | <postCode>84000</postCode> |
Exemple | <postCode>60142-7</postCode> |
Exemple | <postCode>60142-7</postCode> |
Modèle de contenu | <content> <textNode/> </content> |
Schéma Declaration | element postCode { tei_att.global.attributes, text } |
<profileDesc> (description du profil) fournit une description détaillée des aspects non bibliographiques du texte, notamment les langues utilisées et leurs variantes, les circonstances de sa production, les collaborateurs et leur statut. [2.4. The Profile Description 2.1.1. The TEI Header and Its Components] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | |
Note | Although the content model permits it, it is rarely meaningful to supply multiple occurrences for any of the child elements of <profileDesc> unless these are documenting multiple texts. |
Exemple | <profileDesc> <langUsage> <language ident="fr">français</language> </langUsage> <textDesc n="roman"> <channel mode="w">copie; extraits </channel> <constitution type="single"/> <derivation type="original"/> <domain type="art"/> <factuality type="fiction"/> <interaction type="none"/> <preparedness type="prepare"/> <purpose degree="high" type="distraction"/>
<purpose degree="medium" type="information"/> </textDesc> <settingDesc> <setting> <name>Paris, France</name> <time>Fin 19e</time> </setting> </settingDesc>
</profileDesc> |
Modèle de contenu | <content> <classRef key="model.profileDescPart" maxOccurs="unbounded" minOccurs="0"/> </content> |
Schéma Declaration | element profileDesc { tei_att.global.attributes, tei_model.profileDescPart* } |
<provenance> (provenance) contient des informations sur un épisode précis de l'histoire du manuscrit ou de la partie du manuscrit, après sa création et avant son acquisition [10.8. History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.typed (@type, @subtype) |
Contenu dans | msdescription: history |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <provenance>Listed as the property of Lawrence
Sterne in 1788.</provenance>
<provenance>Sold at Sothebys
in 1899.</provenance> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element provenance { tei_att.global.attributes, tei_att.datable.attributes, tei_att.typed.attributes, tei_macro.specialPara } |
<ptr> (pointeur) définit un pointeur vers un autre emplacement. [3.6. Simple Links and Cross-References 16.1. Links] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.internetMedia (@mimeType) att.typed (@type, @subtype) att.declaring (@decls) att.cReferencing (@cRef) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
analytic
author
bibl
biblScope
biblStruct
cit
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
monogr
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
relatedItem
resp
rs
said
series
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell
figDesc
notatedMusic header: application
authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
publicationStmt
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Elément vide |
Exemple | <ptr target="#p143 #p144"/>
<ptr target="http://www.tei-c.org"/>
<ptr cRef="1.3.4"/> |
Schematron | <s:report test="@target
and @cRef">Only one of the attributes @target and @cRef may
be supplied on <s:name/>.</s:report> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element ptr { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.internetMedia.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.cReferencing.attributes, empty } |
<pubPlace> (lieu de publication) contient le nom du lieu d'une publication. [3.11.2.4. Imprint, Size of a Document, and Reprint Information] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
Membre du | |
Contenu dans | header: publicationStmt |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <publicationStmt> <publisher>Editions Denoëll</publisher> <pubPlace>Paris</pubPlace> <date>1975</date>
</publicationStmt> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element pubPlace { tei_att.global.attributes, tei_att.naming.attributes, tei_macro.phraseSeq } |
<publicationStmt> (mention de publication) regroupe des informations concernant la publication ou la diffusion d’un texte électronique ou d’un autre type de texte. [2.2.4. Publication, Distribution, Licensing, etc. 2.2. The File Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Note | Bien que non imposé par les schémas, un document conforme à la TEI doit donner des informations sur le lieu de publication, l'adresse, l'identifiant, les droits de diffusion et la date dans cet ordre, après le nom de l'éditeur, du distributeur, ou de l'autorité concernée. |
Exemple | <publicationStmt> <publisher>C. Muquardt </publisher> <pubPlace>Bruxelles & Leipzig</pubPlace> <date when="1846"/>
</publicationStmt> |
Exemple | <publicationStmt> <distributor>ATILF (Analyse et Traitement
Informatique de la Langue Française)</distributor> <idno type="FRANTEXT">L434</idno> <address> <addrLine>44, avenue de la Libération</addrLine> <addrLine>BP 30687</addrLine> <addrLine>54063 Nancy
Cedex</addrLine> <addrLine>FRANCE</addrLine> </address> <availability status="free"> <p>Dans un cadre de recherche ou
d'enseignement</p> </availability>
</publicationStmt> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.publicationStmtPart.agency"/> <classRef key="model.publicationStmtPart.detail" maxOccurs="unbounded" minOccurs="0"/> </sequence> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> </alternate> </content> |
Schéma Declaration | element publicationStmt { tei_att.global.attributes, ( ( tei_model.publicationStmtPart.agency, tei_model.publicationStmtPart.detail* )+ | tei_model.pLike+ ) } |
<publisher> (éditeur) donne le nom de l'organisme responsable de la publication ou de la distribution d'un élément de la bibliographie. [3.11.2.4. Imprint, Size of a Document, and Reprint Information 2.2.4. Publication, Distribution, Licensing, etc.] | |||||||
Module | core | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Membre du | |||||||
Contenu dans | header: publicationStmt |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Note | Utiliser la forme développée du nom au moyen duquel l'organisme est habituellement cité, plutôt qu'une abréviation, cette dernière pouvant apparaître sur une page de titre. |
||||||
Exemple | <imprint> <pubPlace>Paris</pubPlace> <publisher>Les Éditions de Minuit</publisher> <date>2001</date>
</imprint> |
||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||
Schéma Declaration | element publisher { tei_att.global.attributes, attribute scheme { text }?, tei_macro.phraseSeq } |
<q> (séparé du texte environnant par des guillemets) contient un fragment qui est marqué (visiblement) comme étant d’une manière ou d'une autre différent du texte environnant, pour diverses raisons telles que, par exemple, un discours direct ou une pensée, des termes techniques ou du jargon, une mise à distance par rapport à l’auteur, des citations empruntées et des passages qui sont mentionnés mais non employés. [3.3.3. Quotation] | |||||||||
Module | core | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.ascribed (@who)
|
||||||||
Membre du | |||||||||
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||
Note | Peut être utilisé pour indiquer qu'un passage est distingué du texte environnant par des guillemets, pour des raisons non explicitées. Lorsqu'il est utilisé ainsi, <q> peut être considéré comme un encodage plus lisible (sucre syntaxique) pour <hi> avec une valeur de rend indiquant la fonction des guillemets. |
||||||||
Exemple | <p>Si
quelque serrure allait mal, il l'avait bientôt démontée,
rafistolée, huilée, limée, remontée, en disant :<q>ça me connaît</q>.</p> |
||||||||
Exemple | <p>Enfin je me rappelai le pis-aller d’une grande
princesse à qui l’on disait que les paysans n’avaient pas de
pain, et qui répondit : <q>Qu’ils mangent de la brioche.</q>
</p> |
||||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||||
Schéma Declaration | element q { tei_att.global.attributes, tei_att.ascribed.attributes, attribute type { "spoken" | "thought" | "written" | "soCalled" | "foreign" | "distinct" | "term" | "emph" | "mentioned" }?, tei_macro.specialPara } |
<quote> (citation) contient une expression ou un passage que le narrateur ou l'auteur attribue à une origine extérieure au texte. [3.3.3. Quotation 4.3.1. Grouped Texts] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.msExcerpt (@defective) |
Membre du | |
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
msItem
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Si une référence bibliographique est donnée comme source de la citation, on peut les regrouper dans l'élément <cit>. |
Exemple | C'est sûrement ça qu'on appelle la
glorieuse liberté des enfants de Dieu. <quote>Aime et fais tout ce que tu
voudras.</quote>Mais moi,
ça me démolit. |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element quote { tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, tei_macro.specialPara } |
<recordHist> (histoire de la description) donne des informations sur la source de la description et sur les modifications apportées à la description précédente. [10.9.1. Administrative Information] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: adminInfo |
Peut contenir | |
Exemple | <recordHist> <source> <p>Derived from <ref target="#fr_IMEV">IMEV
123</ref> with additional
research by P.M.W.Robinson</p> </source> <change when="1999-06-23">
<name>LDB</name> (editor) checked
examples against DTD version 3.6 </change>
</recordHist> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="source"/> <elementRef key="change" maxOccurs="unbounded" minOccurs="0"/> </sequence> </alternate> </content> |
Schéma Declaration | element recordHist { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_source, tei_change* ) ) } |
<redo> indicates one or more cancelled interventions in a document which have subsequently been marked as reaffirmed or repeated. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] | |||||||
Module | transcr | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.spanning (@spanTo) att.transcriptional (@status, @cause, @seq) (att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written
(@hand))
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | Elément vide | ||||||
Exemple | <line> <redo cause="fix" hand="#g_t" target="#redo-1"/>
<mod hand="#g_bl" rend="strikethrough" spanTo="#anchor-1" xml:id="redo-1"/>Ihr hagren, triſten,
krummgezog<mod rend="strikethrough">nen</mod>ener Nacken </line>
<line>Wenn ihr nur piepſet
iſt die Welt ſchon matt.<anchor xml:id="anchor-1"/>
</line> This encoding
represents the following sequence of events:
|
||||||
Modèle de contenu | <content> </content> |
||||||
Schéma Declaration | element redo { tei_att.global.attributes, tei_att.spanning.attributes, tei_att.transcriptional.attributes, attribute target { list { + } }?, empty } |
<ref> (référence) définit une référence vers un autre emplacement, la référence étant éventuellement modifiée ou complétée par un texte ou un commentaire. [3.6. Simple Links and Cross-References 16.1. Links] | |||||||
Module | core | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.pointing (@targetLang, @target,
@evaluate) att.internetMedia (@mimeType) att.typed (@type, @subtype) att.declaring (@decls) att.cReferencing (@cRef)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
analytic
author
bibl
biblScope
biblStruct
cit
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
monogr
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
relatedItem
resp
rs
said
series
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell
figDesc
notatedMusic header: application
authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
publicationStmt
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | StandOff enrichissement entité nommée ref
type="bibl" <annotationBlock corresp="text"> <ref change="#Unitex-3.2.0-alpha"
resp="istex" scheme="https://refbibl-entity.data.istex.fr" type="bibl"> <term>Stern et al.</term> <fs type="statistics">
<f name="frequency"> <numeric value="1"/> </f> </fs> </ref>
</annotationBlock> |
||||||
Exemple | StandOff enrichissement entité nommée ref
type="url" <annotationBlock corresp="text"> <ref change="#Unitex-3.2.0-alpha"
resp="istex" scheme="https://refurl-entity.data.istex.fr" type="url"> <term>http://www.treas.gov/press/releases/js</term> <fs type="statistics">
<f name="frequency"> <numeric value="3"/> </f> </fs> </ref>
</annotationBlock> |
||||||
Exemple | Cas où un paragraphe contient titre de
revue/livre + sa tomaison <p>Originally published as <ref type="cit" xml:id="n1"> <title level="j" type="main">Nature</title> <biblScope unit="vol">402</biblScope>, <biblScope from="
255" unit="page"> 255</biblScope>ndash;<biblScope to="262" unit="page">262</biblScope>; </ref>
</p> |
||||||
Schematron | <s:report test="@target
and @cRef">Only one of the attributes @target' and @cRef' may
be supplied on <s:name/> </s:report> |
||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||
Schéma Declaration | element ref { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.internetMedia.attributes, tei_att.typed.attributes, tei_att.declaring.attributes, tei_att.cReferencing.attributes, attribute scheme { text }?, tei_macro.paraContent } |
<reg> (régularisation) contient une partie qui a été régularisée ou normalisée de façon quelconque [3.4.2. Regularization and Normalization 12. Critical Apparatus] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | Si on veut attirer l'attention sur le fait que
le texte a été régularisé, <reg> est utilisé seul : <l>
<reg>Maître</reg> Corbeau sur un arbre
perché, </l>
<l> <reg>Tenait</reg> en son bec un fromage. </l> |
Exemple | Il est également possible d'identifier
l'auteur de la régularisation, et avec les éléments <choice> et<orig>, donner à la fois la
lecture originale et la lecture régularisée.: <l>
<choice> <orig>Maistre</orig> <reg resp="#LB">Maître</reg> </choice>Corbeau sur un arbre perché, </l>
<l> <choice> <orig>Tenoit</orig> <reg resp="#LB">Tenait</reg> </choice> en son bec un fromage. </l> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element reg { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_macro.paraContent } |
<region> (région) contient le nom d'une unité administrative comme un état, une province ou un comté, plus grande qu'un lieu de peuplement, mais plus petite qu'un pays. [13.2.3. Place Names] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
altIdentifier
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msIdentifier
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
org
orgName
persName
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <placeName> <region n="IL" type="state">Illinois</region>
</placeName> |
Exemple | <placeName> <region n="IL" type="state">Illinois</region>
</placeName> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element region { tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, tei_macro.phraseSeq } |
<rendition> (rendu) donne des informations sur le rendu ou sur l'apparence d'un ou de plusieurs éléments dans le texte source. [2.3.4. The Tagging Declaration] | |||||||||||||||||||
Module | header | ||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.styleDef (@scheme, @schemeVersion)
|
||||||||||||||||||
Contenu dans | — |
||||||||||||||||||
Peut contenir | core:
abbr
address
bibl
biblStruct
choice
cit
date
desc
distinct
email
emph
expan
foreign
gloss
hi
label
list
listBibl
measure
measureGrp
mentioned
name
num
ptr
q
quote
ref
rs
said
soCalled
stage
term
time
title figures:
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname textstructure: floatingText des données textuelles |
||||||||||||||||||
Exemple | <tagsDecl> <rendition scheme="css" xml:id="r-center">text-align: center;</rendition> <rendition scheme="css" xml:id="r-small">font-size: small;</rendition> <rendition scheme="css" xml:id="r-large">font-size: large;</rendition> <rendition scheme="css"
scope="first-letter" xml:id="initcaps">font-size: xx-large</rendition>
</tagsDecl> |
||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.limitedContent"/> </content> |
||||||||||||||||||
Schéma Declaration | element rendition { tei_att.global.attributes, tei_att.styleDef.attributes, attribute scope { text }?, attribute selector { text }?, tei_macro.limitedContent } |
<repository> (lieu de conservation) Contient le nom d'un dépôt dans lequel des manuscrits sont entreposés, et qui peut faire partie d'une institution. [10.4. The Manuscript Identifier] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
Contenu dans | msdescription: altIdentifier
msIdentifier |
Peut contenir | Des données textuelles uniquement |
Exemple | <msIdentifier> <settlement>Oxford</settlement> <institution>University of Oxford</institution> <repository>Bodleian
Library</repository>
<idno>MS. Bodley
406</idno>
</msIdentifier> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element repository { tei_att.global.attributes, tei_att.naming.attributes, tei_macro.xtext } |
<resp> (responsabilité) contient une expression décrivant la nature de la responsabilité intellectuelle d'une personne. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Contenu dans | core: respStmt |
Peut contenir | core:
abbr
address
cb
choice
date
distinct
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
mentioned
milestone
name
note
num
pb
ptr
ref
rs
soCalled
term
time
title figures:
figure
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des
données textuelles |
Note | Les attributs key or ref, issus de la classe att.canonical, peuvent être utilisés pour indiquer le type de responsabilité sous une forme normalisée, en faisant référence directement (par l'utilisation de ref) ou indirectement (par l'utilisation de key) à une liste normalisée contenant des types de responsabilité, comme celle qui est maintenue par une autorité de nommage, par exemple la liste http://www.loc.gov/marc/relators/relacode.html à usage bibliographique. |
Exemple | <respStmt> <resp>compilateur</resp> <name>Edward Child</name>
</respStmt> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq.limited"/> </content> |
Schéma Declaration | element resp { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.datable.attributes, tei_macro.phraseSeq.limited } |
<respStmt> (mention de responsabilité) indique la responsabilité quant au contenu intellectuel d'un texte, d'une édition, d'un enregistrement ou d'une publication en série, lorsque les éléments spécifiques relatifs aux auteurs, éditeurs, etc. ne suffisent pas ou ne s'appliquent pas. [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.canonical (@key, @ref) |
Membre du | |
Contenu dans | header:
editionStmt
seriesStmt
titleStmt msdescription:
msItem
msItemStruct |
Peut contenir | |
Exemple | <respStmt> <resp>Nouvelle édition originale</resp> <persName>Geneviève Hasenohr</persName>
</respStmt> |
Exemple | <respStmt> <resp>converti en langage SGML</resp> <name>Alan Morrison</name>
</respStmt> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="resp" maxOccurs="unbounded" minOccurs="1"/> <classRef key="model.nameLike.agent" maxOccurs="unbounded" minOccurs="1"/> </sequence> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.nameLike.agent" maxOccurs="unbounded" minOccurs="1"/> <elementRef key="resp" maxOccurs="unbounded" minOccurs="1"/> </sequence> </alternate> <elementRef key="note" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element respStmt { tei_att.global.attributes, tei_att.canonical.attributes, ( ( ( tei_resp+, tei_model.nameLike.agent+ ) | ( tei_model.nameLike.agent+, tei_resp+ ) ), tei_note* ) } |
<restore> (rétablissement) indique le rétablissement d'un état antérieur du texte par suppression d'une marque ou d'une instruction de l'éditeur ou de l'auteur. [11.3.1.6. Cancellation of Deletions and Other Markings] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'attribut type de cet élément caractérise la manière dont l'intervention supprimée a été mentionnée, par exemple par une note marginale, par une surcharge de l'écriture, par un balisage additionnel, etc. |
Exemple | For I hate this <restore hand="#dhl" type="marginalStetNote"> <del>my</del>
</restore> body |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element restore { tei_att.global.attributes, tei_att.transcriptional.attributes, tei_att.typed.attributes, tei_macro.paraContent } |
<retrace> contains a sequence of writing which has been retraced, for example by over-inking, to clarify or fix it. [11.3.4.3. Fixation and Clarification] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.spanning (@spanTo) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Multiple retraces are indicated by nesting one <retrace> within another. In principle, a retrace differs from a substitution in that second and subsequent rewrites do not materially alter the content of an element. Where minor changes have been made during the retracing action however these may be marked up using <del>, <add>, etc. with an appropriate value for the change attribute. |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element retrace { tei_att.global.attributes, tei_att.spanning.attributes, tei_att.transcriptional.attributes, tei_macro.paraContent } |
<revisionDesc> (descriptif des révisions) fournit un résumé de l’historique des révisions d’un fichier. [2.6. The Revision Description 2.1.1. The TEI Header and Its Components] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.docStatus (@status) |
Contenu dans | header: teiHeader |
Peut contenir | |
Note | Les changements les plus récents apparaissent en début de liste |
Exemple | <revisionDesc> <list> <item> <date when="2003-04-12">12
avril 03</date>Dernière
révision par F. B.</item>
<item> <date when="2003-03-01">1 mars 03</date> F.B a fait le nouveau
fichier.</item> </list>
</revisionDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="list"/> <elementRef key="listChange"/> <elementRef key="change" maxOccurs="unbounded" minOccurs="1"/> </alternate> </content> |
Schéma Declaration | element revisionDesc { tei_att.global.attributes, tei_att.docStatus.attributes, ( tei_list | listChange | tei_change+ ) } |
<roleName> (rôle) contient un composant du nom d'une personne, indiquant que celle-ci a un rôle ou une position particulière dans la société, comme un titre ou un rang officiel. [13.2.1. Personal Names] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Un élément <roleName> peut être distingué d'un élément <addName> du fait que, à l'instar d'un titre, il existe en général indépendamment de la personne qui le porte. |
Exemple | <persName> <forename>Joachim</forename> <surname>Murat</surname>, <roleName>roi de Naples</roleName>
</persName> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element roleName { tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<row> (rangée) contient une rangée d'un tableau. [14.1.1. TEI Tables] | |
Module | figures |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.tableDecoration (@role, @rows, @cols) |
Contenu dans | figures: table |
Peut contenir | figures:
cell |
Exemple | <row role="data"> <cell role="label">Etudes classiques</cell> <cell>Inoccupé indolent et sans
amélioration</cell>
</row> |
Modèle de contenu | <content> <elementRef key="cell" maxOccurs="unbounded" minOccurs="1"/> </content> |
Schéma Declaration | element row { tei_att.global.attributes, tei_att.tableDecoration.attributes, tei_cell+ } |
<rs> (chaîne de référence) contient un nom générique ou une chaîne permettant de s'y référer. [13.2.1. Personal Names 3.5.1. Referring Strings] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msName
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <p>La
famille s'était alors retirée en banlieue, à <rs type="place">Villemomble</rs>, mais <rs type="person">Alfred
</rs>aimait se rendre à
<rs type="place">Paris</rs> et un jour de 1917 alors qu'il sortait
de <rs type="place">la maison des Arts et
Métiers</rs> il était
tombé inanimé dans la rue.</p> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element rs { tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<rubric> (rubrique) contient le texte d'une rubrique ou d'un intitulé propres à un item, c'est-à-dire des mots qui signalent le début du texte, qui incluent souvent la mention de son auteur et de son titre, et qui sont différenciés du texte lui-même, généralement à l'encre rouge, par une taille ou un style d'écriture particuliers, ou par tout autre procédé de ce genre. [10.6.1. The msItem and msItemStruct Elements] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.msExcerpt (@defective) |
Membre du | |
Contenu dans | msdescription: msItem
msItemStruct |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <rubric>Nu koma Skyckiu Rym<ex>ur</ex>.</rubric>
<rubric>Incipit liber de
consciencia humana a beatissimo Bernardo editus.</rubric>
<rubric> <locus>16. f. 28v in margin:
</locus>Dicta Cassiodori
</rubric> |
Exemple | <rubric>Nu koma Skyckiu Rym<ex>ur</ex>.</rubric>
<rubric>Incipit liber de
consciencia humana a beatissimo Bernardo editus.</rubric>
<rubric> <locus>16. f. 28v in margin:
</locus>Dicta Cassiodori
</rubric> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element rubric { tei_att.global.attributes, tei_att.typed.attributes, tei_att.msExcerpt.attributes, tei_macro.phraseSeq } |
<s> (phrase) contient une division textuelle de type phrase [17.1. Linguistic Segment Categories 8.4.1. Segmentation] | |
Module | analysis |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'élément <s> peut être utilisé pour marquer les phrases ou toute autre segmentation existant dans un texte, pourvu que cette segmentation soit présente du début à la fin du texte, complète et sans imbrication. Dans le cas d'une segmentation partielle ou récursive, l'élément <seg> doit remplacer l'élément <s>. L'attribut type peut être utilisé pour indiquer le type de segmentation prévue, selon une typologie appropriée. |
Exemple | <s>Quand partez-vous ?</s>
<s>Demain.</s> |
Schematron |
<s:report test="tei:s">You may not nest one s element
within another: use seg instead</s:report> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element s { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<said> (Parole ou pensée.) indique que les passages sont pensés ou qu'ils sont prononcés à haute voix, que cela soit indiqué explicitement ou non dans la source , que ces passages soient directement ou indirectement rapportés par des personnages réels ou fictifs. [3.3.3. Quotation] | |||||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.ascribed (@who)
|
||||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||||
Contenu dans | core: add
cit
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
||||||||||||||||||||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||||||||||
Exemple | <p>Ils l'entendaient murmurer : <said> Morts ! Tous morts !
Vous ne viendrez plus obéissant à ma voix, quand, assise sur
le bord du lac, je vous jetais dans la gueule des pépins de
pastèques ! Le mystère de Tanit roulait au fond de vos yeux,
plus limpides que les globules des fleuves.</said> Et elle les appelait
par leurs noms, qui étaient les noms des mois.<said>Siv ! Sivan ! Tammouz,
Eloul, Tischri, Schebar ! Ah ! pitié pour moi, Déesse ! </said>
</p> |
||||||||||||||||||||||||||
Exemple | <p>
<said aloud="true" rend="pre(“)
post(”)">On veut donc plaire à sa petite fille
?... </said>, dit Caroline
en mettant sa tête sur l'épaule d'Adolphe, qui la baise au front
en pensant : <said aloud="false">Dieu
merci, je la tiens! </said>.
</p> |
||||||||||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||||||||||||||||||||||
Schéma Declaration | element said { tei_att.global.attributes, tei_att.ascribed.attributes, attribute aloud { text }?, attribute direct { text }?, tei_macro.specialPara } |
<schemaRef> (schema reference) describes or points to a related customization or schema file [2.3.9. The Schema Specification] | |||||||
Module | header | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype) att.resourced (@url)
|
||||||
Membre du | |||||||
Contenu dans | header: encodingDesc |
||||||
Peut contenir | core:
desc |
||||||
Exemple | <schemaRef type="interchangeODD" url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.odd"/>
<schemaRef type="interchangeRNG" url="http://www.tei-c.org/release/xml/tei/custom/odd/tei_lite.rng"/>
<schemaRef type="projectODD" url="file:///schema/project.odd"/> |
||||||
Modèle de contenu | <content> <classRef key="model.descLike" minOccurs="0"/> </content> |
||||||
Schéma Declaration | element schemaRef { tei_att.global.attributes, tei_att.typed.attributes, tei_att.resourced.attributes, attribute key { text }?, tei_model.descLike? } |
<scriptDesc> contains a description of the scripts used in a manuscript or similar source. [10.7.2.1. Writing] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | |
Exemple | <scriptDesc> <p/>
</scriptDesc> |
Exemple | <scriptDesc> <summary>Contains two distinct styles of
scripts </summary> <scriptNote xml:id="style-1">.</scriptNote> <scriptNote xml:id="style-2">.</scriptNote>
</scriptDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="scriptNote" maxOccurs="unbounded" minOccurs="1"/> </sequence> </alternate> </content> |
Schéma Declaration | element scriptDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_summary?, scriptNote+ ) ) } |
<seal> (sceau) contient la description d'un sceau ou d'un objet similaire, attaché au manuscrit. [10.7.3.2. Seals] | |||||||
Module | msdescription | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype) att.datable
(@calendar, @period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod))
|
||||||
Contenu dans | msdescription: sealDesc |
||||||
Peut contenir | |||||||
Exemple | <seal n="2" subtype="cauda_duplex" type="pendant"> <p>The seal of <name>Jens Olufsen</name> in black wax. (<ref>DAS 1061</ref>). Legend: <q>S IOHANNES OLAVI</q>. Parchment tag on which is
written: <q>Woldorp Iohanne
G</q>.</p>
</seal> |
||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.pLike"/> <elementRef key="decoNote"/> </alternate> </content> |
||||||
Schéma Declaration | element seal { tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, attribute contemporary { text }?, ( tei_model.pLike | tei_decoNote )+ } |
<sealDesc> (description des sceaux) décrit les sceaux ou autres objets attachés au manuscrit, soit en une série de paragraphes <p>, soit sous la forme d'une série d'éléments <seal>, complétés éventuellement par des éléments <decoNote>. [10.7.3.2. Seals] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | |
Exemple | <sealDesc> <seal contemporary="true" type="pendant">
<p>Green wax vertical
oval seal attached at base.</p> </seal>
</sealDesc> |
Exemple | <sealDesc> <p>Parchment strip for seal in place; seal
missing.</p>
</sealDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="decoNote"/> <elementRef key="seal"/> <elementRef key="condition"/> </alternate> </sequence> </alternate> </content> |
Schéma Declaration | element sealDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_summary?, ( tei_decoNote | tei_seal | tei_condition )+ ) ) } |
<secFol> (deuxième folio) Le mot ou les mots repris d'un point précisément connu d'un codex (comme le début du second feuillet) pour identifier celui-ci de façon univoque. [10.3.7. Catchwords, Signatures, Secundo Folio] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <secFol>(con-)versio morum</secFol> |
Exemple | <secFol>(con-)versio morum</secFol> |
Schematron |
<sch:assert role="nonfatal"
test="ancestor::tei:msDesc">WARNING: deprecated use of
element — The <sch:name/> element will not be allowed
outside of msDesc as of
2018-10-01.</sch:assert> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element secFol { tei_att.global.attributes, tei_macro.phraseSeq } |
<secl> (secluded text) Secluded. Marks text present in the source which the editor believes to be genuine but out of its original place (which is unknown). [11.3.1.7. Text Omitted from or Supplied in the Transcription] | |||||||
Module | transcr | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) )
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | <rdg source="#Pescani">
<secl> <l n="15" xml:id="l15">Alphesiboea
suos ulta est pro coniuge fratres,</l> <l n="16" xml:id="l16">sanguinis
et cari vincula rupit amor.</l> </secl>
</rdg>
<wit>secl. Pescani</wit> |
||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||
Schéma Declaration | element secl { tei_att.global.attributes, tei_att.editLike.attributes, attribute reason { list { + } }?, tei_macro.paraContent } |
<seg> (segment quelconque) contient une unité de texte quelconque de niveau ‘segment’. [16.3. Blocks, Segments, and Anchors 6.2. Components of the Verse Line 7.2.5. Speech Contents] | |
Module | linking |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype) att.written (@hand) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell
notatedMusic header: change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'élément <seg> peut être utilisé à la discrétion de l'encodeur pour baliser tout segment du texte intéressant pour un traitement informatique. L'un des usages de cet élément est d'encoder des caractéristiques textuelles pour lesquelles aucun balisage approprié n'est défini par ailleurs. Un autre usage consiste à fournir un identifiant pour un segment vers lequel pointe un autre élément - c'est-à-dire à fournir une cible, ou une partie de cible, pour un élément <ptr> ou pour un autre élément similaire. |
Exemple | <seg>Quand partez-vous ?</seg>
<seg>Demain.</seg> |
Exemple | <s>C'
était à <seg type="toponyme">Mégara</seg>, faubourg de <seg type="topon">Carthage</seg>, dans les jardins d' <seg type="patronyme">Hamilcar</seg>. </s> |
Exemple | <seg type="preambule">La
magnificence et la galanterie n'ont jamais paru en <seg type="toponyme">France</seg> avec tant d'éclat que <seg type="date">dans les dernières années du
règne de <seg type="patronyme">Henri second</seg>. </seg>
</seg> |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element seg { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, tei_att.written.attributes, tei_macro.paraContent } |
<semantics> | |
Namespace | http://www.w3.org/1998/Math/MathML |
Module | derived-module-tei.istex |
Attributs | Attributs |
Contenu dans | derived-module-tei.istex: math |
Peut contenir | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <elementRef key="mstyle"/> <elementRef key="mtr"/> <elementRef key="mtd"/> <elementRef key="mrow"/> <elementRef key="mi"/> <elementRef key="mn"/> <elementRef key="mtext"/> <elementRef key="mfrac"/> <elementRef key="mspace"/> <elementRef key="msqrt"/> <elementRef key="msub"/> <elementRef key="msup"/> <elementRef key="mo"/> <elementRef key="mover"/> <elementRef key="mfenced"/> <elementRef key="mtable"/> <elementRef key="msubsup"/> <elementRef key="msupsub"/> <elementRef key="mmultiscripts"/> <elementRef key="munderover"/> <elementRef key="mprescripts"/> <elementRef key="none"/> <elementRef key="munder"/> <elementRef key="mphantom"/> <elementRef key="mpadded"/> <elementRef key="menclose"/> <elementRef key="annotation"/> </alternate> </content> |
Schéma Declaration | element semantics { attribute definitionURL { definitionURL }?, attribute encoding { encoding }?, ( text | tei_mstyle | tei_mtr | tei_mtd | tei_mrow | tei_mi | tei_mn | tei_mtext | tei_mfrac | tei_mspace | tei_msqrt | tei_msub | tei_msup | tei_mo | tei_mover | tei_mfenced | tei_mtable | tei_msubsup | tei_msupsub | tei_mmultiscripts | tei_munderover | tei_mprescripts | tei_none | tei_munder | tei_mphantom | tei_mpadded | tei_menclose | tei_annotation )* } |
<series> (informations sur la série) contient une information sur la série dans laquelle une monographie ou un autre élément bibliographique ont paru. [3.11.2.1. Analytic, Monographic, and Series Levels] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core: bibl
biblStruct |
Peut contenir | figures:
figure
notatedMusic header: availability
idno msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin des
données textuelles |
Exemple | <series xml:lang="de"> <title level="s">Halbgraue Reihe zur Historischen
Fachinformatik</title>
<respStmt> <resp>Herausgegeben von</resp> <name type="person">Manfred
Thaller</name> <name type="org">Max-Planck-Institut für
Geschichte</name> </respStmt> <title level="s">Serie A: Historische Quellenkunden</title> <biblScope>Band 11</biblScope>
</series> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <elementRef key="title"/> <classRef key="model.ptrLike"/> <elementRef key="editor"/> <elementRef key="respStmt"/> <elementRef key="biblScope"/> <elementRef key="idno"/> <elementRef key="textLang"/> <classRef key="model.global"/> <elementRef key="availability"/> </alternate> </content> |
Schéma Declaration | element series { tei_att.global.attributes, ( text | tei_model.gLike | tei_title | tei_model.ptrLike | tei_editor | tei_respStmt | tei_biblScope | tei_idno | tei_textLang | tei_model.global | tei_availability )* } |
<seriesStmt> (mention de collection) regroupe toute information relative à la collection (si elle existe) à laquelle appartient une publication. [2.2.5. The Series Statement 2.2. The File Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Exemple | <seriesStmt> <title>Babel</title> <respStmt> <resp>directeur de collection</resp> <name>Jacques Dubois</name> </respStmt> <respStmt> <resp>directeur de collection</resp> <name>Hubert Nyssen</name> </respStmt> <idno type="ISSN">1140-3853</idno>
</seriesStmt> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="title" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="editor"/> <elementRef key="respStmt"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="idno"/> <elementRef key="biblScope"/> </alternate> </sequence> </alternate> </content> |
Schéma Declaration | element seriesStmt { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_title+, ( tei_editor | tei_respStmt )*, ( tei_idno | tei_biblScope )* ) ) } |
<settlement> (lieu de peuplement) contient le nom d'un lieu de peuplement comme une cité, une ville ou un village, identifié comme une unité géo-politique ou administrative unique. [13.2.3. Place Names] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
altIdentifier
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msIdentifier
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
org
orgName
persName
place
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <placeName> <settlement type="town">Brest</settlement> <region>Bretagne</region>
</placeName> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element settlement { tei_att.global.attributes, tei_att.naming.attributes, tei_att.typed.attributes, tei_att.datable.attributes, tei_macro.phraseSeq } |
<sic> (du latin, ainsi) contient du texte reproduit quoiqu'il est apparemment incorrect ou inexact [3.4.1. Apparent Errors] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | Des nuages, des <sic>cyrrhus</sic>, des nimbus, des cumulus, tant qu'on en
veut, et assurément plus que n'en voulaient le maître et le
serviteur. |
Exemple | Si on veut seulement attirer l'attention sur
ce qui paraît être un problème dans la copie du texte, <sic> est utilisé seul : Tel est le chat Rutterkin des sorcières
Margaret et Filippa Flower, qui furent <sic>prûlées</sic>brûlées à Lincoln, le 11 mars 1619, pour
avoir envoûté un parent du comte de Rutland. |
Exemple | Il est également possible, en utilisant les
éléments <choice> et <corr>, de
proposer une lecture corrigée : Tel est le chat Rutterkin des sorcières
Margaret et Filippa Flower, qui furent<choice> <sic>prûlées</sic> <corr>brûlées</corr>
</choice> à Lincoln, le 11
mars 1619, pour avoir envoûté un parent du comte de
Rutland. |
Exemple | Ouvrage très véridique et mirifique du
Sieur Marcus Publius Dataficus du digne fils du seigneur comte,
vicomte, duc et archiduc Johannus de Bessinguya<choice> <sic> Percepteur</sic> <corr>Precepteur</corr>
</choice> du digne fils du
seigneur comte, vicomte, duc et archiduc Johannus de
Bessinguya. |
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
Schéma Declaration | element sic { tei_att.global.attributes, tei_macro.paraContent } |
<signatures> (signatures) Contient une étude des signatures trouvées sur un feuillet ou sur un cahier dans un manuscrit. [10.3.7. Catchwords, Signatures, Secundo Folio] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <signatures>Quire and leaf signatures in
letters, [b]-v, and roman numerals; those in quires 10 (1) and
17 (s) in red ink and different from others; every third quire
also signed with red crayon in arabic numerals in the center
lower margin of the first leaf recto: "2" for quire 4 (f. 19),
"3" for quire 7 (f. 43); "4," barely visible, for quire 10 (f.
65), "5," in a later hand, for quire 13 (f. 89), "6," in a later
hand, for quire 16 (f. 113).</signatures> |
Schematron |
<sch:assert role="nonfatal"
test="ancestor::tei:msDesc">WARNING: deprecated use of
element — The <sch:name/> element will not be allowed
outside of msDesc as of
2018-10-01.</sch:assert> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element signatures { tei_att.global.attributes, tei_macro.specialPara } |
<soCalled> contient une expression ou un mot pour lesquels l'auteur ou le narrateur renonce à toute responsabilité, par exemple en utilisant de l'italique ou des guillemets. [3.3.3. Quotation] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | - On ne bouge pas, on ne touche à rien,
il faut que je prévienne <soCalled>la Maison</soCalled>. C'est ainsi qu'il appelait le
Quai des Orfèvres. |
Exemple | <p>
Mais, après tout, les propos auxquels on mêlait son nom
n'étaient que des propos ; du bruit, des mots, des paroles,
moins que des paroles, des<soCalled>palabres</soCalled>, comme dit l'énergique langue du
midi.</p> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element soCalled { tei_att.global.attributes, tei_macro.phraseSeq } |
<source> (source) décrit la source des informations contenues dans la description du manuscrit. [10.9.1.1. Record History] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
recordHist
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <source>Derived from <ref>Stanley (1960)</ref>
</source> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element source { tei_att.global.attributes, tei_macro.specialPara } |
<sourceDesc> (description de la source) décrit la source à partir de laquelle un texte électronique a été dérivé ou produit, habituellement une description bibliographique pour un texte numérisé, ou une expression comme "document numérique natif " pour un texte qui n'a aucune existence précédente. [2.2.7. The Source Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) |
Contenu dans | |
Peut contenir | |
Exemple | <sourceDesc> <p>Texte original : le texte a été créé sous
sa forme électronique.</p>
</sourceDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.biblLike"/> <classRef key="model.sourceDescPart"/> <classRef key="model.listLike"/> </alternate> </alternate> </content> |
Schéma Declaration | element sourceDesc { tei_att.global.attributes, tei_att.declarable.attributes, ( tei_model.pLike+ | ( tei_model.biblLike | tei_model.sourceDescPart | tei_model.listLike )+ ) } |
<sourceDoc> contains a transcription or other representation of a single source document potentially forming part of a dossier génétique or collection of sources. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) |
Membre du | |
Contenu dans | |
Peut contenir | figures:
figure
formula
notatedMusic msdescription: source |
Note | This element may be used as an alternative to <facsimile> for TEI documents containing only page images, or for documents containing both images and transcriptions. Transcriptions may be provided within the <surface> elements making up a source document, in parallel with them as part of a <text> element, or in both places if the encoder wishes to distinguish these two modes of transcription. |
Exemple | <sourceDoc> <surfaceGrp n="leaf1"> <surface facs="page1.png"> <zone>All the writing on page 1</zone> </surface> <surface> <graphic url="page2-highRes.png"/> <graphic url="page2-lowRes.png"/> <zone> <line>A line of writing on page
2</line> <line>Another line of writing
on page 2</line> </zone> </surface> </surfaceGrp>
</sourceDoc> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.global"/> <classRef key="model.graphicLike"/> <elementRef key="surface"/> <elementRef key="surfaceGrp"/> </alternate> </content> |
Schéma Declaration | element sourceDoc { tei_att.global.attributes, tei_att.declaring.attributes, ( tei_model.global | tei_model.graphicLike | tei_surface | tei_surfaceGrp )+ } |
<sp> (langue orale) monologue dans un texte écrit pour la scène ou un passage présenté sous cette forme dans un texte en prose ou en vers. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.2. Speeches and Speakers] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.ascribed (@who) |
Membre du | |
Contenu dans | |
Peut contenir | figures:
figure
notatedMusic
table msdescription: source textstructure: floatingText transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Note | L'attribut who peut être utilisé soit en complément de l'élément <speaker>, soit comme une alternative à cet élément. |
Exemple | <sp>
<speaker> Valère.</speaker> <p>Hé bien ! Sabine, quel
conseil me donneras-tu ?</p>
</sp>
<sp> <speaker> Sabine.</speaker> <p>Vraiment, il y a bien des nouvelles. Mon
oncle veut résolûment que ma cousine épouse Villebrequin, et
les affaires sont tellement avancées, que je crois qu'ils
eussent été mariés dès aujourd'hui, si vous n'étiez aimé ...
Le bonhomme ne manquera pas de faire loger ma cousine à ce
pavillon qui est au bout de notre jardin, et par ce moyen
vous pourriez l'entretenir à l'insu de notre vieillard,
l'épouser, et le laisser pester tout son soûl avec
Villebrequin.</p>
</sp> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="1" minOccurs="0"> <elementRef key="speaker"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="unbounded" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="lg"/> <classRef key="model.lLike"/> <classRef key="model.pLike"/> <classRef key="model.listLike"/> <classRef key="model.stageLike"/> <classRef key="model.qLike"/> </alternate> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element sp { tei_att.global.attributes, tei_att.ascribed.attributes, ( tei_model.global*, ( tei_speaker, tei_model.global* )?, ( ( tei_lg | tei_model.lLike | tei_model.pLike | tei_model.listLike | tei_model.stageLike | tei_model.qLike ), tei_model.global* )+ ) } |
<space> (espace) permet de situer un espace significatif dans le texte édité. [11.5.1. Space] | |||||||||||||||||||
Module | transcr | ||||||||||||||||||
Attributs | Attributs att.typed (@type, @subtype) att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) att.global
(@xml:id, @n, @xml:lang, @xml:base, @xml:space) att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp,
@synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs) att.global.change (@change) att.global.responsibility
(resp, @cert) att.global.source (@source)
|
||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname |
||||||||||||||||||
Peut contenir | core:
desc |
||||||||||||||||||
Note | Cet élément devrait être utilisé partout où l'on désire signaler un espace inhabituel dans le texte source, par exemple un espace réservé pour un mot à écrire plus tard, pour une rubrication ultérieure, etc. Il n'est pas destiné à être utilisé pour marquer l'espace normal entre des mots par exemple. |
||||||||||||||||||
Exemple | Lettre à lettre, un texte se forme,
s'affirme, s'affermit, se fixe, se fige : une ligne assez
strictement horizontale se dépose sur la <space quantity="3" unit="lignes"/>feuille
blanche. |
||||||||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> |
||||||||||||||||||
Schéma Declaration | element space { tei_att.global.attribute.xmlid, tei_att.global.attribute.n, tei_att.global.attribute.xmllang, tei_att.global.attribute.xmlbase, tei_att.global.attribute.xmlspace, tei_att.global.rendition.attribute.rend, tei_att.global.rendition.attribute.style, tei_att.global.rendition.attribute.rendition, tei_att.global.linking.attribute.corresp, tei_att.global.linking.attribute.synch, tei_att.global.linking.attribute.sameAs, tei_att.global.linking.attribute.copyOf, tei_att.global.linking.attribute.next, tei_att.global.linking.attribute.prev, tei_att.global.linking.attribute.exclude, tei_att.global.linking.attribute.select, tei_att.global.analytic.attribute.ana, tei_att.global.facs.attribute.facs, tei_att.global.change.attribute.change, tei_att.global.responsibility.attribute.cert, tei_att.global.source.attribute.source, tei_att.typed.attributes, tei_att.dimensions.attributes, attribute resp { list { + } }?, attribute dim { "horizontal" | "vertical" }?, ( tei_model.descLike | tei_model.certLike )* } |
<span> associe une interprétation sous forme d'annotation directement à un passage donné dans un texte. [17.3. Spans and Interpretations] | |||||||||||||
Module | analysis | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.interpLike (@type, @inst) att.pointing (@targetLang, @target,
@evaluate)
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||||||
Peut contenir | core:
abbr
address
cb
choice
date
distinct
email
emph
expan
foreign
gap
gb
gloss
hi
index
lb
measure
measureGrp
mentioned
milestone
name
note
num
pb
ptr
ref
rs
soCalled
term
time
title figures:
figure
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname des
données textuelles |
||||||||||||
Exemple | <p xml:id="fr_para2">(la
"conséquence" commence ici)</p>
<p xml:id="fr_para3">(la "conséquence" continue
ici)</p>
<p xml:id="fr_para4">(la "conséquence" se termine
dans ce paragraphe)</p>
<span from="#fr_para2" to="#fr_para4" type="structure">conséquence</span> |
||||||||||||
Schematron | <s:report test="@from and
@target">Only one of the attributes @target and @from may be
supplied on <s:name/> </s:report> |
||||||||||||
Schematron | <s:report test="@to and
@target">Only one of the attributes @target and @to may be
supplied on <s:name/> </s:report> |
||||||||||||
Schematron | <s:report test="@to and
not(@from)">If @to is supplied on <s:name/>, @from must
be supplied as well</s:report> |
||||||||||||
Schematron |
<s:report test="contains(normalize-space(@to),' ') or
contains(normalize-space(@from),' ')">The attributes @to and
@from on <s:name/> may each contain only a single
value</s:report> |
||||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq.limited"/> </content> |
||||||||||||
Schéma Declaration | element span { tei_att.global.attributes, tei_att.interpLike.attributes, tei_att.pointing.attributes, attribute from { text }?, attribute to { text }?, tei_macro.phraseSeq.limited } |
<spanGrp> (groupement de fragments de texte) regroupe des éléments <span> [17.3. Spans and Interpretations] | |
Module | analysis |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.interpLike (@type, @inst) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | analysis:
span |
Exemple | <u xml:id="UU1">Can I have
ten oranges and a kilo of bananas please?</u>
<u xml:id="UU2">Yes, anything else?</u>
<u xml:id="UU3">No thanks.</u>
<u xml:id="UU4">That'll be dollar forty.</u>
<u xml:id="UU5">Two dollars</u>
<u xml:id="UU6">Sixty, eighty, two dollars. <anchor xml:id="UU6e"/>Thank you.<anchor xml:id="UU6f"/>
</u>
<spanGrp type="transactions"> <span from="#UU1">sale
request</span> <span from="#UU2" to="#UU3">sale
compliance</span> <span from="#UU4">sale</span> <span from="#UU5" to="#UU6">purchase</span> <span from="#UU6e" to="#UU6f">purchase
closure</span>
</spanGrp> |
Modèle de contenu | <content> <elementRef key="span" maxOccurs="unbounded" minOccurs="0"/> </content> |
Schéma Declaration | element spanGrp { tei_att.global.attributes, tei_att.interpLike.attributes, tei_span* } |
<speaker> forme particulière de titre ou de marque qui donne le nom d'un ou de plusieurs locuteurs dans un texte ou dans un fragment de texte écrit pour le théâtre. [3.12.2. Core Tags for Drama] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | core: sp |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | Cet élément est utilisé pour indiquer quel personnage prend la parole dans une pièce de théâtre ; l'attribut who est utilisé pour pointer vers un autre élément qui fournit des informations sur ce personnage. L'un et ou l'autre peuvent être utilisés. |
Exemple | <sp who="ko"> <speaker>Koch.</speaker> <p>Ne risquez rien du tout,
Monique ; rentrez.</p>
</sp>
<sp who="mo"> <speaker>Monique.</speaker> <p>Rentrer ? comment voulez-vous que je rentre
? J'ai les clés de la voiture.</p>
</sp>
<sp who="ko"> <speaker>Koch.</speaker> <p> Je rentrerai par mes propres moyens. </p>
</sp>
<sp who="mo"> <speaker>Monique.</speaker> <p> Vous ? vos moyens ? quels moyens ?
Seigneur ! Vous ne savez même pas conduire, vous ne savez pas
reconnaître votre gauche de votre droite, vous auriez été
incapable de retrouver ce fichu quartier tout seul, vous ne
savez absolument rien faire tout seul. Je me demande bien
comment vous pourriez rentrer. </p>
</sp>
<sp who="ko"> <speaker>Koch.</speaker> <p>J'appellerai un taxi.</p>
</sp>
<list type="speakers"> <item xml:id="fr_mo"/> <item xml:id="fr_ko"/>
</list> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element speaker { tei_att.global.attributes, tei_macro.phraseSeq } |
<stage> (indication scénique) contient tout type d'indication scénique à l'intérieur d'un texte ou fragment de texte écrit pour le théâtre. [3.12.2. Core Tags for Drama 3.12. Passages of Verse or Drama 7.2.4. Stage Directions] | |||||||||
Module | core | ||||||||
Attributs | Attributs att.ascribed (@who) att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.placement (@place)
|
||||||||
Membre du | |||||||||
Contenu dans | core: add
corr
del
desc
emph
head
hi
item
l
lg
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote textstructure: body
div
docEdition
titlePart |
||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||
Note | The who attribute may be used to indicate more precisely the person or persons participating in the action described by the stage direction. |
||||||||
Exemple | <stage type="setting">La
scène est dans une place de ville.</stage>
<stage type="exit">, s'en allant.</stage>
<stage type="business">(Arnolphe ôte par trois fois
le chapeau de dessus la tête d'Alain.)</stage>
<stage type="delivery">, à <name>Georgette</name>.</stage>
<stage type="setting">(Tous étant rentrés.)</stage>
<stage type="delivery">, riant.</stage>
<stage type="delivery">, lui montrant le logis
d'<name>AGNÈS</name>.</stage>
<stage type="delivery">, à part.</stage>
<stage type="business">(Frappant à la porte.)</stage>
<stage type="delivery">, assis.</stage>
<stage type="business">(Il se lève.)</stage> |
||||||||
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
||||||||
Schéma Declaration | element stage { tei_att.ascribed.attributes, tei_att.global.attributes, tei_att.placement.attributes, attribute type { list { ( "setting" | "entrance" | "exit" | "business" | "novelistic" | "delivery" | "modifier" | "location" | "mixed" )* } }?, tei_macro.specialPara } |
<stamp> (cachet) Contient un mot ou une expression décrivant un cachet ou une marque du même genre. [10.3.3. Watermarks and Stamps] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <rubric>Apologyticu TTVLLIANI AC IGNORATIA IN
XPO IHV<lb/> SI NON
LICET<lb/> NOBIS RO<lb/> manii imperii <stamp>Bodleian stamp</stamp> <lb/>
</rubric> |
Exemple | <rubric>Apologyticu TTVLLIANI AC IGNORATIA IN
XPO IHV<lb/> SI NON
LICET<lb/> NOBIS RO<lb/> manii imperii <stamp>Bodleian stamp</stamp> <lb/>
</rubric> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element stamp { tei_att.global.attributes, tei_att.typed.attributes, tei_att.datable.attributes, tei_macro.phraseSeq } |
<standOff> Container element for stand-off annotations embedded in a TEI document | |
Namespace | http://standoff.proposal |
Module | standOff |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.notated (@notation) att.datable.w3c (@when, @notBefore, @notAfter, @from, @to) att.pointing (@targetLang, @target, @evaluate) |
Membre du | |
Contenu dans | |
Peut contenir | |
Schematron | <s:ns prefix="stdf"
uri="http://standoff.proposal"/> |
Schematron | <s:assert test="@type or
not(ancestor::stdf:standOff)">This <s:name/> element
must have a @type attribute, since it has an ancestor
<s:name/> </s:assert> |
Modèle de contenu | <content> <elementRef key="teiHeader" maxOccurs="1" minOccurs="0"/> <classRef key="model.resourceLike" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="listAnnotation" maxOccurs="unbounded" minOccurs="0"/> </content> |
Schéma Declaration | element standOff { tei_att.global.attributes, tei_att.typed.attributes, tei_att.notated.attributes, tei_att.datable.w3c.attributes, tei_att.pointing.attributes, tei_teiHeader?, tei_model.resourceLike*, tei_listAnnotation* } |
<state> (statut) contient la description d'un statut ou d'une qualité actuels attribués à une personne, un lieu ou une organisation. [13.3.1. Basic Principles 13.3.2.1. Personal Characteristics] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) att.naming (@role, @nymRef) (att.canonical (@key, @ref)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
person
personGrp
persona
place
placeName
region
roleName
settlement
state
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Note | Where there is confusion between <trait> and <state> the more general purpose element <state> should be used even for unchanging characteristics. If you wish to distinguish between characteristics that are generally perceived to be time-bound states and those assumed to be fixed traits, then <trait> is available for the more static of these. The <state> element encodes characteristics which are sometimes assumed to change, often at specific times or over a date range, whereas the <trait> elements are used to record characteristics, such as eye-colour, which are less subject to change. Traits are typically, but not necessarily, independent of the volition or action of the holder. |
Exemple | <state cert="high" from="1987-01-01" to="1997-12-31" type="social"> <label>Citoyenneté</label> <desc>Entre 1987 et 1997a bénéficié du statut
de citoyen naturalisé du ROYAUME-UNI</desc>
</state> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="precision" maxOccurs="unbounded" minOccurs="0"/> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="state" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.headLike" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> </alternate> </sequence> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.labelLike"/> <classRef key="model.noteLike"/> <classRef key="model.biblLike"/> </alternate> </alternate> </sequence> </content> |
Schéma Declaration | element state { tei_att.global.attributes, tei_att.datable.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, tei_att.naming.attributes, ( precision*, ( tei_state+ | ( tei_model.headLike*, tei_model.pLike+, ( tei_model.noteLike | tei_model.biblLike )* ) | ( tei_model.labelLike | tei_model.noteLike | tei_model.biblLike )* ) ) } |
<street> adresse complète d'une rue comprenant un nom ou un numéro identifiant un bâtiment ainsi que le nom de la rue ou du chemin sur laquelle il est situé. [3.5.2. Addresses] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core: address |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Note | L'ordre et la présentation des noms et numéros de maisons et des noms de rues, etc. L'encodage peut varier considérablement selon les pays ; il devrait reprendre la disposition propre au pays concerné. |
Exemple | <street>via della Faggiola, 36</street> |
Exemple | <street>110, rue de Grenelle </street> |
Exemple | <street>36, quai des Orfèvres</street> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element street { tei_att.global.attributes, tei_macro.phraseSeq } |
<string> (valeur de chaîne) représente la partie valeur d'une spécification trait-valeur qui contient une chaîne de caractères. [18.3. Other Atomic Feature Values] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datcat (@datcat, @valueDatcat) |
Membre du | |
Contenu dans | |
Peut contenir | Des données textuelles uniquement |
Exemple | <f name="greeting">
<string>Bonjour, le
monde ! </string>
</f> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element string { tei_att.global.attributes, tei_att.datcat.attributes, tei_macro.xtext } |
<subst> (substitution) regroupe une ou plusieurs parties de texte supprimées et une ou plusieurs parties de texte ajoutées, lorsque cette combinaison peut être considérée comme une intervention unique sur le texte. [11.3.1.5. Substitutions] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | |
Exemple | ... are all included. <del hand="#RG">It is</del>
<subst> <add>T</add> <del>t</del>
</subst>he expressed
|
Exemple | that he and his Sister Miſs D — <lb/>who always lived with him,
wd. be <subst> <del>very</del> <lb/> <add>principally</add>
</subst> remembered in her
Will. |
Exemple | <ab>τ<subst> <add place="above">ῶν</add> <del>α</del> </subst> συνκυρόντ<subst> <add place="above">ων</add> <del>α</del> </subst> ἐργαστηρί<subst> <add place="above">ων</add> <del>α</del> </subst>
</ab> |
Exemple | <subst> <del> <gap quantity="5" reason="illegible" unit="character"/> </del> <add>apple</add>
</subst> |
Schematron |
<s:assert test="child::tei:add and child::tei:del">
<s:name/> must have at least one child add and at least
one child del</s:assert> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="add"/> <elementRef key="del"/> <classRef key="model.milestoneLike"/> </alternate> </content> |
Schéma Declaration | element subst { tei_att.global.attributes, tei_att.transcriptional.attributes, ( tei_add | tei_del | tei_model.milestoneLike )+ } |
<substJoin> (jointure de substitution) identifies a series of possibly fragmented additions, deletions or other revisions on a manuscript that combine to make up a single intervention in the text [11.3.1.5. Substitutions] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.pointing (@targetLang, @target, @evaluate) att.transcriptional (@status, @cause, @seq) (att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written (@hand)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
Peut contenir | core:
desc |
Exemple | While <del xml:id="r112">pondering</del> thus <add xml:id="r113">she
mus'd</add>, her pinions
fann'd <substJoin target="#r112
#r113"/> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.descLike"/> <classRef key="model.certLike"/> </alternate> </content> |
Schéma Declaration | element substJoin { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.transcriptional.attributes, ( tei_model.descLike | tei_model.certLike )* } |
<summary> contains an overview of the available information concerning some aspect of an item (for example, its intellectual content, history, layout, typography etc.) as a complement or alternative to the more detailed information carried by more specific elements. [10.6. Intellectual Content] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: decoDesc
handDesc
history
layoutDesc
msContents
scriptDesc
sealDesc
typeDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <summary> Cet item est formé de trois livres,
d'un prologue et d'un épilogue.</summary> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element summary { tei_att.global.attributes, tei_macro.specialPara } |
<supplied> (texte restitué) permet d'encoder du texte restitué par l'auteur de la transcription ou par l'éditeur pour une raison quelconque, le plus souvent parce que le texte du document original ne peut être lu, par suite de dommages matériels ou de lacunes. [11.3.3.1. Damage, Illegibility, and Supplied Text] | |||||||
Module | transcr | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) )
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Note | Les éléments <damage>, <gap>, <del>, <unclear> et <supplied> peuvent être étroitement associés. Voir la section 11.3.3.2. Use of the gap, del, damage, unclear, and supplied Elements in Combination pour savoir quel élément est approprié à chaque circonstance. |
||||||
Exemple | Je reste votre ts he de svt <supplied reason="illegible" source="#amanuensis_copy">très humble et très
dévoué serviteur </supplied>Jean Martin |
||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||
Schéma Declaration | element supplied { tei_att.global.attributes, tei_att.editLike.attributes, attribute reason { list { + } }?, tei_macro.paraContent } |
<support> (support) contient la description des matériaux, techniques, etc., qui ont servi à fabriquer le support physique du texte du manuscrit. [10.7.1. Object Description] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: supportDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <objectDesc> <supportDesc> <support> Rouleau de parchemin avec des rubans
de<material>soie</material>.</support> <extent> <dimensions type="binding"> <height unit="mm">155</height> <width unit="mm">95</width> <depth unit="mm">31</depth> </dimensions> </extent> </supportDesc>
</objectDesc> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element support { tei_att.global.attributes, tei_macro.specialPara } |
<supportDesc> (description du support) Regroupe les éléments décrivant le support physique du texte du manuscrit. [10.7.1. Object Description] | |||||||||
Module | msdescription | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||
Contenu dans | msdescription: objectDesc |
||||||||
Peut contenir | |||||||||
Exemple | <supportDesc> <support> Parchment roll with <material>silk</material> ribbons. </support>
</supportDesc> |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="support" minOccurs="0"/> <elementRef key="extent" minOccurs="0"/> <elementRef key="foliation" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="collation" minOccurs="0"/> <elementRef key="condition" minOccurs="0"/> </sequence> </alternate> </content> |
||||||||
Schéma Declaration | element supportDesc { tei_att.global.attributes, attribute material { "paper" | "parch" | "mixed" }?, ( tei_model.pLike+ | ( tei_support?, tei_extent?, tei_foliation*, tei_collation?, tei_condition? ) ) } |
<surface> définit une surface écrite comme un rectangle décrit par ses coordonnées spatiales, en regroupant éventuellement une ou plusieurs représentations graphiques de cet espace et des zones rectangulaires intéressantes à l'intérieur de celui-ci. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] | |||||||||||||||
Module | transcr | ||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.declaring (@decls) att.typed (@type, @subtype)
|
||||||||||||||
Contenu dans | transcr: facsimile
sourceDoc
surface
surfaceGrp
zone |
||||||||||||||
Peut contenir | figures:
figure
formula
notatedMusic msdescription: source |
||||||||||||||
Note | L'élément <surface> représente un secteur rectangulaire d’une surface physique faisant partie du matériau source. Ce peut être une feuille du papier, la façade d'un monument, un panneau publicitaire, un rouleau de papyrus ou en fait toute surface à deux dimensions. L'espace de coordonnées défini par cet élément peut être considéré comme une grille d'unités horizontaleslrx - ulx et verticales uly - lry. Cette grille se superpose à la totalité de toute image directement contenue par l'élément <surface>. Les coordonnées employées par chaque élément <zone>contenu par cette surface doivent être interprétées en référence à la même grille. |
||||||||||||||
Exemple | <facsimile> <surface lrx="200" lry="300" ulx="0" uly="0"> <graphic url="Bovelles-49r.png"/> </surface>
</facsimile> |
||||||||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.global"/> <classRef key="model.labelLike"/> <classRef key="model.graphicLike"/> </alternate> <sequence maxOccurs="unbounded" minOccurs="0"> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="zone"/> <elementRef key="line"/> <elementRef key="surface"/> <elementRef key="surfaceGrp"/> </alternate> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
||||||||||||||
Schéma Declaration | element surface { tei_att.global.attributes, tei_att.coordinated.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, attribute attachment { text }?, attribute flipping { text }?, ( ( tei_model.global | tei_model.labelLike | tei_model.graphicLike )*, ( ( tei_zone | tei_line | tei_surface | tei_surfaceGrp ), tei_model.global* )* ) } |
<surfaceGrp> defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit. [11.1. Digital Facsimiles] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) |
Contenu dans | transcr: facsimile
sourceDoc
surface
surfaceGrp |
Peut contenir | figures:
figure
notatedMusic msdescription: source |
Note | Where it is useful or meaningful to do so, any grouping of multiple <surface> elements may be indicated using the <surfaceGrp> elements. |
Exemple | <sourceDoc> <surfaceGrp> <surface lrx="200" lry="300" ulx="0" uly="0"> <graphic url="Bovelles-49r.png"/> </surface> <surface lrx="200" lry="300" ulx="0" uly="0"> <graphic url="Bovelles-49v.png"/> </surface> </surfaceGrp>
</sourceDoc> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.global"/> <elementRef key="surface"/> <elementRef key="surfaceGrp"/> </alternate> </content> |
Schéma Declaration | element surfaceGrp { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, ( tei_model.global | tei_surface | tei_surfaceGrp )+ } |
<surname> (nom de famille) contient un nom de famille (hérité) par opposition à un nom donné, nom de baptême ou surnom. [13.2.1. Personal Names] | |
Module | namesdates |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.personal (@full, @sort) (att.naming (@role, @nymRef) (att.canonical (@key, @ref)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
org
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <surname type="combine">Sidonie
Gabrielle Colette</surname> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element surname { tei_att.global.attributes, tei_att.personal.attributes, tei_att.typed.attributes, tei_macro.phraseSeq } |
<surplus> (Texte superflu) permet d'encoder une partie de texte présente dans la source lorsque l'éditeur la considère superflue ou redondante. [11.3.3.1. Damage, Illegibility, and Supplied Text] | |||||||
Module | transcr | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) )
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Exemple | I am dr Sr yrs <surplus reason="repeated">yrs</surplus> Sydney Smith |
||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||
Schéma Declaration | element surplus { tei_att.global.attributes, tei_att.editLike.attributes, attribute reason { list { + } }?, tei_macro.paraContent } |
<surrogates> (reproductions) contient des informations sur toute reproduction numérique ou photographique du manuscrit en cours de description, qu'elle soit détenue par l'institution de conservation ou ailleurs. [10.9. Additional Information] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | msdescription: additional |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <surrogates> <p> <bibl> <title type="gmd">diapositive</title> <idno>AM 74 a, fol.</idno> <date>May 1984</date> </bibl> <bibl> <title type="gmd">b/w
prints</title> <idno>AM 75 a, fol.</idno> <date>1972</date> </bibl> </p>
</surrogates> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element surrogates { tei_att.global.attributes, tei_macro.specialPara } |
<symbol> (valeur symbolique) représente la partie valeur d'une spécification trait-valeur qui contient un symbole extrait d'une liste finie. [18.3. Other Atomic Feature Values] | |||||||
Module | iso-fs | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.datcat (@datcat, @valueDatcat)
|
||||||
Membre du | |||||||
Contenu dans | |||||||
Peut contenir | Elément vide | ||||||
Exemple | <f name="gender"> <symbol value="feminine"/>
</f> |
||||||
Modèle de contenu | <content> </content> |
||||||
Schéma Declaration | element symbol { tei_att.global.attributes, tei_att.datcat.attributes, attribute value { text }, empty } |
<table> (tableau) contient du texte affiché sous forme de tableau, en rangées et colonnes. [14.1.1. TEI Tables] | |||||||||||||||||
Module | figures | ||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype)
|
||||||||||||||||
Membre du | |||||||||||||||||
Contenu dans | core: add
corr
del
desc
emph
head
hi
item
l
meeting
note
orig
p
q
quote
ref
reg
said
sic
sp
stage
title
unclear header:
abstract
change
licence
rendition
sourceDesc msdescription: accMat
acquisition
additions
collation
condition
custEvent
decoNote
filiation
foliation
layout
musicNotation
origin
provenance
signatures
source
summary
support
surrogates
typeNote spoken: annotationBlock standOff: listAnnotation textstructure: back
body
div
docEdition
titlePart |
||||||||||||||||
Peut contenir | figures:
figure
formula
notatedMusic
row msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
||||||||||||||||
Note | Contient un titre facultatif et une suite de rangées. Toute information relative à la restitution sera exprimée avec l'attribut global rend appliqué au tableau, à la rangée, ou à la cellule selon le cas. |
||||||||||||||||
Exemple | <table cols="4" rows="4"> <head>Persistance de la neige dans les Alpes
suisses (Denzler). </head>
<row> <cell role="label">A l'altitude de</cell> <cell role="data">650
m.</cell> <cell role="data">1300m.</cell> <cell role="data">1950m.</cell> <cell role="data">2700m.</cell> </row> <row> <cell role="label">la neige
reste</cell> <cell role="data">77 jours.</cell> <cell role="data"> 200
jours.</cell> <cell role="data"> 245 jours.</cell> <cell role="data"> 365
jours.</cell> </row>
</table> |
||||||||||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.headLike"/> <classRef key="model.global"/> </alternate> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="unbounded" minOccurs="1"> <elementRef key="row"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence maxOccurs="unbounded" minOccurs="1"> <classRef key="model.graphicLike"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </alternate> <sequence maxOccurs="unbounded" minOccurs="0"> <classRef key="model.divBottom"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
||||||||||||||||
Schéma Declaration | element table { tei_att.global.attributes, tei_att.typed.attributes, attribute rows { text }?, attribute cols { text }?, ( ( tei_model.headLike | tei_model.global )*, ( ( tei_row, tei_model.global* )+ | ( tei_model.graphicLike, tei_model.global* )+ ), ( tei_model.divBottom, tei_model.global* )* ) } |
<taxonomy> (taxinomie) définit une typologie soit implicitement au moyen d’une référence bibliographique, soit explicitement au moyen d’une taxinomie structurée. [2.3.7. The Classification Declaration] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Note | Nested taxonomies are common in many fields, so the <taxonomy> element can be nested. |
Exemple | <taxonomy xml:id="fr_tax.a">
<category xml:id="fr_tax.a.a"> <catDesc>littérature</catDesc> </category> <category xml:id="fr_tax.a.a.1"> <catDesc>Drame bourgeois</catDesc> </category> <category xml:id="fr_tax.a.a.1.α"> <catDesc>Comédie
larmoyante</catDesc>
</category> <category xml:id="fr_tax.a.b"> <catDesc>Correspondance</catDesc> </category> <category xml:id="fr_tax.a.b.1.a"> <catDesc>Dernières lettres</catDesc> </category> <category xml:id="fr_tax.a.c."> <catDesc>Littérature européenne -- 16e
siècle</catDesc> </category> <category xml:id="fr_tax.a.c.1"> <catDesc>Satire de la Renaissance </catDesc> </category> <category xml:id="fr_tax.a.d"> <catDesc>Récits de voyage</catDesc> </category> <category xml:id="fr_tax.a.d.1"> <catDesc>Récits de la mer </catDesc> </category>
</taxonomy>
<bibl>indexation selon le
système d'indexation RAMEAU, géré par la Bibliothèque nationale
de France</bibl> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <alternate maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="category"/> <elementRef key="taxonomy"/> </alternate> <sequence maxOccurs="1" minOccurs="1"> <alternate maxOccurs="unbounded" minOccurs="1"> <classRef key="model.glossLike"/> <classRef key="model.descLike"/> </alternate> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="category"/> <elementRef key="taxonomy"/> </alternate> </sequence> </alternate> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.biblLike"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="category"/> <elementRef key="taxonomy"/> </alternate> </sequence> </alternate> </content> |
Schéma Declaration | element taxonomy { tei_att.global.attributes, ( ( ( tei_category | tei_taxonomy )+ | ( ( tei_model.glossLike | tei_model.descLike )+, ( tei_category | tei_taxonomy )* ) ) | ( tei_model.biblLike, ( tei_category | tei_taxonomy )* ) ) } |
<teiCorpus> contient la totalité d'un corpus encodé selon la TEI, comprenant un seul en-tête de corpus et un ou plusieurs éléments TEI dont chacun contient un seul en-tête textuel et un texte. [4. Default Text Structure 15.1. Varieties of Composite Text] | |||||||||
Module | core | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.typed (@type, @subtype)
|
||||||||
Contenu dans | core: teiCorpus |
||||||||
Peut contenir | |||||||||
Note | Cet élément doit contenir un en-tête TEI pour le corpus, et une suite d'éléments <TEI>, correspondant à autant de textes. Cet élément est obligatoire quand il est applicable. |
||||||||
Exemple | <teiCorpus
xmlns="http://www.tei-c.org/ns/1.0"> <teiHeader>
<!--[en-tête du corpus]-->
</teiHeader> <TEI> <teiHeader>
<!--[en-tête du premier
texte]--> </teiHeader> <text>
<!--[premier texte du
corpus]--> </text> </TEI> <TEI> <teiHeader>
<!--[en-tête du deuxième
texte]--> </teiHeader> <text>
<!--[deuxième texte du
corpus]--> </text> </TEI>
</teiCorpus> |
||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="teiHeader"/> <alternate maxOccurs="1" minOccurs="1"> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.resourceLike" maxOccurs="unbounded" minOccurs="1"/> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="TEI"/> <elementRef key="teiCorpus"/> </alternate> </sequence> <alternate maxOccurs="unbounded" minOccurs="1"> <elementRef key="TEI"/> <elementRef key="teiCorpus"/> </alternate> </alternate> </sequence> </content> |
||||||||
Schéma Declaration | element teiCorpus { tei_att.global.attributes, tei_att.typed.attributes, attribute version { text }?, ( tei_teiHeader, ( ( tei_model.resourceLike+, ( tei_TEI | tei_teiCorpus )* ) | ( tei_TEI | tei_teiCorpus )+ ) ) } |
<teiHeader> (en-tête TEI) fournit des informations descriptives et déclaratives qui constituent une page de titre électronique au début de tout texte conforme à la TEI. [2.1.1. The TEI Header and Its Components 15.1. Varieties of Composite Text] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | header:
encodingDesc
fileDesc
profileDesc
revisionDesc |
Note | Un des seuls éléments obligatoires dans tout document TEI. |
Exemple | <teiHeader> <fileDesc> <titleStmt> <title>La Parisienne</title> <author>Henry BECQUE</author> </titleStmt> <publicationStmt> <distributor>ATILF (Analyse et Traitement
Informatique de la Langue Française)</distributor> <idno type="FRANTEXT">L434</idno> <address> <addrLine>44, avenue de la Libération</addrLine> <addrLine>BP 30687</addrLine> <addrLine>54063 Nancy
Cedex</addrLine>
<addrLine>FRANCE</addrLine> </address> <availability status="free"> <p>Dans un cadre de recherche ou
d'enseignement</p>
</availability>
</publicationStmt>
<sourceDesc> <biblStruct> <monogr> <imprint> <publisher>Paris : Fasquelle,
1922.</publisher>
</imprint> </monogr> </biblStruct> </sourceDesc> </fileDesc> <profileDesc> <creation> <date>1885</date> </creation> </profileDesc>
</teiHeader> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="fileDesc"/> <classRef key="model.teiHeaderPart" maxOccurs="unbounded" minOccurs="0"/> <elementRef key="revisionDesc" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element teiHeader { tei_att.global.attributes, ( tei_fileDesc, tei_model.teiHeaderPart*, tei_revisionDesc? ) } |
<term> (terme) contient un mot simple, un mot composé ou un symbole, qui est considéré comme un terme technique. [3.3.4. Terms, Glosses, Equivalents, and Descriptions] | |||||||
Module | core | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.declaring (@decls) att.pointing (@targetLang, @target,
@evaluate) att.typed (@type, @subtype) att.canonical (@key, @ref) att.sortable (@sortKey) att.cReferencing (@cRef)
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
index
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
keywords
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||
Note | When this element appears within an <index> element, it is understood to supply the form under which an index entry is to be made for that location. Elsewhere, it is understood simply to indicate that its content is to be regarded as a technical or specialised term. It may be associated with a <gloss> element by means of its ref attribute; alternatively a <gloss> element may point to a <term> element by means of its target attribute. In formal terminological work, there is frequently discussion over whether terms must be atomic or may include multi-word lexical items, symbolic designations, or phraseological units. The <term> element may be used to mark any of these. No position is taken on the philosophical issue of what a term can be; the looser definition simply allows the <term> element to be used by practitioners of any persuasion. As with other members of the att.canonical class, instances of this element occuring in a text may be associated with a canonical definition, either by means of a URI (using the ref attribute), or by means of some system-specific code value (using the key attribute). Because the mutually exclusive target and cRef attributes overlap with the function of the ref attribute, they are deprecated and may be removed at a subsequent release. |
||||||
Exemple | <p>SGANARELLE.</p>
<p>Qui est causée par
l'âcreté des <term>humeurs</term> engendrées dans la concavité du <term>diaphragme</term>, il arrive que ces
<term>vapeurs</term>... Ossabandus, nequeys,
nequer, potarinum, quipsa milus. Voilà justement ce qui fait que
votre fille est muette.</p> |
||||||
Exemple | D'après la théorie d'Austin, les<term> verbes performatifs</term> seraient ceux qui non
seulement décrivent l'action de celui qui les utilise, mais
aussi, et en même temps, qui impliqueraient cette action
elle-même. |
||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||
Schéma Declaration | element term { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.pointing.attributes, tei_att.typed.attributes, tei_att.canonical.attributes, tei_att.sortable.attributes, tei_att.cReferencing.attributes, attribute level { text }?, tei_macro.phraseSeq } |
<text> (texte) contient un seul texte quelconque, simple ou composite, par exemple un poème ou une pièce de théâtre, un recueil d’essais, un roman, un dictionnaire ou un échantillon de corpus. [4. Default Text Structure 15.1. Varieties of Composite Text] | |
Module | textstructure |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declaring (@decls) att.typed (@type, @subtype) att.written (@hand) |
Membre du | |
Contenu dans | |
Peut contenir | figures:
figure
notatedMusic msdescription: source transcr:
addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
Note | Cet élément ne devrait pas être utilisé pour encoder un texte inséré à un endroit non prévisible à l'intérieur de la structure d'un autre texte, comme par exemple dans un récit qui est enchâssé ou cité dans un autre ; c'est l'élément <floatingText> qui doit être utilisé à cet effet. |
Exemple | l'élément <annotationBlock>contient la réocérisation du texte
extrait du pdf dans <text> <listAnnotation type="subject"> <annotationBlock corresp="#subject-01"> <text> <body resp="#ISTEX" source="#ocr-001">
<div> <p>Action Algebras and Model
Algebras in Denotational Semantics Luiz Carlos Castro
Guedes1 and Edward Hermann Haeusler2 1 2 1 Instituto
de Computa¸ao, UFF, Niteroi, Brasil c˜ Departamento
de Inform´tica, PUC-Rio, Rio de Janeiro, Brasil a
Introduction This article describes some results
concerning the conceptual separation of model
dependent and language inherent aspects in a
denotational semantics of a programming language.
Before going into the technical explanation, the
authors wish to relate a story that illustrates
how correctly and precisely posed questions can
influence the direction of research. By means of
his questions, Professor Mosses aided the PhD
research of one of the authors of this article and
taught the other, who at the time was a novice
supervisor, the real meaning of careful PhD
supervision. The student’s research had been
partially developed towards the implementation of
programming languages through denotational
semantics specification, and the student had developed
a prototype</p> </div> </body> </text> </annotationBlock>
</listAnnotation> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="1" minOccurs="0"> <elementRef key="front"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> <alternate maxOccurs="1" minOccurs="1"> <elementRef key="body"/> <elementRef key="group"/> </alternate> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <sequence maxOccurs="1" minOccurs="0"> <elementRef key="back"/> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </content> |
Schéma Declaration | element text { tei_att.global.attributes, tei_att.declaring.attributes, tei_att.typed.attributes, tei_att.written.attributes, ( tei_model.global*, ( tei_front, tei_model.global* )?, ( tei_body | tei_group ), tei_model.global*, ( tei_back, tei_model.global* )? ) } |
<textClass> (classification du texte) regroupe des informations décrivant la nature ou le sujet d’un texte selon des termes issus d’un système de classification standardisé, d’un thésaurus, etc. [2.4.3. The Text Classification] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.declarable (@default) |
Membre du | |
Contenu dans | header: profileDesc |
Peut contenir | |
Exemple | <textClass> <keywords scheme="#fr_RAMEAU"> <list> <item>Littérature française -- 20ème siècle --
Histoire et critique</item>
<item>Littérature
française -- Histoire et critique -- Théorie, etc.</item> <item>Français (langue) --
Style -- Bases de données.</item> </list> </keywords>
</textClass> |
Exemple | <textClass> <catRef target="#fr_forme_prose"/>
</textClass> |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="classCode"/> <elementRef key="catRef"/> <elementRef key="keywords"/> </alternate> </content> |
Schéma Declaration | element textClass { tei_att.global.attributes, tei_att.declarable.attributes, ( tei_classCode | catRef | tei_keywords )* } |
<textLang> (langues du texte) décrit les langues et systèmes d'écriture utilisés dans un manuscrit (et non dans la description du manuscrit, dont les langues et systèmes d'écriture sont décrits dans l'élément <langUsage>). [3.11.2.4. Imprint, Size of a Document, and Reprint Information 10.6.6. Languages and Writing Systems] | |||||||||||||
Module | core | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | msdescription: msContents
msItem
msItemStruct |
||||||||||||
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||
Note | This element should not be used to document the languages or writing systems used for the bibliographic or manuscript description itself: as for all other TEI elements, such information should be provided by means of the global xml:lang attribute attached to the element containing the description. In all cases, languages should be identified by means of a standardized ‘language tag’ generated according to BCP 47. Additional documentation for the language may be provided by a <language> element in the TEI Header. |
||||||||||||
Exemple | <textLang mainLang="en" otherLangs="la"> En français
essentiellement, avec des gloses en latin.</textLang> |
||||||||||||
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
||||||||||||
Schéma Declaration | element textLang { tei_att.global.attributes, attribute mainLang { text }?, attribute otherLangs { list { * } }?, tei_macro.phraseSeq } |
<then> sépare la condition de la valeur par défaut dans un if, ou l'antécédent de la conséquence dans un élément cond [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | Elément vide |
Note | Cet élément est fourni essentiellement pour rendre plus lisible par l'homme une déclaration d'un système de traits. |
Exemple | <cond> <fs> <f name="BAR"> <symbol value="1"/> </f> </fs>
<then/> <fs> <f name="FOO"> <binary value="false"/> </f> </fs>
</cond> |
Modèle de contenu | <content> </content> |
Schéma Declaration | element then { tei_att.global.attributes, empty } |
<time> (temps) contient une expression qui précise un moment de la journée sous n'importe quelle forme. [3.5.4. Dates and Times] | |
Module | core |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.datable (@calendar, @period) (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom, @datingPoint, @datingMethod)) att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso)) att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) ) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | Bonsoir, il est <time when="00:00:00">minuit</time> ici, l'heure de dormir, et chez vous à
Paris, il est seulement <time when="07:00:00">7
h.</time> Je te
rapporterai plein de souvenirs pour te faire partager cette
expérience unique. |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> |
Schéma Declaration | element time { tei_att.global.attributes, tei_att.datable.attributes, tei_att.duration.attributes, tei_att.editLike.attributes, tei_att.typed.attributes, ( text | tei_model.gLike | tei_model.phrase | tei_model.global )* } |
<timeline> (frise chronologique) fournit un ensemble de points ordonnés dans le temps qui peuvent être liés à des éléments de la parole transcrite pour créer un alignement temporel de ce texte. [16.4.2. Placing Synchronous Events in Time] | |||||||||||||||||||||||||
Module | linking | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
address
author
bibl
biblScope
cit
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
imprint
item
l
label
lg
list
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
sp
speaker
stage
street
term
textLang
time
title
unclear msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
person
personGrp
persona
placeName
region
roleName
settlement
surname spoken: annotationBlock standOff: listAnnotation |
||||||||||||||||||||||||
Peut contenir | linking:
when |
||||||||||||||||||||||||
Exemple | <timeline unit="ms" xml:id="TL01"> <when absolute="11:30:00" xml:id="TL-w0"/> <when interval="unknown" since="#TL-w0" xml:id="TL-w1"/> <when interval="100" since="#TL-w1" xml:id="TL-w2"/> <when interval="200" since="#TL-w2" xml:id="TL-w3"/> <when interval="150" since="#TL-w3" xml:id="TL-w4"/> <when interval="250" since="#TL-w4" xml:id="TL-w5"/> <when interval="100" since="#TL-w5" xml:id="TL-w6"/>
</timeline> |
||||||||||||||||||||||||
Exemple | <timeline origin="#fr_TL-w0" unit="ms" xml:id="fr_TL01"> <when absolute="11:30:00" xml:id="fr_TL-w0"/> <when interval="unknown" since="#fr_TL-w0" xml:id="fr_TL-w1"/>
<when interval="100" since="#fr_TL-w1" xml:id="fr_TL-w2"/>
<when interval="200" since="#fr_TL-w2" xml:id="fr_TL-w3"/>
<when interval="150" since="#fr_TL-w3" xml:id="fr_TL-w4"/>
<when interval="250" since="#fr_TL-w4" xml:id="fr_TL-w5"/>
<when interval="100" since="#fr_TL-w5" xml:id="fr_TL-w6"/>
</timeline> |
||||||||||||||||||||||||
Modèle de contenu | <content> <elementRef key="when" maxOccurs="unbounded" minOccurs="1"/> </content> |
||||||||||||||||||||||||
Schéma Declaration | element timeline { tei_att.global.attributes, attribute origin { text }?, attribute unit { "d" | "h" | "min" | "s" | "ms" }?, attribute interval { text }?, tei_when+ } |
<title> (titre) contient le titre complet d'une oeuvre quelconque [3.11.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.5. The Series Statement] | |||||||||||||||||||||||
Module | core | ||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.canonical (@key, @ref) att.datable (@calendar,
@period) (att.datable.w3c (@when,
@notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso)) (att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)) att.typed (type, @subtype)
|
||||||||||||||||||||||
Membre du | |||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
analytic
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
monogr
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
series
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition
seriesStmt
titleStmt msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
msItem
msItemStruct
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||||||
Note | Les attributs key et ref, hérités de la classe att.canonical sont utilisés pour indiquer la forme canonique du titre ; le premier donne (par exemple) l’identifiant d’un enregistrement dans un système externe de bibliothèque ; le second pointe vers un élément XML contenant la forme canonique du titre. |
||||||||||||||||||||||
Exemple | <title>La vie mode d'emploi. Romans.</title> |
||||||||||||||||||||||
Exemple | <title>Analyser les textes de
communication</title> |
||||||||||||||||||||||
Exemple | <title>Mélanges de linguistique française et
de philologie et littérature médiévales offerts à Monsieur
Paul Imbs.</title> |
||||||||||||||||||||||
Exemple | <title>Les fleurs du Mal de Charles Baudelaire
: une édition électronique</title> |
||||||||||||||||||||||
Exemple | <p>quand il rentre de ses chantiers de maçonnerie
il dit rien, il pose son cul sur une chaise, toujours au même
endroit, et il lit <title>l'Humanité.</title>
</p> |
||||||||||||||||||||||
Exemple | <title type="full"> <title type="main">Synthèse</title> <title type="sub">an
international journal for epistemology, methodology and
history of science</title>
</title> |
||||||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||||||||||||||||||
Schéma Declaration | element title { tei_att.global.attributes, tei_att.canonical.attributes, tei_att.typed.attribute.subtype, tei_att.datable.attributes, attribute type { text }?, attribute level { "a" | "m" | "j" | "s" | "u" }?, tei_macro.paraContent } |
<titlePage> (page de titre) contient la page de titre d’un texte qui figure dans les parties liminaires. [4.6. Title Pages] | |||||||||
Module | textstructure | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||
Membre du | |||||||||
Contenu dans | msdescription: msContents |
||||||||
Peut contenir | figures:
figure
notatedMusic msdescription: source textstructure: docAuthor
docDate
docEdition
docTitle
titlePart transcr: addSpan
damageSpan
delSpan
fw
listTranspose
metamark
space
substJoin |
||||||||
Exemple | <titlePage> <docTitle> <titlePart type="main"> Histoire du Roi de Bohême</titlePart> <titlePart type="sub"> et de ses sept châteaux </titlePart> </docTitle> <titlePart>Pastiche.</titlePart> <byline>Par <docAuthor>Charles Nodier</docAuthor> </byline> <epigraph> <q>O imitatores, servum pecus!
</q> <bibl>Horat., Epist. I. XIX,
19.</bibl> </epigraph> <docImprint> <name>PARIS</name>, <name>Delangle Frères</name> Éditeurs-libraires, <name>Place de la Bourse</name> </docImprint> <docDate>MDCCCXXX</docDate>
</titlePage> |
||||||||
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.global" maxOccurs="unbounded" minOccurs="0"/> <classRef key="model.titlepagePart"/> <alternate maxOccurs="unbounded" minOccurs="0"> <classRef key="model.titlepagePart"/> <classRef key="model.global"/> </alternate> </sequence> </content> |
||||||||
Schéma Declaration | element titlePage { tei_att.global.attributes, attribute type { text }?, ( tei_model.global*, tei_model.titlepagePart, ( tei_model.titlepagePart | tei_model.global )* ) } |
<titlePart> contient une section ou division du titre d’un ouvrage telle qu’elle est indiquée sur la page de titre. [4.6. Title Pages] | |||||||||
Module | textstructure | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||
Membre du | |||||||||
Contenu dans | |||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||
Exemple | <docTitle> <titlePart type="main">Cinq semaines en ballon.</titlePart> <titlePart type="desc">Voyage de découvertes en Afrique par
3 anglais.</titlePart>
</docTitle> |
||||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||||
Schéma Declaration | element titlePart { tei_att.global.attributes, attribute type { "main" | "sub" | "alt" | "short" | "desc" }?, tei_macro.paraContent } |
<titleStmt> (mention de titre) regroupe les informations sur le titre d’une œuvre et les personnes ou institutions responsables de son contenu intellectuel. [2.2.1. The Title Statement 2.2. The File Description] | |
Module | header |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | |
Peut contenir | |
Exemple | <titleStmt> <title>Le sanctoral du lectionnaire de
l'office dominicain (1254-1256)</title> <funder>2008—..., École nationale des
chartes</funder> <principal>Anne-Élisabeth
Urfels-Capot</principal>
<respStmt> <resp>responsable des
publications</resp>
<name>Olivier Canteaut
(École nationale des chartes)</name> </respStmt> <respStmt> <resp> 2009—..., Éditeur électronique : du TEI
à l'écran</resp> <name ref="vincent.jolivet@enc.sorbonne.fr">Vincent
Jolivet (École nationale des chartes)</name> </respStmt> <respStmt> <resp>2009, Éditeur scientifique</resp> <name ref="pascale.bourgain@enc.sorbonne.fr">Pascale
Bourgain (École nationale des chartes)</name> </respStmt> <respStmt> <resp>2008, Conversion du document bureautique
vers TEI</resp> <name ref="frederic.glorieux@enc.sorbonne.fr">Frédéric
Glorieux (École nationale des chartes)</name> </respStmt>
</titleStmt> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="title" maxOccurs="unbounded" minOccurs="1"/> <classRef key="model.respLike" maxOccurs="unbounded" minOccurs="0"/> </sequence> </content> |
Schéma Declaration | element titleStmt { tei_att.global.attributes, ( tei_title+, tei_model.respLike* ) } |
<transpose> describes a single textual transposition as an ordered list of at least two pointers specifying the order in which the elements indicated should be re-combined. [11.3.4.5. Transpositions] | |
Module | transcr |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | transcr: listTranspose |
Peut contenir | core:
ptr |
Note | Transposition is usually indicated in a document by a metamark such as a wavy line or numbering. The order in which <ptr> elements appear within a <transpose> element should correspond with the desired order, as indicated by the metamark. |
Exemple | <transpose> <ptr target="#ib02"/> <ptr target="#ib01"/>
</transpose> The
transposition recorded here indicates that the content of the
element with identifier ib02 should appear before the
content of the element with identifier ib01 . |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="ptr"/> <elementRef key="ptr" maxOccurs="unbounded" minOccurs="1"/> </sequence> </content> |
Schéma Declaration | element transpose { tei_att.global.attributes, ( tei_ptr, tei_ptr+ ) } |
<typeDesc> (description des styles de caractère) contient la description des styles de caractères ou d'autres aspects de l'impression d'un incunable ou d'une autre source imprimée. [10.7.2.1. Writing] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | msdescription: physDesc |
Peut contenir | |
Exemple | <typeDesc> <p>Uses an unidentified black letter font,
probably from the 15th century</p>
</typeDesc> |
Exemple | <typeDesc> <summary>Contains a mixture of blackletter and
Roman (antiqua) typefaces</summary> <typeNote xml:id="Frak1">Blackletter face, showing
similarities to those produced in Wuerzburg after 1470.</typeNote> <typeNote xml:id="Rom1">Roman face of Venetian origins.</typeNote>
</typeDesc> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.pLike" maxOccurs="unbounded" minOccurs="1"/> <sequence maxOccurs="1" minOccurs="1"> <elementRef key="summary" minOccurs="0"/> <elementRef key="typeNote" maxOccurs="unbounded" minOccurs="1"/> </sequence> </alternate> </content> |
Schéma Declaration | element typeDesc { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_summary?, tei_typeNote+ ) ) } |
<typeNote> (note sur les caractères typographiques.) décrit une police particulière ou un autre trait typographique significatif que l’on note dans la description d'une ressource imprimée. [10.7.2. Writing, Decoration, and Other Notations] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.handFeatures (@scribe, @scribeRef, @script, @scriptRef, @medium, @scope) |
Contenu dans | msdescription: typeDesc |
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
p
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
sp
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple | <typeNote scope="sole"> Printed
in an Antiqua typeface showing strong Italianate influence.
</typeNote> |
Modèle de contenu | <content> <macroRef key="macro.specialPara"/> </content> |
Schéma Declaration | element typeNote { tei_att.global.attributes, tei_att.handFeatures.attributes, tei_macro.specialPara } |
<unclear> (incertain) contient un mot, une expression ou bien un passage qui ne peut être transcrit avec certitude parce qu'il est illisible ou inaudible dans la source. [11.3.3.1. Damage, Illegibility, and Supplied Text 3.4.3. Additions, Deletions, and Omissions] | |||||||||||||||||||||||||
Module | core | ||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.editLike (@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) )
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
choice
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||||||||||||||
Peut contenir | core:
abbr
add
address
bibl
biblStruct
binaryObject
cb
choice
cit
corr
date
del
desc
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
l
label
lb
lg
list
listBibl
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
q
quote
ref
reg
rs
said
sic
soCalled
stage
term
time
title
unclear figures:
figure
formula
notatedMusic
table msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
msDesc
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
listOrg
listPlace
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock textstructure:
floatingText transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
||||||||||||||||||||||||
Note | Le même élément est utilisé pour tous les cas d'incertitude portant sur la transcription du contenu d'éléments, qu'il s'agisse de documents écrits ou oraux. Pour les autres aspects concernant la certitude, l'incertitude, et la fiabilité du balisage et de la transcription, voir le chapitre 21. Certainty, Precision, and Responsibility. Les éléments <damage>, <gap>, <del>, <unclear> et <supplied> peuvent être utilisés en étroite conjonction. Voir la section pour plus de détails sur l'élément le plus pertinent en fonction des circonstances. |
||||||||||||||||||||||||
Exemple | <add place="inspace">Envoyez-moi une épreuve <unclear cert="medium">W</unclear> <gap reason="inDéchiffrable"/>
</add> |
||||||||||||||||||||||||
Exemple | and from time to time invited in like
manner his att<unclear>ention</unclear> Dans ce cas, les lettres à la
fin du mot sont difficiles à lire. |
||||||||||||||||||||||||
Modèle de contenu | <content> <macroRef key="macro.paraContent"/> </content> |
||||||||||||||||||||||||
Schéma Declaration | element unclear { tei_att.global.attributes, tei_att.editLike.attributes, attribute reason { list { + } }?, attribute hand { text }?, attribute agent { text }?, tei_macro.paraContent } |
<undo> indicates one or more marked-up interventions in a document which have subsequently been marked for cancellation. [11.3.4.4. Confirmation, Cancellation, and Reinstatement of Modifications] | |||||||
Module | transcr | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.spanning (@spanTo) att.transcriptional (@status, @cause, @seq) (att.editLike
(@evidence, @instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) ) (att.written
(@hand))
|
||||||
Membre du | |||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||
Peut contenir | Elément vide | ||||||
Exemple | <line>This is <del change="#s2" rend="overstrike">
<seg xml:id="undo-a">just some</seg> sample <seg xml:id="undo-b">text</seg>, we need</del> <add change="#s2">not</add> a real example.</line>
<undo change="#s3" rend="dotted" target="#undo-a
#undo-b"/> This encoding represents
the following sequence of events:
|
||||||
Modèle de contenu | <content> </content> |
||||||
Schéma Declaration | element undo { tei_att.global.attributes, tei_att.spanning.attributes, tei_att.transcriptional.attributes, attribute target { list { + } }?, empty } |
<vAlt> (valeur alternative) représente la partie valeur d'une spécification trait-valeur qui contient un jeu de valeurs, dont une seule peut être valide [18.8.1. Alternation] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | |
Exemple | <f name="gender"> <vAlt> <symbol value="masculine"/>
<symbol value="neuter"/> <symbol value="feminine"/>
</vAlt>
</f> |
Modèle de contenu | <content> <sequence maxOccurs="1" minOccurs="1"> <classRef key="model.featureVal"/> <classRef key="model.featureVal" maxOccurs="unbounded" minOccurs="1"/> </sequence> </content> |
Schéma Declaration | element vAlt { tei_att.global.attributes, ( tei_model.featureVal, tei_model.featureVal+ ) } |
<vColl> (collection de valeurs) représente la partie valeur d'une spécification trait-valeur qui contient des valeurs multiples organisées comme un ensemble, un paquet ou une liste. [18.7. Collections as Complex Feature Values] | |||||||||
Module | iso-fs | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||
Membre du | |||||||||
Contenu dans | |||||||||
Peut contenir | |||||||||
Exemple | <f name="name"> <vColl> <string>Jean</string> <string>Luc</string> <string>Godard</string> </vColl>
</f> |
||||||||
Exemple | <f name="name"> <vColl> <string>Jean</string> <string>Luc</string> <string>Godard</string> </vColl>
</f> |
||||||||
Exemple | <fs>
<f name="lex"> <symbol value="auxquels"/>
</f> <f name="maf"> <vColl org="list"> <fs> <f name="cat"> <symbol value="prep"/> </f> </fs> <fs> <f name="cat"> <symbol value="pronoun"/> </f> <f name="kind">
<symbol value="rel"/> </f> <f name="num"> <symbol value="pl"/> </f> <f name="gender">
<symbol value="masc"/>
</f> </fs> </vColl> </f>
</fs> |
||||||||
Exemple | <fs>
<f name="lex"> <symbol value="auxquels"/>
</f> <f name="maf"> <vColl org="list"> <fs> <f name="cat"> <symbol value="prep"/> </f> </fs> <fs> <f name="cat"> <symbol value="pronoun"/> </f> <f name="kind">
<symbol value="rel"/> </f> <f name="num"> <symbol value="pl"/> </f> <f name="gender">
<symbol value="masc"/>
</f> </fs> </vColl> </f>
</fs> |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <elementRef key="fs"/> <classRef key="model.featureVal.single"/> </alternate> </content> |
||||||||
Schéma Declaration | element vColl { tei_att.global.attributes, attribute org { "set" | "bag" | "list" }?, ( tei_fs | tei_model.featureVal.single )* } |
<vDefault> (valeur par défaut) déclare la valeur par défaut à fournir quand une structure de traits ne contient aucun cas de <f> pour ce nom ; si elle est inconditionnelle, on l'indique comme un élément <fs> (ou plusieurs, selon la valeur de l'attribut org du <fDecl> englobant) ; si elle est conditionnelle, on l'indique comme un ou plusieurs éléments <if> ; si aucune valeur par défaut n'est précisée ou si aucune condition ne correspond, la valeur nulle est retenue. [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fDecl |
Peut contenir | |
Note | Peut contenir une valeur de trait admise ou une série d'éléments <if>. |
Exemple | <fDecl name="INV"> <fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault>
</fDecl> |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <classRef key="model.featureVal" maxOccurs="unbounded" minOccurs="1"/> <elementRef key="if" maxOccurs="unbounded" minOccurs="1"/> </alternate> </content> |
Schéma Declaration | element vDefault { tei_att.global.attributes, ( tei_model.featureVal+ | tei_if+ ) } |
<vLabel> (étiquette de valeur) représente la partie valeur d'une spécification trait-valeur qui apparaît en plus d’un point dans une structure de traits. [18.6. Re-entrant Feature Structures] | |||||||
Module | iso-fs | ||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||
Membre du | |||||||
Contenu dans | |||||||
Peut contenir | |||||||
Exemple | <fs>
<f name="nominal"> <fs> <f name="nm-num">
<vLabel name="L1"> <symbol value="singular"/>
</vLabel> </f> </fs> </f>
<f name="verbal"> <fs> <f name="vb-num">
<vLabel name="L1"/> </f> </fs> </f>
</fs> |
||||||
Modèle de contenu | <content> <classRef key="model.featureVal" minOccurs="0"/> </content> |
||||||
Schéma Declaration | element vLabel { tei_att.global.attributes, attribute name { text }, tei_model.featureVal? } |
<vMerge> (collection fusionnée de valeurs) représente une valeur de trait , résultant de la fusion des valeurs de trait contenues dans les éléments enfants, qui utilisent l'agencement indiqué par l'attribut org. [18.8.3. Collection of Values] | |||||||||
Module | iso-fs | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||
Membre du | |||||||||
Contenu dans | |||||||||
Peut contenir | |||||||||
Exemple | <vMerge org="list"> <vColl org="set"> <symbol value="masculine"/>
<symbol value="neuter"/> <symbol value="feminine"/>
</vColl> <symbol value="indeterminate"/>
</vMerge> Cet exemple
génère une liste, concaténant la valeur indéterminée avec le jeu de
valeurs masculines, neutres et féminines. |
||||||||
Modèle de contenu | <content> <classRef key="model.featureVal" maxOccurs="unbounded" minOccurs="1"/> </content> |
||||||||
Schéma Declaration | element vMerge { tei_att.global.attributes, attribute org { "set" | "bag" | "list" }?, tei_model.featureVal+ } |
<vNot> (négation de valeur) représente une valeur de trait qui est la négation de son contenu. [18.8.2. Negation] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | |
Peut contenir | |
Exemple | <vNot> <symbol value="masculine"/>
</vNot> |
Exemple | <f name="mode"> <vNot> <vAlt> <symbol value="infinitive"/>
<symbol value="participle"/> </vAlt> </vNot>
</f> |
Modèle de contenu | <content> <classRef key="model.featureVal"/> </content> |
Schéma Declaration | element vNot { tei_att.global.attributes, tei_model.featureVal } |
<vRange> (gamme de valeurs) définit la plage de valeurs autorisées pour un trait, sous la forme d'un <fs>, <vAlt>, ou d'une valeur primitive ; pour que la valeur d'un élément <f> soit valide, elle doit être englobée dans la plage spécifiée. Si le <f> contient des valeurs multiples (comme prévu par l'attribut org), chacune des valeurs doit être englobée dans l'élément <vRange>. [18.11. Feature System Declaration] | |
Module | iso-fs |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Contenu dans | iso-fs: fDecl |
Peut contenir | |
Note | Peut contenir n'importe quelle spécification trait-valeur admise. |
Exemple | <fDecl name="INV"> <fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault>
</fDecl> |
Modèle de contenu | <content> <classRef key="model.featureVal"/> </content> |
Schéma Declaration | element vRange { tei_att.global.attributes, tei_model.featureVal } |
<w> (mot) représente un mot grammatical (pas nécessairement orthographique) [17.1. Linguistic Segment Categories] | |||||||||||||
Module | analysis | ||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.segLike (@function) (att.datcat (@datcat, @valueDatcat)) (att.fragmentable (@part)) att.typed (@type, @subtype)
|
||||||||||||
Membre du | |||||||||||||
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear figures: cell header:
change
distributor
edition
extent
licence msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
||||||||||||
Peut contenir | |||||||||||||
Exemple | <w lemma="nage" lemmaRef="http://www.example.com/lexicon/hitvb.xml" type="verb">nag<m type="suffix">er</m>
</w> |
||||||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <elementRef key="seg"/> <elementRef key="w"/> <elementRef key="m"/> <elementRef key="c"/> <elementRef key="pc"/> <classRef key="model.global"/> <classRef key="model.lPart"/> <classRef key="model.hiLike"/> <classRef key="model.pPart.edit"/> </alternate> </content> |
||||||||||||
Schéma Declaration | element w { tei_att.global.attributes, tei_att.segLike.attributes, tei_att.typed.attributes, attribute lemma { text }?, attribute lemmaRef { text }?, ( text | tei_model.gLike | tei_seg | tei_w | tei_m | tei_c | tei_pc | tei_model.global | tei_model.lPart | tei_model.hiLike | tei_model.pPart.edit )* } |
<watermark> (filigrane) Contient un mot ou une expression décrivant un filigrane ou une marque du même genre. [10.3.3. Watermarks and Stamps] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | core:
abbr
add
address
binaryObject
cb
choice
corr
date
del
distinct
email
emph
expan
foreign
gap
gb
gloss
graphic
hi
index
lb
measure
measureGrp
media
mentioned
milestone
name
note
num
orig
pb
ptr
ref
reg
rs
sic
soCalled
term
time
title
unclear figures:
figure
formula
notatedMusic header: idno msdescription: catchwords
depth
dim
dimensions
height
heraldry
locus
locusGrp
material
objectType
origDate
origPlace
secFol
signatures
source
stamp
watermark
width namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
state
surname spoken:
annotationBlock transcr: addSpan
am
damage
damageSpan
delSpan
ex
fw
handShift
listTranspose
metamark
mod
redo
restore
retrace
secl
space
subst
substJoin
supplied
surplus
undo des données textuelles |
Exemple |
<!-- Description des gardes : gardes
blanches ; gardes couleurs (marbrées, gaufrées, peintes,
dominotées, etc.) généralement suivies de gardes blanches ;
dans tous les cas, spécifier le nombre de gardes (début +
fin du volume)--><decoNote type="gardes">Gardes
(3+2), filigrane <watermark>B</watermark>. </decoNote> |
Modèle de contenu | <content> <macroRef key="macro.phraseSeq"/> </content> |
Schéma Declaration | element watermark { tei_att.global.attributes, tei_macro.phraseSeq } |
<when> indique un point dans le temps, soit relatif à d'autres éléments de l'élément <timeline> dans lequel il est contenu, soit dans l'absolu. [16.4.2. Placing Synchronous Events in Time] | |||||||||||||||||||||||||||||||
Module | linking | ||||||||||||||||||||||||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
|
||||||||||||||||||||||||||||||
Contenu dans | linking: timeline |
||||||||||||||||||||||||||||||
Peut contenir | Elément vide | ||||||||||||||||||||||||||||||
Note | L'élément <when> doit avoir un attribut global xml:id pour identifier ce point dans le temps. La valeur utilisée peut être choisie librement, pourvu qu'elle soit unique dans le document et que le nom soit syntaxiquement valide. Les valeurs contenant des nombres ne doivent pas nécessairement former une séquence. |
||||||||||||||||||||||||||||||
Exemple | <when interval="20" since="#w2" xml:id="TW3"/> |
||||||||||||||||||||||||||||||
Exemple | <when interval="20" since="#fr_w2" xml:id="fr_TW3"/> |
||||||||||||||||||||||||||||||
Modèle de contenu | <content> </content> |
||||||||||||||||||||||||||||||
Schéma Declaration | element when { tei_att.global.attributes, attribute absolute { text }?, attribute unit { "d" | "h" | "min" | "s" | "ms" }?, attribute interval { text }?, attribute since { text }?, empty } |
<width> (largeur) contient une dimension mesurée sur l'axe perpendiculaire au dos du manuscrit. [10.3.4. Dimensions] | |
Module | msdescription |
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) |
Membre du | |
Contenu dans | core:
abbr
add
addrLine
author
bibl
biblScope
citedRange
corr
date
del
desc
distinct
editor
email
emph
expan
foreign
gloss
head
headItem
headLabel
hi
item
l
label
measure
measureGrp
meeting
mentioned
name
note
num
orig
p
pubPlace
publisher
q
quote
ref
reg
resp
rs
said
sic
soCalled
speaker
stage
street
term
textLang
time
title
unclear header: authority
change
classCode
creation
distributor
edition
extent
funder
language
licence
rendition msdescription: accMat
acquisition
additions
catchwords
collation
colophon
condition
custEvent
decoNote
dimensions
explicit
filiation
finalRubric
foliation
heraldry
incipit
layout
material
musicNotation
objectType
origDate
origPlace
origin
provenance
rubric
secFol
signatures
source
stamp
summary
support
surrogates
typeNote
watermark namesdates:
addName
affiliation
country
forename
genName
geogName
location
nameLink
orgName
persName
placeName
region
roleName
settlement
surname textstructure: docAuthor
docDate
docEdition
titlePart |
Peut contenir | Des données textuelles uniquement |
Note | If used to specify the depth of a non text-bearing portion of some object, for example a monument, this element conventionally refers to the axis facing the observer, and perpendicular to that indicated by the ‘depth’ axis. |
Exemple | <width unit="in">4</width> |
Exemple | <width unit="mm">240</width> |
Modèle de contenu | <content> <macroRef key="macro.xtext"/> </content> |
Schéma Declaration | element width { tei_att.global.attributes, tei_att.dimensions.attributes, tei_macro.xtext } |
<zone> définit une zone rectangulaire contenue dans un élément <surface>. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription] | |||||||||
Module | transcr | ||||||||
Attributs | Attributs att.global (@xml:id, @n, @xml:lang, @xml:base,
@xml:space) (att.global.rendition (@rend,
@style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility
(@cert, @resp)) (att.global.source (@source))
att.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.typed (@type, @subtype) att.written
(@hand)
|
||||||||
Membre du | |||||||||
Contenu dans | |||||||||
Peut contenir | |||||||||
Note | La position de chaque zone pour une surface donnée est toujours définie par rapport au système de coordonnées défini pour cette surface. Tout élément graphique contenu par une zone se représente par toute la zone. |
||||||||
Exemple | <surface lrx="0" lry="0" ulx="14.54" uly="16.14"> <graphic url="stone.jpg"/> <zone points="4.6,6.3 5.25,5.85 6.2,6.6
8.19222,7.4125 9.89222,6.5875 10.9422,6.1375
11.4422,6.7125 8.21722,8.3125
6.2,7.65"/>
</surface> This example
defines a non-rectangular zone: see the illustration in section
[[undefined PH-surfzone]]. |
||||||||
Exemple | <facsimile> <surface lrx="400" lry="280" ulx="50" uly="20"> <zone lrx="500" lry="321" ulx="0" uly="0"> <graphic url="graphic.png "/>
</zone> </surface>
</facsimile> This
example defines a zone which has been defined as larger than its
parent surface in order to match the dimensions of the graphic it
contains. |
||||||||
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.graphicLike"/> <classRef key="model.global"/> <elementRef key="surface"/> <classRef key="model.linePart"/> </alternate> </content> |
||||||||
Schéma Declaration | element zone { tei_att.global.attributes, tei_att.coordinated.attributes, tei_att.typed.attributes, tei_att.written.attributes, attribute rotate { text }?, ( text | tei_model.graphicLike | tei_model.global | tei_surface | tei_model.linePart )* } |
model.OAAnnotation Class implementing the Annotation component from the Open Annotation model | |
Module | standOff |
Utilisé par | |
Membres | interp |
model.OATarget Class implementing the Target component from the Open Annotation model | |
Module | standOff |
Utilisé par | |
Membres | span |
model.addrPart regroupe des éléments comme des noms ou des codes postaux qui peuvent apparaître dans une adresse postale | |
Module | tei |
Utilisé par | |
Membres | model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink roleName surname] model.placeStateLike[model.placeNamePart[country geogName placeName region settlement] location state] idno rs] addrLine postBox postCode street |
model.addressLike regroupe des éléments employés pour représenter des adresses postales ou électroniques. | |
Module | tei |
Utilisé par | |
Membres | address affiliation email |
model.annotation groups together any kind of element that may be used to annotate an annotable segment | |
Module | standOff |
Utilisé par | |
Membres | model.biblLike[bibl biblFull biblStruct listBibl msDesc] model.dateLike[date time] model.global.meta[alt altGrp fLib fs fvLib index interp interpGrp join joinGrp link linkGrp listTranspose source span spanGrp substJoin timeline] model.listLike[list listOrg listPlace table] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink roleName surname] model.placeStateLike[model.placeNamePart[country geogName placeName region settlement] location state] idno rs] model.ptrLike[ptr ref] annotationBlock author keywords listAnnotation seg text zone |
model.applicationLike regroupe des éléments utilisés pour enregistrer dans l'en-tête TEI d'un document des informations d'applications spécifiques. | |
Module | tei |
Utilisé par | |
Membres | application |
model.availabilityPart regroupe des éléments tels que les licences ou les paragraphes indiquant la disponibilité d'un ouvrage. | |
Module | tei |
Utilisé par | |
Membres | licence |
model.biblLike regroupe des éléments contenant une description bibliographique. | |
Module | tei |
Utilisé par | |
Membres | bibl biblFull biblStruct listBibl msDesc |
model.biblPart regroupe des éléments qui sont des composantes d’une description bibliographique. | |
Module | tei |
Utilisé par | |
Membres | model.imprintPart[biblScope distributor pubPlace publisher] model.respLike[author editor funder meeting respStmt] availability bibl citedRange edition extent msIdentifier relatedItem series textLang |
model.common regroupe des éléments de niveau fragment - et des éléments de niveau intermédiaire. | |
Module | tei |
Utilisé par | |
Membres | model.divPart[model.divPart.spoken[annotationBlock] model.lLike[l] model.pLike[ab p] lg sp] model.inter[model.biblLike[bibl biblFull biblStruct listBibl msDesc] model.egLike model.labelLike[desc label] model.listLike[list listOrg listPlace table] model.oddDecl model.qLike[model.quoteLike[cit quote] floatingText q said] model.stageLike[stage]] |
Note | Cette classe définit l'ensemble des éléments de niveau fragment et de niveau intermédiaire ; de nombreux modèles de contenu y font appel, y compris ceux qui sont relatifs aux divisions textuelles. |
model.divPart regroupe des éléments de niveau paragraphe apparaissant directement dans des divisions | |
Module | tei |
Utilisé par | |
Membres | model.divPart.spoken[annotationBlock] model.lLike[l] model.pLike[ab p] lg sp |
Note | Noter que cette classe d'éléments ne comprend pas les membres de la classe model.inter, qui peuvent apparaître soit à l'intérieur, soit entre des items de niveau paragraphe. |
model.divPart.spoken regroupe des éléments structurellement analogues aux paragraphes dans des textes contenant de la parole transcrite. | |
Module | spoken |
Utilisé par | |
Membres | annotationBlock |
Note | Les textes contenant de la parole transcrite peuvent être structurés de plusieurs façons; les éléments de cette classe sont habituellement des unités plus grandes, comme des tournures ou des énoncés. |
model.divTop regroupe des éléments apparaissant au début d'une division de texte. | |
Module | tei |
Utilisé par | |
Membres | model.divTopPart[model.headLike[head]] model.divWrapper[docAuthor docDate meeting] |
model.divTopPart regroupe des éléments qu'on ne trouve qu'au début d'une division de texte. | |
Module | tei |
Utilisé par | |
Membres | model.headLike[head] |
model.encodingDescPart regroupe des éléments qui peuvent apparaître plusieurs fois dans l'élément <encodingDesc>. | |
Module | tei |
Utilisé par | |
Membres | appInfo classDecl fsdDecl schemaRef |
model.eventLike groups elements which describe events. | |
Module | tei |
Utilisé par | |
Membres | event |
model.global regroupe des éléments qui peuvent apparaître à un point quelconque dans un texte TEI. | |
Module | tei |
Utilisé par | |
Membres | model.global.edit[addSpan damageSpan delSpan gap space] model.global.meta[alt altGrp fLib fs fvLib index interp interpGrp join joinGrp link linkGrp listTranspose source span spanGrp substJoin timeline] model.global.spoken model.milestoneLike[anchor cb fw gb lb milestone pb] model.noteLike[note] figure metamark notatedMusic |
model.global.edit regroupe des éléments globalement disponibles qui exécutent une fonction spécifiquement éditoriale. | |
Module | tei |
Utilisé par | |
Membres | addSpan damageSpan delSpan gap space |
model.global.meta regroupe des éléments disponibles globalement qui décrivent le statut d'autres éléments. | |
Module | tei |
Utilisé par | |
Membres | alt altGrp fLib fs fvLib index interp interpGrp join joinGrp link linkGrp listTranspose source span spanGrp substJoin timeline |
Note | Les éléments de cette classe sont utilisés pour contenir des groupes de liens ou d'interprétations abstraites, ou pour fournir des indications quant à la certitude, etc. Il peut être commode de situer tous les éléments contenant des métadonnées, par exemple de les rassembler dans la même divison que les éléments auxquels ils sont reliés ; ou de les retrouver tous dans la division qui leur est propre. Ils peuvent cependant apparaître à un point quelconque d'un texte TEI. |
model.hiLike regroupe des éléments du niveau de l’expression qui sont typographiquement distincts mais auxquels aucune fonction spécifique ne peut être attribuée. | |
Module | tei |
Utilisé par | |
Membres | hi |
model.imprintPart regoupe les éléments bibliographiques qui apparaissent à l'intérieur de documents imprimés. | |
Module | tei |
Utilisé par | |
Membres | biblScope distributor pubPlace publisher |
model.inter regroupe des éléments qui peuvent apparaître à l’intérieur ou entre des composants semblables au paragraphe. | |
Module | tei |
Utilisé par | |
Membres | model.biblLike[bibl biblFull biblStruct listBibl msDesc] model.egLike model.labelLike[desc label] model.listLike[list listOrg listPlace table] model.oddDecl model.qLike[model.quoteLike[cit quote] floatingText q said] model.stageLike[stage] |
model.lLike regroupe des éléments représentant des composants de la métrique comme des vers. | |
Module | tei |
Utilisé par | |
Membres | l |
model.limitedPhrase regroupe des éléments du niveau de l'expression excluant ceux qui sont principalement destinés à la transcription des sources existantes. | |
Module | tei |
Utilisé par | |
Membres | model.emphLike[distinct emph foreign gloss mentioned soCalled term title] model.hiLike[hi] model.pPart.data[model.addressLike[address affiliation email] model.dateLike[date time] model.measureLike[depth dim height measure measureGrp num width] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink roleName surname] model.placeStateLike[model.placeNamePart[country geogName placeName region settlement] location state] idno rs]] model.pPart.editorial[abbr am choice ex expan subst] model.pPart.msdesc[catchwords dimensions heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark] model.phrase.xml model.ptrLike[ptr ref] |
model.msItemPart regroupe des éléments qui peuvent apparaître dans une description de manuscrit | |
Module | tei |
Utilisé par | |
Membres | model.biblLike[bibl biblFull biblStruct listBibl msDesc] model.msQuoteLike[colophon explicit finalRubric incipit rubric title] model.quoteLike[cit quote] model.respLike[author editor funder meeting respStmt] decoNote filiation idno msItem msItemStruct textLang |
model.nameLike regroupe des éléments qui nomment une personne, un lieu ou une organisation, ou qui y font référence à. | |
Module | tei |
Utilisé par | |
Membres | model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink roleName surname] model.placeStateLike[model.placeNamePart[country geogName placeName region settlement] location state] idno rs |
Note | Un ensemble de niveau supérieur regroupant les éléments d'appellation qui peuvent apparaître dans les dates, les adresses, les mentions de responsabilité, etc. |
model.noteLike regroupe tous les éléments globaux de type note | |
Module | tei |
Utilisé par | |
Membres | note |
model.orgPart groups elements which form part of the description of an organization. | |
Module | tei |
Utilisé par | |
Membres | model.eventLike[event] listOrg listPlace |
model.pLike regroupe des éléments de type paragraphe. | |
Module | tei |
Utilisé par | abstract
application
availability
back
binding
bindingDesc
correction
custodialHist
decoDesc
editionStmt
encodingDesc
event
front
handDesc
history
langUsage
layoutDesc
model.divPart
msContents
msDesc
msFrag
msItem
msItemStruct
msPart
objectDesc
org
person
personGrp
persona
physDesc
place
publicationStmt
recordHist
scriptDesc
seal
sealDesc
seriesStmt
sourceDesc
sp
state
supportDesc
typeDesc |
Membres | ab p |
model.pPart.data regroupe des éléments de niveau expression contenant des noms, des dates, des nombres, des mesures et d'autres données semblables | |
Module | tei |
Utilisé par | |
Membres | model.addressLike[address affiliation email] model.dateLike[date time] model.measureLike[depth dim height measure measureGrp num width] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink roleName surname] model.placeStateLike[model.placeNamePart[country geogName placeName region settlement] location state] idno rs] |
model.pPart.edit regroupe des éléments de niveau expression, utilisés pour de simples interventions éditoriales de corrections et de transcriptions. | |
Module | tei |
Utilisé par | |
Membres | model.pPart.editorial[abbr am choice ex expan subst] model.pPart.transcriptional[add corr damage del handShift mod orig redo reg restore retrace secl sic supplied surplus unclear undo] |
model.pPart.msdesc regroupe des éléments de niveau expression utilisés pour décrire des manuscrits | |
Module | tei |
Utilisé par | |
Membres | catchwords dimensions heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark |
model.persStateLike regroupe des éléments décrivant les caractéristiques d'une personne, variables mais définies dans le temps, par exemple sa profession, son lieu de résidence ou son nom. | |
Module | tei |
Utilisé par | |
Membres | affiliation persName persona state |
Note | Il s'agit en général des caractéristiques d'un individu résultant de sa propre action ou de celle d'autrui. |
model.personPart regroupe des éléments qui font partie de la description d'une personne | |
Module | tei |
Utilisé par | |
Membres | model.biblLike[bibl biblFull biblStruct listBibl msDesc] model.eventLike[event] model.persStateLike[affiliation persName persona state] idno name |
model.phrase regroupe des éléments qui apparaissent au niveau des mots isolés ou des groupes de mots. | |
Module | tei |
Utilisé par | |
Membres | model.graphicLike[binaryObject formula graphic math media mrow] model.highlighted[model.emphLike[distinct emph foreign gloss mentioned soCalled term title] model.hiLike[hi]] model.lPart model.pPart.data[model.addressLike[address affiliation email] model.dateLike[date time] model.measureLike[depth dim height measure measureGrp num width] model.nameLike[model.nameLike.agent[name orgName persName] model.offsetLike model.persNamePart[addName forename genName nameLink roleName surname] model.placeStateLike[model.placeNamePart[country geogName placeName region settlement] location state] idno rs]] model.pPart.edit[model.pPart.editorial[abbr am choice ex expan subst] model.pPart.transcriptional[add corr damage del handShift mod orig redo reg restore retrace secl sic supplied surplus unclear undo]] model.pPart.msdesc[catchwords dimensions heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark] model.phrase.xml model.ptrLike[ptr ref] model.segLike[annotationBlock c cl m pc phr s seg w] model.specDescLike |
Note | Cette classe d'éléments peut se trouver dans des paragraphes, des entrées de listes, des vers, etc. |
model.physDescPart regroupe des éléments spécialisés constituant la description physique d'un manuscrit ou d'une source écrite de même nature | |
Module | tei |
Utilisé par | |
Membres | accMat additions bindingDesc decoDesc handDesc musicNotation objectDesc scriptDesc sealDesc typeDesc |
model.placeNamePart regroupe des éléments qui font partie d'un nom de lieu. | |
Module | tei |
Utilisé par | |
Membres | country geogName placeName region settlement |
model.placeStateLike regroupe des éléments qui décrivent les transformations d'un lieu | |
Module | tei |
Utilisé par | |
Membres | model.placeNamePart[country geogName placeName region settlement] location state |
model.profileDescPart regroupe des éléments que l'on peut utiliser plusieurs fois dans l'élément <profileDesc>. | |
Module | tei |
Utilisé par | |
Membres | abstract creation handNotes langUsage listTranspose textClass |
model.publicationStmtPart.agency regroupe des éléments qui peuvent apparaître à l'intérieur de l'élément <publicationStmt> de l'En-tête TEI | |
Module | tei |
Utilisé par | |
Membres | authority distributor publisher |
model.publicationStmtPart.detail regroupe des éléments qui peuvent apparaître à l'intérieur de l'élément <publicationStmt> de l'En-tête TEI | |
Module | tei |
Utilisé par | |
Membres | model.ptrLike[ptr ref] address availability date idno pubPlace |
model.qLike regroupe des éléments destinés à la mise en valeur, qui peuvent apparaître à l'intérieur ou entre des éléments de niveau fragment. | |
Module | tei |
Utilisé par | |
Membres | model.quoteLike[cit quote] floatingText q said |
model.segLike regroupe des éléments utilisés pour une segmentation arbitraire. | |
Module | tei |
Utilisé par | |
Membres | annotationBlock c cl m pc phr s seg w |
Note | Les principes sur lesquels repose la segmentation, ainsi que tout code particulier ou valeur d'attribut utilisée, doivent être définis explicitement dans l'élément <segmentation> de l'élément <encodingDesc> situé dans l'En-tête TEI associé. |
model.stageLike regroupe des éléments contenant des indications scéniques ou des indications de même nature, définies par le module relatif aux textes de théâtre | |
Module | tei |
Utilisé par | |
Membres | stage |
Note | Les indications scéniques appartiennent à la classe inter : cela signifie qu'elles peuvent apparaître à l'intérieur d'éléments de niveau composant ou bien entre ces éléments. |
model.teiHeaderPart regroupe des éléments de macrostructure qui peuvent apparaître plus d'une fois dans l’en-tête TEI. | |
Module | tei |
Utilisé par | |
Membres | encodingDesc profileDesc |
model.titlepagePart regroupe des éléments qui peuvent apparaître comme constituants directs d'une page de titre (<docTitle>, <docAuth>,<docImprint> ou <epigraph>) | |
Module | tei |
Utilisé par | |
Membres | binaryObject docAuthor docDate docEdition docTitle graphic titlePart |
att.ascribed fournit des attributs pour des éléments transcrivant la parole ou l'action qui peuvent être attribuées à un individu en particulier. | |||||||||||
Module | tei | ||||||||||
Membres | annotationBlock change q said sp stage | ||||||||||
Attributs | Attributs
|
att.breaking fournit un attribut pour indiquer si un élément est consideré ou pas comme marquant la fin d'un mot orthographique, comme le fait une espace. | |||||||||||
Module | tei | ||||||||||
Membres | cb gb lb milestone pb | ||||||||||
Attributs | Attributs
|
att.cReferencing provides an attribute which may be used to supply a canonical reference as a means of identifying the target of a pointer. | |||||||||
Module | tei | ||||||||
Membres | gloss ptr ref term | ||||||||
Attributs | Attributs
|
att.canonical fournit des attributs qui peuvent être utilisés pour associer une représentation telle qu'un nom ou un titre à l'information canonique concernant l'objet nommé ou auquel il est fait référence. | |||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||
Membres | att.naming[att.personal[addName forename genName name orgName persName placeName roleName surname] affiliation author collection country editor event geogName institution origPlace pubPlace region repository rs settlement state] docAuthor docTitle funder material meeting objectType resp respStmt term title | ||||||||||||||||||||||
Attributs | Attributs
|
att.citing provides attributes for specifying the specific part of a bibliographic item being cited. | |||||||||||||||||||||
Module | tei | ||||||||||||||||||||
Membres | biblScope citedRange | ||||||||||||||||||||
Attributs | Attributs
|
att.coordinated attributs utilisables pour les éléments pouvant être positionnés dans un système de coordonnées à deux dimensions. | |||||||||||||||||||||||||||||||||||||
Module | transcr | ||||||||||||||||||||||||||||||||||||
Membres | line surface zone | ||||||||||||||||||||||||||||||||||||
Attributs | Attributs
|
att.damaged fournit des attributs décrivant la nature de tout dommage physique affectant la lecture. | |||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||
Membres | damage damageSpan | ||||||||||||||||||||||
Attributs | Attributs att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) att.written (@hand)
|
att.datable fournit des attributs pour la normalisation d'éléments qui contiennent des mentions d'événements datés ou susceptibles de l'être | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | acquisition affiliation application binding change country creation custEvent date event geogName idno licence location name orgName origDate origPlace origin persName placeName provenance region resp seal settlement stamp state time title | ||||||||||||||||
Attributs | Attributs att.datable.w3c (@when, @notBefore, @notAfter,
@from, @to) att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso,
@to-iso) att.datable.custom (@when-custom, @notBefore-custom, @notAfter-custom, @from-custom, @to-custom,
@datingPoint, @datingMethod)
|
||||||||||||||||
Note | Cette‘superclasse’ fournit des attributs qui peuvent être employés pour donner des valeurs normalisées à des informations relatives au temps. Par défaut, les attributs de la classe att.datable.w3c sont fournis. Si le module pour les noms et les dates est chargé, cette classe fournit également des attributs de la classe att.datable.iso. En général, les valeurs possibles des attributs, limitées aux types de données W3C, forment un sous-ensemble des valeurs que l'on trouve dans la norme ISO 8601. Cependant, il n'est peut-être pas nécessaire de recourir aux possibilités très étendues des types de données de l'ISO. Il existe en effet une bien plus grande offre logicielle pour le traitement des types de données W3C. |
att.datable.custom provides attributes for normalization of elements that contain datable events to a custom dating system (i.e. other than the Gregorian used by W3 and ISO). | |||||||||||||||||||||||||||||||||||||||||||||||||||
Module | namesdates | ||||||||||||||||||||||||||||||||||||||||||||||||||
Membres | att.datable[acquisition affiliation application binding change country creation custEvent date event geogName idno licence location name orgName origDate origPlace origin persName placeName provenance region resp seal settlement stamp state time title] | ||||||||||||||||||||||||||||||||||||||||||||||||||
Attributs | Attributs
|
att.datable.iso fournit des attributs pour la normalisation, selon la norme ISO 8601, d'éléments contenant des évènements datables. | |||||||||||||||||||||||||||||||||||
Module | namesdates | ||||||||||||||||||||||||||||||||||
Membres | att.datable[acquisition affiliation application binding change country creation custEvent date event geogName idno licence location name orgName origDate origPlace origin persName placeName provenance region resp seal settlement stamp state time title] | ||||||||||||||||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||||||||||||||||
Note | La valeur de when-iso doit être une représentation normalisée de la date, de la durée ou d'une combinaison de date et de durée, dans l'un des formats spécifiés dans ISO 8601, selon le calendrier grégorien. |
||||||||||||||||||||||||||||||||||
Note | Si les attributs when-iso et dur-iso sont tous les deux spécifiés, les valeurs
doivent être interprétées comme indiquant un intervalle de temps
au moyen de son point de départ (ou date) et de sa durée. C'est
à dire, <date dur-iso="P8D" when-iso="2007-06-01"/> indique la même
période temporelle que <date when-iso="2007-06-01/P8D"/> En fournissant une forme dite "régularisée", il n'est rien affirmé sur la correction ou l'incorrection de la forme dans le texte source ; la forme régularisée est simplement celle qui est choisie comme forme principale afin de réunir les variantes de forme sous une seule rubrique. |
att.datable.w3c fournit des attributs pour la normalisation d'éléments qui contiennent des mentions d'événements datés ou susceptibles de l'être | |||||||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||||||
Membres | att.datable[acquisition affiliation application binding change country creation custEvent date event geogName idno licence location name orgName origDate origPlace origin persName placeName provenance region resp seal settlement stamp state time title] standOff | ||||||||||||||||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@when]">
<sch:report role="nonfatal"
test="@notBefore|@notAfter|@from|@to">The @when attribute
cannot be used with any other att.datable.w3c
attributes.</sch:report> </sch:rule> |
||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@from]">
<sch:report role="nonfatal" test="@notBefore">The @from
and @notBefore attributes cannot be used
together.</sch:report> </sch:rule> |
||||||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@to]">
<sch:report role="nonfatal" test="@notAfter">The @to and
@notAfter attributes cannot be used together.</sch:report>
</sch:rule> |
||||||||||||||||||||||||||||||||||
Exemple | <date from="1863-05-28" to="1863-06-01">28
May through 1 June 1863</date> |
||||||||||||||||||||||||||||||||||
Note | La valeur de l'attribut when doit être une représentation normalisée de la date ou de l'heure, ou des deux, dans l'un des formats spécifiés par le XML Schema Part 2: Datatypes Second Edition, selon le calendrier grégorien. Pour la
date, le format le plus courant est Il faut noter qu'actuellement ce format ne permet pas d'utiliser la valeur 0000 pour représenter l'année précédant le début de l'ère chrétienne ; on doit utiliser la valeur -0001. |
att.datcat provides the dcr:datacat and dcr:ValueDatacat attributes which are used to align XML elements or attributes with the appropriate Data Categories (DCs) defined by the ISO 12620:2009 standard and stored in the Web repository called ISOCat at http://www.isocat.org/. | |||||||||||||
Module | tei | ||||||||||||
Membres | att.segLike[c cl m pc phr s seg w] binary f fs numeric string symbol | ||||||||||||
Attributs | Attributs
|
||||||||||||
Exemple | In this example dcr:datcat relates the feature name to the data category
"partOfSpeech" and dcr:valueDatcat the
feature value to the data category "commonNoun". Both these data
categories reside in the ISOcat DCR at www.isocat.org, which is the
DCR used by ISO TC37 and hosted by its registration authority, the
MPI for Psycholinguistics in Nijmegen. <fs
xmlns:dcr="http://www.isocat.org/ns/dcr">
<f dcr:datcat="http://www.isocat.org/datcat/DC-1345" dcr:valueDatcat="http://www.isocat.org/datcat/DC-1256" fVal="#commonNoun" name="POS"/>
</fs> |
att.declarable fournit des attributs pour ces éléments de l'en-tête TEI qui peuvent être choisis indépendamment au moyen de l'attribut decls. | |||||||||
Module | tei | ||||||||
Membres | availability bibl biblFull biblStruct correction langUsage listBibl listOrg listPlace sourceDesc textClass | ||||||||
Attributs | Attributs
|
||||||||
Note | Les règles régissant l'association d'éléments déclarables avec des parties individuelles d'un texte TEI sont entièrement définies au chap1itre 15.3. Associating Contextual Information with a Text. Un seul élément d'un type particulier peut avoir un attribut default avec une valeur true. |
att.declaring fournit des attributs pour les éléments qui peuvent être associés indépendamment à un élément particulier déclarable dans l'en-tête TEI, ignorant ainsi la valeur dont cet élément devrait hériter par défaut | |||||||
Module | tei | ||||||
Membres | ab back body div facsimile floatingText front gloss graphic group lg listAnnotation media msDesc p ptr ref sourceDoc surface surfaceGrp term text | ||||||
Attributs | Attributs
|
||||||
Note | Les règles régissant l'association d'éléments déclarables avec des parties individuelles d'un texte TEI sont entièrement définies au chapitre 15.3. Associating Contextual Information with a Text. |
att.dimensions fournit des attributs pour décrire la taille des objets physiques | |||||||||||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||||||||||
Membres | att.damaged[damage damageSpan] att.editLike[att.transcriptional[add addSpan del delSpan mod redo restore retrace subst substJoin undo] affiliation am corr date event ex expan gap geogName location name org orgName origDate origPlace origin persName person persona place placeName reg secl state supplied surplus time unclear] depth dim dimensions height space width | ||||||||||||||||||||||||||||||||||||||
Attributs | Attributs att.ranging (@atLeast, @atMost, @min, @max, @confidence)
|
att.divLike fournit un jeu d'attributs communs à tous les éléments qui offrent les mêmes caractéristiques que des divisions | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | div lg | ||||||||||||||||
Attributs | Attributs att.fragmentable (@part)
|
att.docStatus provides attributes for use on metadata elements describing the status of a document. | |||||||||
Module | tei | ||||||||
Membres | bibl biblFull biblStruct change msDesc revisionDesc | ||||||||
Attributs | Attributs
|
||||||||
Exemple | <revisionDesc status="published"> <change status="published" when="2010-10-21"/>
<change status="cleared" when="2010-10-02"/> <change status="embargoed" when="2010-08-02"/>
<change status="frozen" when="2010-05-01" who="#MSM"/> <change status="draft" when="2010-03-01" who="#LB"/>
</revisionDesc> |
att.duration fournit des attributs pour la normalisation des éléments qui contiennent des mentions d'événements datables | |
Module | spoken |
Membres | att.timed[annotationBlock bibl binaryObject gap listAnnotation media] date time |
Attributs | Attributs att.duration.w3c (@dur) att.duration.iso (@dur-iso) |
Note | Cette‘superclasse’ fournit des attributs qui peuvent être employés pour fournir des valeurs normalisées d'information relative au temps. Par défaut, les attributs de la classe att.duration.w3c sont fournis. Si le module pour les noms et dates est chargé, cette classe fournit également des attributs de la classeatt.duration.iso. En général, les valeurs possibles des attributs limitées aux types de données W3C forment un sous-ensemble des valeurs que l'on trouve dans la norme ISO 8601. Cependant, il est rarement nécessaire de recourir aux possibilités très étendues des types de données de l'ISO, il existe en effet une bien plus grande offre logicielle pour le traitement des types de données W3C. |
att.duration.iso attributs pour l'enregistrement de durées temporelles normalisées. | |||||||
Module | tei | ||||||
Membres | att.duration[att.timed[annotationBlock bibl binaryObject gap listAnnotation media] date time] | ||||||
Attributs | Attributs
|
||||||
Note | Si les attributs when-iso et dur ou dur-iso sont tous les deux spécifiés, les valeurs doivent être interprétées comme indiquant un intervalle de temps au moyen de son point de départ (ou date) et de sa durée. Afin de représenter une étendue temporelle par sa durée et sa fin on doit utiliser l'attribut when-iso. En fournissant une forme "régularisée", il n'est rien affirmé sur la correction ou l'incorrection de la forme dans le texte source ; la forme régularisée est simplement celle qui est choisie comme forme principale afin de réunir les variantes de forme sous une seule rubrique. |
att.duration.w3c attributs pour enregistrer des durées de temps normalisées | |||||||
Module | tei | ||||||
Membres | att.duration[att.timed[annotationBlock bibl binaryObject gap listAnnotation media] date time] | ||||||
Attributs | Attributs
|
||||||
Note | Si when et dur sont indiqués en même temps, leurs valeurs doivent être interprétées comme indiquant un espace de temps à partir de son heure (ou date) de départ et de sa durée. Afin de représenter une fourchette de temps par une durée et sa fin, l'attribut when-iso doit être employé. En fournissant une forme ‘regularized’, il n'est rien affrimé sur la correction ou l'incorrection de la forme dans le texte source ; la forme régularisée est simplement celle qui est choisie comme forme principale afin d'unifier les variantes de forme sous une seule rubrique . |
att.editLike fournit des attributs décrivant la nature d'une intervention savante encodée ou de tout autre interprétation. | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | att.transcriptional[add addSpan del delSpan mod redo restore retrace subst substJoin undo] affiliation am corr date event ex expan gap geogName location name org orgName origDate origPlace origin persName person persona place placeName reg secl state supplied surplus time unclear | ||||||||||||||||
Attributs | Attributs att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence))
|
||||||||||||||||
Note | Les membres de cette classe d'attributs sont couramment employés pour représenter tout type d'intervention éditoriale dans un texte, par exemple une correction ou une interprétation, ou bien une datation ou une localisation de manuscrit, etc. |
att.edition fournit des attributs identifiant l'édition source dont provient une quelconque caractéristique encodée. | |||||||||||||
Module | tei | ||||||||||||
Membres | cb lb milestone pb | ||||||||||||
Attributs | Attributs
|
||||||||||||
Exemple | <l>Of
Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
<l>Of that Forbidden Tree,
whose<lb ed="1667
1674"/> mortal tast</l>
<l>Brought Death into the
World,<lb ed="1667"/> and all<lb ed="1674"/> our
woe,</l> |
||||||||||||
Exemple | <listBibl> <bibl xml:id="stapledon1937">
<author>Olaf
Stapledon</author>,
<title>Starmaker</title>, <publisher>Methuen</publisher>, <date>1937</date> </bibl> <bibl xml:id="stapledon1968">
<author>Olaf
Stapledon</author>,
<title>Starmaker</title>, <publisher>Dover</publisher>, <date>1968</date> </bibl>
</listBibl>
<p>Looking into the future
aeons from the supreme moment of the cosmos, I saw the
populations still with all their strength maintaining the<pb edRef="#stapledon1968" n="411"/>essentials of their ancient culture,
still living their personal lives in zest and endless novelty of
action, … I saw myself still preserving, though with increasing
difficulty, my lucid con-<pb edRef="#stapledon1937" n="291"/>sciousness;</p> |
att.fragmentable provides an attribute for representing fragmentation of a structural element, typically as a consequence of some overlapping hierarchy. | |||||||||
Module | tei | ||||||||
Membres | att.divLike[div lg] att.segLike[c cl m pc phr s seg w] ab l p | ||||||||
Attributs | Attributs
|
att.global fournit un jeu d'attributs communs à tous les éléments dans le système de codage TEI. | |||||||||||||||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||||||||||||||
Membres | TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone | ||||||||||||||||||||||||||||||||||||||||||
Attributs | Attributs att.global.rendition (@rend, @style, @rendition) att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana)
att.global.facs (@facs) att.global.change (@change)
att.global.responsibility
(@cert, @resp) att.global.source (@source)
|
att.global.analytic fournit des attributs globaux complémentaires pour associer des analyses ou des interprétations spécifiques avec des portions de texte appropriées. | |||||||||
Module | analysis | ||||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||||
Attributs | Attributs
|
att.global.change supplies the change attribute, allowing its member elements to specify one or more states or revision campaigns with which they are associated. | |||||||
Module | transcr | ||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||
Attributs | Attributs
|
att.global.facs attributs utilisables pour les éléments correspondant à tout ou partie d'une image, parce qu'ils contiennent une représentation alternative de cette image, généralement mais pas nécessairement, une transcription. | |||||||
Module | transcr | ||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||
Attributs | Attributs
|
att.global.linking fournit un ensemble d'attributs pour décrire les liens hypertextuels. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Module | linking | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributs | Attributs
|
att.global.rendition provides rendering attributes common to all elements in the TEI encoding scheme. | |||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||||||||||||||||||||||||
Attributs | Attributs
|
att.global.responsibility provides attributes indicating the agent responsible for some aspect of the text, the markup or something asserted by the markup, and the degree of certainty associated with it. | |||||||||||||
Module | tei | ||||||||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||||||||
Attributs | Attributs
|
||||||||||||
Exemple | Blessed are the <choice> <sic>cheesemakers</sic> <corr cert="high" resp="#editor">peacemakers</corr>
</choice>: for they shall be
called the children of God. |
||||||||||||
Exemple | <lg>
<l>Punkes, Panders, baſe
extortionizing sla<choice>
<sic>n</sic> <corr resp="#JENS1_transcriber">u</corr> </choice>es,</l>
</lg>
<respStmt xml:id="JENS1_transcriber"> <resp when="2014">Transcriber</resp> <name>Janelle Jenstad</name>
</respStmt> |
att.global.source provides an attribute used by elements to point to an external source. | |||||||
Module | tei | ||||||
Membres | att.global[TEI ab abbr abstract accMat acquisition add addName addSpan additional additions addrLine address adminInfo affiliation alt altGrp altIdentifier am analytic anchor annotationBlock appInfo application author authority availability back bibl biblFull biblScope biblStruct bicond binary binaryObject binding bindingDesc body c catchwords category cb cell change choice cit citedRange cl classCode classDecl collation collection colophon cond condition corr correction country creation custEvent custodialHist damage damageSpan date decoDesc decoNote default del delSpan depth desc dim dimensions distinct distributor div divGen docAuthor docDate docEdition docTitle edition editionStmt editor email emph encodingDesc event ex expan explicit extent f fDecl fDescr fLib facsimile figDesc figure fileDesc filiation finalRubric floatingText foliation foreign forename formula front fs fsConstraints fsDecl fsDescr fsdDecl fsdLink funder fvLib fw gap gb genName geogName gloss graphic group handDesc handNotes handShift head headItem headLabel height heraldry hi history idno if iff imprint incipit index institution interp interpGrp item join joinGrp keywords l label langUsage language layout layoutDesc lb lg licence line link linkGrp list listAnnotation listBibl listOrg listPlace listTranspose location locus locusGrp m material measure measureGrp media meeting mentioned metamark milestone mod monogr msContents msDesc msFrag msIdentifier msItem msItemStruct msName msPart musicNotation name nameLink namespace notatedMusic note notesStmt num numeric objectDesc objectType org orgName orig origDate origPlace origin p pb pc persName person personGrp persona phr physDesc place placeName postBox postCode profileDesc provenance ptr pubPlace publicationStmt publisher q quote recordHist redo ref reg region relatedItem rendition repository resp respStmt restore retrace revisionDesc roleName row rs rubric s said schemaRef scriptDesc seal sealDesc secFol secl seg series seriesStmt settlement sic signatures soCalled source sourceDesc sourceDoc sp span spanGrp speaker stage stamp standOff state street string subst substJoin summary supplied support supportDesc surface surfaceGrp surname surplus surrogates symbol table taxonomy teiCorpus teiHeader term text textClass textLang then time timeline title titlePage titlePart titleStmt transpose typeDesc typeNote unclear undo vAlt vColl vDefault vLabel vMerge vNot vRange w watermark when width zone] | ||||||
Attributs | Attributs
|
||||||
Exemple | <p>
As Willard McCarty (<bibl xml:id="mcc_2012">2012,
p.2</bibl>) tells us,
<quote source="#mcc_2012">‘Collaboration’ is a
problematic and should be a contested term.</quote>
</p> |
||||||
Exemple | <p>
<quote source="#chicago_15_ed">Grammatical theories
are in flux, and the more we learn, the less we seem to
know.</quote>
</p>
<bibl xml:id="chicago_15_ed"> <title level="m">The Chicago
Manual of Style</title>,
<edition>15th
edition</edition>. <pubPlace>Chicago</pubPlace>: <publisher>University of
Chicago Press</publisher>
(<date>2003</date>), <biblScope unit="page">p.147</biblScope>. </bibl> |
||||||
Exemple | <elementRef key="p" source="tei:2.0.1"/> Include in the schema an
element named <p> available from the TEI P5 2.0.1 release. |
||||||
Exemple | <schemaSpec ident="myODD" source="mycompiledODD.xml"/> Create a schema
using components taken from the file mycompiledODD.xml. |
att.handFeatures fournit des attributs décrivant les caractéristiques de la main par laquelle un manuscrit est écrit. | |||||||||||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||||||||||
Membres | handShift typeNote | ||||||||||||||||||||||||||||||||||||||
Attributs | Attributs
|
att.internetMedia fournit des attributs pour spécifier le type de ressource informatique selon une taxinomie normalisée. | |||||||
Module | tei | ||||||
Membres | att.media[binaryObject graphic] ptr ref | ||||||
Attributs | Attributs
|
||||||
Exemple | In this example mimeType is used to indicate that the URL points to a
TEI XML file encoded in UTF-8. <ref mimeType="application/tei+xml;
charset=UTF-8" target="http://sourceforge.net/p/tei/code/HEAD/tree/trunk/P5/Source/guidelines-en.xml"/> |
||||||
Note | Cette classe d'attributs fournit des attributs pour décrire une ressource informatique, en général disponible sur internet, selon les taxinomies normalisées. Actuellement une seule taxinomie est reconnue : le système "Multipurpose Internet Mail Extensions Media Type". Ce système de typologie des types de média est définie par l'Internet Engineering Task Force dansRFC 2046. La liste des types est maintenue par l'Internet Assigned Numbers Authority. |
att.interpLike fournit les attributs pour des éléments qui exposent une analyse ou une interprétation formelles. | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | interp interpGrp span spanGrp | ||||||||||||||||
Attributs | Attributs
|
att.measurement donne des attributs pour représenter une mesure régularisée ou normalisée. | |||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||
Membres | measure measureGrp | ||||||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||||||
Note | Cette classe d'attributs fournit un ensemble de trois attributs qui peuvent être employés soit pour régulariser les valeurs de la mesure encodée, soit pour les normaliser en conformité avec un système de mesure normalisé. |
||||||||||||||||||||||||
Note | L'unité doit normalement être nommée avec une abréviation normalisée issue d'une unité SI (voir plus loin http://www.bipm.org/en/publications/si-brochure/; http://physics.nist.gov/cuu/Units/). Cependant les encodeurs peuvent aussi spécifier des mesures avec des unités définies de manière informelle, telles que lines ou characters. |
att.media provides attributes for specifying display and related properties of external media. | |||||||||||||||||||
Module | tei | ||||||||||||||||||
Membres | binaryObject graphic | ||||||||||||||||||
Attributs | Attributs att.internetMedia (@mimeType)
|
att.milestoneUnit provides an attribute to indicate the type of section which is changing at a specific milestone. | |||||||||||||||||
Module | core | ||||||||||||||||
Membres | milestone | ||||||||||||||||
Attributs | Attributs
|
att.msClass provides an attribute to indicate text type or classification. | |||||||
Module | msdescription | ||||||
Membres | msContents msItem msItemStruct | ||||||
Attributs | Attributs
|
att.msExcerpt (extrait d'un manuscrit) fournit des attributs pour décrire les extraits d'un manuscrit. | |||||||||||
Module | msdescription | ||||||||||
Membres | colophon explicit finalRubric incipit msContents msItem msItemStruct quote rubric | ||||||||||
Attributs | Attributs
|
||||||||||
Note | Dans le cas d'un incipit, indique si l'incipit est considéré comme fautif, c'est-à-dire qu'il présente les premiers mots du texte tels qu'ils ont été conservés, et non pas les premiers mots de l'oeuvre elle-même. Dans le cas d'un explicit, indique si l'explicit est considéré comme fautif, c'est-à-dire qu'il présente les mots finaux du texte tels qu'ils ont été préservés, et non pas ce qu'auraient été ces mots si le texte de l'oeuvre avait été complet. |
att.naming fournit des attributs communs aux éléments qui font référence à des personnes, lieux, organismes, etc., nommés. | |||||||||||||||
Module | tei | ||||||||||||||
Membres | att.personal[addName forename genName name orgName persName placeName roleName surname] affiliation author collection country editor event geogName institution origPlace pubPlace region repository rs settlement state | ||||||||||||||
Attributs | Attributs att.canonical (@key, @ref)
|
att.notated provides an attribute to indicate any specialised notation used for element content. | |||||||
Module | tei | ||||||
Membres | annotationBlock formula listAnnotation standOff | ||||||
Attributs | Attributs
|
att.personal (attributs des composantes des noms de personnes) attributs communs des éléments qui composent un nom de personne | |||||||||||||||
Module | tei | ||||||||||||||
Membres | addName forename genName name orgName persName placeName roleName surname | ||||||||||||||
Attributs | Attributs att.naming (@role, @nymRef) (att.canonical (@key, @ref))
|
att.placement fournit des attributs pour décrire l'emplacement où apparaît un élément textuel dans la page ou l'objet source. | |||||||||||||
Module | tei | ||||||||||||
Membres | add addSpan figure fw head label metamark notatedMusic note stage | ||||||||||||
Attributs | Attributs
|
att.pointing fournit un ensemble d'attributs utilisés par tous les éléments qui pointent vers d'autres éléments au moyen d'une ou de plusieurs références URI. | |||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||
Membres | att.pointing.group[altGrp joinGrp linkGrp] citedRange gloss join licence link locus note ptr ref span standOff substJoin term | ||||||||||||||||||||||||||||
Attributs | Attributs
|
att.pointing.group fournit un ensemble d'attributs communs à tous les éléments qui contiennent des groupes d'éléments pointeurs. | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | altGrp joinGrp linkGrp | ||||||||||||||||
Attributs | Attributs att.pointing (@targetLang,
@target, @evaluate) att.typed (@type, @subtype)
|
att.ranging provides attributes for describing numerical ranges. | |||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||
Membres | att.dimensions[att.damaged[damage damageSpan] att.editLike[att.transcriptional[add addSpan del delSpan mod redo restore retrace subst substJoin undo] affiliation am corr date event ex expan gap geogName location name org orgName origDate origPlace origin persName person persona place placeName reg secl state supplied surplus time unclear] depth dim dimensions height space width] num | ||||||||||||||||||||||||||||||
Attributs | Attributs
|
||||||||||||||||||||||||||||||
Exemple | The MS. was lost in transmission by mail
from <del rend="overstrike"> <gap atLeast="1" atMost="2"
extent="one or two letters" reason="illegible" unit="chars"/>
</del> Philadelphia to the
Graphic office, New York. |
att.resourced provides attributes by which a resource (such as an externally held media file) may be located. | |||||||
Module | tei | ||||||
Membres | graphic media schemaRef | ||||||
Attributs | Attributs
|
att.segLike fournit des attributs pour des éléments utilisés pour une segmentation arbitraire. | |||||||
Module | tei | ||||||
Membres | c cl m pc phr s seg w | ||||||
Attributs | Attributs att.datcat (@datcat, @valueDatcat) att.fragmentable (@part)
|
att.sortable provides attributes for elements in lists or groups that are sortable, but whose sorting key cannot be derived mechanically from the element content. | |||||||||||
Module | tei | ||||||||||
Membres | bibl biblFull biblStruct event idno item list listBibl listOrg listPlace msDesc org person personGrp persona place term | ||||||||||
Attributs | Attributs
|
att.spanning fournit des attributs pour les éléments qui délimitent un passage de texte par des mécanismes de pointage plutôt qu'en entourant le passage. | |||||||||
Module | tei | ||||||||
Membres | addSpan cb damageSpan delSpan gb index lb metamark milestone mod pb redo retrace undo | ||||||||
Attributs | Attributs
|
||||||||
Note | Le passage est défini comme courant depuis le début du contenu de l'élément pointeur (s'il y en a un) jusqu'à la fin du contenu de l'élément pointé par l'attribut spanTo (s'il y en a un), dans l'ordre du document. Si aucune valeur n'est fournie pour l'attribut, il est entendu que le passage est de même étendue que l'élément pointeur. |
att.styleDef provides attributes to specify the name of a formal definition language used to provide formatting or rendition information. | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | rendition | ||||||||||||||||
Attributs | Attributs
|
att.tableDecoration fournit des attributs pour mettre en forme les lignes ou les cellules d'un tableau. | |||||||||||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||||||||||
Membres | cell row | ||||||||||||||||||||||||||||||
Attributs | Attributs
|
att.timed fournit des attributs communs aux éléments qui expriment une durée dans le temps, soit de manière absolue, soit en se référant à une carte d'alignement. | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | annotationBlock bibl binaryObject gap listAnnotation media | ||||||||||||||||
Attributs | Attributs att.duration (att.duration.w3c (@dur)) (att.duration.iso (@dur-iso))
|
att.transcriptional fournit des attributs spécifiques au codage d'éléments relatifs à l'intervention de l'auteur ou du copiste dans un texte lors de la transcription de sources manuscrites ou assimilées. | |||||||||||||||||||||||
Module | tei | ||||||||||||||||||||||
Membres | add addSpan del delSpan mod redo restore retrace subst substJoin undo | ||||||||||||||||||||||
Attributs | Attributs att.editLike (@evidence,
@instant) (att.dimensions (@unit, @quantity, @extent, @precision,
@scope) (att.ranging
(@atLeast, @atMost, @min, @max, @confidence)) ) att.written
(@hand)
|
att.translatable fournit les attributs utilisés pour indiquer le statut d'une partie traduisible d'un document ODD. | |||||||
Module | tei | ||||||
Membres | desc gloss | ||||||
Attributs | Attributs
|
att.typed fournit des attributs qui peuvent être utilisés pour classer ou interclasser des éléments de n'importe quelle façon. | |||||||||||||||||
Module | tei | ||||||||||||||||
Membres | att.pointing.group[altGrp joinGrp linkGrp] TEI ab accMat add addName addSpan alt altIdentifier am anchor annotationBlock application bibl biblStruct binaryObject c cb change cit cl collection corr country custEvent damage damageSpan date decoNote del delSpan desc dim div event explicit figure filiation finalRubric floatingText forename gb genName geogName gloss group head incipit join label lb lg line link listAnnotation listBibl listOrg listPlace location locus m measureGrp media milestone mod msDesc msFrag msName msPart name nameLink notatedMusic note org orgName origDate origPlace pb pc persName phr place placeName provenance ptr quote ref reg region relatedItem restore roleName rs rubric s schemaRef seal seg settlement space stamp standOff state surface surfaceGrp surname table teiCorpus term text time w zone | ||||||||||||||||
Attributs | Attributs
|
||||||||||||||||
Schematron |
<sch:rule context="tei:*[@subtype]">
<sch:assert test="@type">The <sch:name/> element
should not be categorized in detail with @subtype unless also
categorized in general with @type</sch:assert>
</sch:rule> |
att.written provides an attribute to indicate the hand in which the textual content of an element was written in the source being transcribed. | |||||||
Module | tei | ||||||
Membres | att.damaged[damage damageSpan] att.transcriptional[add addSpan del delSpan mod redo restore retrace subst substJoin undo] ab div fw head hi label line note p seg text zone | ||||||
Attributs | Attributs
|
macro.limitedContent (contenu du paragraphe) définit le contenu des éléments textuels qui ne sont pas utilisés pour la transcription des contenus existants. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.limitedPhrase"/> <classRef key="model.inter"/> </alternate> </content> |
Declaration | tei_macro.limitedContent = ( text | tei_model.limitedPhrase | tei_model.inter )* |
macro.paraContent (contenu de paragraphe.) définit le contenu de paragraphes et d' éléments semblables. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.inter"/> <classRef key="model.global"/> <elementRef key="lg"/> <classRef key="model.lLike"/> </alternate> </content> |
Declaration | tei_macro.paraContent = ( text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.global | tei_lg | tei_model.lLike )* |
macro.phraseSeq (suite de syntagmes.) définit un ordre de données et d'éléments syntagmatiques. | |
Module | tei |
Utilisé par | abbr
addName
addrLine
affiliation
author
biblScope
catchwords
citedRange
cl
colophon
country
distinct
distributor
docAuthor
docDate
edition
editor
email
expan
explicit
extent
finalRubric
foreign
forename
fw
genName
geogName
gloss
headItem
headLabel
heraldry
incipit
label
material
measure
mentioned
name
nameLink
num
objectType
orgName
origPlace
persName
phr
placeName
pubPlace
publisher
region
roleName
rs
rubric
s
secFol
settlement
soCalled
speaker
stamp
street
surname
term
textLang
watermark |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content> |
Declaration | tei_macro.phraseSeq = ( text | tei_model.gLike | tei_model.phrase | tei_model.global )* |
macro.phraseSeq.limited (séquence d'expression délimitée) définit un ordre de données de caractère et ces éléments de niveau d'expression qui ne sont pas typiquement utilisées pour transcrire des documents existants. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.limitedPhrase"/> <classRef key="model.global"/> </alternate> </content> |
Declaration | tei_macro.phraseSeq.limited = ( text | tei_model.limitedPhrase | tei_model.global )* |
macro.specialPara (contenu "spécial" de paragraphe) définit le modèle de contenu des éléments tels que des notes ou des items de liste, contenant soit une suite d'éléments de niveau composant soit qui ont la même structure qu'un paragraphe, contenant une suite d’éléments du niveau de l’expression et de niveau intermédiaire. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.inter"/> <classRef key="model.divPart"/> <classRef key="model.global"/> </alternate> </content> |
Declaration | tei_macro.specialPara = ( text | tei_model.gLike | tei_model.phrase | tei_model.inter | tei_model.divPart | tei_model.global )* |
macro.xtext (texte étendu) définit une suite de caractères et d'éléments gaiji | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="unbounded" minOccurs="0"> <textNode/> <classRef key="model.gLike"/> </alternate> </content> |
Declaration | tei_macro.xtext = ( text | tei_model.gLike )* |
teidata.certainty Définit la gamme des valeurs d'attribut exprimant un degré de certitude | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <valList type="closed"> <valItem ident="high"/> <valItem ident="medium"/> <valItem ident="low"/> <valItem ident="unknown"/> </valList> </content> |
Declaration | tei_teidata.certainty = "high" | "medium" | "low" | "unknown" |
Note | Le degré de certitude peut être exprimé par l'une des valeurs symboliques prédéfinies high, medium, ou low. |
teidata.count définit la gamme des valeurs des attributs exprimant une valeur entière et non négative utilisé pour des calculs. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="nonNegativeInteger"/> </content> |
Declaration | tei_teidata.count = xsd:nonNegativeInteger |
Note | Seules des valeurs positives entières sont autorisées. |
teidata.duration.iso définit la gamme de valeurs d'attributs exprimant une durée temporaraire utilisant le norme ISO 8601. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="token" restriction="[0-9.,DHMPRSTWYZ/:+\-]+"/> </content> |
Declaration | tei_teidata.duration.iso = token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } |
Exemple | <time dur-iso="PT0,75H">trois
quarts d'une heure</time> |
Exemple | <date dur-iso="P1,5D">une
journee et demie</date> |
Exemple | <date dur-iso="P14D">une
quinzaine</date> |
Exemple | <time dur-iso="PT0.02S">20
ms</time> |
Note | Une durée est exprimée par une suite de
paires alphanumériques, précédée par la lettre P ; la lettre
donne l'unité et peut être Y (année), M (mois), D (jour), H
(heure), M (minute), ou S (seconde), dans cet ordre. Les nombres
sont des entiers sans signe, à l'exception du dernier, qui peut
comporter une décimale (en utilisant soit Pour des détails complets, voir ISO 8601 Data elements and interchange formats — Information interchange — Representation of dates and times. |
teidata.duration.w3c définit la gamme des valeurs d'attributs exprimant une durée temporaraire utilisant les types de données W3C | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="duration"/> </content> |
Declaration | tei_teidata.duration.w3c = xsd:duration |
Exemple | <time dur="PT45M">quarante-cinq minutes</time> |
Exemple | <date dur="P1DT12H">une
journée et demie</date> |
Exemple | <date dur="P7D">une
semaine</date> |
Exemple | <time dur="PT0.02S">20
ms</time> |
Note | Une durée est exprimée par une suite de
paires alphanumériques, précédée par la lettre P ; la lettre
donne l'unité et peut être Y (année), M (mois), D (jour), H
(heure), M (minute), ou S (seconde), dans cet ordre. Les nombres
sont des entiers non signés à l'exception du dernier, qui peut
comporter une décimale (en utilisant soit Pour des détails complets, voir W3C specification. |
teidata.enumerated définit la gamme de valeurs des attributs exprimant un nom XML extrait d'une liste de possibilités documentées | |
Module | tei |
Utilisé par | Elément:
|
Modèle de contenu | <content> <dataRef key="teidata.word"/> </content> |
Declaration | tei_teidata.enumerated = teidata.word |
Note | Les attributs utilisant ce type de données doivent contenir un mot qui suit les règles de définition d'un nom XML valide (voir http://www.w3.org/TR/REC-xml/#dt-name): par exemple ils ne peuvent pas contenir des blancs ni commencer par des chiffres. Normalement, la liste des possibilités documentées est fournie (ou exemplifiée) par une liste de valeurs dans la spécification de l'attribut associé, exprimée par un élément <valList>. |
teidata.interval defines attribute values used to express an interval value. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef name="float"/> <valList> <valItem ident="regular"/> <valItem ident="irregular"/> <valItem ident="unknown"/> </valList> </alternate> </content> |
Declaration | tei_teidata.interval = xsd:float | ( "regular" | "irregular" | "unknown" ) |
teidata.language définit la gamme des valeurs d'attributs exprimant une combinaison particulière du langage humain avec un système d'écriture. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef name="language"/> <valList> <valItem ident=""/> </valList> </alternate> </content> |
Declaration | tei_teidata.language = xsd:language | ( "" ) |
Note | Les valeurs pour cet attribut sont les ‘étiquettes’ de langue définies dans la norme BCP 47. Actuellement, la norme BCP 47 intègre les normes RFC 4646 et RFC 4647 ; à l'avenir, d'autres documents de l'IETF pourront leur succéder en tant que meilleure pratique. Une ‘étiquette de langue’, pour la norme BCP 47, est formée par l'assemblage d'une suite de composants ou de sous-étiquettes reliés par un trait d'union (-, U+002D). L'étiquette est composée des sous-étiquettes suivantes, dans l'ordre indiqué. Chaque sous-étiquette est facultative, à l'exception de la première. Chacune ne peut avoir qu'une occurrence, sauf les quatrième et cinquième (variante et extension), qui sont répétables.
Il y a deux exceptions au format ci-dessus. Premièrement, il y a des codes de langue dans le registre de l'IANA qui ne correspondent pas à la syntaxe ci-dessus, mais qui sont présents car ils ont été ‘hérités’ de spécifications antérieures. En second lieu,
une étiquette complète de langue peut consister seulement en une
sous-étiquette d'usage privé. Ces étiquettes commencent par
Les exemples incluent :
La W3C Internationalization Activity a publié une introduction à la norme BCP 47 dont la lecture peut être utile : Language tags in HTML and XML. |
teidata.name définit la gamme des valeurs d'attribut exprimant un nom XML | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="Name"/> </content> |
Declaration | tei_teidata.name = xsd:Name |
Note | Les attributs utilisant ce type de données doivent contenir un seul mot, qui suit les règles de définition d'un nom XML valide (voir http://www.w3.org/TR/REC-xml/#dt-name) : par exemple ils ne peuvent contenir de blancs ou commencer par des chiffres. |
teidata.namespace définit la gamme des valeurs d'attributs exprimant une espace de noms XML tels qu'ils sont définis par le W3C. | |
Module | tei |
Utilisé par | Elément:
|
Modèle de contenu | <content> <dataRef name="anyURI"/> </content> |
Declaration | tei_teidata.namespace = xsd:anyURI |
Note | La gamme des valeurs syntaxiquement valides est définie par RFC 3986 Uniform Resource Identifier (URI): Generic Syntax. |
teidata.numeric définit la gamme des valeurs d'attributs utilisées pour des valeurs numériques | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef name="double"/> <dataRef name="token" restriction="(\-?[\d]+/\-?[\d]+)"/> <dataRef name="decimal"/> </alternate> </content> |
Declaration | tei_teidata.numeric = xsd:double | token { pattern = "(\-?[\d]+/\-?[\d]+)" } | xsd:decimal |
Note | Toute valeur numérique, représentée en nombre décimal, notée en virgule flottante ou en fraction. Pour représenter un nombre en virgule flottante, exprimé en notation scientifique, ‘E notation’, une variante de la ‘notation exponentielle’ peut être utilisée. Dans ce format, la valeur est exprimée par deux nombres séparés par la lettre E. Le premier facteur, le significande (parfois appelé mantisse) est donné sous forme décimale, tandis que le second est un entier. La valeur est obtenue en multipliant la mantisse par 10 fois le nombre indiqué par l'entier. Ainsi la valeur représentée en notation décimale 1000.0 pourrait être représentée en notation scientifique 10E3. Une valeur exprimée en fraction est représentée par deux nombres entiers séparés par une barre oblique (/). Ainsi, la valeur représentée en notation décimale 0.5 pourrait être représentée en fraction par la chaîne de caractères 1/2. |
teidata.outputMeasurement définit la gamme de valeurs exprimant les dimensions d'un objet destiné à être affiché | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="token" restriction="[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"/> </content> |
Declaration | tei_teidata.outputMeasurement = token { pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)" } |
Exemple | <figure> <head>Le logo TEI</head> <graphic height="600px" url="http://www.tei-c.org/logos/TEI-600.jpg" width="600px"/>
</figure> |
Note | Ces valeurs peuvent être reportées directement sur des valeurs utilisées par XSL-FO et CSS. Pour les définitions des unités, voir ces spécifications ; à ce jour la liste la plus complète est dans un CSS3 working draft. |
teidata.pattern définit la gamme des valeurs d'attributs exprimant une expression régulière | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="token"/> </content> |
Declaration | tei_teidata.pattern = token |
Note | ‘Une
expression régulière, souvent appelée modèle, est une expression qui décrit un jeu de
chaînes de caractères. Elles sont généralement utilisées
pour donner une brève description d'un jeu, sans avoir à en
lister tous les éléments. Par exemple, le jeu contenant les
trois chaînes de caractères Handel, Händel,
et Haendel peut être décrit
comme le modèle H(ä|ae?)ndel (ou on peut dire
que H(ä|ae?)ndel
équivaut à chacune des trois
chaînes)’wikipediawikipedia |
teidata.point defines the data type used to express a point in cartesian space. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="token" restriction="(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)"/> </content> |
Declaration | tei_teidata.point = token { pattern = "(\-?[0-9]+\.?[0-9]*,\-?[0-9]+\.?[0-9]*)" } |
Exemple | <facsimile> <surface lrx="400" lry="280" ulx="0" uly="0"> <zone points="220,100 300,210 170,250
123,234"> <graphic url="handwriting.png
"/> </zone> </surface>
</facsimile> |
teidata.pointer définit la gamme des valeurs d'attributs utilisées pour fournir un pointeur URI unique sur une autre ressource, soit dans le document courant, soit dans un autre document | |
Module | tei |
Utilisé par | Elément:
|
Modèle de contenu | <content> <dataRef name="anyURI"/> </content> |
Declaration | tei_teidata.pointer = xsd:anyURI |
Note | La gamme des valeurs valides syntaxiquement est définie parRFC 3986 Uniform Resource Identifier (URI): Generic Syntax |
teidata.probCert defines a range of attribute values which can be expressed either as a numeric probability or as a coded certainty value. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef key="teidata.probability"/> <dataRef key="teidata.certainty"/> </alternate> </content> |
Declaration | tei_teidata.probCert = teidata.probability | teidata.certainty |
teidata.probability définit la gamme des valeurs d'attributs exprimant une probabilité. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="double"/> </content> |
Declaration | tei_teidata.probability = xsd:double |
Note | Le degré de probabilité est exprimé par un nombre réel entre 0 et 1 ; 0 représentant certainement faux et 1 certainement vrai. |
teidata.replacement defines attribute values which contain a replacement template. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <textNode/> </content> |
Declaration | tei_teidata.replacement = text |
teidata.sex définit la gamme des valeurs d'attributs employés pour identifier le sexe humain ou animal. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef key="teidata.word"/> </content> |
Declaration | tei_teidata.sex = teidata.word |
Note | des valeurs sont celle de l' SO 5218:2004 identification des sexes humains.; 0 : inconnu ; 1 : homme ; 2 : femme ; et 9 : non applicable. |
teidata.temporal.iso définit la gamme des valeurs d'attribut qui sont capables d''exprimer une valeur temporelle comme une date, une période, ou une combinaison des deux qui se conforment au standard international Data elements and interchange formats – Information interchange – Representation of dates and times | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef name="date"/> <dataRef name="gYear"/> <dataRef name="gMonth"/> <dataRef name="gDay"/> <dataRef name="gYearMonth"/> <dataRef name="gMonthDay"/> <dataRef name="time"/> <dataRef name="dateTime"/> <dataRef name="token" restriction="[0-9.,DHMPRSTWYZ/:+\-]+"/> </alternate> </content> |
Declaration | tei_teidata.temporal.iso = xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime | token { pattern = "[0-9.,DHMPRSTWYZ/:+\-]+" } |
Note | S'il est vraisemblable que la valeur utilisée soit destinée à être comparer à d’autres valeurs, alors une indication du fuseau horaire devrait toujours être incluse, et seule la représentation dateTime devrait être employée. Pour toutes les représentations pour lesquelles l’ISO 8601 décrit à la fois un format basique et un formatétendu , ce guide d’encodage recommandande l’emploi du format étendu . Même si l’
ISO 8601 permet d’écrire à la fois |
teidata.temporal.w3c définit la gamme des valeurs d'attributs propre à exprimer une valeur temporelle comme une date, une période, ou une combinaison des deux conformément aux spécifications XML Schema Part 2: Datatypes Second Edition du W3C. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef name="date"/> <dataRef name="gYear"/> <dataRef name="gMonth"/> <dataRef name="gDay"/> <dataRef name="gYearMonth"/> <dataRef name="gMonthDay"/> <dataRef name="time"/> <dataRef name="dateTime"/> </alternate> </content> |
Declaration | tei_teidata.temporal.w3c = xsd:date | xsd:gYear | xsd:gMonth | xsd:gDay | xsd:gYearMonth | xsd:gMonthDay | xsd:time | xsd:dateTime |
Note | S'il est probable que la valeur utilisée doive être comparée à d’autres, alors une indication de fuseau horaire sera toujours incluse, et seule la représentation de dateTime sera employée. |
teidata.text définit la gamme des valeurs d'attributs exprimant une chaine de caracteres Unicode, y compris des espaces blancs. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="string"/> </content> |
Declaration | tei_teidata.text = string |
teidata.truthValue définit la gamme des valeurs d'attributs exprimant la vérité d'une proposition. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="boolean"/> </content> |
Declaration | tei_teidata.truthValue = xsd:boolean |
Note | Ce type de données ne s'applique que dans les cas où l'incertitude est inappropriée ; c’est-à-dire si l'attribut concerné peut avoir une valeur autre que vrai ou faux, par ex. inconnu, ou inapplicable, il devrait alors y avoir la version étendue de ce type de données : data.xTruthValue. |
teidata.version définit la gamme des valeurs d'attribut exprimant un numéro de version TEI. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="token" restriction="[\d]+(\.[\d]+){0,2}"/> </content> |
Declaration | tei_teidata.version = token { pattern = "[\d]+(\.[\d]+){0,2}" } |
Note | La valeur de cet attribut devrait suivre le format proposé par le Consortium Unicode pour identifier les versions (http://unicode.org/versions/). Un numéro de version ne contient que des chiffres et des points. Le numéro initiale identifie le numéro majeur de la version. Un deuxième et un troisième numéro sont aussi disponibles pour la numérotation facultative des versions mineures ou sous-mineurs. |
teidata.versionNumber defines the range of attribute values used for version numbers. | |
Module | tei |
Utilisé par | Elément:
|
Modèle de contenu | <content> <dataRef name="token" restriction="[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}"/> </content> |
Declaration | tei_teidata.versionNumber = token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" } |
teidata.word définit la gamme des valeurs d'attributs exprimant un seul mot ou signe | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <dataRef name="token" restriction="(\p{L}|\p{N}|\p{P}|\p{S})+"/> </content> |
Declaration | tei_teidata.word = token { pattern = "(\p{L}|\p{N}|\p{P}|\p{S})+" } |
Note | Les attributs employant ce type de données doivent contenir un ‘mot’ simple ne contenant que des lettres, des chiffres, des signes de ponctuation, ou des symboles : ils ne peuvent donc pas inclure d’espace. |
teidata.xTruthValue (extended truth value) définit la gamme des valeurs d'attributs exprimant une vérité potentiellement inconnue. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <alternate maxOccurs="1" minOccurs="1"> <dataRef name="boolean"/> <valList> <valItem ident="unknown"/> <valItem ident="inapplicable"/> </valList> </alternate> </content> |
Declaration | tei_teidata.xTruthValue = xsd:boolean | ( "unknown" | "inapplicable" ) |
Note | Dans le cas où l'incertitude n’est pas adaptée, employer plutot le type de données data.TruthValue. |
teidata.xmlName defines attribute values which contain an XML name. | |
Module | tei |
Utilisé par | Elément:
|
Modèle de contenu | <content> <dataRef name="NCName"/> </content> |
Declaration | tei_teidata.xmlName = xsd:NCName |
teidata.xpath defines attribute values which contain an XPath expression. | |
Module | tei |
Utilisé par | |
Modèle de contenu | <content> <textNode/> </content> |
Declaration | tei_teidata.xpath = text |