SchemaLocation (NotesDXLExporter - LotusScript®)

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:

http://www.lotus.com/dxl xmlschemas/domino_7_0.xsd

Example