Click or drag to resize

Transmitter5SetSchemasLocation Method

Set (optional) external XSD schemas location.

Namespace: SwissDecTX
Assembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
public void SetSchemasLocation(
	string schemasPathName
)

Parameters

schemasPathName  String
The fully qualified pathname of the folder where the XSD schemas to be used to validate XML documents are stored.
Remarks
The specified folder can be empty, or contain any number of XSD schemas. SwissDecTX will load all schemas found in this folder (using *.xsd) and validate outgoing and incoming messages against them. It is not necessary to call this method for normal use. SwissDecTX uses an internal schema set to perform validation, use only to test special schema configuration, or point to an empty folder to disable validation (not recommended).
See Also