60f8d69a98
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
#
|
|
# RELAX NG schema for XRC files.
|
|
#
|
|
# Super-strict variant that only accepts wx's builtin classes.
|
|
#
|
|
# See http://docs.wxwidgets.org/trunk/overview_xrcformat.html for freeform
|
|
# description of the format.
|
|
#
|
|
|
|
include "xrc_schema.rnc" {
|
|
customClasses = notAllowed
|
|
}
|