<supportDesc>

<supportDesc> (description du support) regroupe les éléments décrivant le support physique du texte du manuscrit. [10.7.1 Object Description]
Module msdescription — Manuscript Description
Attributs
material⚓︎ (matériau) contient un nom abrégé propre au projet désignant le matériau qui a principalement servi pour fabriquer le support.
Statut Optionel
Type de données teidata.enumerated
Les valeurs suggérées comprennent:
paper
parch
(parchemin)
mixed
Contenu dans
msdescription: objectDesc
Peut contenir
core: p
header: extent
linking: ab
Exemple
<supportDesc>
 <support> Parchment roll with <material>silk</material> ribbons.
 </support>
</supportDesc>
Modèle de contenu
<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>
Schéma Declaration
<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? ) )
}