<content>

<content> (スキーマ宣言) 当該スキーマの宣言を示す. 22.4.4 Element Specifications
モジュールtagdocs — 22 Documentation Elements
属性
当該モジュールを使用するものelementSpec macroSpec moduleRef
下位
tagdocs: valList
宣言
element content { att.global.attributes, ( macro.schemaPattern | valList )* }

This content model allows either a sequence of paragraphs or a series of msItem elements optionally preceded by a summary:

<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>
解説
As the example shows, content models in P5 may be expressed using the RelaxNG syntax directly. More exactly, they are defined using the pattern macro.schemaPattern. Alternatively, a content model may be expressed using the TEI <valList> element.