]> git.saurik.com Git - wxWidgets.git/blob - misc/schema/xrc_schema_builtin_only.rnc
Add RELAX NG schema for XRC files.
[wxWidgets.git] / misc / schema / xrc_schema_builtin_only.rnc
1 #
2 # RELAX NG schema for XRC files.
3 #
4 # Super-strict variant that only accepts wx's builtin classes.
5 #
6 # See http://docs.wxwidgets.org/trunk/overview_xrcformat.html for freeform
7 # description of the format.
8 #
9
10 include "xrc_schema.rnc" {
11 customClasses = notAllowed
12 }