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