<eg>
<eg> (example) contains any kind of illustrative example. [22.4.4 Element Specifications 22.4.5 Attribute List Specification] | |
Module | tagdocs — 22 Documentation Elements |
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
Used by | |
Contained by | 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 source support surrogates spoken: writing tagdocs: exemplum textstructure: argument body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript titlePart verse: rhyme |
May contain | Character data only |
Declaration |
element eg { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, text } |
Example | <p>The <gi>term</gi> element is declared using the following syntax: <eg><![CDATA[<!ELEMENT term (%phrase.content;)>]]</eg> </p> |
Note | If the example contains material in XML markup, either it must be
enclosed within a CDATA marked section, or character entity
references must be used to represent the markup delimiters. If the
example contains well-formed XML, it should be marked using the
more specific egXML element. |