<egXML>

<egXML> (exemple XML) contient un seul exemple de code XML bien formé montrant l'utilisation d'un élément ou d'un attribut XML 22.4.4 Element Specifications 22.4.5 Attribute List Specification
Moduletagdocs — 22 Documentation Elements
Attributs att.xmlspace (@xml:space)
Utilisé parexemplum model.egLike
Peut contenirDes données textuelles uniquement
Declaration

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