3.1.4.1.4.4 mce:NameType Simple Type

The NameType simple type specifies a string format that has a minimum length of one character; has a maximum length of 256 characters; and does not contain a carriage return, a line feed, or a tab character.<59>

 <xs:simpleType name="NameType">
   <xs:restriction base="xs:normalizedString">
     <xs:minLength value="1"/>
     <xs:maxLength value="256"/>
   </xs:restriction>
 </xs:simpleType>.