(((meta (@ (content . "Encoding of Sz Attribute Values") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#api #manual #reference #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001012931000") (name . "back"))) (meta (@ (content . "00001012931000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20230403161923") (name . "created"))) (meta (@ (content . "00001012930500") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20240122115245") (name . "modified"))) (meta (@ (content . "20240122115245") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "An attribute is represented by a single cell." " " "The first element of the cell references the attribute key, the second value the corresponding value.") (div (@ (class . "syntax")) (p (em "AttributeKeyValue") " " (strong "=") " " (kbd "(") " " (em "AttributeKey") " " (kbd ".") " " (em "AttributeValue") " " (kbd ")") ".")) (p (em "AttributeKey") " and " (em "AttributeValue") " are " (a (@ (href . "00001012930500")) "string values") ".") (p "An empty key denotes the generic attribute.") (p "A key with the value " (kbd "\"-\"") " specifies the default attribute." " " "In this case, the attribute value is not interpreted.") (p "Some examples:") (ul (li (kbd "()") " represents the absence of attributes,") (li (kbd "((\"-\" . \"\"))") " represent the default attribute,") (li (kbd "((\"-\" . \"\") (\"\" . \"syntax\"))") " adds the generic attribute with the value " (@L (@H "“") "syntax" (@H "”")) ",") (li (kbd "((\"lang\" . \"en\"))") " denotes the attribute key " (@L (@H "“") "lang" (@H "”")) " with a value " (@L (@H "“") "en" (@H "”")) ".")))