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 Code |
---|---|
public class SchemaContext |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SchemaContext |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
AssociatedFileNames |
Gets or sets the associated file names (excluding the main schema file name itself).
|
|
ContainsOtherNamespace |
Gets a value indicating whether another namespace is included.
|
|
ContainsSxml |
Gets a value indicating whether the SXML namespace is included.
|
|
DocTypeName |
Gets or sets the name of the doc type.
|
|
DocTypePublicId |
Gets or sets the doc type public id.
|
|
DocTypeSystemId |
Gets or sets the doc type system id.
|
|
FileResolver |
Gets or sets the schema file resolver.
|
|
Id |
Gets or sets the unique schema identifier of this context.
|
|
SchemaFileName |
Gets the name of the main schema file.
|
See Also
Smartsite.Validation.Sxml Namespace