<supportDesc>

<supportDesc> (보충 기술) 원고의 텍스트 부분에 대한 물리적 서류를 기술하는 요소를 모아 놓는다. [10.7.1 Object Description]
모듈 msdescription — Manuscript Description
속성
material⚓︎ (material) 대부분의 서류를 구성하는 재질에 때한 프로젝트에서 정의한 간단한 이름
상태 수의적
자료 유형 teidata.enumerated
제안값은 다음을 포함한다:
paper
parch
(parchment)
mixed
에 의해 포함된
msdescription: objectDesc
포함할 수 있다
core: p
header: extent
linking: ab
<supportDesc>
 <support> Parchment roll with <material>silk</material> ribbons.
 </support>
</supportDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="supportminOccurs="0"/>
   <elementRef key="extentminOccurs="0"/>
   <elementRef key="foliation"
    minOccurs="0maxOccurs="unbounded"/>

   <elementRef key="collation"
    minOccurs="0"/>

   <elementRef key="condition"
    minOccurs="0"/>

  </sequence>
 </alternate>
</content>
선언
<rng:element name="supportDesc">
 <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:optional>
  <rng:attribute name="material">
   <rng:choice>
    <rng:value>paper</rng:value>
    <rng:value>parch</rng:value>
    <rng:value>mixed</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:optional>
    <rng:ref name="support"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="extent"/>
   </rng:optional>
   <rng:zeroOrMore>
    <rng:ref name="foliation"/>
   </rng:zeroOrMore>
   <rng:optional>
    <rng:ref name="collation"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="condition"/>
   </rng:optional>
  </rng:group>
 </rng:choice>
</rng:element>
element supportDesc
{
   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,
   attribute material { "paper" | "parch" | "mixed" | teidata.enumerated }?,
   ( model.pLike+ | ( support?, extent?, foliation*, collation?, condition? ) )
}