This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class SxmlSchemaSet
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SxmlSchemaSet

The type exposes the following properties.

Public Properties

  Name Description
Public property CompilationSettings (Inherited from XmlSchemaSet.)
Public property Count (Inherited from XmlSchemaSet.)
Public property DisallowedElements
Gets the disallowed elements.
Public property GlobalAttributes (Inherited from XmlSchemaSet.)
Public property GlobalElements (Inherited from XmlSchemaSet.)
Public property GlobalTypes (Inherited from XmlSchemaSet.)
Public property IsCompiled (Inherited from XmlSchemaSet.)
Public property NameTable (Inherited from XmlSchemaSet.)
Public property SecurityZone
Gets the security zone.
Public property XmlResolver (Inherited from XmlSchemaSet.)

See Also

Advanced