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 SchemaContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SchemaContext

The type exposes the following properties.

Public Properties

  Name Description
Public property AssociatedFileNames
Gets or sets the associated file names (excluding the main schema file name itself).
Public property ContainsOtherNamespace
Gets a value indicating whether another namespace is included.
Public property ContainsSxml
Gets a value indicating whether the SXML namespace is included.
Public property DocTypeName
Gets or sets the name of the doc type.
Public property DocTypePublicId
Gets or sets the doc type public id.
Public property DocTypeSystemId
Gets or sets the doc type system id.
Public property FileResolver
Gets or sets the schema file resolver.
Public property Id
Gets or sets the unique schema identifier of this context.
Public property SchemaFileName
Gets the name of the main schema file.

See Also

Advanced