From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- src/VBox/Main/xml/SchemaDefs.xsl | 246 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 src/VBox/Main/xml/SchemaDefs.xsl (limited to 'src/VBox/Main/xml/SchemaDefs.xsl') diff --git a/src/VBox/Main/xml/SchemaDefs.xsl b/src/VBox/Main/xml/SchemaDefs.xsl new file mode 100644 index 00000000..262ea41a --- /dev/null +++ b/src/VBox/Main/xml/SchemaDefs.xsl @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Value '' of parameter 'mode' is invalid! + + + + + + + + + +/* + * DO NOT EDIT. + * + * This header is automatically generated from the VirtualBox XML Settings + * Schema and contains selected schema constraints declared in C++. + */ + +#ifndef ____H_SCHEMADEFS +#define ____H_SCHEMADEFS + +namespace SchemaDefs +{ + enum + { + + + + + DummyTerminator + }; + + + + +} + +#endif // !____H_SCHEMADEFS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/* + * DO NOT EDIT. + * + * This source is automatically generated from the VirtualBox XML Settings + * Schema and contains selected schema constraints defined in C++. + */ + +#include "SchemaDefs.h" + +namespace SchemaDefs +{ + + + + +} + + + + + + -- cgit v1.2.3