XmlSchemaCompilationSettings Class
Provides schema compilation options for the XmlSchemaSet class This class cannot be inherited.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | XmlSchemaCompilationSettings() | Initializes a new instance of the XmlSchemaCompilationSettings class. |
| Name | Description | |
|---|---|---|
![]() | EnableUpaCheck | Gets or sets a value indicating whether the XmlSchemaSet should check for Unique Particle Attribution (UPA) violations. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The XmlSchemaCompilationSettings class provides schema compilation options for the XmlSchemaSet class. For example, the EnableUpaCheck property specifies that the XmlSchemaSet should check for Unique Particle Attribution (UPA) violations when schemas in the XmlSchemaSet are compiled.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

