att.styleDef
att.styleDef provides attributes to specify the name of a formal definition language used to provide
formatting or rendition information.
Module | tei | ||||||||||||||||||||
Members | rendition | ||||||||||||||||||||
Attributes | Attributes
|
||||||||||||||||||||
Source | Github
<classSpec module="tei" type="atts" ident="att.styleDef"> <desc>provides attributes to specify the name of a formal definition language used to provide formatting or rendition information.</desc> <attList> <attDef ident="scheme"> <desc>identifies the language used to describe the rendition.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="closed"> <valItem ident="css"> <desc>Cascading Stylesheet Language</desc> </valItem> <valItem ident="xslfo"> <desc>Extensible Stylesheet Language Formatting Objects</desc> </valItem> <valItem ident="free"> <desc>Informal free text description</desc> </valItem> <valItem ident="other"> <desc>A user-defined rendition description language</desc> </valItem> </valList> </attDef> <attDef ident="schemeVersion" usage="opt"> <desc>supplies a version number for the style language provided in <att>scheme</att>.</desc> <datatype> <dataRef key="teidata.versionNumber"/> </datatype> </attDef> </attList> </classSpec> |