att.styleDef

att.styleDef provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.
Módulo tei — The TEI Infrastructure
Miembros rendition styleDefDecl
Atributos
scheme⚓︎ identifica el lenguaje usado para describir la interpretación.
Estado Opcional
Tipo de datos teidata.enumerated
Los valores admitidos son:
css
Lenguaje de CSS
xslfo
Objetos extensibles del formato del lenguaje de Stylesheet
free
Descripción informal y libre del texto
other
Un idioma descriptivo de interpretación definido por el usario.
schemeVersion⚓︎ supplies a version number for the style language provided in scheme.
Estado Opcional
Tipo de datos 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>