<egXML>

<egXML> (esempio di XML) contiene un unico esempio ben formato secondo il linguaggio XML che illustra l'impiego di un elemento o attributo XML 22.4.4 Element Specifications 22.4.5 Attribute List Specification
Modulotagdocs — 22 Documentation Elements
Attributi att.xmlspace (@xml:space)
Usato daexemplum model.egLike
Può contenereAmmessi soltanto caratteri di testo
Dichiarazione

<rng:element name="egXML">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.xmlspace.attributes"/>
<rng:text/>
</rng:element>
element egXML { att.global.attributes, att.xmlspace.attributes, text }
Esempio
<egXML><langUsage>
  <language ident="en">English</language>
</langUsage>
</egXML>