Category Escape

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - XML Schemas

Category Escape

A set that contains all characters that have property X that can be identified with a category escape \p{X}. The complement of this set is specified with the category escape \P{X}. ([\P{X}]=[^\p{X}]).

Syntax

catEsc ::= '\p'{' charProp '}'

Syntax

complEsc ::= '\P{' charProp '}'

Syntax

charProp ::= IsCategory | IsBlock

See Also

XML Schema Regular Expressions | XML Schema Regular Expressions Reference Chart | Data Type Facets