<code>

<code> 프로그래밍 언어와 같은 형식 언어의 문자적 부호를 포함한다.
모듈 tagdocs — 22 Documentation Elements
전체 속성에 부가
lang (형식 언어) 부호가 표현된 형식 언어를 식별하는 이름
상태 수의적
자료 유형

<rng:ref name="data.word"/>
data.word
에 의해 사용된
포함할 수 있다 문자 자료만 허용
선언

<rng:element name="code">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="lang">
   <rng:ref name="data.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element code { att.global.attributes, attribute lang { data.word }?, text }
<code lang="JAVA"> Size fCheckbox1Size = new Size();
fCheckbox1Size.Height = 500;
fCheckbox1Size.Width = 500;
xCheckbox1.setSize(fCheckbox1Size);
</code>