<content>

<content> (模型宣告) 包含所記錄之模型的宣告文字。 22.4.4 Element Specifications
組件tagdocs — 22 Documentation Elements
屬性
屬於
可包含
tagdocs: valList
宣告

<rng:element name="content">
<rng:ref name="att.global.attributes"/>
<rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="macro.schemaPattern"/>
  <rng:ref name="valList"/>
 </rng:choice>
</rng:zeroOrMore>
</rng:element>
element content { att.global.attributes, ( macro.schemaPattern | valList )* }
例子
<content>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:optional>
    <rng:ref name="summary"/>
   </rng:optional>
   <rng:oneOrMore>
    <rng:ref name="msItem"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</content>