<exemplum>

<exemplum> 요소의 사용을 나타내는 단일 예를 포함한다. 수의적으로 논평문단과 함께 나타난다. 22.4.4 Element Specifications
모듈 tagdocs — 22 Documentation Elements
전체 속성에 부가 att.typed (@type, @subtype) att.translatable (@version)
에 의해 사용된
포함할 수 있다
core: p
linking: ab
tagdocs: eg egXML
선언

<rng:element name="exemplum">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.translatable.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.pLike"/>
  </rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="egXML"/>
   <rng:ref name="eg"/>
  </rng:choice>
  <rng:zeroOrMore>
   <rng:ref name="model.pLike"/>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element exemplum
{
   att.global.attributes,
   att.typed.attributes,
   att.translatable.attributes,
   ( model.pLike*, ( egXML | eg ), model.pLike* )
}
<exemplum xml:lang="en">
 <p>The <gi>name</gi> element can be used for both personal names and place names:</p>
 <eg><![CDATA[ <q>My dear <name type="person">Mr.
   Bennet</name>,</q> said his lady to him one day,
   <q>have you heard that <name type="place">Netherfield
   Park</name> is let at last?</q>]]></eg>
 <p>As shown above, the <att>type</att> attribute may be used to distinguish the one from the
   other.</p>
</exemplum>

Note that an explicit end-tag must be supplied for the paragraph immediately preceding the eg element within anexemplum, to prevent the eg from being mistaken for part of the paragraph.