3.1.4.1.4.5 mce:OptionalNameType Simple Type

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

 <xs:simpleType name="OptionalNameType">
   <xs:restriction base="xs:normalizedString">
     <xs:minLength value="0"/>
     <xs:maxLength value="256"/>
   </xs:restriction>
 </xs:simpleType>