Enumerator |
---|
None | Do not process identity constraints, inline schemas, schema location hints, or report schema validation warnings.
|
ProcessInlineSchema | Process inline schemas that are encountered during validation.
|
ProcessSchemaLocation | Process schema location hints (xsi:schemaLocation, xsi:noNamespaceSchemaLocation) encountered during validation.
|
ReportValidationWarnings | Report schema validation warnings encountered during validation.
|
ProcessIdentityConstraints | Process identity constraints (xs:ID, xs:IDREF, xs:key, xs:keyref, xs:unique) encountered during validation.
|
AllowXmlAttributes | Allow xml:* attributes even if they are not defined in the schema. The attributes will be validated based on their data type.
|