<egXML> [http://www.tei-c.org/ns/Examples]

<egXML> (example of XML) contains a single well-formed XML fragment demonstrating the use of some XML element or attribute, in which the egXML element itself functions as the root element. 22.4.4 Element Specifications 22.4.5 Attribute List Specification
Modul tagdocs — 22 Documentation Elements
Verwendet von
Kann enthalten Leeres Element
Deklaration

<rng:element name="egXML">
 <rng:ref name="att.global.attributes"/>
 <rng:zeroOrMore>
  <rng:group>
   <rng:choice>
    <rng:text/>
    <rng:ref name="macro.anyXML"/>
   </rng:choice>
  </rng:group>
 </rng:zeroOrMore>
</rng:element>
element egXML { att.global.attributes, text | macro.anyXML* }
Beispiel
<egXML><langUsage>
  <language ident="en">English</language>
</langUsage>
</egXML>