3.1.4.1.3.22 mce:KeywordType Complex Type

The KeywordType complex type specifies the terms and identifier of a keyword-based rule.<22>

 <xs:complexType name="KeywordType">
   <xs:sequence>
     <xs:element name="Group" type="mce:GroupType" maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="id" type="xs:token" use="required"/>
 </xs:complexType>

The following table lists the child element of the KeywordType complex type.

Element

Type

Description

Group

mce:GroupType (section 3.1.4.1.3.20)

Specifies a group of terms in a keyword-based text processor.

The following table lists the attribute of the KeywordType complex type.

Attribute

Type

Description

id

xs:token ([XMLSCHEMA2] section 3.3.2)

Specifies the unique identifier of a keyword-based text processor.