att.styleDef

att.styleDef provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.
モジュール tei — The TEI Infrastructure
構成 rendition styleDefDecl
属性
scheme⚓︎ 当該描出を解説する言語を特定する。
状態 任意
データ型 teidata.enumerated
正当な値:
css
CSS
xslfo
XSL-FO
free
自由記述。
other
利用者が決めた、描出記述言語。
schemeVersion⚓︎ supplies a version number for the style language provided in scheme.
状態 任意
データ型 teidata.versionNumber
Schematron

<sch:rule context="tei:*[@schemeVersion]">
<sch:assert test="@scheme and not(@scheme = 'free')"> @schemeVersion can only be used if @scheme is specified.
</sch:assert>
</sch:rule>