att.styleDef

att.styleDef provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.
Modul tei — The TEI Infrastructure
Mitglieder rendition styleDefDecl
Attribute
scheme⚓︎ identifies the language used to describe the rendition.
Zustand Optional
Datentyp teidata.enumerated
Gültige Werte:
css
Cascading Stylesheet Language
xslfo
Extensible Stylesheet Language Formatting Objects
free
Informal free text description
other
A user-defined rendition description language
schemeVersion⚓︎ supplies a version number for the style language provided in scheme.
Zustand Optional
Datentyp 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>