.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


SchemaLocation property
Example

Read-write. The URI of the schema for the DXL being exported.

Note This property is new with Release 7.

Note This property is not supported in COM.

Defined in

NotesDXLExporter

Data type

String

Syntax

To get: uri$ = notesDXLExporter.SchemaLocation

To set: notesDXLExporter.SchemaLocation = uri$

Usage

This property applies when ValidationStyle is VALIDATIONSTYLE_SCHEMA.

Defaults to the location of an XSD file in the xmlschemas subdirectory of the ND program directory, for example:


Example
See Also