<exemplum>

<exemplum> (exemplum) 包含說明某一元素使用的單一範例,可任意配合註解段落。 [22.5 Element Specifications]
組件 tagdocs — Documentation Elements
屬性
可包含在於
可包含
core: p
linking: ab
tagdocs: eg egXML
例子
<exemplum>
 <p>
  <gi>名稱</gi>元素可以同時用於人名以及地名:</p>
 <eg xml:space="preserve"><![CDATA[ <q>我親愛的 <name           type="person">班耐特</name>先生,</q> 有一天太太對他說,           <q>你聽到<name type="place">尼得斐莊園</name>           終於租出去了嗎?</q>]]></eg>
 <p>如上所示,<att>屬性值</att> 可用來分辨人名或地名。</p>
</exemplum>
Content model
<content>
 <sequence>
  <classRef key="model.pLikeminOccurs="0"
   maxOccurs="unbounded"/>

  <alternate>
   <elementRef key="egXML"/>
   <elementRef key="eg"/>
  </alternate>
  <classRef key="model.pLikeminOccurs="0"
   maxOccurs="unbounded"/>

 </sequence>
</content>
宣告
<rng:element name="exemplum">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.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.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attributes,
   att.translatable.attributes,
   ( model.pLike*, ( egXML | eg ), model.pLike* )
}