5#include <system/object_ext.h>
6#include <system/enum.h>
47struct EnumMetaInfo<
System::Xml::Schema::XmlSchemaContentProcessing>
49 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::Schema::XmlSchemaContentProcessing, const char_t*>, 4>& values();
XmlSchemaContentProcessing
Provides information about the validation mode of any and anyAttribute element replacements.
Definition: xml_schema_content_processing.h:17
@ Strict
The schema processor must find a schema associated with the indicated namespace to validate the docum...
@ Lax
If the associated schema is found, the document items will be validated. No errors will be thrown oth...
@ Skip
Document items must consist of well-formed XML and are not validated by the schema.
@ 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