Skip to content

Instantly share code, notes, and snippets.

@vadz
Created April 7, 2015 19:24
Show Gist options
  • Save vadz/add18ade601e85192d84 to your computer and use it in GitHub Desktop.
Save vadz/add18ade601e85192d84 to your computer and use it in GitHub Desktop.
Example of RELAX NG schema for XRC with a custom element.
default namespace = "http://www.wxwidgets.org/wxxrc"
namespace xrc = "http://www.wxwidgets.org/wxxrc"
include "http://www.wxwidgets.org/wxxrc" {
customClasses =
element object {
attribute class { "Frobnicator" } &
stdObjectNodeAttributes &
stdWindowProperties &
[xrc:p="o"] element num_times {_, t_integer }*
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment