This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/misc/schema/xrc_schema_builtin_only.rnc

13 lines
267 B
Plaintext
Raw Permalink Normal View History

#
# 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
}