summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rnc/omdoc/xhtml-attribs.rnc
blob: 0aa6e323164d3a16108d1fa7714bb2bddac84b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Common Attributes Module

id.attrib = attribute id { ID.datatype }?
class.attrib = attribute class { NMTOKENS.datatype }?
title.attrib = attribute title { Text.datatype }?
Core.attrib = id.attrib &  class.attrib & title.attrib
lang.attrib = attribute xml:lang { LanguageCode.datatype }?
I18n.attrib = lang.attrib
Common.attrib = Core.attrib &  I18n.attrib
CommonIdRequired.attrib =
  attribute id { ID.datatype } & 
  class.attrib & 
  title.attrib & 
  I18n.attrib