<egXML>

<egXML> (ejemplo de XML) constituye la raíz de un único ejemplo bien formado según el lenguaje XML que ilustra el uso de un elemento o un atributo XML. 22.4.4 Element Specifications 22.4.5 Attribute List Specification
Módulotagdocs — 22 Documentation Elements
Atributos att.xmlspace (@xml:space)
Usado por
Puede contenerElemento vacío
Declaración

<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* }
Ejemplo
<egXML><langUsage>
  <language ident="en">English</language>
</langUsage>
</egXML>