<egXML> [http://www.tei-c.org/ns/Examples]
<egXML> (exemple en XML) contient un seul exemple en XML bien formé montrant l'utilisation d'un élément ou d'un attribut XML. [22.1.1 Phrase Level Terms] | |||||||||
Namespace | http://www.tei-c.org/ns/Examples | ||||||||
Module | tagdocs — Documentation Elements | ||||||||
Attributs | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @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: add cit corr del desc emph head hi item l meeting note orig p q quote ref reg 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 additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: occupation tagdocs: exemplum textstructure: argument body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme | ||||||||
Peut contenir | ANY | ||||||||
Note | Dans la source des principes directeurs de la TEI, cet élément se déclare lui-même, ainsi que son contenu, comme appartenant à l'espace de noms http://www.tei-c.org/ns/Examples. Cela permet au contenu de l'élément d'être validé indépendamment du schéma TEI. Lorsque cet élément est utilisé hors de ce contexte, il peut s'avérer préférable de mettre un espace de noms différent ou pas d'espace de nom du tout. Le contenu doit cependant être un document ou un fragment en XML bien formé : si ce n'est pas le cas, on utilisera plutôt l'élément plus général eg . | ||||||||
Exemple | <egXML xmlns="http://www.tei-c.org/ns/Examples"><div> <head>A slide about <gi>egXML</gi> </head> <list> <item> <gi>egXML</gi> can be used to give XML examples in the TEI Examples namespace</item> <item>Attributes values for <att>valid</att>: <list rend="collapsed"> <item> <val rend="green">true</val>: intended to be fully valid</item> <item> <val rend="amber">feasible</val>: valid if missing nodes provided</item> <item> <val rend="red">false</val>: not intended to be valid</item> </list> </item> <item>The <att>rend</att> attribute in the TEI namespace can be used for recording how parts of the example was rendered.</item> </list> </div> </egXML> | ||||||||
Exemple | <egXML valid="feasible" source="#UND" xmlns="http://www.tei-c.org/ns/Examples"><text> <front> <!-- front matter for the whole group --> </front> <group> <text> <!-- first text --> </text> <text> <!-- second text --> </text> </group> </text> <!-- This example is not valid TEI, but could be made so by adding missing components --> </egXML> | ||||||||
Exemple |
<egXML xmlns="http://www.tei-c.org/ns/Examples" valid="false">
<para xml:lang="en">Doubloons are a pirate's best friend</para>
</egXML>
| ||||||||
Modèle de contenu | <content> | ||||||||
Schéma Declaration | <rng:element name="egXML"> element egXML { 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, attribute valid { "true" | "feasible" | "false" }?, ( text | anyElement-egXML )* } |