<listBibl>
<listBibl> (liste de références bibliographiques) contient une liste de références bibliographiques de toute nature. [3.12.1 Methods of Encoding Bibliographic References and Lists of References 2.2.7 The Source Description 15.3.2 Declarable Elements] | |
Module | core — Elements Available in All TEI Documents |
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) att.declarable (@default) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: add cit corr del desc emph head hi item l listBibl meeting note orig p q quote ref reg relatedItem said sic stage title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additional additions collation condition custEvent decoNote filiation foliation layout msItem msItemStruct musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: climate event location object occupation org person personGrp persona place population state terrain trait spoken: broadcast scriptStmt u writing textstructure: argument back body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph front imprimatur postscript salute signed titlePart trailer verse: rhyme |
Peut contenir | |
Exemple | <listBibl> <head>Liste des ouvrages cités</head> <bibl>Les Petits Romantiques </bibl> <biblStruct> <analytic> <title>La poésie en prose</title> </analytic> <monogr> <title>Aloysius Bertrand, "inventeur" du poème en prose</title> <author>Bert Guégand</author> <imprint> <publisher>PUN</publisher> <date>2000</date> </imprint> </monogr> </biblStruct> </listBibl> |
Modèle de contenu | <content> |
Schéma Declaration | <rng:element name="listBibl"> element listBibl { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.sortable.attributes, att.declarable.attributes, att.typed.attributes, ( model.headLike*, desc*, ( model.milestoneLike | relation | listRelation )*, ( model.biblLike+, ( model.milestoneLike | relation | listRelation )* )+ ) } |