<objectDesc>

<objectDesc> 当該対象の物理的構成要素の解説を示す. 10.7.1 Object Description
モジュールmsdescription — 10 Manuscript Description
属性
form 当該キャリアの物理的な形を示す,プロジェクト固有の短い名前.例え ば,冊子,巻子,断片,切れ端など.
状態 任意
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
プロジェクト固有の短い名前.
当該モジュールを使用するもの
下位
core: p
linking: ab
msdescription: layoutDesc supportDesc
宣言

<rng:element name="objectDesc">
<rng:ref name="att.global.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,
   attribute form { data.enumerated }?,
   ( model.pLike+ | ( supportDesc?, layoutDesc? ) )
}
<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>