<objectDesc>

<objectDesc> 包含討論中物件的材質組成成分描述。 [10.7.1 Object Description]
組件msdescription — 10 Manuscript Description
屬性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
form一個簡短的用途專用名稱,表示該媒介的物質外形,例如手抄本、名冊、斷片、部分頁面、剪報等。
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
a short project-defined name
屬於
可包含在於
msdescription: physDesc
可包含
core: p
linking: ab
msdescription: layoutDesc supportDesc
宣告

<rng:element name="objectDesc">
 <rng:ref name="att.global.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:optional>
  <rng:attribute name="form">
   <rng:ref name="data.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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute form { data.enumerated }?,
   ( model.pLike+ | ( supportDesc?, layoutDesc? ) )
}
例子
<objectDesc form="codex">
 <supportDesc material="mixed">
  <p>現代早期 <material>羊皮紙</material><material>白紙</material></p>
 </supportDesc>
 <layoutDesc>
  <layout ruledLines="25 32"/>
 </layoutDesc>
</objectDesc>