<objectDesc>

<objectDesc> (object description) 当該対象の物理的構成要素の解説を示す。 [10.7.1 Object Description]
モジュール msdescription — Manuscript Description
属性
form⚓︎ (form) 当該キャリアの物理的な形を示す、プロジェクト固有の短い名前。例え ば、冊子、巻子、断片、切れ端など。
状態 任意
データ型 teidata.enumerated
クラブのメンバー
上位
msdescription: physDesc
下位
core: p
linking: ab
msdescription: layoutDesc supportDesc
<objectDesc form="codex">
 <supportDesc material="mixed">
  <p>Early modern
  <material>parchment</material> and
  <material>paper</material>.</p>
 </supportDesc>
 <layoutDesc>
  <layout ruledLines="25 32"/>
 </layoutDesc>
</objectDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="supportDesc"
    minOccurs="0"/>

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

  </sequence>
 </alternate>
</content>
宣言
<rng:element name="objectDesc">
 <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="form">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:optional>
    <rng:ref name="supportDesc"/>
   </rng:optional>
   <rng:optional>
    <rng:ref name="layoutDesc"/>
   </rng:optional>
  </rng:group>
 </rng:choice>
</rng:element>
element objectDesc
{
   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 form { teidata.enumerated }?,
   ( model.pLike+ | ( supportDesc?, layoutDesc? ) )
}