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
연속식 스타일시트 언어Translation out of date.
xslfo
확장가능 스타일시트 언어Translation out of date.
free
격식이 자유로운 텍스트 기술Translation out of date.
other
사용자 정의 해석 기술 언어Translation out of date.
Translation out of date.
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>