<objectDesc>

<objectDesc> 기술되고 있는 대상을 구성하는 물리적 성분에 대한 기술을 포함한다. [10.7.1 Object Description]
모듈msdescription — 10 Manuscript Description
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @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>Early modern
  <material>parchment</material> and
  <material>paper</material>.</p>
 </supportDesc>
 <layoutDesc>
  <layout ruledLines="25 32"/>
 </layoutDesc>
</objectDesc>