3.1.4.1.4.12 mce:RestrictedTermType Simple Type

The RestrictedTermType simple type specifies the terms for keyword-based processing. The minimum length can be one character; the maximum length MUST be 100 characters.<63>

 <xs:simpleType name="RestrictedTermType">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
     <xs:maxLength value="100"/>
   </xs:restriction>
 /xs:simpleType>