3.1.4.1.4.13 mce:RulePackNameType Simple Type

The RulePackNameType simple type specifies the format of a rule pack name. A rule pack name MUST have no fewer than one character and no more than 64 characters. A rule pack name MUST NOT contain a carriage return, a line feed, a tab character, leading spaces, trailing spaces, or sequences of two or more spaces.<64>

 <xs:simpleType name="RulePackNameType">
   <xs:restriction base="xs:token">
     <xs:minLength value="1"/>
     <xs:maxLength value="64"/>
   </xs:restriction>
 </xs:simpleType>