egXML (hendiAll)
Zurück
<egXML>
Andere Schemata
Attribute
valid
Datentyp
teidata.enumerated
Erlaubte Werte
true
feasible
false
Beispiel
<egXML>
<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>
Beispiel
<egXML valid="feasible" source="#UND">
<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>
Beispiel