XdmReaderSettings.ValidationFlags PropertyXdmReaderSettings.ValidationFlags PropertyXdmReaderSettings::ValidationFlags Property
- XmlPrime 5.0
- Other Versions ▼
Gets or sets a value indicating the schema validation settings. This setting applies to schema validating XmlReader objects (ValidationType property set to ValidationType.Schema).
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public Property ValidationFlags As System.Xml.Schema.XmlSchemaValidationFlags Get Set(ByVal value As System.Xml.Schema.XmlSchemaValidationFlags)
public System.Xml.Schema.XmlSchemaValidationFlags ValidationFlags { get; set; }
public: property System.Xml.Schema::XmlSchemaValidationFlags ValidationFlags { System.Xml.Schema::XmlSchemaValidationFlags get(); void set(System.Xml.Schema::XmlSchemaValidationFlags value); }
Property Value
Type: System.Xml.Schema.XmlSchemaValidationFlagsSystem.Xml.Schema.XmlSchemaValidationFlagsSystem.Xml.Schema::XmlSchemaValidationFlags
A set of XmlSchemaValidationFlagsXmlSchemaValidationFlagsXmlSchemaValidationFlags values. ProcessIdentityConstraintsProcessIdentityConstraintsProcessIdentityConstraints and AllowXmlAttributesAllowXmlAttributesAllowXmlAttributes are enabled by default. ProcessInlineSchemaProcessInlineSchemaProcessInlineSchema,ProcessSchemaLocationProcessSchemaLocationProcessSchemaLocation, and ReportValidationWarningsReportValidationWarningsReportValidationWarnings are disabled by default.