maxExclusive Property

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SOM Reference

maxExclusive Property

Returns a string. This string indicates a value that is one more than the maximum number of times the type can be used in a document (x = x+1). For more information about the maxExclusive facet, see Data Type Facets.

[Script]

Implementation Syntax

var strMaxExclusive = oISchemaType.maxExclusive;

Parameters

None.

Return Values

strMaxExclusive
A string. The maxExclusive facet of the restriction.
[Visual Basic]

Implementation Syntax

strMaxExclusive = oISchemaType.maxExclusive

Parameters

None.

Return Values

strMaxExclusive
A string. The maxExclusive facet of the restriction.
[C/C++]

Implementation Syntax

HRESULT get_maxExclusive (BSTR* maxExclusive);

Parameters

maxExclusive [out,retval]
A string. The maxExclusive facet string.

Return Values

S_OK
The value returned if successful.
E_POINTER
The value returned if the maxExclusive parameter is NULL.
E_FAIL
The value returned if something else is wrong.

To view reference information for Visual Basic or C/C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

Note   If the facet is not used, the property will return a NULL string.

See Also

Data Type Facets | Parts of Data Types

Applies to: ISchemaType Interface