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

Namespace: Smartsite.Validation.Sxml
Assembly:  Smartsite.Validation (in Smartsite.Validation.dll)

Syntax

C#Copy imageCopy Code
public enum SxmlSchemaType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SxmlSchemaType

Members

Member nameDescription
Open
The open and public sxml schema.
Strict
The strict and internal sxml schema.

See Also

Advanced