<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 )* }

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>