5#include <system/object_ext.h>
6#include <system/enum_helpers.h>
7#include <system/enum.h>
36DECLARE_USING_GLOBAL_OPERATORS
47struct EnumMetaInfo<
System::Xml::Schema::XmlSchemaValidationFlags>
50 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::Schema::XmlSchemaValidationFlags, const char_t*>, 6>& values();
XmlSchemaValidationFlags
Specifies schema validation options used by the XmlSchemaValidator and XmlReader classes.
Definition: xml_schema_validation_flags.h:18
@ ReportValidationWarnings
Report schema validation warnings encountered during validation.
@ ProcessIdentityConstraints
Process identity constraints (xs:ID, xs:IDREF, xs:key, xs:keyref, xs:unique) encountered during valid...
@ ProcessSchemaLocation
Process schema location hints (xsi:schemaLocation, xsi:noNamespaceSchemaLocation) encountered during ...
@ AllowXmlAttributes
Allow xml:* attributes even if they are not defined in the schema. The attributes will be validated b...
@ ProcessInlineSchema
Process inline schemas encountered during validation.
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9