Returns an integer that indicates a value from the SCHEMAWHITESPACE enumerated list. For more information about the whitespace facet, see Data Type Facets.
The following table shows the SCHEMAWHITESPACE enumerated list.
| Enumerated value | Integer value |
|---|---|
| SCHEMAWHITESPACE_NONE | -1 |
| SCHEMAWHITESPACE_PRESERVE | 0 |
| SCHEMAWHITESPACE_REPLACE | 1 |
| SCHEMAWHITESPACE_COLLAPSE | 2 |
var intWhitespace = oISchemaType.whitespace;
None.
whitespace facet of the restriction.intWhitespace = oISchemaType.whitespace
None.
whitespace facet of the restriction.HRESULT get_whitespace(SCHEMAWHITESPACE* whitespace);
whitespace facet string.whitespace parameter is NULL.To view reference information for Visual Basic or C/C++ only, click the Language Filter button
in the upper-left corner of the page.
Note If the facet is not used, the property will return "SCHEMAWHITESPACE_NONE".
Data Type Facets | Parts of Data Types
Applies to: ISchemaType Interface