3.1.4.1.3.47 mce:RegexType Complex Type
The RegexType complex type specifies a regular expression text processor.<40>
-
<xs:complexType name="RegexType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="id" type="xs:token" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType>
The following table lists the attribute of the RegexType complex type.
Attribute |
Type |
Description |
---|---|---|
id |
xs:token ([XMLSCHEMA2] section 3.3.2) |
Specifies the regular expression text processor identifier. |