<egXML>

<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
Modultagdocs — 22 Documentation Elements
Attribute att.xmlspace (@xml:space)
Verwendet von
Kann enthaltenLeeres Element
Deklaration

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