<tag>

<tag> 속성 명시를 포함하나 시작 및 종료 마크업 구분 문자를 제외한, 완전한 시작 또는 종료 태그의 텍스트를 포함한다. 22 Documentation Elements
모듈 tagdocs — 22 Documentation Elements
전체 속성에 부가
type indicates the type of XML tag intended
상태 수의적
적법한 값은:
start
a start-tag, with delimiters < and > is intended
end
an end-tag, with delimiters </ and > is intended
empty
a empty tag, with delimiters < and /> is intended
pi
a pi (processing instruction), with delimiters <? and ?> is intended
comment
a comment, with delimiters <!-- and --> is intended
ms
a marked-section, with delimiters <[CDATA[ and ]]> is intended
scheme 이 이름이 정의된 스키마의 이름을 제공한다.
상태 수의적
적법한 값은:
TEI
(텍스트 부호화 표준) 이 태그는 TEI 스키마의 부분이다. [기본값]
DBK
(도크북) 이 태그는 Docbook 스키마의 부분이다.
XX
(미지의) 이 태그는 미지의 스키마의 부분이다.
에 의해 사용된
포함할 수 있다 문자 자료만 허용
선언

<rng:element name="tag">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>start</rng:value>
    <rng:value>end</rng:value>
    <rng:value>empty</rng:value>
    <rng:value>pi</rng:value>
    <rng:value>comment</rng:value>
    <rng:value>ms</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="scheme" a:defaultValue="TEI">
   <rng:choice>
    <rng:value>TEI</rng:value>
    <rng:value>DBK</rng:value>
    <rng:value>XX</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element tag
{
   att.global.attributes,
   attribute type { "start" | "end" | "empty" | "pi" | "comment" | "ms" }?,
   attribute scheme { "TEI" | "DBK" | "XX" }?,
   text
}
Mark the start of each italicised phrase with a
<tag>hi rend="it"</tag> tag, and its end with a <tag type="end">hi</tag> tag.
<tag type="comment">Example updated on 2008-04-05</tag>