<decoDesc>

<decoDesc> (장식 기술) 일련의 문단 또는 주제별로 조직된 일련의 decoNote 요소로 원고의 장식 기술을 포함한다. [10.7.3 Bindings, Seals, and Additional Material]
모듈 msdescription — Manuscript Description
속성
클럽 회원
에 의해 포함된
msdescription: physDesc
포함할 수 있다
core: p
linking: ab
msdescription: decoNote summary
<decoDesc>
 <p>The start of each book of the Bible with a 10-line historiated
   illuminated initial; prefaces decorated with 6-line blue initials with red
   penwork flourishing; chapters marked by 3-line plain red initials; verses
   with 1-line initials, alternately blue or red.</p>
</decoDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="summaryminOccurs="0"/>
   <elementRef key="decoNoteminOccurs="1"
    maxOccurs="unbounded"/>

  </sequence>
 </alternate>
</content>
선언
<rng:element name="decoDesc">
 <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: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="decoNote"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element decoDesc
{
   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,
   ( model.pLike+ | ( summary?, decoNote+ ) )
}