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

relaxng.xhtml5full-html-rdfalite.rnc Maven / Gradle / Ivy

The newest version!
default namespace = "http://www.w3.org/1999/xhtml"
include "common.rnc" {
		XMLonly = empty
		HTMLonly = notAllowed
		v5only = empty
		nonHTMLizable = notAllowed
		nonRoundtrippable = notAllowed
}
start = html.elem
include "phrase.rnc"
include "block.rnc"
include "sectional.rnc"
include "revision.rnc"
include "embed.rnc"
include "core-scripting.rnc"
include "structural.rnc"
include "ruby.rnc"
include "media.rnc"
include "tables.rnc"
include "form-datatypes.rnc"
include "web-forms.rnc"
include "web-forms2.rnc"
include "web-components.rnc"
include "applications.rnc"
include "data.rnc"
include "legacy.rnc"
include "aria.rnc"
include "meta.rnc" {
		html.inner =
			(	head.elem
			,	(	body.elem
				|	frameset.elem
				)
			)
}
include "microdata.rnc"
include "rdfa.rnc" {
		nonRDFaLite = notAllowed
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy