<egXML>

<egXML> 包含形式完整的單一XML範例的根結構,用以說明某些XML元素或屬性的使用方法。 22.4.4 Element Specifications 22.4.5 Attribute List Specification
組件tagdocs — 22 Documentation Elements
屬性 att.xmlspace (@xml:space)
屬於exemplum model.egLike
可包含僅文字符號資料
宣告

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