<code>

<code> 프로그래밍 언어와 같은 형식 언어의 문자적 부호를 포함한다. [22.1.1 Phrase Level Terms]
모듈 tagdocs — Documentation Elements
속성
lang⚓︎ (형식 언어) 부호가 표현된 형식 언어를 식별하는 이름
상태 수의적
자료 유형 teidata.word
클럽 회원
에 의해 포함된
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
포함할 수 있다 문자 자료만 허용
<code lang="JAVA"> Size fCheckbox1Size = new Size();
fCheckbox1Size.Height = 500;
fCheckbox1Size.Width = 500;
xCheckbox1.setSize(fCheckbox1Size);
</code>
Content model
<content>
 <textNode/>
</content>
선언
<rng:element name="code">
 <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="lang">
   <rng:ref name="teidata.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element code
{
   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 lang { teidata.word }?,
   text
}