ISchemaNotation Interface
[This feature was only implemented for MSXML 6.0.]
Provides the URIs for the execution programs that are declared in a <notation>
declaration. A notation
object is returned from the notations
property of the ISchema
interface.
Properties
publicIdentifier | Retrieves the public identifier URI. |
systemIdentifier | Retrieves the system identifier URI. |
JScript Syntax
var oNotations = oSchema.notations;
var oNotation = oNotations(index);
Parameters
index
A long integer. An index of the item within the collection. The first item is zero.
Visual Basic Syntax
Set oNotations = oSchema.notations
Set oNotation = oNotations
(index)
Parameters
index
A long integer. An index of the item within the collection. The first item is zero.
C/C++ Syntax
HRESULT get_notations(ISchemaItemCollection** notations);
HRESULT notations->get_item(long index, ISchemaNotation** notation);
Parameters
index
A long integer. An index of the item within the collection. The first item is zero.
Requirements
Implementation: msxml6.dll, msxml6.lib
Header and LIB files: msxml6.h, msxml6.lib, msxml6.idl
Inheritance: Inherits from the ISchemaItem interface.
Versioning
Implemented in: MSXML 6.0
See Also
Notation Declarations
notation Element
startDTD Method
SOM Reference