13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
#
|
|
# RELAX NG schema for XRC files.
|
|
#
|
|
# Super-strict variant that only accepts wx's builtin classes.
|
|
#
|
|
# See https://docs.wxwidgets.org/trunk/overview_xrcformat.html for freeform
|
|
# description of the format.
|
|
#
|
|
|
|
include "xrc_schema.rnc" {
|
|
customClasses = notAllowed
|
|
}
|