CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_validity.h
1
2
3#pragma once
4
5#include <system/object_ext.h>
6#include <system/enum.h>
7
8
9namespace System {
10
11namespace Xml {
12
13namespace Schema {
14
17{
21 Valid,
23 Invalid
24};
25
26} // namespace Schema
27} // namespace Xml
28} // namespace System
29
31template<>
32struct EnumMetaInfo<System::Xml::Schema::XmlSchemaValidity>
33{
34 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::Schema::XmlSchemaValidity, const char_t*>, 3>& values();
35};
37
38
XmlSchemaValidity
Represents the validity of an XML item validated by the XmlSchemaValidator class.
Definition: xml_schema_validity.h:17
@ NotKnown
The validity of the XML item is not known.
@ 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