ISchemaResolver Interface

Definition

This interface provides a way for the generated serializers to resolve a schema target namespace. Given an XML file using a particular target namespace, it is important to find the schemas that define the namespace, so the generated serializers can do schema validations properly.

public interface class ISchemaResolver
public interface ISchemaResolver
type ISchemaResolver = interface
Public Interface ISchemaResolver
Derived

Methods

ResolveSchema(String)

This method takes a target namespace string and returns a collection of schema files that define the namespace.

Applies to