<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 da
Può contenereElemento vuoto
Dichiarazione

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