<objectDesc>

<objectDesc> 기술되고 있는 대상을 구성하는 물리적 성분에 대한 기술을 포함한다. 10.7.1 Object Description
모듈 msdescription — 10 Manuscript Description
전체 속성에 부가
form 미제본 원고, 명부, 부분, 부분적 장, 잘라낸 것 등과 같이 물리적 형태를 식별하는, 프로젝트에서 사용하는 간단한 이름
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
a short project-defined name
에 의해 사용된
포함할 수 있다
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>