<egXML> [http://www.tei-c.org/ns/Examples]
<egXML> (example of XML) 要素や属性の使用例を示す、整形式XMLデータによる用例をひとつ含む。要 素egXMLが当該用例の根要素になる。 [23.1.1 Phrase Level Terms] | |||||||||
Namespace | http://www.tei-c.org/ns/Examples | ||||||||
モジュール | tagdocs — Documentation Elements | ||||||||
属性 |
|
||||||||
クラブのメンバー | |||||||||
上位 |
cmc: post
core: add cit corr del desc emph head hi item l meeting note orig p q quote ref reg said sic stage textLang 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
|
||||||||
下位 | ANY | ||||||||
解説 |
TEIガイドラインでは、当該要素とその内容は、名前区間 http://www.tei-c.org/ns/Examples で宣言されているとする。これにより、TEIスキームとは関係なく、当該 要素の内容は妥当とされる。当該要素が、これ以外の意味で使用される場 合には、異なる名前空間を使用することが望ましいだろう。 当該要素の内容は、整形式XMLデータでなければならない。そうでない場 合は、より一般的な要素egを使用すべきである。 |
||||||||
例 |
<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 can be used for recording how parts of the example were rendered.</item> </list> </div> </egXML> |
||||||||
例 |
<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> |
||||||||
例 | |||||||||
Content model |
<content> |
||||||||
宣言 |
<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_2 )* } |