3.1.4.1.3.60 mce:TermType Complex Type

The TermType complex type specifies a term and whether the term is case-sensitive.<50> This type extends the RestrictedTermType simple type, as specified in section 3.1.4.1.4.12.

 <xs:complexType name="TermType">
   <xs:simpleContent>
     <xs:extension base="mce:RestrictedTermType">
       <xs:attribute name="caseSensitive" type="xs:boolean" default="false"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

The following table describes the attribute of the TermType complex type.

Attribute

Type

Description

caseSensitive

xs:boolean ([XMLSCHEMA2] section 3.2.2)

Specifies whether the term comparison is case sensitive. A value of "true" indicates that the comparison is case sensitive. The default value is "false".