# #####################################################################
##  RELAX NG Schema for HTML 5: Web Forms 2.0 Scripting               #
# #####################################################################

	scripting.attr.form.formchange =
		attribute onformchange { string }

	scripting.attr.form.forminput =
		attribute onforminput { string }

#	output.attrs &=
#		(	scripting.attr.form.formchange?
#		&	scripting.attr.form.forminput?
#		&	scripting.attr.form.change?
#		)
