Class XmlConfigSchemasRepository
Repository of parsed XML schemas that are used for Coherence for .NET configuration files validation.
Inherited Members
Namespace: Tangosol.Config
Assembly: Coherence.dll
Syntax
public class XmlConfigSchemasRepository
Properties
Schemas
Returns a schema collection containing validation schemas for all registered parsers.
Declaration
public static XmlSchemaSet Schemas { get; }
Property Value
Type | Description |
---|---|
XmlSchemaSet | A schema collection containing validation schemas for all registered parsers. |