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)) |