All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.xhtml10.exclude.basic-table.rnc Maven / Gradle / Ivy

# Checks exclusions applying to basic-table module.
# This schema is intended to be used in addition to xhtml.rng.

default namespace = "http://www.w3.org/1999/xhtml"

start = normalElement
normalElement = element * - table { normalContent }
normalContent = (normalElement | tableElement | anyAttribute | text)*
tableElement = element table { tableContent }
tableContent = (element * - table { tableContent } | anyAttribute | text)*
anyAttribute = attribute * { text }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy