P5 Version 4.10.2. Last updated on 4th September 2025, revision bcfa98f42
In the source of the TEI Guidelines, this element declares itself and its content as belonging to the namespace http://www.tei-c.org/ns/Examples. This enables the content of the element to be validated independently against the TEI scheme. Where this element is used outside this context, a different namespace or none at all may be preferable. The content must however be a well-formed XML fragment or document: where this is not the case, the more general eg element should be used in preference.
<content>
<alternate minOccurs="0"
maxOccurs="unbounded">
<textNode/>
<anyElement/>
</alternate>
</content>
<rng:element name="egXML">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.global.analytic.attributes"/>
<rng:ref name="att.global.change.attributes"/>
<rng:ref name="att.global.facs.attributes"/>
<rng:ref name="att.global.linking.attributes"/>
<rng:ref name="att.global.rendition.attributes"/>
<rng:ref name="att.global.responsibility.attributes"/>
<rng:ref name="att.global.source.attributes"/>
<rng:optional>
<rng:attribute name="valid"
a:defaultValue="true">
<rng:choice>
<rng:value>true</rng:value>
<rng:value>feasible</rng:value>
<rng:value>false</rng:value>
</rng:choice>
</rng:attribute>
</rng:optional>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref name="anyElement_egXML_2"/>
</rng:choice>
</rng:zeroOrMore>
</rng:element>
element egXML { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute valid { "true" | "feasible" | "false" }?, ( text | anyElement_egXML_2 )* }
[English] [Deutsch] [Español] [Italiano] [Français] [日本語] [한국어] [中文]